Commit d8657739 authored by Benoit Rat's avatar Benoit Rat

www: continue cleaning (minor html & css fixes)

parent b202e065
......@@ -48,12 +48,13 @@
?>
<br><br><br><br><br><br>
<hr>
<FORM align="right" method="post">
<input type="hidden" name="hal" value="hal">
<INPUT type="submit" value="Restart PPSi" class="btn">
</FORM>
<div>
<hr>
<FORM align="right" method="post">
<input type="hidden" name="hal" value="hal">
<INPUT type="submit" value="Restart PPSi" class="btn">
</FORM>
</div>
<?php
if (!empty($_POST["hal"])){
......
......@@ -1058,10 +1058,13 @@ function wrs_display_help($help_id, $name){
$msg = shell_exec("/wr/bin/wrs_version -g");
$msg = explode("\n", $msg);
$message .= "<ul>";
for($i=0; $i<5; $i++){
$message .= "<p>".$msg[$i]."<br></p>";
$message .= "<li>".$msg[$i]."</li>";
}
$message .= "</ul>";
} else if (!strcmp($help_id, "file")){
$msg = shell_exec("cat ".$GLOBALS['etcdir'].$name);
......
......@@ -4,7 +4,7 @@
<title>Help Menu</title>
<link href="css/help.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFF99">
<body bgcolor="#FFD100">
<h1><center>Help</center></h1>
<hr>
......
......@@ -78,7 +78,8 @@
</tr>
-->
</table>
<INPUT align="right" type="submit" value="Update & Relaunch" class="btn last">
<hr>
<p align=right><INPUT align="right" type="submit" value="Update & Relaunch" class="btn last"></p>
</FORM>
<div id="bottommsg">
......
......@@ -82,12 +82,11 @@
}
}
echo '</table>';
echo '<input type="hidden" name="newconf" value="newconf">';
echo '<input type="hidden" name="newnumber" value="'.$_POST['number'].'">';
echo '<input type="submit" value="Create new file & Reboot" class="btn">';
echo '<input type="submit" value="Create new file & Reboot" class="btn last">';
echo '</form>';
echo '</table>';
echo '</div>';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment