gecko-dev/webtools/PLIF/output/http/template.login.form

12 строки
370 B
Plaintext

TemplateToolkit
1
<input type="hidden" name="command" value="loginSendPassword">
<select name="protocol">
[%- FOREACH protocol = contacts.sort %]
<option name="[% protocol | html %]">[% protocol | html %]</option>
[%- END %]
</select>
<input type="text" name="address" value="">
<input type="submit" value="[% buttonLabel | html %]">