Edgewall Software

source: trunk/templates/header.template@ 1

Last change on this file since 1 was 1, checked in by Jonas Borgström, 20 years ago

Initial import

File size: 1.0 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<title>Xyche Software - svntrac - %(title)s</title>
5<link rel="stylesheet" type="text/css" href="%(htdocs_location)ssvntrac.css">
6</head>
7<body>
8 <div id="page-header">
9 <table bgcolor="#990000" id="page-topbar" border="0"
10 cellspacing="0" cellpadding="0" width="100%%">
11 <tr>
12 <td align="right" class="topbar">
13 <a href="./press/" class="topbar-link">Press Center</a> |
14 <a href="./company/" class="topbar-link">Company</a> |
15 <a href="./contact/" class="topbar-link">Contact</a>
16 </td>
17 </tr>
18 </table>
19 <table id="page-header" border="0" cellspacing="0"
20 cellpadding="0" width="100%%">
21 <tr>
22 <td bgcolor="#880000" width="100%%" style="white-space:nowrap">
23 <a href="http://svntrac.xyche.com/">
24 <img src="%(htdocs_location)stopheader-svntrac.png"
25 width="498" height="70" alt="svntrac" border="0"
26 hspace="0" vspace="0" /></a>
27 </td>
28 </tr>
29 </table>
30 </div>
Note: See TracBrowser for help on using the repository browser.