aboutsummaryrefslogtreecommitdiffstats
path: root/html/projectpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/projectpage.html')
-rw-r--r--html/projectpage.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/html/projectpage.html b/html/projectpage.html
index 3db80ca..5ffc71d 100644
--- a/html/projectpage.html
+++ b/html/projectpage.html
@@ -7,6 +7,11 @@
<link href="/style" rel="stylesheet">
</head>
<body>
+ <div id="skiptocontent">
+ <a href="#bugsearch">Skip to search</a>
+ <a href="#results">Skip to issue listing</a>
+ </div>
+
<nav class="formattedheader">
<span class="left">
<a href="/{project}/">{project}</a>
@@ -26,7 +31,7 @@
<div class="projectpage">
- <div id="left">
+ <article id="left">
<section id="readme">
{readme}
</section>
@@ -66,7 +71,7 @@
</div>
- <div id="right">
+ <article id="right">
<form id="bugsearch">
<div id="searchbar">
<input type="text" name="subject" value="{filter_subject}" placeholder="<filter by subject>">
@@ -88,7 +93,7 @@
<input type="checkbox" name="unconf" {filter_unconf} id="unconf"><label for="unconf">unconfirmed</label>
</div>
</form>
- <table>
+ <table id="results">
<tr> <th>#</th> <th>Subject</th> <th>Status</th> <th>Type</th></tr>
{maillist}
</table>