view contrib/sawmill/web/templates/header.inc @ 570:44c0f8404983

Refactor git pull command out of update Tag MUST NOT use update because therefore it always changes the current local branch! For listing the tags it's enough to pull the latest repo changes
author Bjoern Ricks <bricks@intevation.de>
date Fri, 02 Sep 2011 11:46:29 +0000
parents 73a2e603a23b
children
line wrap: on
line source
<%
from cgi import escape
from xml.sax.saxutils import quoteattr
%>
<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"><%
if 'syndicate' in locals():
    # generate syndication link
%>
  <link rel="alternate" type="application/rss+xml" title=<%= quoteattr(syndicate[0]) %> href=<%= quoteattr(syndicate[1])%>><%
# no syndication
%>
  <title>S&auml;gewerk - <%= escape(page_title) %></title>
</head>
<body>
  <table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
      <td>
        <a href=<%= quoteattr(back_link) %>><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">
            <!-- begin main body row -->
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)