~beuno/loggerhead/python_theme

« back to all changes in this revision

Viewing changes to loggerhead/templates/search-box.pt

  • Committer: Martin Albisetti
  • Date: 2008-10-24 11:38:24 UTC
  • Revision ID: martin.albisetti@canonical.com-20081024113824-8qwq4iapcmotigzn
Pythonize loggerhead

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
                            start_revid=getattr(navigation,
4
4
                            'start_revid', None),
5
5
                            file_id=getattr(navigation, 'file_id', None))">
6
 
    <label>search:</label>
 
6
    <label>search code:</label>
7
7
    <input type="search" name="q" id="q" autocomplete="off" onblur="hide_search();" />
8
8
  </form>
9
9
</tal:search-box>