blob: aee22b4d260f7599ce3074b0e69a18f9360a99d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
<head>
<title>PostgreSQL CommitFest Management[% IF title != '' %]: [% title %][% END %]</title>
<style type="text/css" media="screen" title="Normal Text">@import url("/layout/css/blue/commitfest.css");</style>
<script type="text/javascript" src="/layout/js/geckostyle.js"></script>
</head>
<body>
<div id="commitfestHeader">
<div id="commitfestHeaderLogo">
<a href="/" title="PostgreSQL"><img src="/layout/images/docs/hdr_logo.png" width="206" height="80" alt="PostgreSQL" /></a>
</div>
</div>
<div id="commitfestContent">
<table cellspacing='0' cellpadding='0' border='0' width='100%'>
<tr>
<td><h1>[% title %]</h1></td>
[% IF link.size != 0 %]<td style='text-align: right; padding-left: 10px'>[% FOREACH l = link %]<a href='[% l.0 %]'[% IF l.2.defined %] onClick='return confirm("[% l.2 | htmlsafe %]")'[% END %]>[% l.1 | html %]</a>[% IF !loop.last %] - [% END %][% END %]</td>[% END %]
</tr>
</table>
<form name='f' method='post' action='[% script_name %]'>
[% INCLUDE error.tt2 %]
|