~cmars/hockeypuck/master

« back to all changes in this revision

Viewing changes to instroot/var/lib/hockeypuck/www/templates/add/add_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 | Add Public Key{{end}}
 
2
 
 
3
{{define "page_content"}}
 
4
<h2 class="pks-add">Add Public Key</h2>
 
5
<p>Paste the ASCII-armored public key block into the form below.</p>
 
6
<form class="pks-add" action="/pks/add" method="post">
 
7
        <div>
 
8
                <textarea name="keytext" cols="66" rows="20"></textarea>
 
9
        </div>
 
10
        <div>
 
11
                <input id="add_submit" type="submit" value="Add Public Key"></input>
 
12
        </div>
 
13
</form>
 
14
{{end}}