|
@@ -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">
|