__section__
default
__description__
Edit preferences

* title = passed to titlebar
* user_edit = hashref of preferences
* l_check = boolean to check l? light mode
* b_check = boolean to check b? noboxes
* i_check = boolean to check i? noicons
* w_check = boolean to check w? willing
* tzformat_select = popup for time format
* tzcode_select = popup for timezone
* tilde_ed = checkbox thing for selecting authors, topics, sections, boxes

__title__

__page__
users
__lang__
en_US
__name__
editHome
__template__
[% PROCESS titlebar width="100%" %]

[% admin_block %]

<FORM ACTION="[% env.script_name %]" METHOD="POST">

[% IF form.formkey %]
        <INPUT TYPE="HIDDEN" NAME="formkey" VALUE="[% form.formkey %]">
[% END %]

<INPUT TYPE="HIDDEN" NAME="formname" VALUE="edithome">
<INPUT TYPE="HIDDEN" NAME="op" VALUE="savehome">
<INPUT TYPE="HIDDEN" NAME="uid" VALUE="[% user_edit.uid %]">

<TABLE ALIGN="CENTER" WIDTH="95%" BGCOLOR="[% user.bg.2 %]">
	<TR>
		<TD>
		<B>Date/Time Format</B>
		<NOBR>

		[% tzformat_select %]

		[% tzcode_select %]

		</NOBR>

		<P><INPUT TYPE="CHECKBOX" NAME="light"[% l_check %]>
		<B>Light</B> (reduce the complexity of [% constants.sitename %]'s HTML for
		AvantGo, Lynx, or slow connections)

		<P><INPUT TYPE="CHECKBOX" NAME="noboxes"[% b_check %]>
		<B>Deactivate Slashboxes</B> (just the news ma'am)

		<P><INPUT TYPE="CHECKBOX" NAME="noicons"[% i_check %]>
		<B>No Icons</B> (disable topic icon images on stories)

		<P><INPUT TYPE="CHECKBOX" NAME="sectioncollapse"[% s_check %]>
		<B>Collapse Sections</B> (show stories from all sections, unless specifically excluded)

		<P><B>Maximum Stories</B> The default is 30.  The main
		column displays 1/3rd of these at minimum, and all of
		today's stories at maximum.<BR>
		<INPUT TYPE="TEXT" NAME="maxstories" SIZE="3" VALUE="[% user_edit.maxstories %]">

		[%# We're not using the moderation FAQ for now.      %]
		[%# It will return...when we rewrite it. - Cliff     %]
		<P><INPUT TYPE="CHECKBOX" NAME="willing"[% w_check %]>
        	<B>Willing to Moderate</B> By default all users are willing to
		Moderate. Uncheck this if you aren't interested.

		[% tilde_ed %]

		<INPUT TYPE="SUBMIT" VALUE="Save">
		</TD>
	</TR>
</TABLE>
</FORM>
__seclev__
500
