optional cookie identification

git-svn-id: http://piwigo.org/svn/trunk@45 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-07-27 08:24:10 +00:00
parent 4e775187b8
commit 45a8139acd
9 changed files with 170 additions and 44 deletions
+16 -1
View File
@@ -58,13 +58,28 @@
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td class="menu">{#new} {#password}<input type="checkbox" name="use_new_pwd" value="1" /></td>
<td class="menu">{#new} {#password} <input type="checkbox" name="use_new_pwd" value="1" /></td>
<td class="menu"><input type="password" name="password" value="" /></td>
</tr>
<tr>
<td class="menu">{#reg_confirm}</td>
<td class="menu"><input type="password" name="passwordConf" value="" /></td>
</tr>
<!--VTP_cookie-->
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td class="menu">{#create_cookie} <input type="checkbox" name="create_cookie" value="1" /></td>
<td class="menu">
<select name="cookie_expiration">
<!--VTP_expiration_option-->
<option value="{#value}">{#option}</option>
<!--/VTP_expiration_option-->
</select>
</td>
</tr>
<!--/VTP_cookie-->
<tr>
<td colspan="2">&nbsp;</td>
</tr>