comparison pylons_app/templates/files/file_diff.html @ 189:410101210923

removed search field from templates
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 01:42:03 +0200
parents 0f7f93df5802
children 558eb7c5028f
comparison
equal deleted inserted replaced
188:8337dd6492a9 189:410101210923
9 ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))} 9 ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))}
10 / 10 /
11 ${_('files')} 11 ${_('files')}
12 </%def> 12 </%def>
13 <%def name="page_nav()"> 13 <%def name="page_nav()">
14 <form action="log"> 14 ${self.menu('files')}
15 <dl class="search">
16 <dt><label>Search: </label></dt>
17 <dd><input type="text" name="rev" /></dd>
18 </dl>
19 </form>
20
21 ${self.menu('files')}
22 </%def> 15 </%def>
23 <%def name="css()"> 16 <%def name="css()">
24 <link rel="stylesheet" href="/css/monoblue_custom.css" type="text/css" /> 17 <link rel="stylesheet" href="/css/monoblue_custom.css" type="text/css" />
25 <link rel="stylesheet" href="/css/diff.css" type="text/css" /> 18 <link rel="stylesheet" href="/css/diff.css" type="text/css" />
26 </%def> 19 </%def>