templates/channel.tmpl
changeset 55 5667d2bbdc50
parent 54 b65a95eb9f6b
child 56 69494e4a5ecc
equal deleted inserted replaced
54:b65a95eb9f6b 55:5667d2bbdc50
    28 
    28 
    29             lines: <input type="submit" value="Go &raquo;" />
    29             lines: <input type="submit" value="Go &raquo;" />
    30         </form>
    30         </form>
    31     </li>
    31     </li>
    32 
    32 
    33     <li><a href="#">Browse by Date</a></li>
    33     <li><a href="${urls.channel_calendar.build(req, channel=channel)}">Browse by Date</a></li>
    34 
    34 
    35     <li>
    35     <li>
    36         <form action="${urls.channel_search.build(req, channel=channel)}" method="GET">
    36         <form action="${urls.channel_search.build(req, channel=channel)}" method="GET">
    37             <label for="q">Search:</label>
    37             <label for="q">Search:</label>
    38 
    38