b374k
m1n1 1.01
Apache
Linux webd001.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
uid=2234(oyaide) gid=100(users) groups=100(users)
server ip : 213.186.33.18 | your ip : 216.73.216.109
safemode OFF
 >  / home / oyaide / www / moycompany.com / piwigo2 / themes / smartpocket / template /
Filename/home/oyaide/www/moycompany.com/piwigo2/themes/smartpocket/template/register.tpl
Size1.39 kb
Permissionrwxr-xr-x
Owneroyaide : users
Create time11-Mar-2016 09:45
Last modified08-Mar-2016 15:46
Last accessed08-Mar-2016 15:46
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
{include file='infos_errors.tpl'}
<div data-role="content">
<h3>{'Register'|@translate}</h3>
<form method="post" action="{$F_ACTION}" class="properties" name="register_form">

<div data-role="fieldcontain">
<label for="login">* {'Username'|@translate}</label>
<input type="text" name="login" id="login" value="{$F_LOGIN}">
</div>

<div data-role="fieldcontain">
<label for="password">* {'Password'|@translate}</label>
<input type="password" name="password" id="password">
</div>

<div data-role="fieldcontain">
<label for="password_conf">* {'Confirm Password'|@translate}</label>
<input type="password" name="password_conf" id="password_conf">
</div>

<div data-role="fieldcontain">
<label for="mail_address">{if $obligatory_user_mail_address}* {/if}{'Email address'|@translate}</label>
<input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" >
</div>

<div data-role="fieldcontain">
<label for="send_password_by_mail">{'Send my connection settings by email'|@translate}</label>
<input type="checkbox" name="send_password_by_mail" id="send_password_by_mail" value="1" checked="checked">
</div>

<div data-role="fieldcontain">
<input type="hidden" name="key" value="{$F_KEY}" >
<input class="submit" type="submit" name="submit" value="{'Register'|@translate}">
<input class="submit" type="reset" value="{'Reset'|@translate}">
</div>

</form>
</div>