Skip to content
Snippets Groups Projects
Commit 1172737e authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Benoit Rat
Browse files

www: clean end of center panel

parent a7e8e5e8
Branches
Tags
No related merge requests found
......@@ -20,22 +20,42 @@
<?php $_SESSION['advance']=""; ?>
<p><strong>WRSW OS: <?php $str = shell_exec("uname -r"); echo $str; ?> </strong></p>
<p><strong><?php $str = shell_exec("/wr/bin/wrs_version -g"); $str = str_replace("\n","<br>",$str);
$str=str_replace("Reading GW info","",$str); echo $str; ?></strong></p><p>&nbsp;</p>
<div>
<?php
$msg = shell_exec("/wr/bin/wrs_version -g");
$msg = explode("\n", $msg);
$message .= "<ul>";
$message .= "<li>WRSW OS:".shell_exec("uname -r")."</li>";
for($i=0; $i<5; $i++){
$message .= "<li>".$msg[$i]."</li>";
}
$message .= "</ul>";
echo $message;
?>
</div>
<br>
<center><p align=right><strong>Open Hardware Repository <a href="http://www.ohwr.org/projects/white-rabbit/wiki">http://www.ohwr.org/projects/white-rabbit/wiki</a> </strong></p></strong></p><p>&nbsp;</p>
<p align=right><strong>White-Rabbit Mailing List <a href="mailto:white-rabbit-dev@ohwr.org?subject=[White-Rabbit Switch Local Management Tool]">(white-rabbit-dev@ohwr.org)</a> </strong></p></center>
<br><br><br><br><br>
<center>
<IMG SRC="img/cern.jpg" WIDTH=80 ALT="CERN">
<IMG SRC="img/7s.png" WIDTH=80 ALT="Seven Solutions">
<IMG SRC="img/ugr.gif" WIDTH=140 ALT="University of Granada">
</center>
<div>
<center><p align=right><strong>Open Hardware Repository <a href="http://www.ohwr.org/projects/white-rabbit/wiki">http://www.ohwr.org/projects/white-rabbit/wiki</a> </strong></p></strong></p><p>&nbsp;</p>
<p align=right><strong>White-Rabbit Mailing List <a href="mailto:white-rabbit-dev@ohwr.org?subject=[White-Rabbit Switch Local Management Tool]">(white-rabbit-dev@ohwr.org)</a> </strong></p></center>
</div>
<br><br><br><br>
<div id="logo">
<center>
<IMG SRC="img/cern.jpg" WIDTH=80 ALT="CERN">
<IMG SRC="img/7s.png" WIDTH=80 ALT="Seven Solutions">
<IMG SRC="img/ugr.gif" WIDTH=140 ALT="University of Granada">
</center>
</div>
<br><br>
<p align=right><strong>Developers: </strong>Alessandro Rubini, Tomasz Wlostowski, Benoit Rat, Federico Vega, Grzegorz Daniluk, Maciej Lipinski, Jose Luis Gutierrez</p>
<div>
<p align=right><strong>Developers: </strong>Alessandro Rubini, Tomasz Wlostowski, Benoit Rat, Federico Vega, Grzegorz Daniluk, Maciej Lipinski, Jose Luis Gutierrez</p>
</div>
</div>
</div>
......
......@@ -365,3 +365,6 @@ width: 100px;
height: 22px;
}
#bottommsg{
margin-top:300px
}
......@@ -49,12 +49,13 @@
?>
</table>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<hr>
<p align=center ><font color="red">NOTE: Flashing the switch with a wrong binary file might damage your device. <br>Please visit the
<A HREF="http://www.ohwr.org/projects/wr-switch-sw/files" TARGET="_new">OHR website</A> for more details.</font>
</p>
<hr>
<div id="bottommsg">
<hr>
<p align=center ><font color="red">NOTE: Flashing the switch with a wrong binary file might damage your device. <br>Please visit the
<A HREF="http://www.ohwr.org/projects/wr-switch-sw/files" TARGET="_new">OHR website</A> for more details.</font>
</p>
<hr>
</div>
<?php
wrs_change_wrfs("rw");
wrs_management();
......
......@@ -52,9 +52,12 @@
</form>
</table>
-->
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><hr>
*Note: After loading a FPGA or lm32 binary the switch will reboot.
<div id="bottommsg">
<center>
*NOTE: After loading a FPGA or lm32 binary the switch will reboot.
</center>
</div>
<?
wrs_change_wrfs("rw");
......
......@@ -81,12 +81,10 @@
<INPUT align="right" type="submit" value="Update & Relaunch" class="btn last">
</FORM>
<br><br><br><br><br><br><br><br><br><br><br><br>
<div id="bottommsg">
<hr>
<p align="right">Click <A HREF="endpointmode.php">here</A> to modify endpoint mode configuration</p>
</div>
<?php
......
......@@ -38,8 +38,8 @@
<input type="submit" value="Add" class="btn">
</form></div>';
echo "<br><br><br><br><br><br><br><br><br><br><br><br><br><br><hr>
<div>
echo "<div id='bottommsg'>
<hr>
NOTE: This action will delete the previous sfp_database.conf file. <a href='showfile.php?help_id=file&name=sfp_database.conf'
onClick='showPopup(this.href);return(false);'> (see current configuration) </a>
<center>**If you do not know how to calibrate SFPs please click on <a href='http://www.ohwr.org/projects/white-rabbit/wiki/Calibration' target='_blank'> here </a>**</center>
......
......@@ -112,7 +112,7 @@
?>
<br><br><br><br><hr><p align="right"><A HREF="port2vlan.php">Assign Ports to VLANs</A></p>
<div id="bottommsg"><hr><p align="right"><A HREF="port2vlan.php">Assign Ports to VLANs</A></p></div>
......
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