Magellan Linux

Diff of /alx-src/branches/alx-web-070/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8556 by niro, Mon Feb 8 14:05:46 2016 UTC revision 8557 by niro, Mon Feb 8 14:15:45 2016 UTC
# Line 91  if($reload!='off') echo '<body onload="w Line 91  if($reload!='off') echo '<body onload="w
91  echo '<form action="index.php" method="get" style="margin:0px">';  echo '<form action="index.php" method="get" style="margin:0px">';
92  echo '<table width=480><tr>';  echo '<table width=480><tr>';
93  // print version info  // print version info
94  $version = file_get_contents('.VERSION', FILE_USE_INCLUDE_PATH);  $version = file_get_contents('./VERSION', FILE_USE_INCLUDE_PATH);
95  echo '<td><img src="pics/logo.jpg"><font size="1">v'.$version.'</font></td>';  echo '<td><img src="pics/logo.jpg"><font size="1">v'.$version.'</font></td>';
96  echo '<td align=right valign=top><a href="index.php" style="color:#000000;text-decoration:none; font-weight:bold">[REFRESH]</a></td>';  echo '<td align=right valign=top><a href="index.php" style="color:#000000;text-decoration:none; font-weight:bold">[REFRESH]</a></td>';
97  echo '</tr><tr>';  echo '</tr><tr>';

Legend:
Removed from v.8556  
changed lines
  Added in v.8557