comparison contrib/sawmill/web/templates/details.html @ 483:28aa6ac933fb

sawmill: moved wald's table layout into common header and footer template include files.
author Sascha Teichmann <teichmann@intevation.de>
date Sat, 18 Sep 2010 09:46:22 +0000
parents a89f73f7c965
children 2e947f508553
comparison
equal deleted inserted replaced
482:a89f73f7c965 483:28aa6ac933fb
65 'source_package_created': 'preparing build envrionment', 65 'source_package_created': 'preparing build envrionment',
66 'binary_package_created': 'success' 66 'binary_package_created': 'success'
67 } 67 }
68 %> 68 %>
69 <html> 69 <html>
70 <head> 70 <%@include file="header.inc" %>
71 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
72 <link rel="icon" href="img/favicon.ico" type="image/x-icon" />
73 <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
74 <title>S&auml;gewerk - <%= escape(description) %></title>
75 </head>
76 71
77 <body> 72 <td valign="top" width="99%" bgcolor="white" class="css_prison">
78 <table border="0" width="100%" cellspacing="0" cellpadding="0">
79 <tr>
80 <td>
81 <a href="index.py"><img src="img/logo.jpg" border="0" alt="" width="533" height="94" /></a>
82 </td>
83 </tr>
84 </table>
85 <table border="0" width="100%" cellspacing="0" cellpadding="0">
86
87 <tr>
88 <td align="left" bgcolor="#E0E0E0" width="9">
89 <img src="img/topleft.png" height="9" width="9" alt="" />
90 </td>
91 <td bgcolor="#E0E0E0" width="30">
92 <img src="img/clear.png" width="30" height="1" alt="" />
93 </td>
94 <td bgcolor="#E0E0E0">
95 <img src="img/clear.png" width="1" height="1" alt="" />
96
97 </td>
98 <td bgcolor="#E0E0E0" width="30">
99 <img src="img/clear.png" width="30" height="1" alt="" />
100 </td>
101 <td align="right" bgcolor="#E0E0E0" width="9">
102 <img src="img/topright.png" height="9" width="9" alt="" />
103 </td>
104 </tr>
105
106 <tr>
107 <!-- Outer body row -->
108 <td bgcolor="#E0E0E0">
109 <img src="img/clear.png" width="10" height="1" alt="" />
110 </td>
111 <td valign="top" width="99%" bgcolor="#E0E0E0" colspan="3">
112 <!-- Inner Tabs / Shell -->
113 <table border="0" width="100%" cellspacing="0" cellpadding="0">
114 <tr>
115
116 <td align="left" bgcolor="#ffffff" width="9">
117 <img src="img/topleft-inner.png" height="9" width="9" alt="" />
118 </td>
119 <td bgcolor="#ffffff">
120 <img src="img/clear.png" width="1" height="1" alt="" />
121 </td>
122 <td align="right" bgcolor="#ffffff" width="9">
123 <img src="img/topright-inner.png" height="9" width="9" alt="" />
124 </td>
125
126 </tr>
127 <tr>
128 <td bgcolor="#ffffff">
129 <img src="img/clear.png" width="10" height="1" alt="" />
130 </td>
131 <td valign="top" width="99%" bgcolor="white" class="css_prison">
132 <!-- end main body row -->
133 <h1><%= escape(description) %></h1> 73 <h1><%= escape(description) %></h1>
134 <%= header %> 74 <%= header %>
135 <table class="statustable"> 75 <table class="statustable">
136 <tr> 76 <tr>
137 <th class="statustablehead">Status</th> 77 <th class="statustablehead">Status</th>
192 132
193 </table> 133 </table>
194 <hr> 134 <hr>
195 report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered 135 report generated at <%= pretty_time(datetime.now(), "%Y-%m-%d %H:%M:%S") %>, powered
196 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a> 136 by <a href="http://treepkg.wald.intevation.org">Tree Packager</a>
137 </td>
197 138
198 139 <%@include file="footer.inc" %>
199 <!-- end main body row -->
200 </td>
201 <td width="10" bgcolor="#ffffff">
202 <img src="img/clear.png" width="2" height="1" alt="" />
203 </td>
204 </tr>
205
206 <tr>
207 <td align="left" bgcolor="#E0E0E0" width="9">
208 <img src="img/bottomleft-inner.png" height="11" width="11" alt="" />
209 </td>
210 <td bgcolor="#ffffff">
211 <img src="img/clear.png" width="1" height="1" alt="" />
212 </td>
213 <td align="right" bgcolor="#E0E0E0" width="9">
214 <img src="img/bottomright-inner.png" height="11" width="11" alt="" />
215
216 </td>
217 </tr>
218 </table>
219
220 <!-- end inner body row -->
221
222 </td>
223 <td width="10" bgcolor="#E0E0E0">
224 <img src="img/clear.png" width="2" height="1" alt="" />
225 </td>
226
227 </tr>
228 <tr>
229 <td align="left" bgcolor="#E0E0E0" width="9">
230 <img src="img/bottomleft.png" height="9" width="9" alt="" />
231 </td>
232 <td bgcolor="#E0E0E0" colspan="3">
233 <img src="img/clear.png" width="1" height="1" alt="" />
234 </td>
235 <td align="right" bgcolor="#E0E0E0" width="9">
236
237 <img src="img/bottomright.png" height="9" width="9" alt="" />
238 </td>
239 </tr>
240 </table>
241 <br />
242 <center>
243 <b style="color:white; font-size:13px;">
244 This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a>
245 </b>
246 </center>
247
248 </body>
249 </html> 140 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)