]> ruin.nu Git - ndwebbie.git/blobdiff - root/lib/site/leftbar.tt2
Better session support and auth logging
[ndwebbie.git] / root / lib / site / leftbar.tt2
index fe04fd0eff8c3b1451c34e74daf1c9c8cf398ab2..32d056164d62bfdfb4834840de2ccfc1e224326b 100644 (file)
@@ -14,6 +14,7 @@
                Username: <input type="text" name="user" value="">
                Password: <input type="password" name="password" value="">
                <input type="submit" value="Login">
+               Secure computer: <input style="width:1em" type="checkbox" name="remember">
                </p>
        </form>
        </li>
@@ -72,7 +73,7 @@
 [% IF c.check_user_roles("dc_menu") %]
 <p>DC menu</p>
 <ul class="linkbar">
-       <li><a href="/defLeeches">Def Leeches</a></li>
+       <li><a href="/calls/defleeches">Def Leeches</a></li>
        <li><a href="/calls/list">Active calls</a></li>
        <li><a href="/calls/list/recent">Recent calls</a></li>
        <li><a href="/calls/list/uncovered">Not covered calls</a></li>
 [% IF c.check_user_roles("intel_menu") %]
 <p>Intel menu</p>
 <ul class="linkbar">
-       <li><a href="intel">Intel</a></li>
+       <li><a href="/intel">Intel</a></li>
+       <li><form action="/intel/find" method="post"><p>
+               <input class="coordsinput" type="text" name="coords" value="[% checkcoords %]">
+               <input class="coordsinput" type="submit" value="Check">
+               </p></form>
+       </li>
 </ul>
 [% END %]
 [% IF c.check_user_roles("hc_menu") %]