/[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 133 by sng, Wed Sep 22 14:44:59 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: 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;  }
109    
110  @media print {  @media print {
111  .docline-top {display: none;}  .docline-top {display: none;}
112  .docline-bottom {display: none;}  .docline-bottom {display: none;}
113        #warning { margin: 0; padding: .4em; background-color: Red; color: White; align: center; font-weight: bold; border-width: 2px; border-color: white; border-style: solid; }
114        #warning a { color: white; font-weight: bold; text-decoration: underline;  }
115  }  }
116  </style>  </style>
117    <link href="warning.css" rel="stylesheet" type="text/css" />  
118    <!--
119    The file waring.css exists only in the root of the site
120    and it hides the UNSTABLE warnings. Its contents are
121        #warning { display: none; }
122    -->
123    
124  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd">  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd">
125  </head>  </head>
126  <body style="margin: 40pt;">  <body style="margin: 40pt;">
127    <!--<div id="warning" align="center">
128    WARNING<br>
129    This is the UNSTABLE version of Clonezilla-SysRescCD<br>
130    To access our current stable version, please click <a href="../index.html">here</a>
131    </div>-->
132  <?php  <?php
133    
134  if($pageUrlName == "news.php" ){  if($pageUrlName == "news.php" ){
# Line 260  echo $file; Line 276  echo $file;
276    
277    
278  ?>  ?>
279    
280    <div id="warning" align="center">
281    WARNING<br>
282    This is the UNSTABLE version of Clonezilla-SysRescCD<br>
283    To access our current stable version, please click <a href="../index.html">here</a>
284    </div>
285  </body>  </body>
286  </html>  </html>

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26