]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Last updated message refers to current page only
[oss-web.git] / in / style / default.tmpl
index 725cafa01e67d73a7760a220654ea9612601889d..e7bea88abedd2eb0181e540caa28f116fd7f8aff 100644 (file)
@@ -42,7 +42,7 @@ ${body}
 
 <div id="topInfo"><p>
 <a href="http://www.titaniummirror.com">Corporate Website</a><br />
-support@this.domain
+oss@this.domain
 </p>
 <h2>${file.title}</h2>
 </div> <!-- close topInfo -->
@@ -70,12 +70,6 @@ support@this.domain
 
 <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">
@@ -89,6 +83,9 @@ ${self.contents()}
 %    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}">
@@ -122,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 -->
 
@@ -129,8 +133,8 @@ ${self.contents()}
 <div id="footerInner" class="clearfix">
 
 <p class="copyright">
-Copyright (C) 2001-2009 Titanium Mirror, Inc. All Rights Reserved</p>
-<p>Last updated ${format_date(file.mtime)}</p>
+Copyright (C) 2001-2011 Titanium Mirror, Inc. All Rights Reserved</p>
+<p>This page last updated ${format_date(file.mtime)}</p>
 </div> <!-- close footerRight -->
 
 </div> <!-- close footer -->