]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Change the contact e-mail address and clarify how to derive e-mail address.
[oss-web.git] / in / style / default.tmpl
index 298e24f6435b18868751021cc5c72afd37df3c98..2ab4315b275a7eb95d4916b11fdcefd0b0181b12 100644 (file)
@@ -40,8 +40,10 @@ ${body}
 <a rel="home" href="/"><span class="homeLinkText">Home</span></a>
 </div> <!-- close homeLink -->
 
-<div id="topInfo">
-<p><a href="http://www.titaniummirror.com">Corporate Website</a></p>
+<div id="topInfo"><p>
+<a href="http://www.titaniummirror.com">Corporate Website</a><br />
+oss@this.domain
+</p>
 <h2>${file.title}</h2>
 </div> <!-- close topInfo -->
 
@@ -68,18 +70,23 @@ ${body}
 
 <div id="wrapper" class="clearfix">
 
-<div id="content">
-<div class="articleBody"> <!-- can add narrow to the class too -->
-${self.contents()}
-</div> <!--close articleBody (narrow) -->
-</div> <!--close content -->
-
 <div id="sidebar">
 
 <div class="articleListing">
 <h2>Navigation</h2>
 <ul class="directory">
-% for level, part_of_path, current, page, link in get_sidemenu('Webber'):
+% for level, part_of_path, current, page, link in get_sidemenu('Home'):
+%    if current:
+<li class="active sidebar${level}">
+%    else:
+<li class="sidebar${level}">
+%    endif
+<a rel="bookmark" href="${link}">${page.linktitle | entity}</a></li>
+% endfor
+<!-- Gitweb reference is hardcoded -->
+<li class="sidebar0">
+<a rel="bookmark" href="/gitweb">gitweb</a></li>
+% for level, part_of_path, current, page, link in get_sidemenu('News'):
 %    if current:
 <li class="active sidebar${level}">
 %    else:
@@ -112,6 +119,13 @@ ${self.contents()}
 </div> <!-- close articleListing -->
 
 </div> <!-- close sidebar -->
+
+<div id="content">
+<div class="articleBody"> <!-- can add narrow to the class too -->
+${self.contents()}
+</div> <!--close articleBody (narrow) -->
+</div> <!--close content -->
+
 </div> <!-- close wrapper -->
 </div> <!-- close container -->