__section__
default
__description__
__title__

__page__
ajax
__lang__
en_US
__name__
prefs_main
__template__

[%
IF !main_help;
        PROCESS prefs_titlebar title='Preferences';
END
%]

[% IF main_help %]
        <h2>Your Preferences</h2>
[% END %]
<br>

<h3><a href="/users.pl?op=edituser" onclick="javascript:getModalPrefs('user', 'User', 1); return false" style="text-decoration: none;">User Info</a>&nbsp;<a href="/users.pl?op=edituser" onclick="displayModalPrefHelp('modalprefhelp_userinfo'); return false" title="Click To Expand Help" style="text-decoration: none;">[?]</a></h3>

<div style="padding-left: 10px;">
        <div id="modalprefhelp_userinfo" class="modalprefhelp" style="display: none;">
        Configure your real name, email address, instant messaging nicks, your sig, and more. You may also change your password and manage your subscriptions from here.
        </div>

        <div style="padding-left: 15px;"><a href="/users.pl?op=edituser" onclick="javascript:getModalPrefs('user', 'User', 1); return false">General</a>, <a href="/my/messages" onclick="getModalPrefs('messages', 'Messages', 1); return false">Messages</a>, <a href="/subscribe.pl">Subscriptions</a>, <a href="/my/password">Password</a>.</div>
</div>

<br>

<h3><a href="/users.pl?op=edithome" onclick="javascript:getModalPrefs('home', 'Homepage', 1); return false" style="text-decoration: none;">Index</a>&nbsp;<a href="/users.pl?op=edithome" onclick="displayModalPrefHelp('modalprefhelp_index'); return false" title="Click To Expand Help" style="text-decoration: none;">[?]</a></h3>

<div style="padding-left: 10px;">
        <div id="modalprefhelp_index" class="modalprefhelp" style="display: none;">
        Configure the homepage's general look and feel. Set your date and time, toggle off tags, and set up your Slashboxes.
        You also have the ability to choose how much or how little content you want to see from each section. Further, you have
        the ability to choose if you want to view each type of article in 'Full Text' or 'Abbreviated' format.
        </div>

        <div style="padding-left: 15px;"><a href="/users.pl?op=edithome" onclick="getModalPrefs('home', 'Homepage', 1); return false">General</a>, <a href="/users.pl?op=edithome" onclick="getModalPrefs('slashboxes', 'Slashboxes', 1); return false">Slashboxes</a>, <a href="/users.pl?op=edithome" onclick="getModalPrefs('sectional', 'Sectional Display', 1); return false">Sections</a>, <a href="/users.pl?op=edithome" onclick="getModalPrefs('authors', 'Authors', 1); return false">Authors</a>.</div>
</div>

<br>

<h3><a href="[% gSkin.rootdir %]/my/comments"[% IF discussion2 == 'slashdot' %] onclick="getModalPrefs('d2', 'Discussion 2', 1); return false"[% END %] style="text-decoration: none;">Discussions</a>&nbsp;<a href="/users.pl?op=editcomm" onclick="displayModalPrefHelp('modalprefhelp_discussions'); return false" title="Click To Expand Help" style="text-decoration: none;">[?]</a></h3>

<div style="padding-left: 10px;">
        <div id="modalprefhelp_discussions" class="modalprefhelp" style="display: none;">
        Change which discussion style you prefer to use, hide your email address, display your sig, and apply karma and subscriber
        bonuses to comments. You may also sort comments by their score or date, and choose how many to retrieve at one time.
        </div>

        <div style="padding-left: 15px;"><a href="[% gSkin.rootdir %]/my/comments"[% IF discussion2 == 'slashdot' %] onclick="getModalPrefs('d2_posting', 'Discussion 2', 1); return false"[% END %]>Posting</a>, <a href="[% gSkin.rootdir %]/my/comments"[% IF discussion2 == 'slashdot' %] onclick="getModalPrefs('d2', 'Discussion 2', 1); return false"[% END %]>Viewing</a>.</div>
</div>

<br>

[% IF user.is_admin %]
<h3><a href="#" onclick="javascript:getModalPrefs('admin', 'Admin'); return false" style="text-decoration: none;">Admin</a></h3>
<div style="padding-left: 15px;">
        Legacy Preference Pages<br>
        <a href="/users.pl?op=edituser" target="_blank">User</a>, <a href="/users.pl?op=edithome" target="_blank">Homepage</a>, <a href="/users.pl?op=editcomm" target="_blank">Comments</a>.
</div>
[% END %]

__seclev__
500
__version__
$Id: prefs_main;ajax;default,v 1.3 2008/02/20 16:53:02 entweichen Exp $
