aboutsummaryrefslogtreecommitdiffstats
path: root/_template_.html
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-23 02:38:55 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-23 02:38:55 +0000
commita5d4c56336ec216006fe830f630b7de5dde5c67a (patch)
tree4fe39099c345876d29d8aeb4afca07101c2a6d5d /_template_.html
parent4c84657cc6a6cffab2e322c70423e4d3b7977ea9 (diff)
downloadanonbib-a5d4c56336ec216006fe830f630b7de5dde5c67a.tar.gz
Collapse authors with similar names; make output pass XHTML/CSS validators.
Also some author refactoring. svn:r30
Diffstat (limited to '_template_.html')
-rw-r--r--_template_.html36
1 files changed, 19 insertions, 17 deletions
diff --git a/_template_.html b/_template_.html
index 473fe4c..a3c7d28 100644
--- a/_template_.html
+++ b/_template_.html
@@ -1,22 +1,25 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<meta http-equiv="Content-Style-Type" content="text/css">
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
<!-- *** I AM MACHINE GENERATED! DO NOT EDIT ME!
- -- *** EDIT THE .bib FILE or _template_.html INSTEAD!
- --
- -- Generated by `%(command_line)s'
- -- (c) Eddie Kohler 1999-2000, Nick Mathewson 2003 -->
+ *** EDIT THE .bib FILE or _template_.html INSTEAD!
+
+ Generated by `%(command_line)s'
+ (c) Eddie Kohler 1999-2000, Nick Mathewson 2003 -->
<title>Anonymity Bibliography</title>
-<link rel="stylesheet" type="text/css" href="./css/main.css">
-<link rel="stylesheet" type="text/css" href="./css/pubs.css">
+<link rel="stylesheet" type="text/css" href="./css/main.css" />
+<link rel="stylesheet" type="text/css" href="./css/pubs.css" />
</head>
<body bgcolor="#ffffff" text="#000000" link="#bb0000" vlink="#990099"
-alink="#ff9900" marginheight="0" marginwidth="0">
+alink="#ff9900" >
<h1 align="center">Anonymity bibliography</h1>
<p align="center">%(choices)s</p>
@@ -29,11 +32,10 @@ alink="#ff9900" marginheight="0" marginwidth="0">
<!-- Table 2: The sidebar-->
<table align="right" cellspacing="0" cellpadding="5" width="100"
class="sidebar">
-<tr valign="top"><td><p
-class="l1"><strong>%(sectiontypes)s:</strong><br>
+<tr valign="top"><td><p class="l1"><strong>%(sectiontypes)s:</strong><br /></p>
%(sections)s
-</p></td>
-
+</td>
+</tr>
</table><!-- End of table 2 -->
</td>
@@ -41,13 +43,13 @@ class="l1"><strong>%(sectiontypes)s:</strong><br>
<h2>Publications by %(field)s</h2>
-<ul>
+<ul class="sections">
%(entries)s
</ul>
</td>
-<td width="5%%"><br></td>
+<td width="5%%"><br /></td>
</tr>
</table><!-- End of table 1 -->