/[clonezilla-sysresccd]/trunk/www/404.html
ViewVC logotype

Diff of /trunk/www/404.html

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

revision 38 by sng, Fri Mar 26 15:21:13 2010 UTC revision 75 by sng, Tue Jun 1 13:23:50 2010 UTC
# Line 108  echo $Text . $myRedirURL . "\">"; Line 108  echo $Text . $myRedirURL . "\">";
108  <H2>Clonezilla-SysRescCD</H2>  <H2>Clonezilla-SysRescCD</H2>
109  <H3>Error</H3>  <H3>Error</H3>
110    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
111      <div style="position: absolute; left: 0px;"><H4>26/03/2010 - v 3.1.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>25/05/2010 - v 3.1.0</H4></div>
112      <div style="position: absolute; right: 0px;"><H4>Last update: 26/03/2010</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 01/06/2010</H4></div>
113    </div>    </div>
114  </div>  </div>
115  <div id="linkline">  <div id="linkline">
# Line 143  echo $Text . $myRedirURL . "\">"; Line 143  echo $Text . $myRedirURL . "\">";
143  $onlyURL=$_SERVER['REQUEST_URI'];  $onlyURL=$_SERVER['REQUEST_URI'];
144    
145  $lastPartOfText="  $lastPartOfText="
146  <tr valign=\"top\"><td><IMG src=\"important.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>  <tr valign=\"top\"><td><IMG src=\"images/important.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>
147  <td>  <td>
148  The page or file you have requested<br>  The page or file you have requested<br>
149  does not exist (error code 404)!!!<br><br>  does not exist (error code 404)!!!<br><br>
# Line 156  redirection, please click <a href=\"inde Line 156  redirection, please click <a href=\"inde
156  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){
157    if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) {    if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) {
158      $lastPartOfText="      $lastPartOfText="
159      <tr valign=\"top\"><td><IMG src=\"cdrom.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>      <tr valign=\"top\"><td><IMG src=\"images/cdrom.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>
160      <td>      <td>
161      The ISO file you have requested is part<br>      The ISO file you have requested is part<br>
162      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>
# Line 169  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 169  if (substr($onlyURL,strlen($onlyURL)-4,4
169      redirection, please click <a href=\"clonezilla-sysresccd-full-mod-myVersion.iso\">here</a><br><br>      redirection, please click <a href=\"clonezilla-sysresccd-full-mod-myVersion.iso\">here</a><br><br>
170      You may also visit the project's <a href=\"index.html\">index page</a>";      You may also visit the project's <a href=\"index.html\">index page</a>";
171    }else{    }else{
172      $lastPartOfText="<tr valign=\"top\"><td><IMG src=\"important.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>      $lastPartOfText="<tr valign=\"top\"><td><IMG src=\"images/important.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>
173      <td>      <td>
174      The ISO file you have requested is part<br>      The ISO file you have requested is part<br>
175      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>
# Line 186  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 186  if (substr($onlyURL,strlen($onlyURL)-4,4
186  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){
187    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-"){    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-"){
188      $lastPartOfText="      $lastPartOfText="
189      <tr valign=\"top\"><td><IMG src=\"tgz.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>      <tr valign=\"top\"><td><IMG src=\"images/tgz.png\" width=\"64\" height=\"64\" align=\"right\" border=\"0\"></td>
190      <td>      <td>
191      The archive file you have requested is part<br>      The archive file you have requested is part<br>
192      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>

Legend:
Removed from v.38  
changed lines
  Added in v.75

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26