2011-04-08 08:10:43 +02:00
|
|
|
<h1>$ptitle</h1>
|
2010-07-02 01:48:07 +02:00
|
|
|
|
2011-05-11 14:23:45 +02:00
|
|
|
$nickname_block
|
|
|
|
|
2011-02-03 12:58:47 +01:00
|
|
|
<form action="settings" id="settings-form" method="post" autocomplete="off" >
|
2012-03-12 21:17:37 +01:00
|
|
|
<input type='hidden' name='form_security_token' value='$form_security_token'>
|
2010-10-18 09:43:49 +02:00
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<h3 class="settings-heading">$h_pass</h3>
|
2011-04-14 01:58:21 +02:00
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
{{inc field_password.tpl with $field=$password1 }}{{endinc}}
|
|
|
|
{{inc field_password.tpl with $field=$password2 }}{{endinc}}
|
2011-04-14 01:58:21 +02:00
|
|
|
|
2011-07-13 08:14:38 +02:00
|
|
|
{{ if $oid_enable }}
|
2011-07-06 12:10:00 +02:00
|
|
|
{{inc field_input.tpl with $field=$openid }}{{endinc}}
|
2011-07-13 08:14:38 +02:00
|
|
|
{{ endif }}
|
2011-04-14 01:58:21 +02:00
|
|
|
|
|
|
|
<div class="settings-submit-wrapper" >
|
|
|
|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<h3 class="settings-heading">$h_basic</h3>
|
2010-10-20 05:52:05 +02:00
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
{{inc field_input.tpl with $field=$username }}{{endinc}}
|
|
|
|
{{inc field_input.tpl with $field=$email }}{{endinc}}
|
|
|
|
{{inc field_custom.tpl with $field=$timezone }}{{endinc}}
|
|
|
|
{{inc field_input.tpl with $field=$defloc }}{{endinc}}
|
|
|
|
{{inc field_checkbox.tpl with $field=$allowloc }}{{endinc}}
|
2012-03-30 15:45:02 +02:00
|
|
|
|
2010-08-16 14:23:26 +02:00
|
|
|
|
2010-12-24 04:09:17 +01:00
|
|
|
<div class="settings-submit-wrapper" >
|
2011-04-08 08:10:43 +02:00
|
|
|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
2010-10-18 09:43:49 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<h3 class="settings-heading">$h_prv</h3>
|
2010-10-18 09:43:49 +02:00
|
|
|
|
|
|
|
|
2010-08-20 07:04:18 +02:00
|
|
|
<input type="hidden" name="visibility" value="$visibility" />
|
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
{{inc field_input.tpl with $field=$maxreq }}{{endinc}}
|
2010-12-20 09:27:00 +01:00
|
|
|
|
2010-08-20 07:04:18 +02:00
|
|
|
$profile_in_dir
|
|
|
|
|
|
|
|
$profile_in_net_dir
|
|
|
|
|
2011-06-20 01:47:03 +02:00
|
|
|
$hide_friends
|
|
|
|
|
|
|
|
$hide_wall
|
2010-12-20 09:27:00 +01:00
|
|
|
|
2011-10-25 06:11:05 +02:00
|
|
|
$blockwall
|
|
|
|
|
|
|
|
$blocktags
|
|
|
|
|
2011-11-29 04:28:33 +01:00
|
|
|
$suggestme
|
|
|
|
|
2012-03-31 09:57:59 +02:00
|
|
|
$unkmail
|
|
|
|
|
2012-05-18 07:44:52 +02:00
|
|
|
|
2012-03-31 09:57:59 +02:00
|
|
|
{{inc field_input.tpl with $field=$cntunkmail }}{{endinc}}
|
|
|
|
|
2011-11-17 15:53:59 +01:00
|
|
|
{{inc field_input.tpl with $field=$expire.days }}{{endinc}}
|
2012-05-18 07:44:52 +02:00
|
|
|
|
|
|
|
|
2011-11-17 15:53:59 +01:00
|
|
|
<div class="field input">
|
2012-03-06 22:18:26 +01:00
|
|
|
<span class="field_help"><a href="#advanced-expire-popup" id="advanced-expire" class='popupbox' title="$expire.advanced">$expire.label</a></span>
|
2011-11-17 15:53:59 +01:00
|
|
|
<div style="display: none;">
|
2012-03-06 22:18:26 +01:00
|
|
|
<div id="advanced-expire-popup" style="width:auto;height:auto;overflow:auto;">
|
2011-11-17 15:53:59 +01:00
|
|
|
<h3>$expire.advanced</h3>
|
|
|
|
{{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}}
|
|
|
|
{{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}}
|
2011-11-22 04:01:05 +01:00
|
|
|
{{ inc field_yesno.tpl with $field=$expire.starred }}{{endinc}}
|
2012-05-29 10:14:53 +02:00
|
|
|
{{ inc field_yesno.tpl with $field=$expire.network_only }}{{endinc}}
|
2011-11-17 15:53:59 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2011-10-25 06:11:05 +02:00
|
|
|
|
2010-10-20 12:44:18 +02:00
|
|
|
<div id="settings-default-perms" class="settings-default-perms" >
|
2011-11-17 15:53:59 +01:00
|
|
|
<a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" class='popupbox'>$permissions $permdesc</a>
|
2010-08-08 08:54:22 +02:00
|
|
|
<div id="settings-default-perms-menu-end"></div>
|
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" >
|
2010-08-08 08:54:22 +02:00
|
|
|
|
2011-11-17 15:53:59 +01:00
|
|
|
<div style="display: none;">
|
|
|
|
<div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;">
|
|
|
|
$aclselect
|
|
|
|
</div>
|
|
|
|
</div>
|
2010-08-08 08:54:22 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2011-11-17 15:53:59 +01:00
|
|
|
<br/>
|
2010-08-08 08:54:22 +02:00
|
|
|
<div id="settings-default-perms-end"></div>
|
|
|
|
|
2012-05-18 07:44:52 +02:00
|
|
|
$group_select
|
|
|
|
|
2011-03-16 01:31:49 +01:00
|
|
|
|
2010-12-24 04:09:17 +01:00
|
|
|
<div class="settings-submit-wrapper" >
|
2012-06-03 17:38:05 +02:00
|
|
|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
2010-10-18 09:43:49 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<h3 class="settings-heading">$h_not</h3>
|
2012-05-31 01:30:51 +02:00
|
|
|
<div id="settings-notifications">
|
2010-10-18 09:43:49 +02:00
|
|
|
|
2012-05-31 01:30:51 +02:00
|
|
|
<div id="settings-activity-desc">$activity_options</div>
|
2012-04-13 03:15:46 +02:00
|
|
|
|
|
|
|
{{inc field_checkbox.tpl with $field=$post_newfriend }}{{endinc}}
|
2012-05-01 04:01:41 +02:00
|
|
|
{{inc field_checkbox.tpl with $field=$post_joingroup }}{{endinc}}
|
2012-04-13 06:10:32 +02:00
|
|
|
{{inc field_checkbox.tpl with $field=$post_profilechange }}{{endinc}}
|
2012-04-13 03:15:46 +02:00
|
|
|
|
|
|
|
|
2012-05-31 01:30:51 +02:00
|
|
|
<div id="settings-notify-desc">$lbl_not</div>
|
2010-10-18 09:43:49 +02:00
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<div class="group">
|
2011-07-12 14:09:07 +02:00
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify1 }}{{endinc}}
|
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify2 }}{{endinc}}
|
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify3 }}{{endinc}}
|
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify4 }}{{endinc}}
|
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify5 }}{{endinc}}
|
2012-01-04 02:29:07 +01:00
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify6 }}{{endinc}}
|
2012-02-10 06:18:50 +01:00
|
|
|
{{inc field_intcheckbox.tpl with $field=$notify7 }}{{endinc}}
|
2010-08-14 16:55:18 +02:00
|
|
|
</div>
|
2011-07-06 12:10:00 +02:00
|
|
|
|
2012-05-31 01:30:51 +02:00
|
|
|
</div>
|
2010-08-08 08:54:22 +02:00
|
|
|
|
2010-12-24 04:09:17 +01:00
|
|
|
<div class="settings-submit-wrapper" >
|
2011-04-08 08:10:43 +02:00
|
|
|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
2010-10-18 09:43:49 +02:00
|
|
|
</div>
|
|
|
|
|
2010-08-08 08:54:22 +02:00
|
|
|
|
2011-07-06 12:10:00 +02:00
|
|
|
<h3 class="settings-heading">$h_advn</h3>
|
2012-05-31 01:30:51 +02:00
|
|
|
<div id="settings-pagetype-desc">$h_descadvn</div>
|
2010-08-08 08:54:22 +02:00
|
|
|
|
2010-10-18 09:43:49 +02:00
|
|
|
$pagetype
|
2010-08-08 08:54:22 +02:00
|
|
|
|
2010-12-24 04:09:17 +01:00
|
|
|
<div class="settings-submit-wrapper" >
|
2011-04-08 08:10:43 +02:00
|
|
|
<input type="submit" name="submit" class="settings-submit" value="$submit" />
|
2010-07-02 01:48:07 +02:00
|
|
|
</div>
|
|
|
|
|
2010-10-18 09:43:49 +02:00
|
|
|
|