templates/channel.tmpl
changeset 114 d4848d807fd1
parent 85 0521cf830eb9
--- a/templates/channel.tmpl	Wed Feb 11 23:22:13 2009 +0200
+++ b/templates/channel.tmpl	Wed Feb 11 23:38:05 2009 +0200
@@ -15,21 +15,6 @@
         </form>
     </li>
 
-<!--
-    <li>
-        <a href="${urls.channel_last.build(req, channel=channel, count=count or None)}">View last:</a>
-    </li><li class="join-left">
-        <form action="" method="GET">
-            <select name="count">
-            % for cc in (10, 20, 50, 100, 'all') :
-                <option${' selected="selected"' if cc == count else ''}>${cc}</option>
-            % endfor
-            </select>
-
-            lines: <input type="submit" value="Go &raquo;" />
-        </form>
-    </li>
--->
     <li><a href="${urls.channel_calendar.build(req, channel=channel)}">Browse by Date</a></li>
 
     <li>