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