/[clonezilla-sysresccd]/trunk/www/working/printable.php
ViewVC logotype

Diff of /trunk/www/working/printable.php

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

revision 144 by sng, Thu Oct 7 02:13:03 2010 UTC revision 149 by sng, Sat Dec 11 09:41:39 2010 UTC
# Line 104  hr{color: Black; background-color: Black Line 104  hr{color: Black; background-color: Black
104  .docline-top a{color: #990000; font-weight: bold;}  .docline-top a{color: #990000; font-weight: bold;}
105  .docline-bottom {color: #990000 ; font-weight: bold; display:block;}  .docline-bottom {color: #990000 ; font-weight: bold; display:block;}
106  .docline-bottom a{color: #990000; font-weight: bold;}  .docline-bottom a{color: #990000; font-weight: bold;}
107      #warning { margin: 0; padding: .4em; background-color: Red; color: White; align: center; font-weight: bold; border-width: 2px; border-color: white; border-style: solid; }      #warning { margin: 5px; padding: .4em; background-color: Red; color: White; align: center; font-weight: bold; border-width: 2px; border-color: white; border-style: solid; }
108      #warning a { color: white; font-weight: bold; text-decoration: underline;  }      #warning a { color: white; font-weight: bold; text-decoration: underline;  }
109    
110  @media print {  @media print {
# Line 117  hr{color: Black; background-color: Black Line 117  hr{color: Black; background-color: Black
117  <link href="warning.css" rel="stylesheet" type="text/css" />    <link href="warning.css" rel="stylesheet" type="text/css" />  
118  <!--  <!--
119  The file waring.css exists only in the root of the site  The file waring.css exists only in the root of the site
120  and it hides the BETA warnings. Its contents are  and it hides the UNSTABLE warnings. Its contents are
121      #warning { display: none; }      #warning { display: none; }
122  -->  -->
123    
# Line 126  and it hides the BETA warnings. Its cont Line 126  and it hides the BETA warnings. Its cont
126  <body style="margin: 40pt;">  <body style="margin: 40pt;">
127  <!--<div id="warning" align="center">  <!--<div id="warning" align="center">
128  WARNING<br>  WARNING<br>
129  This is the BETA version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
130  To acces our current stable version, please click <a href="index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
131  </div>-->  </div>-->
132  <?php  <?php
133    
# Line 277  echo $file; Line 277  echo $file;
277    
278  ?>  ?>
279    
   
   
280  <div id="warning" align="center">  <div id="warning" align="center">
281  WARNING<br>  WARNING<br>
282  This is the BETA version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
283  To acces our current stable version, please click <a href="index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
284  </div>  </div>
285  </body>  </body>
286  </html>  </html>

Legend:
Removed from v.144  
changed lines
  Added in v.149

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26