Selaa lähdekoodia

Use relative links.

Mike Naberezny 16 vuotta sitten
vanhempi
commit
0703cf7f79
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  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">