i2pdtunnelwizard/html/form_server_b33_with_auth

63 lines
2.8 KiB
Plaintext

<form action="/generate/html" method="GET">
<input type="hidden" name="type" value="{{type}}">
<input type="hidden" name="b33" value="{{blinded_type}}">
<table>
<tr>
<th>{{th_option}}</th>
<th>{{th_value}}</th>
</tr>
<tr>
<td>{{tunnel_name}}</td>
<td><input type="text" name="name" placeholder="{{tunnel_name_p}}" value="MY_TUNNEL"></td>
</tr>
<tr>
<td>
{{length}}
</td>
<td>
<p class="tblp">{{inbound}}: <input type="number" name="inbound.length" value="3" min="0" max="8"></p>
<p class="tblp">{{outbound}}: <input type="number" name="outbound.length" value="3" min="0" max="8"></p>
</td>
</tr>
<tr>
<td>
{{quantity}}
</td>
<td>
<p class="tblp">{{inbound}}: <input type="number" name="inbound.quntity" value="5" min="1" max="16"></p>
<p class="tblp">{{outbound}}: <input type="number" name="outbound.quntity" value="5" min="1" max="16"></p>
</td>
</tr>
<tr>
<td>
{{variance}}
</td>
<td>
<p class="tblp">{{inbound}}: <input type="number" name="inbound.lengthVariance" value="0" min="-3" max="3"></p>
<p class="tblp">{{outbound}}: <input type="number" name="outbound.lengthVariance" value="0" min="-3" max="3"></p>
</td>
</tr>
<tr>
<td>{{b33_description}}</td>
<td><input type="number" name="b33_user_count" value="1" min="1" max="30"></td>
</tr>
<tr>
<td>{{ssl}}</td>
<td><input type="checkbox" name="ssl" value="true"></td>
</tr>
{{specific_row}}
<tr>
<td>{{transient}}</td>
<td><input type="checkbox" name="transient" value="true"></td>
</tr>
<tr>
<td>{{comments}}</td>
<td><input type="checkbox" name="comments" value="true" checked></td>
</tr>
</table>
<center>
<button type="submit">{{generate}}</button>
<p><a href="/main?type={{type}}" style="text-decoration: none; color: #007bff; margin-bottom: 20px;">{{go_back}}</a></p>
</center>
</form>