templates/channel.tmpl
changeset 64 cdb6403c2498
parent 62 e7ca94b94a4e
child 65 8b50694f841e
equal deleted inserted replaced
63:416560b82116 64:cdb6403c2498
    15             % endfor
    15             % endfor
    16             </select><input type="submit" value="Go &raquo;" />
    16             </select><input type="submit" value="Go &raquo;" />
    17         </form>
    17         </form>
    18     </li>
    18     </li>
    19 
    19 
       
    20 <!--
    20     <li>
    21     <li>
    21         <a href="${urls.channel_view.build(req, channel=channel, count=count or None)}">View last:</a>
    22         <a href="${urls.channel_view.build(req, channel=channel, count=count or None)}">View last:</a>
    22     </li><li class="join-left">
    23     </li><li class="join-left">
    23         <form action="" method="GET">
    24         <form action="" method="GET">
    24             <select name="count">
    25             <select name="count">
    28             </select>
    29             </select>
    29 
    30 
    30             lines: <input type="submit" value="Go &raquo;" />
    31             lines: <input type="submit" value="Go &raquo;" />
    31         </form>
    32         </form>
    32     </li>
    33     </li>
    33 
    34 -->
    34     <li><a href="${urls.channel_calendar.build(req, channel=channel)}">Browse by Date</a></li>
    35     <li><a href="${urls.channel_calendar.build(req, channel=channel)}">Browse by Date</a></li>
    35 
    36 
    36     <li>
    37     <li>
       
    38         <a href="${h.build_url(urls.channel_search, channel=channel)}">Search:</a>
       
    39     </li><li class="join-left">
    37         <form action="${urls.channel_search.build(req, channel=channel)}" method="GET">
    40         <form action="${urls.channel_search.build(req, channel=channel)}" method="GET">
    38             <label for="q">Search:</label>
       
    39 
       
    40             <input name="q"></input>
    41             <input name="q"></input>
    41             <input type="submit" value="Go &raquo;" />
    42             <input type="submit" value="Go &raquo;" />
    42         </form>
    43         </form>
    43     </li>
    44     </li>
    44 
    45