Enable RC announcement in changelog webpage
[grml.org.git] / grml2hd / gallery / .tmp / head_template_start.html
1
2 cat << EOF
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4    "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6    <head>
7       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
8       <link rel="stylesheet" type="text/css" href="$PREFIX/css_template.css">
9       <title>$TITLE</title>
10    </head>
11    
12 <body bgcolor="$BGCOLOR">
13
14 <div style="
15    border-left:1pt #ffffff solid;
16    border-top:1pt #ffffff solid;
17    border-bottom:1pt #000000 solid;
18    margin:0pt;
19    padding:0pt;
20    "><div style="
21       border-right:1pt #000000 solid;
22       border-bottom:1pt #8c8ea5 solid;
23       background: #d6d3de;
24       margin:0pt;
25       padding:0pt;
26       ">
27 <table cellspacing="0" cellpadding="1" width="100%" border="0">
28    <tr valign="middle" bgcolor="#d6d3de">
29
30       <td align="left" width="10%"> 
31          <a href="http://www.ronsc.de/iimage/iimage">iimage</a> $VERSION
32       </td>
33       <td width="40%">
34          <b>$TITLE </b> $THIS_IMAGE
35       </td>
36       <td align=right>
37 EOF
38