__section__
default
__description__
* nexusref = hashref of nexus information
	$n = name (textname) for nexus with tid $n
* nexustid_order = list of the fields of nexusref to display, in display order

__title__

__page__
ajax
__lang__
en_US
__name__
prefs_sectional
__template__
[% style_enabled = "color: #000; background: #fff;" %]
[% style_disabled = "color: #999; background: #ccc;" %]

                [% IF tabbed == 1 %]
                <div style="text-align: center;">
                &nbsp;
                <a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('user', 'User', 1); return false;">User</a>
                &nbsp;|&nbsp;
                <a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('home', 'Homepage', 1); return false;">Homepage</a>
                &nbsp;|&nbsp;
                <a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('slashboxes', 'Slashboxes', 1); return false;">Slashboxes</a>
                &nbsp;|&nbsp;
                <span style="font-weight: bold; text-decoration: none; font-size: 14px; color: #ccc">Sections</span>
                &nbsp;|&nbsp;
                <a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('authors', 'Authors', 1); return false;">Authors</a>
                &nbsp;|&nbsp;
                <a href="" style="font-weight: bold; text-decoration: none; font-size: 14px;" onclick="getModalPrefs('messages', 'Messages', 1); return false;">Messages</a>
                </div>
                [% END %]

<br>

For each section, you may choose from a range of display options.

<br><br>

You 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.

<br><br>

<a href="[% gSkin.rootdir %]/faq/UI.shtml#ui500">Learn more about your options for controlling the amount of content on your index page.</a>

<br><br>

<form id="modal_prefs" method="post">
<table border="0" cellpadding="1" cellspacing="0" width="99%">
	<tr>
		<td>&nbsp;</td>
		<td align="center">
			<img src="[% constants.imagedir %]/article_none.gif" alt="Never" title="Never"><br>
		</td>
		<td align="center" valign="top">
			<img src="[% constants.imagedir %]/article_brief.gif" alt="Brief Best Only" title="Brief Best Only"><br>
		</td>
		<td align="center" valign="top">
			<img src="[% constants.imagedir %]/article_full.gif" alt="Full Best Only" title="Full Best Only"><br>
		</td>
		<td align="center" valign="top">
			<img src="[% constants.imagedir %]/article_brief.gif" alt="Brief All" title="Brief All"><br>
			<img src="[% constants.imagedir %]/article_brief.gif" alt="Brief All" title="Brief All"><br>
		</td>
		<td align="center" valign="top">
			<img src="[% constants.imagedir %]/article_full.gif" alt="Full / Brief" title="Full / Brief"><br>
			<img src="[% constants.imagedir %]/article_brief.gif" alt="Full / Brief" title="Full / Brief"><br>
		</td>
		<td align="center" valign="top">
			<img src="[% constants.imagedir %]/article_full.gif" alt="Full All" title="Full All"><br>
			<img src="[% constants.imagedir %]/article_full.gif" alt="Full All" title="Full All">
		</td>
		
	</tr>
	<tr class="secpref_master">
		<td style="padding-left: 5px;"><b>All Sections</b></td>
		<td>&nbsp;</td>
		[% FOREACH value = [ 1 2 3 4 5] -%]
			<td align="center"><input type="radio" name="nexus_master" value="[% value %]" onclick="masterChange(this); return true;"[% IF master_value != "" && master_value == value; constants.markup_checked_attribute; END; %]></td>
		[%- END %]
	</tr>
[% FOREACH nexustid = nexustid_order %]
	<tr align="center" class="secpref_nexus_row" style="[% IF multiple_values == 0; style_disabled; ELSE; style_enabled; END; %]">
		[%-	# really should have nexusref have another field for the
			# url of the (first) skin that uses it, and link this in
			# here, but ... I'm in a hurry
		-%]
		<td align="left" style="padding-left: 5px;"><b>[% nexusref.$nexustid | strip_literal %]</b></td>
[% FOREACH value = [ 0 1 2 3 4 5] -%]
		<td align="center"><input type="radio" name="nexustid[% nexustid %]" value="[% value %]"
			[%- IF story023_default.nexus.$nexustid == value; constants.markup_checked_attribute; END %] onclick="individualChange(this); return true;"></td>
[%- END %]
	</tr>
[%- END -%]
</table>

&nbsp;<p>

<input type="hidden" name="formname" value="sectional">
<input type="hidden" name="refreshable" value="1">
<input type="button" value="Save" onclick="saveModalPrefs()">

</form>
__seclev__
500
__version__
$Id: prefs_sectional;ajax;default,v 1.3 2008/01/31 16:31:17 entweichen Exp $
