/[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 119 by sng, Thu Sep 16 09:19:51 2010 UTC revision 121 by sng, Thu Sep 16 11:30:36 2010 UTC
# Line 89  $myRedirURL="index.html"; Line 89  $myRedirURL="index.html";
89    
90    
91  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){  if (substr($onlyURL,strlen($onlyURL)-4,4) == ".iso"){
92    if (file_exists("clonezilla-sysresccd-full-mod-myVersion.iso"))    if (file_exists("clonezilla-sysresccd-full-mod-3.1.0.iso"))
93      $myRedirURL="clonezilla-sysresccd-full-mod-myVersion.iso";      $myRedirURL="clonezilla-sysresccd-full-mod-3.1.0.iso";
94    else    else
95      $myRedirURL="index.html#download";      $myRedirURL="index.html#download";
96  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){  }else if(substr($onlyURL,strlen($onlyURL)-7,7) == ".tar.gz"){
97    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-")    if(substr($onlyURL,1,28) == "create-clonezilla-sysresccd-")
98      $myRedirURL="create-clonezilla-sysresccd-myVersion.tar.gz";      $myRedirURL="create-clonezilla-sysresccd-3.1.0.tar.gz";
99  }  }
100    
101  echo $Text . $myRedirURL . "\">";  echo $Text . $myRedirURL . "\">";
# Line 154  If your browser does not support automat Line 154  If your browser does not support automat
154  redirection, please click <a href=\"index.html\">here</a>";  redirection, please click <a href=\"index.html\">here</a>";
155    
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-3.1.0.iso")) {
158      $lastPartOfText="      $lastPartOfText="
159      <tr valign=\"top\"><td><IMG src=\"images/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>
# Line 166  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 166  if (substr($onlyURL,strlen($onlyURL)-4,4
166      You will be redirected in 20 seconds<br>      You will be redirected in 20 seconds<br>
167      to the new <b>Clonezilla-SysRescCD</b> ISO file<br>      to the new <b>Clonezilla-SysRescCD</b> ISO file<br>
168      If your browser does not support automatic<br>      If your browser does not support automatic<br>
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-3.1.0.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=\"images/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>
# Line 181  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 181  if (substr($onlyURL,strlen($onlyURL)-4,4
181      You will be redirected in 20 seconds<br>      You will be redirected in 20 seconds<br>
182      to the download section of the site<br><br>      to the download section of the site<br><br>
183      If your browser does not support automatic<br>      If your browser does not support automatic<br>
184      redirection, please click <a href=\"intro.html#download\">here</a>";      redirection, please click <a href=\"download.html\">here</a>";
185    }    }
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-"){
# Line 196  if (substr($onlyURL,strlen($onlyURL)-4,4 Line 196  if (substr($onlyURL,strlen($onlyURL)-4,4
196      You will be redirected in 20 seconds<br>      You will be redirected in 20 seconds<br>
197      to the new <b>Clonezilla-SysRescCD</b> archive<br>      to the new <b>Clonezilla-SysRescCD</b> archive<br>
198      If your browser does not support automatic<br>      If your browser does not support automatic<br>
199      redirection, please click <a href=\"create-clonezilla-sysresccd-myVersion.tar.gz\">here</a><br><br>      redirection, please click <a href=\"create-clonezilla-sysresccd-3.1.0.tar.gz\">here</a><br><br>
200      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>";
201    }    }
202  }  }

Legend:
Removed from v.119  
changed lines
  Added in v.121

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26