blob: 9665f1d2ad01da685f63f1398c7cbae65ce82365 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<!-- BEGIN page_title_block -->
Contributor Profiles
<!-- END page_title_block -->
<h1>Contributor Profiles</h1>
<p>These are the fine people that make PostgreSQL what it is today!</p>
<!-- BEGIN outer_loop -->
<h2>{section_name}</h2>
<p>{section_description}</p>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<!-- BEGIN header_major -->
<tr>
<th class="colFirst">Contributor</th>
<th class="colLast">Contribution</th>
</tr>
<!-- END header_major -->
<!-- BEGIN inner_loop -->
<tr {rowmod}>
<td class="colFirst">{name} {email}<br />{company}{location}</td>
<td class="colLast">{contribution}</td>
</tr>
<!-- END inner_loop -->
<!-- BEGIN inner_loop_small -->
<tr {rowmod}>
<td class="colFirst">{name1} {email1}</td>
<td class="colLast">{name2} {email2}</td>
</tr>
<!-- END inner_loop_small -->
</table>
</div>
<!-- END outer_loop -->
<p>All contributors are listed in alphabetical order. Please report omissions or corrections to the <a href="mailto:webmaster@postgresql.org">webmaster</a>.</p>
|