ezmlm-web/template/gnupg_import.cs

27 lines
674 B
C#
Raw Permalink Normal View History

2007-04-09 17:56:00 +02:00
<fieldset>
2006-04-04 06:28:25 +02:00
<legend><?cs var:html_escape(Lang.Legend.GnupgKeyImport) ?> </legend>
<?cs call:form_header_upload("gnupg_key_upload") ?>
2006-04-04 06:28:25 +02:00
<input type="hidden" name="gnupg_subset" value="<?cs
if:Data.Action == 'gnupg_public' ?>public<?cs
else ?>secret<?cs /if ?>" />
2006-04-04 06:28:25 +02:00
<ul>
<li><?cs var:html_escape(Lang.Misc.GnupgImportKey) ?>
<ul><li><input type="file" name="gnupg_key_file" size="50"
maxlength="250" /></li>
</ul>
</li>
<li>
<input type="hidden" name="action" value="gnupg_do" />
2006-04-04 06:28:25 +02:00
<button type="submit" name="send" value="do"><?cs
var:html_escape(Lang.Buttons.GnupgImportKey) ?></button>
</li>
</ul>
</form>
</fieldset>