Explorar o código

Use relative links.

Mike Naberezny %!s(int64=16) %!d(string=hai) anos
pai
achega
0703cf7f79
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      src/supervisor/ui/status.html

+ 5 - 5
src/supervisor/ui/status.html

@@ -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">&amp;nbsp;</a></li>
-        <li id="restart_all"><a href="/index.html?action=restartall">&amp;nbsp;</a></li>
-        <li id="stop_all"><a href="/index.html?action=stopall">&amp;nbsp;</a></li>
+        <li id="refresh"><a href="index.html?action=refresh">&amp;nbsp;</a></li>
+        <li id="restart_all"><a href="index.html?action=restartall">&amp;nbsp;</a></li>
+        <li id="stop_all"><a href="index.html?action=stopall">&amp;nbsp;</a></li>
       </ul>
 
       <table cellspacing="0" meld:id="statustable">