]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Add a hard-coded link to gitweb in default.tmpl. We will always use git.
[oss-web.git] / in / style / default.tmpl
index aa2f691d774ad0c6f86d9594eae285c73ce9b3a5..9b54ff89d812074ee8e6303b844da80ea830628e 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 />
+support@this.domain
+</p>
 <h2>${file.title}</h2>
 </div> <!-- close topInfo -->
 
@@ -79,7 +81,18 @@ ${self.contents()}
 <div class="articleListing">
 <h2>Navigation</h2>
 <ul class="directory">
-% for level, part_of_path, current, page, link in get_sidemenu('TOP'):
+% 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: