summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-04-10 07:39:52 +0200
committereliott <eliott@cactuswax.net>2008-04-10 07:39:52 +0200
commit015854b8866e76cc5c0c4e74db1b2aab4cfe18be (patch)
treed22e2edf4fcec5faa99851b416a51a4fbeb57282 /templates
parent818f1aeca73ea580acd0c9a3fec12868533b3fa9 (diff)
downloadarchweb-015854b8866e76cc5c0c4e74db1b2aab4cfe18be.tar.gz
archweb-015854b8866e76cc5c0c4e74db1b2aab4cfe18be.tar.xz
Change to landing page.
Diffstat (limited to 'templates')
-rw-r--r--templates/devel/siteindex.html25
1 files changed, 6 insertions, 19 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html
index 9747470..7d06ffb 100644
--- a/templates/devel/siteindex.html
+++ b/templates/devel/siteindex.html
@@ -101,25 +101,12 @@
<p><b>Package Search:</b>&nbsp;&nbsp;<input type="text" name="q" size="20" maxlength="200" /></p>
</form>
</div>
- <br />
- <div class="greybox">
- <h3>Package Repositories</h3>
- <table id="repolinks">
- {% for repo in repos %}
- <tr>
- <th><a href="/packages/?repo={{ repo }}">{{ repo }}</a></th>
- <td>{{ repo }}</td>
- </tr>
- {% endfor %}
- </table>
- </div>
- <br />
- <h3>Dev Links:</h3>
- <ul class="links">
- <li><a href="/devel/">Dev Dashboard</a></li>
- <li><a href="/developers/">Developer List</a></li>
- </ul>
- <br />
+ <br clear="all" />
+ <h3>Dev Links:</h3>
+ <ul class="links">
+ <li><a href="/devel/">Dev Dashboard</a></li>
+ <li><a href="/developers/">Developer List</a></li>
+ </ul>
<h3>Main Site Links:</h3>
<ul class="links">
<li><a href="http://bugs.archlinux.org">Bug Tracker</a></li>