[Adium-commits] www/trac.adiumx.com 11:1669f61c4cfd: Format fixes.
adium-commits at adiumx.com
adium-commits at adiumx.com
Mon Apr 27 00:01:59 UTC 2009
details: http://hg.adiumx.com/www/trac.adiumx.com/rev/1669f61c4cfd
revision: 11:1669f61c4cfd
author: Zachary West <zacw at adiumx.com>
date: Sun Apr 26 20:01:54 2009 -0400
Format fixes.
diffstat:
templates/site.html | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diffs (45 lines):
diff -r ea8e26cf16ed -r 1669f61c4cfd templates/site.html
--- a/templates/site.html Sun Apr 26 15:51:10 2009 -0400
+++ b/templates/site.html Sun Apr 26 20:01:54 2009 -0400
@@ -19,19 +19,17 @@
${navigation('metanav')}
</div>
- <form id="search" action="${href.search()}" method="get">
- <div py:if="'SEARCH_VIEW' in perm">
- <input type="hidden" name="wiki" value="on" />
- <input type="hidden" name="ticket" value="on" />
- <label for="proj-search">Search:</label>
- <input type="text" id="proj-search" name="q" size="18" accesskey="f" value="" />
- <input type="submit" value="Search" />
- </div>
- </form>
+ <form id="search" action="${href.search()}" method="get">
+ <div py:if="'SEARCH_VIEW' in perm">
+ <input type="hidden" name="wiki" value="on" />
+ <input type="hidden" name="ticket" value="on" />
+ <label for="proj-search">Search:</label>
+ <input type="text" id="proj-search" name="q" size="18" accesskey="f" value="" />
+ <input type="submit" value="Search" />
+ </div>
+ </form>
</div>
-
- <!--! Add site-specific header -->
<div id="container">
<div id="adiumbanner">
<a href="http://www.adiumx.com/">Adium</a>
@@ -44,10 +42,10 @@
<a class="navtabtraccurrent" href="http://trac.adiumx.com">Support & Development</a>
<a class="navtab" href="http://www.adiumxtras.com/">Xtras</a>
</div>
+
<div id="central">
<div id="traccontent">
-
- ${select('*|text()')}
+ ${select('*|text()')}
</div>
</div>
</div>
More information about the commits
mailing list