~cmars/hockeypuck/master

« back to all changes in this revision

Viewing changes to instroot/var/lib/hockeypuck/www/templates/index/search_form.tmpl

  • Committer: Casey Marshall
  • Date: 2012-12-04 03:22:21 UTC
  • Revision ID: git-v1:bd158e13017b27f98633caf2b10918c5e623543b
* === added directory instroot, ... scripts/crossbuild.sh:
  - Relocate static system installed files to instroot.
  - Added cross-compilation script. LP: #1086192

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{{define "title"}}Hockeypuck | Search OpenPGP Public Keys{{end}}
 
2
 
 
3
{{define "page_content"}}
 
4
<h2 class="pks-search">OpenPGP Search</h2>
 
5
<form class="pks-search" method="post">
 
6
        <div>
 
7
                <input name="search" type="search"></input>
 
8
        </div>
 
9
        <div>
 
10
                <input id="search_submit" formaction="/pks/lookup?op=index" type="submit" value="Public Key Search"></input>
 
11
                <input id="get_submit" formaction="/pks/lookup?op=get" type="submit" value="I'm Feeling Lucky"></input>
 
12
        </div>
 
13
</form>
 
14
{{end}}