]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/navbar.html
Templatize email list interface.
[citadel.git] / webcit / static / t / navbar.html
index 9010d22d2400e4dca9e6c325842937aa51db6035..7bcc33ceec8060db79f6f36640c3997283696105 100644 (file)
 <?!("COND:THISROOM:CURR_VIEW", 80, #"VIEW_WIKI")>
         <??("COND:WIKI:PAGE", 81, "home")>
        <li class="readallmess">
-               <a href="wiki?page=home">
+               <a href="wiki?page=home?go=<?THISROOM:NAME("U")>">
+                       <img src="static/webcit_icons/essen/16x16/readallmsg.png" alt="" width="16" height="16">
+                       <span class="navbar_link"><?_("Wiki home")></span>
+               </a>
+       </li>
+       <?!("X", 81)>
+               <li class="newmess">
+                               <a href="javascript:GetLoggedInFirst(encodeURIComponent('display_enter<?BSTR:FORWARD("page", "U")>'))">
+                                       <img  src="static/webcit_icons/essen/16x16/pencil.png" alt="" width="16" height="16">
+                                       <span class="navbar_link"><?_("Edit this page")></span>
+                               </a>
+                       </li>
+               <li class="newmess">
+                       <a href="wiki<?%("COND:WIKI:TYPE", 84, "wiki_history", "", "", "_history")><?BSTR:FORWARD("page", "U")>">
+                               <img  src="static/webcit_icons/essen/16x16/pen.png" alt="" width="16" height="16">
+                               <span class="navbar_link"><?%("COND:WIKI:TYPE", 86, "wiki_history", "", _("Current version", _("History"))></span>
+                       </a>
+               </li>
+<??("X", 80)>
+
+<?!("COND:THISROOM:CURR_VIEW", 80, #"VIEW_WIKIMD")>
+        <??("COND:WIKI:PAGE", 81, "home")>
+       <li class="readallmess">
+               <a href="wiki?page=home?go=<?THISROOM:NAME("U")>">
                        <img src="static/webcit_icons/essen/16x16/readallmsg.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Wiki home")></span>
                </a>
                        <img  src="static/webcit_icons/essen/16x16/nextroom.png" alt="" width="16" height="16">
                        <span class="navbar_link"><?_("Goto next room")></span></a>
        </li>
+<?!("COND:THISROOM:CURR_VIEW", 100, #"VIEW_QUEUE")>
+       <li class="runqueuenow">
+                <a href="javascript:ToggleVisibility('runqueue')"><img src="static/webcit_icons/essen/16x16/refresh.png" alt="" width="16" height="16">
+                       <span class="navbar_link"><?_("Resend Mailqueue now")></span></a>
+       </li>
+<??("X", 100)>
+
 </ul></div>