[Supervisor-checkins] r843 - supervisor/trunk/src/supervisor/ui
Mike Naberezny
mike at maintainable.com
Sat Apr 18 15:17:05 EDT 2009
Author: Mike Naberezny <mike at maintainable.com>
Date: Sat Apr 18 15:17:04 2009
New Revision: 843
Log:
Use relative links.
Modified:
supervisor/trunk/src/supervisor/ui/status.html
Modified: supervisor/trunk/src/supervisor/ui/status.html
==============================================================================
--- supervisor/trunk/src/supervisor/ui/status.html (original)
+++ supervisor/trunk/src/supervisor/ui/status.html Sat Apr 18 15:17:04 2009
@@ -4,13 +4,13 @@
xmlns:meld="http://www.plope.com/software/meld3">
<head>
<title>Supervisor Status</title>
- <link href="/stylesheets/supervisor.css" rel="stylesheet" type="text/css" />
+ <link href="stylesheets/supervisor.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
- <img src="/images/supervisor.gif" alt="Supervisor status" />
+ <img src="images/supervisor.gif" alt="Supervisor status" />
</div>
<div meld:id="content">
@@ -18,9 +18,9 @@
<form meld:id="form" action="index.html" method="post">
<ul id="buttons" class="clr">
- <li id="refresh"><a href="/index.html?action=refresh">&nbsp;</a></li>
- <li id="restart_all"><a href="/index.html?action=restartall">&nbsp;</a></li>
- <li id="stop_all"><a href="/index.html?action=stopall">&nbsp;</a></li>
+ <li id="refresh"><a href="index.html?action=refresh">&nbsp;</a></li>
+ <li id="restart_all"><a href="index.html?action=restartall">&nbsp;</a></li>
+ <li id="stop_all"><a href="index.html?action=stopall">&nbsp;</a></li>
</ul>
<table cellspacing="0" meld:id="statustable">
More information about the Supervisor-checkins
mailing list