view contrib/sawmill/web/templates/overview.html @ 481:9c7e1d957d6b

sawmill: Not all displayed times are in UTC so the general 'Z's at all times/dates are removed. Now it is only mentioned that the times in the main table are in UTC. To reduce the optical noise this is done by simple comments in the date rows.
author Sascha Teichmann <teichmann@intevation.de>
date Sat, 18 Sep 2010 07:50:53 +0000
parents 7504ed4437e1
children 28aa6ac933fb
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
<%
from cgi import escape
from xml.sax.saxutils import quoteattr
%>
<html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" href="img/favicon.ico" type="image/x-icon" />
   <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
   <title>S&auml;gewerk - Free Software forestry</title>
 </head>

 <body>
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
   <tr>
    <td>
     <a href="/"><img src="img/logo.jpg" border="0" alt="" width="533" height="94" /></a>
    </td>
   </tr>
  </table>
  <table border="0" width="100%" cellspacing="0" cellpadding="0">

   <tr>
        <td align="left" bgcolor="#E0E0E0" width="9">
     <img src="img/topleft.png" height="9" width="9" alt="" />
    </td>
        <td bgcolor="#E0E0E0" width="30">
     <img src="img/clear.png" width="30" height="1" alt="" />
    </td>
        <td bgcolor="#E0E0E0">
     <img src="img/clear.png" width="1" height="1" alt="" />

    </td>
        <td bgcolor="#E0E0E0" width="30">
     <img src="img/clear.png" width="30" height="1" alt="" />
    </td>
        <td align="right" bgcolor="#E0E0E0" width="9">
     <img src="img/topright.png" height="9" width="9" alt="" />
    </td>
     </tr>

     <tr>
    <!-- Outer body row -->
    <td bgcolor="#E0E0E0">
     <img src="img/clear.png" width="10" height="1" alt="" />
    </td>
        <td valign="top" width="99%" bgcolor="#E0E0E0" colspan="3">
       <!-- Inner Tabs / Shell -->
         <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>

             <td align="left" bgcolor="#ffffff" width="9">
        <img src="img/topleft-inner.png" height="9" width="9" alt="" />
       </td>
             <td bgcolor="#ffffff">
        <img src="img/clear.png" width="1" height="1" alt="" />
       </td>
             <td align="right" bgcolor="#ffffff" width="9">
        <img src="img/topright-inner.png" height="9" width="9" alt="" />
       </td>

            </tr>
            <tr>
             <td bgcolor="#ffffff">
        <img src="img/clear.png" width="10" height="1" alt="" />
       </td>
             <td valign="top" width="99%" bgcolor="white">
        <!-- end main body row -->
         <div style="text-align: right"><a href="http://wald.intevation.de/">...to WALD source code repository</a></div>

<%
for treepkg, description in sorted(descriptions, key=lambda x: x[1]):
    # for all descriptions
%>
<div style="magin:5px;border-bottom:1px solid #DDDDDD;padding:5px;font-weight:bold; font-size: 16pt">
<a href=<%= quoteattr("details.py?treepkg=%s" % treepkg) %>><%= escape(description) %></a>
</div>
<%
# for all descriptions
%>
              <!-- end main body row -->
             </td>
             <td width="10" bgcolor="#ffffff">
        <img src="img/clear.png" width="2" height="1" alt="" />
       </td>
            </tr>

            <tr>
             <td align="left" bgcolor="#E0E0E0" width="9">
        <img src="img/bottomleft-inner.png" height="11" width="11" alt="" />
        </td>
                <td bgcolor="#ffffff">
         <img src="img/clear.png" width="1" height="1" alt="" />
        </td>
                <td align="right" bgcolor="#E0E0E0" width="9">
         <img src="img/bottomright-inner.png" height="11" width="11" alt="" />

        </td>
             </tr>
            </table>

          <!-- end inner body row -->

         </td>
         <td width="10" bgcolor="#E0E0E0">
      <img src="img/clear.png" width="2" height="1" alt="" />
     </td>

      </tr>
      <tr>
         <td align="left" bgcolor="#E0E0E0" width="9">
      <img src="img/bottomleft.png" height="9" width="9" alt="" />
     </td>
         <td bgcolor="#E0E0E0" colspan="3">
      <img src="img/clear.png" width="1" height="1" alt="" />
     </td>
         <td align="right" bgcolor="#E0E0E0" width="9">

      <img src="img/bottomright.png" height="9" width="9" alt="" />
     </td>
      </tr>
   </table>
   <br />
   <center>
    <b style="color:white; font-size:13px;">
     This site is hosted by the <a href="http://www.intevation.de">Intevation GmbH</a>

    </b>
   </center>

    </body>
</html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)