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

Diff of /trunk/www/working/.404.html

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

revision 45 by sng, Wed May 19 15:03:43 2010 UTC revision 56 by sng, Fri May 21 14:49:03 2010 UTC
# Line 43  echo $Text . $myRedirURL . "\">"; Line 43  echo $Text . $myRedirURL . "\">";
43  $onlyURL=$_SERVER['REQUEST_URI'];  $onlyURL=$_SERVER['REQUEST_URI'];
44    
45  $lastPartOfText="  $lastPartOfText="
46  <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>
47  <td>  <td>
48  The page or file you have requested<br>  The page or file you have requested<br>
49  does not exist (error code 404)!!!<br><br>  does not exist (error code 404)!!!<br><br>
# Line 56  redirection, please click <a href=\"inde Line 56  redirection, please click <a href=\"inde
56  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){
57    if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) {    if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso")) {
58      $lastPartOfText="      $lastPartOfText="
59      <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>
60      <td>      <td>
61      The ISO file you have requested is part<br>      The ISO file you have requested is part<br>
62      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>
# Line 69  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 69  if (substr($onlyURL,strlen($onlyURL)-4,4
69      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>
70      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>";
71    }else{    }else{
72      $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>
73      <td>      <td>
74      The ISO file you have requested is part<br>      The ISO file you have requested is part<br>
75      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>
# Line 86  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 86  if (substr($onlyURL,strlen($onlyURL)-4,4
86  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){
87    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-"){    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-"){
88      $lastPartOfText="      $lastPartOfText="
89      <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>
90      <td>      <td>
91      The archive file you have requested is part<br>      The archive file you have requested is part<br>
92      of a previous version of <b>Clonezilla-SysRescCD</b><br>      of a previous version of <b>Clonezilla-SysRescCD</b><br>

Legend:
Removed from v.45  
changed lines
  Added in v.56

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26