First update of the new admin style to being it in line with the new frontend style. Note - this is still based on subsilver, the final admin will use the much nicer style of the new frontend - but that is secret until the final release ;)

git-svn-id: file:///svn/phpbb/trunk@5420 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Tom Beddard 2006-01-03 13:44:47 +00:00
parent 3c7837801e
commit 3cfaa92631
32 changed files with 458 additions and 583 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -42,7 +42,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="display_order">{L_DISPLAY_ORDER}:</label><br /><span>{L_DISPLAY_ORDER_EXPLAIN}</span></dt> <dt><label for="display_order">{L_DISPLAY_ORDER}:</label><br /><span>{L_DISPLAY_ORDER_EXPLAIN}</span></dt>
<dd><input type="radio" id="display_order" name="display_order" value="0"<!-- IF not DISPLAY_ORDER --> checked="checked"<!-- ENDIF --> /> {L_DESCENDING} &nbsp; <input type="radio" name="display_order" value="1"<!-- IF DISPLAY_ORDER --> checked="checked"<!-- ENDIF --> /> {L_ASCENDING}</dd> <dd><input type="radio" class="radio" id="display_order" name="display_order" value="0"<!-- IF not DISPLAY_ORDER --> checked="checked"<!-- ENDIF --> /> {L_DESCENDING} &nbsp; <input type="radio" name="display_order" value="1"<!-- IF DISPLAY_ORDER --> checked="checked"<!-- ENDIF --> class="radio" /> {L_ASCENDING}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="attach_quota">{L_ATTACH_QUOTA}:</label><br /><span>{L_ATTACH_QUOTA_EXPLAIN}</span></dt> <dt><label for="attach_quota">{L_ATTACH_QUOTA}:</label><br /><span>{L_ATTACH_QUOTA_EXPLAIN}</span></dt>
@ -66,15 +66,15 @@
</dl> </dl>
<dl> <dl>
<dt><label for="secure_downloads">{L_SECURE_DOWNLOADS}:</label><br /><span>{L_SECURE_DOWNLOADS_EXPLAIN}</span></dt> <dt><label for="secure_downloads">{L_SECURE_DOWNLOADS}:</label><br /><span>{L_SECURE_DOWNLOADS_EXPLAIN}</span></dt>
<dd><input type="radio" id="secure_downloads" name="secure_downloads" value="1"<!-- IF SECURE_DOWNLOADS --> checked="checked"<!-- ENDIF --> /> {L_YES}&nbsp;&nbsp;<input type="radio" name="secure_downloads" value="0"<!-- IF not SECURE_DOWNLOADS --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" id="secure_downloads" name="secure_downloads" value="1"<!-- IF SECURE_DOWNLOADS --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="secure_downloads" value="0"<!-- IF not SECURE_DOWNLOADS --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="allow_deny">{L_SECURE_ALLOW_DENY}:</label><br /><span>{L_SECURE_ALLOW_DENY_EXPLAIN}</span></dt> <dt><label for="allow_deny">{L_SECURE_ALLOW_DENY}:</label><br /><span>{L_SECURE_ALLOW_DENY_EXPLAIN}</span></dt>
<dd><input type="radio" id="allow_deny" name="secure_allow_deny" value="1"<!-- IF SECURE_ALLOW_DENY --> checked="checked"<!-- ENDIF --> /> {L_ORDER_ALLOW_DENY}&nbsp;&nbsp;<input type="radio" name="secure_allow_deny" value="0"<!-- IF not SECURE_ALLOW_DENY --> checked="checked"<!-- ENDIF --> /> {L_ORDER_DENY_ALLOW}</dd> <dd><input type="radio" id="allow_deny" name="secure_allow_deny" value="1"<!-- IF SECURE_ALLOW_DENY --> checked="checked"<!-- ENDIF --> class="radio" /> {L_ORDER_ALLOW_DENY}&nbsp;&nbsp;<input type="radio" name="secure_allow_deny" value="0"<!-- IF not SECURE_ALLOW_DENY --> checked="checked"<!-- ENDIF --> class="radio" /> {L_ORDER_DENY_ALLOW}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="referer">{L_SECURE_EMPTY_REFERER}:</label><br /><span>{L_SECURE_EMPTY_REFERER_EXPLAIN}</span></dt> <dt><label for="referer">{L_SECURE_EMPTY_REFERER}:</label><br /><span>{L_SECURE_EMPTY_REFERER_EXPLAIN}</span></dt>
<dd><input type="radio" id="referer" name="secure_allow_empty_referer" value="1"<!-- IF ALLOW_EMPTY_REFERER --> checked="checked"<!-- ENDIF --> /> {L_YES}&nbsp;&nbsp;<input type="radio" name="secure_allow_empty_referer" value="0"<!-- IF not ALLOW_EMPTY_REFERER --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" id="referer" name="secure_allow_empty_referer" value="1"<!-- IF ALLOW_EMPTY_REFERER --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="secure_allow_empty_referer" value="0"<!-- IF not ALLOW_EMPTY_REFERER --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>
@ -82,12 +82,12 @@
<legend>{L_SETTINGS_CAT_IMAGES} [{L_ASSIGNED_GROUP}: {ASSIGNED_GROUPS}]</legend> <legend>{L_SETTINGS_CAT_IMAGES} [{L_ASSIGNED_GROUP}: {ASSIGNED_GROUPS}]</legend>
<dl> <dl>
<dt><label for="display_inlined">{L_DISPLAY_INLINED}:</label><br /><span>{L_DISPLAY_INLINED_EXPLAIN}</span></dt> <dt><label for="display_inlined">{L_DISPLAY_INLINED}:</label><br /><span>{L_DISPLAY_INLINED_EXPLAIN}</span></dt>
<dd><input type="radio" id="display_inlined" name="img_display_inlined" value="1"<!-- IF DISPLAY_INLINED --> checked="checked"<!-- ENDIF --> /> {L_YES}&nbsp;&nbsp;<input type="radio" name="img_display_inlined" value="0"<!-- IF not DISPLAY_INLINED --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" id="display_inlined" name="img_display_inlined" value="1"<!-- IF DISPLAY_INLINED --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="img_display_inlined" value="0"<!-- IF not DISPLAY_INLINED --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
</dl> </dl>
<!-- IF S_THUMBNAIL_SUPPORT --> <!-- IF S_THUMBNAIL_SUPPORT -->
<dl> <dl>
<dt><label for="create_thumbnail">{L_CREATE_THUMBNAIL}:</label><br /><span>{L_CREATE_THUMBNAIL_EXPLAIN}</span></dt> <dt><label for="create_thumbnail">{L_CREATE_THUMBNAIL}:</label><br /><span>{L_CREATE_THUMBNAIL_EXPLAIN}</span></dt>
<dd><input type="radio" id="create_thumbnail" name="img_create_thumbnail" value="1"<!-- IF CREATE_THUMBNAIL --> checked="checked"<!-- ENDIF --> /> {L_YES}&nbsp;&nbsp;<input type="radio" name="img_create_thumbnail" value="0"<!-- IF not CREATE_THUMBNAIL --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" id="create_thumbnail" name="img_create_thumbnail" value="1"<!-- IF CREATE_THUMBNAIL --> checked="checked"<!-- ENDIF --> class="radio" /> {L_YES}&nbsp;&nbsp;<input type="radio" name="img_create_thumbnail" value="0"<!-- IF not CREATE_THUMBNAIL --> checked="checked"<!-- ENDIF --> class="radio" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="thumb_filesize">{L_MIN_THUMB_FILESIZE}:</label><br /><span>{L_MIN_THUMB_FILESIZE_EXPLAIN}</span></dt> <dt><label for="thumb_filesize">{L_MIN_THUMB_FILESIZE}:</label><br /><span>{L_MIN_THUMB_FILESIZE_EXPLAIN}</span></dt>
@ -128,7 +128,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="exclude">{L_IP_EXCLUDE}:</label><br /><span>{L_EXCLUDE_ENTERED_IP}</span></dt> <dt><label for="exclude">{L_IP_EXCLUDE}:</label><br /><span>{L_EXCLUDE_ENTERED_IP}</span></dt>
<dd><input type="radio" id="exclude" name="ipexclude" value="1" /> {L_YES} &nbsp; <input type="radio" name="ipexclude" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" id="exclude" name="ipexclude" value="1" class="radio" /> {L_YES} &nbsp; <input type="radio" name="ipexclude" value="0" checked="checked" class="radio" /> {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>
@ -254,7 +254,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="allowed_forums">{L_ALLOWED_FORUMS}:</label><br /><span>{L_ALLOWED_FORUMS_EXPLAIN}</span></dt> <dt><label for="allowed_forums">{L_ALLOWED_FORUMS}:</label><br /><span>{L_ALLOWED_FORUMS_EXPLAIN}</span></dt>
<dd><input type="radio" id="allowed_forums" class="radio" name="forum_select" value="0"<!-- IF not S_FORUM_IDS --> checked="checked"<!-- ENDIF --> />&nbsp;{L_ALLOW_ALL_FORUMS}&nbsp;&nbsp;<input type="radio" class="radio" name="forum_select" value="1"<!-- IF S_FORUM_IDS --> checked="checked"<!-- ENDIF --> />&nbsp;{L_ALLOW_SELECTED_FORUMS}</dd> <dd><input type="radio" id="allowed_forums" class="radio" name="forum_select" value="0"<!-- IF not S_FORUM_IDS --> checked="checked"<!-- ENDIF --> class="radio" />&nbsp;{L_ALLOW_ALL_FORUMS}&nbsp;&nbsp;<input type="radio" class="radio" name="forum_select" value="1"<!-- IF S_FORUM_IDS --> checked="checked"<!-- ENDIF --> class="radio" />&nbsp;{L_ALLOW_SELECTED_FORUMS}</dd>
<dd><select name="allowed_forums[]" multiple="multiple" size="8">{S_FORUM_ID_OPTIONS}</select></dd> <dd><select name="allowed_forums[]" multiple="multiple" size="8">{S_FORUM_ID_OPTIONS}</select></dd>
</dl> </dl>
</fieldset> </fieldset>

View file

@ -52,7 +52,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="banexclude">{L_BAN_EXCLUDE}:</label><br /><span>{L_BAN_EXCLUDE_EXPLAIN}</span></dt> <dt><label for="banexclude">{L_BAN_EXCLUDE}:</label><br /><span>{L_BAN_EXCLUDE_EXPLAIN}</span></dt>
<dd><input type="radio" name="banexclude" value="1" /> {L_YES} &nbsp; <input type="radio" name="banexclude" id="banexclude" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" name="banexclude" value="1" class="radio" /> {L_YES} &nbsp; <input type="radio" name="banexclude" id="banexclude" value="0" checked="checked" class="radio" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="banreason">{L_BAN_REASON}:</label></dt> <dt><label for="banreason">{L_BAN_REASON}:</label></dt>

View file

@ -79,7 +79,7 @@
<td style="text-align: center;">&nbsp;<a href="{bots.U_ACTIVATE_DEACTIVATE}">{bots.L_ACTIVATE_DEACTIVATE}</a>&nbsp;</td> <td style="text-align: center;">&nbsp;<a href="{bots.U_ACTIVATE_DEACTIVATE}">{bots.L_ACTIVATE_DEACTIVATE}</a>&nbsp;</td>
<td style="text-align: center;">&nbsp;<a href="{bots.U_EDIT}">{L_EDIT}</a>&nbsp;</td> <td style="text-align: center;">&nbsp;<a href="{bots.U_EDIT}">{L_EDIT}</a>&nbsp;</td>
<td style="text-align: center;">&nbsp;<a href="{bots.U_DELETE}">{L_DELETE}</a>&nbsp;</td> <td style="text-align: center;">&nbsp;<a href="{bots.U_DELETE}">{L_DELETE}</a>&nbsp;</td>
<td style="text-align: center;"><input type="checkbox" name="mark[]" value="{bots.BOT_ID}" /></td> <td style="text-align: center;"><input type="checkbox" name="mark[]" value="{bots.BOT_ID}" class="radio" /></td>
</tr> </tr>
<!-- END bots --> <!-- END bots -->
</tbody> </tbody>

View file

@ -71,8 +71,8 @@
<div id="type_actions"<!-- IF S_FORUM_POST --> style="display: none;"<!-- ENDIF -->> <div id="type_actions"<!-- IF S_FORUM_POST --> style="display: none;"<!-- ENDIF -->>
<dl> <dl>
<dt><label for="type_action">{L_DECIDE_MOVE_DELETE_CONTENT}:</label></dt> <dt><label for="type_action">{L_DECIDE_MOVE_DELETE_CONTENT}:</label></dt>
<dd><input type="radio" id="type_action" name="type_action" value="delete" checked="checked" /> {L_DELETE_ALL_POSTS}</dd> <dd><input type="radio" class="radio" id="type_action" name="type_action" value="delete" checked="checked" /> {L_DELETE_ALL_POSTS}</dd>
<!-- IF S_MOVE_FORUM_OPTIONS --><dd><input type="radio" name="type_action" value="move" /> {L_MOVE_POSTS_TO} <select name="to_forum_id">{S_MOVE_FORUM_OPTIONS}</select></dd><!-- ENDIF --> <!-- IF S_MOVE_FORUM_OPTIONS --><dd><input type="radio" class="radio" name="type_action" value="move" /> {L_MOVE_POSTS_TO} <select name="to_forum_id">{S_MOVE_FORUM_OPTIONS}</select></dd><!-- ENDIF -->
</dl> </dl>
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
@ -106,7 +106,7 @@
<legend>{L_GENERAL_FORUM_SETTINGS}</legend> <legend>{L_GENERAL_FORUM_SETTINGS}</legend>
<dl> <dl>
<dt><label for="display_active">{L_DISPLAY_ACTIVE_TOPICS}:</label><br /><span>{L_DISPLAY_ACTIVE_TOPICS_EXPLAIN}</span></dt> <dt><label for="display_active">{L_DISPLAY_ACTIVE_TOPICS}:</label><br /><span>{L_DISPLAY_ACTIVE_TOPICS_EXPLAIN}</span></dt>
<dd><input type="radio" name="display_active" value="1"<!-- IF S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="display_active" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="display_active" value="1"<!-- IF S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="display_active" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_active" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>
</div> </div>
@ -120,25 +120,25 @@
</dl> </dl>
<dl> <dl>
<dt><label for="enable_indexing">{L_ENABLE_INDEXING}:</label><br /><span>{L_ENABLE_INDEXING_EXPLAIN}</span></dt> <dt><label for="enable_indexing">{L_ENABLE_INDEXING}:</label><br /><span>{L_ENABLE_INDEXING_EXPLAIN}</span></dt>
<dd><input type="radio" name="enable_indexing" value="1"<!-- IF S_ENABLE_INDEXING --> id="enable_indexing" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="enable_indexing" value="0"<!-- IF not S_ENABLE_INDEXING --> id="enable_indexing" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="enable_indexing" value="1"<!-- IF S_ENABLE_INDEXING --> id="enable_indexing" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="enable_indexing" value="0"<!-- IF not S_ENABLE_INDEXING --> id="enable_indexing" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="enable_icons">{L_ENABLE_TOPIC_ICONS}:</label></dt> <dt><label for="enable_icons">{L_ENABLE_TOPIC_ICONS}:</label></dt>
<dd><input type="radio" name="enable_icons" value="1"<!-- IF S_TOPIC_ICONS --> id="enable_icons" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="enable_icons" value="0"<!-- IF not S_TOPIC_ICONS --> id="enable_icons" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="enable_icons" value="1"<!-- IF S_TOPIC_ICONS --> id="enable_icons" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="enable_icons" value="0"<!-- IF not S_TOPIC_ICONS --> id="enable_icons" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<!-- IF S_SHOW_DISPLAY_ON_INDEX --> <!-- IF S_SHOW_DISPLAY_ON_INDEX -->
<dl> <dl>
<dt><label for="display_on_index">{L_LIST_INDEX}:</label><br /><span>{L_LIST_INDEX_EXPLAIN}</span></dt> <dt><label for="display_on_index">{L_LIST_INDEX}:</label><br /><span>{L_LIST_INDEX_EXPLAIN}</span></dt>
<dd><input type="radio" name="display_on_index" value="1"<!-- IF S_DISPLAY_ON_INDEX --> id="display_on_index" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="display_on_index" value="0"<!-- IF not S_DISPLAY_ON_INDEX --> id="display_on_index" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="display_on_index" value="1"<!-- IF S_DISPLAY_ON_INDEX --> id="display_on_index" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="display_on_index" value="0"<!-- IF not S_DISPLAY_ON_INDEX --> id="display_on_index" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<dl> <dl>
<dt><label for="display_recent">{L_ENABLE_RECENT}:</label><br /><span>{L_ENABLE_RECENT_EXPLAIN}</span></dt> <dt><label for="display_recent">{L_ENABLE_RECENT}:</label><br /><span>{L_ENABLE_RECENT_EXPLAIN}</span></dt>
<dd><input type="radio" name="display_recent" value="1"<!-- IF S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="display_recent" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="display_recent" value="1"<!-- IF S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="display_recent" value="0"<!-- IF not S_DISPLAY_ACTIVE_TOPICS --> id="display_recent" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="enable_prune">{L_FORUM_AUTO_PRUNE}:</label><br /><span>{L_FORUM_AUTO_PRUNE_EXPLAIN}</span></dt> <dt><label for="enable_prune">{L_FORUM_AUTO_PRUNE}:</label><br /><span>{L_FORUM_AUTO_PRUNE_EXPLAIN}</span></dt>
<dd><input type="radio" name="enable_prune" value="1"<!-- IF S_PRUNE_ENABLE --> id="enable_prune" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="enable_prune" value="0"<!-- IF not S_PRUNE_ENABLE --> id="enable_prune" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="enable_prune" value="1"<!-- IF S_PRUNE_ENABLE --> id="enable_prune" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="enable_prune" value="0"<!-- IF not S_PRUNE_ENABLE --> id="enable_prune" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="prune_freq">{L_AUTO_PRUNE_FREQ}:</label><br /><span>{L_AUTO_PRUNE_FREQ_EXPLAIN}</span></dt> <dt><label for="prune_freq">{L_AUTO_PRUNE_FREQ}:</label><br /><span>{L_AUTO_PRUNE_FREQ_EXPLAIN}</span></dt>
@ -154,15 +154,15 @@
</dl> </dl>
<dl> <dl>
<dt><label for="prune_old_polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt> <dt><label for="prune_old_polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt>
<dd><input type="radio" name="prune_old_polls" value="1"<!-- IF S_PRUNE_OLD_POLLS --> id="prune_old_polls" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="prune_old_polls" value="0"<!-- IF not S_PRUNE_OLD_POLLS --> id="prune_old_polls" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_old_polls" value="1"<!-- IF S_PRUNE_OLD_POLLS --> id="prune_old_polls" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="prune_old_polls" value="0"<!-- IF not S_PRUNE_OLD_POLLS --> id="prune_old_polls" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="prune_announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt> <dt><label for="prune_announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt>
<dd><input type="radio" name="prune_announce" value="1"<!-- IF S_PRUNE_ANNOUNCE --> id="prune_announce" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="prune_announce" value="0"<!-- IF not S_PRUNE_ANNOUNCE --> id="prune_announce" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_announce" value="1"<!-- IF S_PRUNE_ANNOUNCE --> id="prune_announce" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="prune_announce" value="0"<!-- IF not S_PRUNE_ANNOUNCE --> id="prune_announce" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="prune_sticky">{L_PRUNE_STICKY}:</label></dt> <dt><label for="prune_sticky">{L_PRUNE_STICKY}:</label></dt>
<dd><input type="radio" name="prune_sticky" value="1"<!-- IF S_PRUNE_STICKY --> id="prune_sticky" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="prune_sticky" value="0"<!-- IF not S_PRUNE_STICKY --> id="prune_sticky" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_sticky" value="1"<!-- IF S_PRUNE_STICKY --> id="prune_sticky" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="prune_sticky" value="0"<!-- IF not S_PRUNE_STICKY --> id="prune_sticky" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt> <dt><label for="topics_per_page">{L_FORUM_TOPICS_PAGE}:</label><br /><span>{L_FORUM_TOPICS_PAGE_EXPLAIN}</span></dt>
@ -188,7 +188,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="forum_link_track">{L_FORUM_LINK_TRACK}:</label><br /><span>{L_FORUM_LINK_TRACK_EXPLAIN}</span></dt> <dt><label for="forum_link_track">{L_FORUM_LINK_TRACK}:</label><br /><span>{L_FORUM_LINK_TRACK_EXPLAIN}</span></dt>
<dd><input type="radio" name="forum_link_track" value="1"<!-- IF S_FORUM_LINK_TRACK --> id="forum_link_track" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" name="forum_link_track" value="0"<!-- IF not S_FORUM_LINK_TRACK --> id="forum_link_track" checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input type="radio" class="radio" name="forum_link_track" value="1"<!-- IF S_FORUM_LINK_TRACK --> id="forum_link_track" checked="checked"<!-- ENDIF --> /> {L_YES} &nbsp; <input type="radio" class="radio" name="forum_link_track" value="0"<!-- IF not S_FORUM_LINK_TRACK --> id="forum_link_track" checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>
</div> </div>
@ -247,18 +247,18 @@
<!-- IF S_FORUM_POST --> <!-- IF S_FORUM_POST -->
<dl> <dl>
<dt><label for="delete_action">{L_ACTION}:</label></dt> <dt><label for="delete_action">{L_ACTION}:</label></dt>
<dd><input type="radio" id="delete_action" name="action_posts" value="delete" checked="checked" /> {L_DELETE_ALL_POSTS}</dd> <dd><input type="radio" class="radio" id="delete_action" name="action_posts" value="delete" checked="checked" /> {L_DELETE_ALL_POSTS}</dd>
<!-- IF S_MOVE_FORUM_OPTIONS --> <!-- IF S_MOVE_FORUM_OPTIONS -->
<dd><input type="radio" name="action_posts" value="move" /> {L_MOVE_POSTS_TO} <select name="posts_to_id">{S_MOVE_FORUM_OPTIONS}</select></dd> <dd><input type="radio" class="radio" name="action_posts" value="move" /> {L_MOVE_POSTS_TO} <select name="posts_to_id">{S_MOVE_FORUM_OPTIONS}</select></dd>
<!-- ENDIF --> <!-- ENDIF -->
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_HAS_SUBFORUMS --> <!-- IF S_HAS_SUBFORUMS -->
<dl> <dl>
<dt><label for="sub_delete_action">{L_ACTION}:</label></dt> <dt><label for="sub_delete_action">{L_ACTION}:</label></dt>
<dd><input type="radio" id="sub_delete_action" name="action_subforums" value="delete" checked="checked" /> {L_DELETE_SUBFORUMS}</dd> <dd><input type="radio" class="radio" id="sub_delete_action" name="action_subforums" value="delete" checked="checked" /> {L_DELETE_SUBFORUMS}</dd>
<!-- IF S_FORUMS_LIST --> <!-- IF S_FORUMS_LIST -->
<dd><input type="radio" name="action_subforums" value="move" /> {L_MOVE_SUBFORUMS_TO} <select name="subforums_to_id">{S_FORUMS_LIST}</select></dd> <dd><input type="radio" class="radio" name="action_subforums" value="move" /> {L_MOVE_SUBFORUMS_TO} <select name="subforums_to_id">{S_FORUMS_LIST}</select></dd>
<!-- ENDIF --> <!-- ENDIF -->
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
@ -290,31 +290,25 @@
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<table cellspacing="1"> <p><strong>{NAVIGATION}<!-- IF S_NO_FORUMS --> [<a href="{U_EDIT}">{L_EDIT}</a> | <a href="{U_DELETE}">{L_DELETE}</a><!-- IF not S_LINK --> | <a href="{U_SYNC}">{L_RESYNC}</a><!-- ENDIF --->]<!-- ENDIF --></strong></p>
<tbody>
<tr>
<td class="row3">{NAVIGATION}<!-- IF S_NO_FORUMS --> [<a href="{U_EDIT}">{L_EDIT}</a> | <a href="{U_DELETE}">{L_DELETE}</a><!-- IF not S_LINK --> | <a href="{U_SYNC}">{L_RESYNC}</a><!-- ENDIF --->]<!-- ENDIF --></td>
</tr>
</tbody>
</table>
<!-- IF .forums --> <!-- IF forums -->
<table cellspacing="1"> <table cellspacing="1">
<col class="row1" /><col class="row1" /><col class="row2" /><col class="row2" /> <col class="row1" /><col class="row1" /><col class="row2" />
<tbody> <tbody>
<!-- BEGIN forums --> <!-- BEGIN forums -->
<tr> <tr>
<td style="width: 5%;">{forums.FOLDER_IMAGE}</td> <td style="width: 5%;">{forums.FOLDER_IMAGE}</td>
<td style="width: 50%; vertical-align: top;"> <td>
<!-- IF forums.S_LINK -->{forums.FORUM_NAME}<!-- ELSE --><a href="{forums.U_FORUM}">{forums.FORUM_NAME}</a><!-- ENDIF --> <strong><!-- IF forums.S_LINK -->{forums.FORUM_NAME}<!-- ELSE --><a href="{forums.U_FORUM}">{forums.FORUM_NAME}</a><!-- ENDIF --></strong>
<!-- IF forums.FORUM_DESCRIPTION --><br /><span>{forums.FORUM_DESCRIPTION}</span><!-- ENDIF --> <!-- IF forums.FORUM_DESCRIPTION --><br /><span>{forums.FORUM_DESCRIPTION}</span><!-- ENDIF -->
<!-- IF forums.S_FORUM_POST --><br /><br /><span>{L_TOPICS}: <b>{forums.FORUM_TOPICS}</b> / {L_POSTS}: <b>{forums.FORUM_POSTS}</b></span><!-- ENDIF --> <!-- IF forums.S_FORUM_POST --><br /><br /><span>{L_TOPICS}: <b>{forums.FORUM_TOPICS}</b> / {L_POSTS}: <b>{forums.FORUM_POSTS}</b></span><!-- ENDIF -->
</td> </td>
<td style="width: 15%; white-space: nowrap; text-align: center; vertical-align: middle;"><a href="{forums.U_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{forums.U_MOVE_DOWN}">{L_MOVE_DOWN}</a></td> <td style="width: 15%; text-align: right; white-space: nowrap;"><!-- IF not forums.S_FIRST_ROW --><a href="{forums.U_MOVE_UP}"><img src="images/icon_up.gif" alt="{L_MOVE_UP}" title="{L_MOVE_UP}" width="16" height="16" /></a> <!-- ENDIF -->
<td style="width: 20%; white-space: nowrap; text-align: center; vertical-align: middle;">&nbsp; <!-- IF not forums.S_LAST_ROW --><a href="{forums.U_MOVE_DOWN}"><img src="images/icon_down.gif" alt="{L_MOVE_DOWN}" title="{L_MOVE_DOWN}" width="16" height="16" /></a> <!-- ENDIF -->
<a href="{forums.U_EDIT}">{L_EDIT}</a> | <a href="{forums.U_DELETE}">{L_DELETE}</a> <a href="{forums.U_EDIT}"><img src="images/icon_edit.gif" alt="{L_EDIT}" title="{L_EDIT}" width="16" height="16" /></a>
<!-- IF not forums.S_LINK --> | <a href="{forums.U_SYNC}">{L_RESYNC}</a><!-- ENDIF --> <!-- IF not forums.S_LINK --><a href="{forums.U_SYNC}"><img src="images/icon_sync.gif" alt="{L_RESYNC}" title="{L_RESYNC}" width="16" height="16" /></a> <!-- ENDIF -->
&nbsp;</td> <a href="{forums.U_DELETE}"><img src="images/icon_delete.gif" alt="{L_DELETE}" title="{L_DELETE}" width="16" height="16" /></a></td>
</tr> </tr>
<!-- END forums --> <!-- END forums -->
</tbody> </tbody>

View file

@ -33,10 +33,10 @@
<dl> <dl>
<dt><label for="group_type">{L_GROUP_TYPE}:</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt> <dt><label for="group_type">{L_GROUP_TYPE}:</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt>
<dd> <dd>
<input name="group_type" type="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN} &nbsp; <input name="group_type" type="radio" class="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN} &nbsp;
<input name="group_type" type="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST} &nbsp; <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST} &nbsp;
<input name="group_type" type="radio" value="{GROUP_TYPE_CLOSE}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp; <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSE}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp;
<input name="group_type" type="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN} <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}
</dd> </dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
@ -113,7 +113,7 @@
</tr> </tr>
<tr> <tr>
<!-- BEGIN avatar_option_column --> <!-- BEGIN avatar_option_column -->
<td class="row2" style="text-align: center;"><input type="radio" name="avatar_select" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td> <td class="row2" style="text-align: center;"><input type="radio" class="radio" name="avatar_select" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td>
<!-- END avatar_option_column --> <!-- END avatar_option_column -->
</tr> </tr>
<!-- END avatar_row --> <!-- END avatar_row -->
@ -222,11 +222,11 @@
<legend>{L_ADD_USERS}</legend> <legend>{L_ADD_USERS}</legend>
<dl> <dl>
<dt><label for="leader">{L_USER_GROUP_LEADER}:</label></dt> <dt><label for="leader">{L_USER_GROUP_LEADER}:</label></dt>
<dd><input name="leader" type="radio" value="1" /> {L_YES} &nbsp; <input name="leader" type="radio" id="leader" value="0" checked="checked" /> {L_NO}</dd> <dd><input name="leader" type="radio" class="radio" value="1" /> {L_YES} &nbsp; <input name="leader" type="radio" class="radio" id="leader" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="default">{L_USER_GROUP_DEFAULT}:</label><br /><span>{L_USER_GROUP_DEFAULT_EXPLAIN}</span></dt> <dt><label for="default">{L_USER_GROUP_DEFAULT}:</label><br /><span>{L_USER_GROUP_DEFAULT_EXPLAIN}</span></dt>
<dd><input name="default" type="radio" value="1" /> {L_YES} &nbsp; <input name="default" type="radio" id="default" value="0" checked="checked" /> {L_NO}</dd> <dd><input name="default" type="radio" class="radio" value="1" /> {L_YES} &nbsp; <input name="default" type="radio" class="radio" id="default" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="usernames">{L_USERNAME}:</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt> <dt><label for="usernames">{L_USERNAME}:</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt>

View file

@ -94,7 +94,7 @@
<dd><select id="pak" name="pak">{S_PAK_OPTIONS}</select></dd> <dd><select id="pak" name="pak">{S_PAK_OPTIONS}</select></dd>
</dl> </dl>
<dt><label for="current">{L_CURRENT}</label><br /><span>{L_CURRENT_EXPLAIN}</span></dt> <dt><label for="current">{L_CURRENT}</label><br /><span>{L_CURRENT_EXPLAIN}</span></dt>
<dd><input type="radio" id="current" name="current" value="keep" checked="checked" /> {L_KEEP_ALL}&nbsp; &nbsp;<input type="radio" name="current" value="replace" /> {L_REPLACE_MATCHES}&nbsp; &nbsp;<input type="radio" name="current" value="delete" /> {L_DELETE_ALL}&nbsp;</dd> <dd><input type="radio" class="radio" id="current" name="current" value="keep" checked="checked" /> {L_KEEP_ALL}&nbsp; &nbsp;<input type="radio" class="radio" name="current" value="replace" /> {L_REPLACE_MATCHES}&nbsp; &nbsp;<input type="radio" class="radio" name="current" value="delete" /> {L_DELETE_ALL}&nbsp;</dd>
</dl> </dl>
</fieldset> </fieldset>

View file

@ -19,7 +19,7 @@
<legend>{L_ACP_JABBER_SETTINGS}</legend> <legend>{L_ACP_JABBER_SETTINGS}</legend>
<dl> <dl>
<dt><label for="jab_enable">{L_JAB_ENABLE}:</label><br /><span>{L_JAB_ENABLE_EXPLAIN}</span></dt> <dt><label for="jab_enable">{L_JAB_ENABLE}:</label><br /><span>{L_JAB_ENABLE_EXPLAIN}</span></dt>
<dd><input type="radio" id="jab_enable" name="jab_enable" value="1"<!-- IF JAB_ENABLE --> checked="checked"<!-- ENDIF --> />&nbsp;{L_ENABLED}&nbsp; &nbsp;<input type="radio" name="jab_enable" value="0"<!-- IF not JAB_ENABLE --> checked="checked"<!-- ENDIF --> />&nbsp;{L_DISABLED}</dd> <dd><input type="radio" class="radio" id="jab_enable" name="jab_enable" value="1"<!-- IF JAB_ENABLE --> checked="checked"<!-- ENDIF --> />&nbsp;{L_ENABLED}&nbsp; &nbsp;<input type="radio" class="radio" name="jab_enable" value="0"<!-- IF not JAB_ENABLE --> checked="checked"<!-- ENDIF --> />&nbsp;{L_DISABLED}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="jab_host">{L_JAB_SERVER}:</label><br /><span>{L_JAB_SERVER_EXPLAIN}</span></dt> <dt><label for="jab_host">{L_JAB_SERVER}:</label><br /><span>{L_JAB_SERVER_EXPLAIN}</span></dt>

View file

@ -6,6 +6,7 @@
<p>{L_ACP_PHP_INFO_EXPLAIN}</p> <p>{L_ACP_PHP_INFO_EXPLAIN}</p>
<div style="overflow: auto; width: 99%;">
{PHPINFO} {PHPINFO}
</div>
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->

View file

@ -78,15 +78,15 @@
</dl> </dl>
<dl> <dl>
<dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt> <dt><label for="polls">{L_PRUNE_OLD_POLLS}:</label><br /><span>{L_PRUNE_OLD_POLLS_EXPLAIN}</span></dt>
<dd><input type="radio" name="prune_old_polls" value="1" /> {L_YES} &nbsp; <input type="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_old_polls" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="polls" name="prune_old_polls" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt> <dt><label for="announce">{L_PRUNE_ANNOUNCEMENTS}:</label></dt>
<dd><input type="radio" name="prune_announce" value="1" /> {L_YES} &nbsp; <input type="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_announce" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="announce" name="prune_announce" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt> <dt><label for="sticky">{L_PRUNE_STICKY}:</label></dt>
<dd><input type="radio" name="prune_sticky" value="1" /> {L_YES} &nbsp; <input type="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" class="radio" name="prune_sticky" value="1" /> {L_YES} &nbsp; <input type="radio" class="radio" id="sticky" name="prune_sticky" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>

View file

@ -37,11 +37,11 @@
</dl> </dl>
<dl> <dl>
<dt><label for="deleteposts">{L_DELETE_USER_POSTS}:</label><br /><span>{L_DELETE_USER_POSTS_EXPLAIN}</span></dt> <dt><label for="deleteposts">{L_DELETE_USER_POSTS}:</label><br /><span>{L_DELETE_USER_POSTS_EXPLAIN}</span></dt>
<dd><input type="radio" name="deleteposts" value="1" /> {L_YES}&nbsp;&nbsp;<input type="radio" id="deleteposts" name="deleteposts" value="0" checked="checked" /> {L_NO}</dd> <dd><input type="radio" class="radio" name="deleteposts" value="1" /> {L_YES}&nbsp;&nbsp;<input type="radio" class="radio" id="deleteposts" name="deleteposts" value="0" checked="checked" /> {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="deactivate">{L_DEACTIVATE_DELETE}:</label><br /><span>{L_DEACTIVATE_DELETE_EXPLAIN}</span></dt> <dt><label for="deactivate">{L_DEACTIVATE_DELETE}:</label><br /><span>{L_DEACTIVATE_DELETE_EXPLAIN}</span></dt>
<dd><input type="radio" name="action" value="delete" /> {L_DELETE_USERS}&nbsp;&nbsp;<input type="radio" id="deactivate" name="action" value="deactivate" checked="checked" /> {L_DEACTIVATE}</dd> <dd><input type="radio" class="radio" name="action" value="delete" /> {L_DELETE_USERS}&nbsp;&nbsp;<input type="radio" class="radio" id="deactivate" name="action" value="deactivate" checked="checked" /> {L_DEACTIVATE}</dd>
</dl> </dl>
</fieldset> </fieldset>

View file

@ -36,7 +36,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt> <dt><label for="special_rank">{L_RANK_SPECIAL}:</label></dt>
<dd><input onchange="dE('posts', -1)" type="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES} &nbsp;&nbsp;<input onchange="dE('posts', 1)" type="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd> <dd><input onchange="dE('posts', -1)" type="radio" class="radio" name="special_rank" value="1" id="special_rank"<!-- IF S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> />{L_YES} &nbsp;&nbsp;<input onchange="dE('posts', 1)" type="radio" class="radio" name="special_rank" value="0"<!-- IF not S_SPECIAL_RANK --> checked="checked"<!-- ENDIF --> /> {L_NO}</dd>
</dl> </dl>
<!-- IF S_SPECIAL_RANK --><div id="posts" style="display: none;"><!-- ELSE --><div id="posts"><!-- ENDIF --> <!-- IF S_SPECIAL_RANK --><div id="posts" style="display: none;"><!-- ELSE --><div id="posts"><!-- ENDIF -->
<dl> <dl>

View file

@ -56,20 +56,20 @@
<!-- IF S_STYLE --> <!-- IF S_STYLE -->
<dl> <dl>
<dt><label for="inc_template">{L_INCLUDE_TEMPLATE}:</label></dt> <dt><label for="inc_template">{L_INCLUDE_TEMPLATE}:</label></dt>
<dd><input type="radio" id="inc_template" name="inc_template" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" name="inc_template" value="0" />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" id="inc_template" name="inc_template" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="inc_template" value="0" />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="inc_theme">{L_INCLUDE_THEME}:</label></dt> <dt><label for="inc_theme">{L_INCLUDE_THEME}:</label></dt>
<dd><input type="radio" id="inc_theme" name="inc_theme" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" name="inc_theme" value="0" />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" id="inc_theme" name="inc_theme" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="inc_theme" value="0" />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="inc_imageset">{L_INCLUDE_IMAGESET}:</label></dt> <dt><label for="inc_imageset">{L_INCLUDE_IMAGESET}:</label></dt>
<dd><input type="radio" id="inc_imageset" name="inc_imageset" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" name="inc_imageset" value="0" />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" id="inc_imageset" name="inc_imageset" value="1" checked="checked" />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="inc_imageset" value="0" />&nbsp; {L_NO}</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<dl> <dl>
<dt><label for="store">{L_DOWNLOAD_STORE}:</label><br /><span>{L_DOWNLOAD_STORE_EXPLAIN}</span></dt> <dt><label for="store">{L_DOWNLOAD_STORE}:</label><br /><span>{L_DOWNLOAD_STORE_EXPLAIN}</span></dt>
<dd><input type="radio" id="store" name="store" value="1" checked="checked" />&nbsp; {L_EXPORT_STORE} &nbsp;<input type="radio" name="store" value="0" />&nbsp; {L_EXPORT_DOWNLOAD}</dd> <dd><input type="radio" class="radio" id="store" name="store" value="1" checked="checked" />&nbsp; {L_EXPORT_STORE} &nbsp;<input type="radio" class="radio" name="store" value="0" />&nbsp; {L_EXPORT_DOWNLOAD}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="format">{L_ARCHIVE_FORMAT}:</label></dt> <dt><label for="format">{L_ARCHIVE_FORMAT}:</label></dt>
@ -114,7 +114,7 @@
<!-- IF S_STYLE --> <!-- IF S_STYLE -->
<a href="{installed.U_STYLE_ACT_DEACT}">{installed.L_STYLE_ACT_DEACT}</a> | <a href="{installed.U_STYLE_ACT_DEACT}">{installed.L_STYLE_ACT_DEACT}</a> |
<!-- ENDIF --> <!-- ENDIF -->
{installed.S_OPTIONS} | <a href="{installed.U_PREVIEW}" target="_preview">{L_PREVIEW}</a> {installed.S_OPTIONS} | <a href="{installed.U_PREVIEW}" onclick="this.target='_preview';">{L_PREVIEW}</a>
</td> </td>
<!-- END installed --> <!-- END installed -->
<tr> <tr>
@ -144,8 +144,6 @@
</form> </form>
<!-- ENDIF --> <!-- ENDIF -->
</form>
<!-- ELSEIF S_DETAILS --> <!-- ELSEIF S_DETAILS -->
<a href="{U_BACK}" style="float: right">&laquo; {L_BACK}</a> <a href="{U_BACK}" style="float: right">&laquo; {L_BACK}</a>
@ -190,7 +188,7 @@
<!-- IF S_TEMPLATE or S_THEME --> <!-- IF S_TEMPLATE or S_THEME -->
<dl> <dl>
<dt><label for="store_db">{L_LOCATION}:</label><br /><span>{L_LOCATION_EXPLAIN}</span></dt> <dt><label for="store_db">{L_LOCATION}:</label><br /><span>{L_LOCATION_EXPLAIN}</span></dt>
<dd><input type="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> />&nbsp; {L_STORE_FILESYSTEM} &nbsp;<input type="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> />&nbsp; {L_STORE_DATABASE}</dd> <dd><input type="radio" class="radio" name="store_db" value="0"<!-- IF not S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> />&nbsp; {L_STORE_FILESYSTEM} &nbsp;<input type="radio" class="radio" name="store_db" value="1"<!-- IF S_STORE_DB --> id="store_db" checked="checked"<!-- ENDIF --> />&nbsp; {L_STORE_DATABASE}</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_STYLE --> <!-- IF S_STYLE -->
@ -200,12 +198,12 @@
<legend>{L_OPTIONS}</legend> <legend>{L_OPTIONS}</legend>
<dl> <dl>
<dt><label for="style_active">{L_STYLE_ACTIVE}:</label></dt> <dt><label for="style_active">{L_STYLE_ACTIVE}:</label></dt>
<dd><input type="radio" name="style_active" value="1"<!-- IF S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="style_active" value="0"<!-- IF not S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="style_active" value="1"<!-- IF S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="style_active" value="0"<!-- IF not S_STYLE_ACTIVE --> id="style_active" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<!-- IF not S_STYLE_DEFAULT --> <!-- IF not S_STYLE_DEFAULT -->
<dl> <dl>
<dt><label for="style_default">{L_STYLE_DEFAULT}:</label></dt> <dt><label for="style_default">{L_STYLE_DEFAULT}:</label></dt>
<dd><input type="radio" name="style_default" value="1" />&nbsp; {L_YES} &nbsp;<input type="radio" id="style_default" name="style_default" value="0" checked="checked" />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="style_default" value="1" />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" id="style_default" name="style_default" value="0" checked="checked" />&nbsp; {L_NO}</dd>
</dl> </dl>
<!-- ENDIF --> <!-- ENDIF -->
<!-- ENDIF --> <!-- ENDIF -->

View file

@ -101,7 +101,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="user_founder">{L_FOUNDER}:</label><br /><span>{L_FOUNDER_EXPLAIN}</span></dt> <dt><label for="user_founder">{L_FOUNDER}:</label><br /><span>{L_FOUNDER_EXPLAIN}</span></dt>
<dd><input type="radio" name="user_founder" value="1"<!-- IF S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> />&nbsp;{L_YES}&nbsp; <input type="radio" name="user_founder" value="0"<!-- IF not S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> />&nbsp;{L_NO}&nbsp;</dd> <dd><input type="radio" class="radio" name="user_founder" value="1"<!-- IF S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> />&nbsp;{L_YES}&nbsp; <input type="radio" class="radio" name="user_founder" value="0"<!-- IF not S_USER_FOUNDER --> id="user_founder" checked="checked"<!-- ENDIF --><!-- IF not S_FOUNDER --> disabled="disabled"<!-- ENDIF --> />&nbsp;{L_NO}&nbsp;</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="user_email">{L_EMAIL}:</label></dt> <dt><label for="user_email">{L_EMAIL}:</label></dt>
@ -302,35 +302,35 @@
<legend>{L_UCP_PREFS_PERSONAL}</legend> <legend>{L_UCP_PREFS_PERSONAL}</legend>
<dl> <dl>
<dt><label for="viewemail">{L_SHOW_EMAIL}:</label></dt> <dt><label for="viewemail">{L_SHOW_EMAIL}:</label></dt>
<dd><input type="radio" name="viewemail" value="1"<!-- IF VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="viewemail" value="0"<!-- IF not VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="viewemail" value="1"<!-- IF VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="viewemail" value="0"<!-- IF not VIEW_EMAIL --> id="viewemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="massemail">{L_ADMIN_EMAIL}:</label></dt> <dt><label for="massemail">{L_ADMIN_EMAIL}:</label></dt>
<dd><input type="radio" name="massemail" value="1"<!-- IF MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="massemail" value="0"<!-- IF not MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="massemail" value="1"<!-- IF MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="massemail" value="0"<!-- IF not MASS_EMAIL --> id="massemail" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="allowpm">{L_ALLOW_PM}:</label><br /><span>{L_ALLOW_PM_EXPLAIN}</span></dt> <dt><label for="allowpm">{L_ALLOW_PM}:</label><br /><span>{L_ALLOW_PM_EXPLAIN}</span></dt>
<dd><input type="radio" name="allowpm" value="1"<!-- IF ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="allowpm" value="0"<!-- IF not ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="allowpm" value="1"<!-- IF ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="allowpm" value="0"<!-- IF not ALLOW_PM --> id="allowpm" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="hideonline">{L_HIDE_ONLINE}:</label></dt> <dt><label for="hideonline">{L_HIDE_ONLINE}:</label></dt>
<dd><input type="radio" name="hideonline" value="1"<!-- IF HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="hideonline" value="0"<!-- IF not HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="hideonline" value="1"<!-- IF HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="hideonline" value="0"<!-- IF not HIDE_ONLINE --> id="hideonline" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="notifymethod">{L_NOTIFY_METHOD}:</label><br /><span>{L_NOTIFY_METHOD_EXPLAIN}</span></dt> <dt><label for="notifymethod">{L_NOTIFY_METHOD}:</label><br /><span>{L_NOTIFY_METHOD_EXPLAIN}</span></dt>
<dd><input type="radio" name="notifymethod" value="0"<!-- IF NOTIFY_EMAIL --> id="notifymethod" checked="checked"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_EMAIL} &nbsp;<input type="radio" name="notifymethod" value="1"<!-- IF NOTIFY_IM --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_IM} &nbsp;<input type="radio" name="notifymethod" value="2"<!-- IF NOTIFY_BOTH --> id="notifymethod" checked="checked"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_BOTH}</dd> <dd><input type="radio" class="radio" name="notifymethod" value="0"<!-- IF NOTIFY_EMAIL --> id="notifymethod" checked="checked"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_EMAIL} &nbsp;<input type="radio" class="radio" name="notifymethod" value="1"<!-- IF NOTIFY_IM --> id="notifymethod" checked="checked"<!-- ENDIF --><!-- IF S_JABBER_DISABLED --> disabled="disabled"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_IM} &nbsp;<input type="radio" class="radio" name="notifymethod" value="2"<!-- IF NOTIFY_BOTH --> id="notifymethod" checked="checked"<!-- ENDIF --> />&nbsp; {L_NOTIFY_METHOD_BOTH}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="notifypm">{L_NOTIFY_ON_PM}:</label></dt> <dt><label for="notifypm">{L_NOTIFY_ON_PM}:</label></dt>
<dd><input type="radio" name="notifypm" value="1"<!-- IF NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="notifypm" value="0"<!-- IF not NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="notifypm" value="1"<!-- IF NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="notifypm" value="0"<!-- IF not NOTIFY_PM --> id="notifypm" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="popuppm">{L_POPUP_ON_PM}:</label></dt> <dt><label for="popuppm">{L_POPUP_ON_PM}:</label></dt>
<dd><input type="radio" name="popuppm" value="1"<!-- IF POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="popuppm" value="0"<!-- IF not POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> />{L_NO}</dd> <dd><input type="radio" class="radio" name="popuppm" value="1"<!-- IF POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="popuppm" value="0"<!-- IF not POPUP_PM --> id="popuppm" checked="checked"<!-- ENDIF --> />{L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="report_pm_notify">{L_REPORT_PM_NOTIFY}:</label><br /><span>{L_REPORT_PM_NOTIFY_EXPLAIN}</span></dt> <dt><label for="report_pm_notify">{L_REPORT_PM_NOTIFY}:</label><br /><span>{L_REPORT_PM_NOTIFY_EXPLAIN}</span></dt>
<dd><input type="radio" name="report_pm_notify" value="1"<!-- IF REPORT_PM_NOTIFY --> id="report_pm_notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="report_pm_notify" value="0"<!-- IF not REPORT_PM_NOTIFY --> id="report_pm_notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="report_pm_notify" value="1"<!-- IF REPORT_PM_NOTIFY --> id="report_pm_notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="report_pm_notify" value="0"<!-- IF not REPORT_PM_NOTIFY --> id="report_pm_notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt> <dt><label for="lang">{L_BOARD_LANGUAGE}:</label></dt>
@ -346,7 +346,7 @@
</dl> </dl>
<dl> <dl>
<dt><label for="dst">{L_BOARD_DST}:</label></dt> <dt><label for="dst">{L_BOARD_DST}:</label></dt>
<dd><input type="radio" name="dst" value="1"<!-- IF DST --> id="dst" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="dst" value="0"<!-- IF not DST --> id="dst" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="dst" value="1"<!-- IF DST --> id="dst" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="dst" value="0"<!-- IF not DST --> id="dst" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="dateoptions">{L_BOARD_DATE_FORMAT}:</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt> <dt><label for="dateoptions">{L_BOARD_DATE_FORMAT}:</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt>
@ -359,23 +359,23 @@
<legend>{L_UCP_PREFS_POST}</legend> <legend>{L_UCP_PREFS_POST}</legend>
<dl> <dl>
<dt><label for="bbcode">{L_DEFAULT_BBCODE}:</label></dt> <dt><label for="bbcode">{L_DEFAULT_BBCODE}:</label></dt>
<dd><input type="radio" name="bbcode" value="1"<!-- IF BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="bbcode" value="0"<!-- IF not BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="bbcode" value="1"<!-- IF BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="bbcode" value="0"<!-- IF not BBCODE --> id="bbcode" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="html">{L_DEFAULT_HTML}:</label></dt> <dt><label for="html">{L_DEFAULT_HTML}:</label></dt>
<dd><input type="radio" name="html" value="1"<!-- IF HTML --> id="html" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="html" value="0"<!-- IF HTML --> id="html" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="html" value="1"<!-- IF HTML --> id="html" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="html" value="0"<!-- IF HTML --> id="html" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="smilies">{L_DEFAULT_SMILIES}:</label></dt> <dt><label for="smilies">{L_DEFAULT_SMILIES}:</label></dt>
<dd><input type="radio" name="smilies" value="1"<!-- IF SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="smilies" value="0"<!-- IF not SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="smilies" value="1"<!-- IF SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="smilies" value="0"<!-- IF not SMILIES --> id="smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="sig">{L_DEFAULT_ADD_SIG}:</label></dt> <dt><label for="sig">{L_DEFAULT_ADD_SIG}:</label></dt>
<dd><input type="radio" name="sig" value="1"<!-- IF ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="sig" value="0"<!-- IF not ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="sig" value="1"<!-- IF ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="sig" value="0"<!-- IF not ATTACH_SIG --> id="sig" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="notify">{L_DEFAULT_NOTIFY}:</label></dt> <dt><label for="notify">{L_DEFAULT_NOTIFY}:</label></dt>
<dd><input type="radio" name="notify" value="1"<!-- IF NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="notify" value="0"<!-- IF not NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="notify" value="1"<!-- IF NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="notify" value="0"<!-- IF not NOTIFY --> id="notify" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
</fieldset> </fieldset>
@ -383,27 +383,27 @@
<legend>{L_UCP_PREFS_VIEW}</legend> <legend>{L_UCP_PREFS_VIEW}</legend>
<dl> <dl>
<dt><label for="view_images">{L_VIEW_IMAGES}:</label></dt> <dt><label for="view_images">{L_VIEW_IMAGES}:</label></dt>
<dd><input type="radio" name="view_images" value="1"<!-- IF VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_images" value="0"<!-- IF not VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_images" value="1"<!-- IF VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_images" value="0"<!-- IF not VIEW_IMAGES --> id="view_images" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="view_flash">{L_VIEW_FLASH}:</label></dt> <dt><label for="view_flash">{L_VIEW_FLASH}:</label></dt>
<dd><input type="radio" name="view_flash" value="1"<!-- IF VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_flash" value="0"<!-- IF not VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_flash" value="1"<!-- IF VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_flash" value="0"<!-- IF not VIEW_FLASH --> id="view_flash" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="view_smilies">{L_VIEW_SMILIES}:</label></dt> <dt><label for="view_smilies">{L_VIEW_SMILIES}:</label></dt>
<dd><input type="radio" name="view_smilies" value="1"<!-- IF VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_smilies" value="0"<!-- IF not VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_smilies" value="1"<!-- IF VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_smilies" value="0"<!-- IF not VIEW_SMILIES --> id="view_smilies" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="view_sigs">{L_VIEW_SIGS}:</label></dt> <dt><label for="view_sigs">{L_VIEW_SIGS}:</label></dt>
<dd><input type="radio" name="view_sigs" value="1"<!-- IF VIEW_SIGS --> id="view_sigs" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_sigs" value="0"<!-- IF not VIEW_SIGS --> id="view_sigss" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_sigs" value="1"<!-- IF VIEW_SIGS --> id="view_sigs" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_sigs" value="0"<!-- IF not VIEW_SIGS --> id="view_sigss" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="view_avatars">{L_VIEW_AVATARS}:</label></dt> <dt><label for="view_avatars">{L_VIEW_AVATARS}:</label></dt>
<dd><input type="radio" name="view_avatars" value="1"<!-- IF VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_avatars" value="0"<!-- IF not VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_avatars" value="1"<!-- IF VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_avatars" value="0"<!-- IF not VIEW_AVATARS --> id="view_avatars" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label for="view_wordcensor">{L_DISABLE_CENSORS}:</label></dt> <dt><label for="view_wordcensor">{L_DISABLE_CENSORS}:</label></dt>
<dd><input type="radio" name="view_wordcensor" value="1"<!-- IF VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" name="view_wordcensor" value="0"<!-- IF not VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd> <dd><input type="radio" class="radio" name="view_wordcensor" value="1"<!-- IF VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> />&nbsp; {L_YES} &nbsp;<input type="radio" class="radio" name="view_wordcensor" value="0"<!-- IF not VIEW_WORDCENSOR --> id="view_wordcensor" checked="checked"<!-- ENDIF --> />&nbsp; {L_NO}</dd>
</dl> </dl>
<dl> <dl>
<dt><label>{L_VIEW_TOPICS_DAYS}:</label></dt> <dt><label>{L_VIEW_TOPICS_DAYS}:</label></dt>
@ -492,7 +492,7 @@
</tr> </tr>
<tr> <tr>
<!-- BEGIN avatar_option_column --> <!-- BEGIN avatar_option_column -->
<td class="row2" style="text-align: center;"><input type="radio" name="avatar_select" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td> <td class="row2" style="text-align: center;"><input type="radio" class="radio" name="avatar_select" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td>
<!-- END avatar_option_column --> <!-- END avatar_option_column -->
</tr> </tr>
<!-- END avatar_row --> <!-- END avatar_row -->

View file

@ -1,77 +1,54 @@
/* phpBB 3.0 Admin Style Sheet /* phpBB 3.0 Admin Style Sheet
------------------------------------------------- --------------------------------------------------------------
Author: subBlue (http://www.subBlue.com/) Original author: Tom Beddard ( http://www.subBlue.com/ )
(c) 2005 phpBB Group Modified by:
-------------------------------------------------*/ Last update: $Id$
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* General markup styles /* General markup styles
---------------------------------------- */ ---------------------------------------- */
* { * {
/* Reset browsers default margin, padding and font sizes */
margin: 0; margin: 0;
padding: 0; padding: 0;
font-size: 100%;
} }
body, div, p, th, td, li, dd {
font-size: x-small;
voice-family: "\"}\"" inherit;
font-size: small
}
html>body, html>div, html>p, html>th, html>td, html>li, html>dd {
font-size: small
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;;
color: #000;
background-image: url(../images/bg_header.jpg);
background-repeat: repeat-x;
background-color: #E4EDF0;
margin: 0;
}
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */
html { html {
font-size: 100%;
height: 100%; height: 100%;
margin-bottom: 1px; margin-bottom: 1px;
} }
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #536482;
background: #E4EDF0 url("../images/bg_header.gif") 0 0 repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
img { img {
border: 0; border: 0;
} }
h1 {
/* Adjust */ font: bold 1.8em 'Trebuchet MS', Verdana, sans-serif;
#page-header h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;;
font-size: 170%;
font-weight: normal;
color: #12749B;
}
#content h1 {
font: bold 18pt 'Trebuchet MS', Verdana, sans-serif;
text-decoration: none; text-decoration: none;
line-height: 120%; color: #333333;
margin-bottom: 0px;
} }
h2, caption { h2, caption {
font: bold 12pt Arial, Helvetica, sans-serif; font: bold 1.2em Arial, Helvetica, sans-serif;
text-decoration: none; text-decoration: none;
line-height: 120%; line-height: 120%;
text-align: left; text-align: left;
margin-top: 25px; margin-top: 25px;
} }
p { p {
margin-bottom: 0.7em; margin-bottom: 0.7em;
line-height: 140%; line-height: 1.4em;
font-size: 90%; font-size: 1.1em;
} }
hr { hr {
border: 0 none; border: 0 none;
border-top: 1px solid #999999; border-top: 1px solid #999999;
@ -79,66 +56,63 @@ hr {
padding-bottom: 5px; padding-bottom: 5px;
height: 1px; height: 1px;
} }
.small { .small {
font-size: 85%; font-size: 1em;
} }
/* General links */ /* General links */
a:link, a:active, a:visited { a:link, a:active, a:visited {
color: #006699; color: #006699;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #DD6900; color: #DD6900;
text-decoration: underline; text-decoration: underline;
} }
/* Main blocks /* Main blocks
---------------------------------------- */ ---------------------------------------- */
#wrap {
padding: 0 20px 15px 20px;
min-width: 615px;
}
#page-header { #page-header {
clear: both;
text-align: right; text-align: right;
font-size: 85%; background: url("../images/phpbb_logo.gif") 0 0 no-repeat;
height: 60px; height: 84px;
}
padding-right: 20px; #page-header h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: normal;
padding-top: 15px;
} }
#page-header p { #page-header p {
font-size: 100%; font-size: 1.1em;
} }
#page-body { #page-body {
clear: both; clear: both;
min-width: 700px;
} }
#page-footer { #page-footer {
clear: both; clear: both;
font-size: 75%; font-size: 1em;
text-align: center; text-align: center;
} }
#logo {
float: left;
width: auto;
margin-left: 4px;
margin-bottom: 5px;
}
#content { #content {
padding: 30px 10px 10px 10px; padding: 30px 10px 10px 10px;
} }
#content h1 {
line-height: 1.2em;
margin-bottom: 0px;
}
#main { #main {
float:left; float:left;
width: 76%; width: 76%;
margin-left: 3%; margin-left: 3%;
min-height: 350px; min-height: 350px;
} }
* html #main { * html #main {
height: 350px; height: 350px;
} }
@ -149,90 +123,77 @@ a:hover {
----------------------------------------*/ ----------------------------------------*/
#tabs { #tabs {
line-height: normal; line-height: normal;
margin-left: 27px; margin: 0 0 -6px 7px;
margin-bottom: -5px; min-width: 570px;
min-width: 600px;
} }
* html #tabs {
width: 700px;
}
#tabs ul { #tabs ul {
margin:0;
padding: 0;
list-style: none; list-style: none;
} }
#tabs li { #tabs li {
display: inline; display: inline;
font-size: 85%; margin: 0;
padding: 0;
font-size: 1em;
font-weight: bold; font-weight: bold;
text-transform: capitalize;
} }
#tabs a { #tabs a {
float:left; float:left;
background-color: #C7D0D7; background:url("../images/bg_tabs1.gif") no-repeat 0% -35px;
margin-right: 2px; margin: 0 1px 0 0;
padding-left: 7px; padding: 0 0 0 6px;
text-decoration: none; text-decoration: none;
font-size: 100%;
position: relative; position: relative;
border: solid 1px #A9B8C2;
background-image: url(../images/cellpic1.gif);
} }
#tabs a span { #tabs a span {
float: left; float: left;
display: block; display: block;
padding: 7px 10px 4px 4px; background: url("../images/bg_tabs2.gif") no-repeat 100% -35px;
color: #006699; padding: 7px 12px 6px 6px;
color: #536482;
white-space: nowrap; white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-weight: bold;
} }
/* Commented Backslash Hack hides rule from IE5-Mac \*/ /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span { float:none; } #tabs a span { float:none; }
/* End hack */ /* End hack */
#tabs a:hover { #tabs a:hover span {
background-color: #EFEFEF; color: #DD6900;
} }
#tabs #activetab a { #tabs #activetab a {
border: solid 1px #A9B8C2; background-position: 0 0px;
border-bottom: 1px solid #FFF; border-bottom: 1px solid #FFFFFF;
background-color: #fff;
background-image: none;
} }
#tabs #activetab a span { #tabs #activetab a span {
padding-bottom: 4px; background-position: 100% 0px;
background-color: #fff; padding-bottom: 7px;
color: #006699; color: #333333;
} }
#tabs a:hover {
#tabs #activetab a:hover { background-position: 0 -70px;
color: #FFA34F; }
#tabs a:hover span {
background-position:100% -70px;
}
#tabs #activetab a:hover span {
color: #333333;
} }
/* box /* Main Panel
---------------------------------------- */ ---------------------------------------- */
.box { .panel {
margin: 4px 20px; margin: 4px 0;
padding: 1px;
min-width: 550px;
background-color: #FFFFFF; background-color: #FFFFFF;
border: solid 1px #A9B8C2; border: solid 1px #A9B8C2;
} }
span.corners-top, span.corners-bottom {
.innerbox { display: none;
background-color: #FFFFFF;
} }
/* Sub-navigation Menu /* Sub-navigation Menu
---------------------------------------- */ ---------------------------------------- */
#menu { #menu {
@ -240,72 +201,54 @@ a:hover {
width: 20%; width: 20%;
font-size: 100%; font-size: 100%;
padding: 0; padding: 0;
} }
#menu p { #menu p {
font-size: 85%; font-size: 1em;
} }
#menu ul { #menu ul {
margin:0;
padding:0;
list-style: none; list-style: none;
background-color: #ECECEC;
border: solid 1px #A9B8C2;
} }
/* Default list state */ /* Default list state */
#menu li { #menu li {
margin: 1px 0; font-size: 1em;
padding: 0; margin: 0;
font-size: 10px;
font-weight: bold; font-weight: bold;
display: inline; display: inline;
} }
/* Link styles for the sub-section links */ /* Link styles for the sub-section links */
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited { #menu li a {
display: block; display: block;
padding: 2px 2px 2px 10px; padding: 3px 2px 3px 10px;
margin: 1px 0;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
color: #006699; color: #006699;
font-weight: bold; font-weight: bold;
background-color: #ECECEC;
border-top: 1px solid #FFFFFF;
} }
#menu li a:active {
color: #000;
}
#menu li a:hover { #menu li a:hover {
text-decoration: underline; text-decoration: none;
color: #DD6900; background-color: #FFA34F;
color: #FFFFFF;
} }
#menu li.header { #menu li.header {
display: block; display: block;
font-weight: bold; padding: 5px;
color: #115098; font-size: 0.9em;
padding: 5px 0;
font-size: 11px;
font-family: Verdana; font-family: Verdana;
text-align: center;
color: #FFA34F; color: #FFA34F;
font-weight: bold; background-color: #006699; font-weight: bold;
background-image: url("../images/cellpic3.gif"); background: #006699 url("../images/cellpic3.gif") 0 0 repeat-x;
background-repeat: repeat-x; margin-top: 5px;
text-transform: uppercase;
} }
#menu li#activemenu a {
#menu li#activemenu a, #menu li#activemenu a:link, #menu li#activemenu a:active, #menu li#activemenu a:visited {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
color: #000; color: #000;
background-color: #DADFE4;
} }
#menu li#activemenu a:hover { #menu li#activemenu a:hover {
text-decoration: none; text-decoration: none;
color: #000; color: #000;
@ -317,27 +260,22 @@ a:hover {
table { table {
width: 100%; width: 100%;
background-color: #ACBBC6 /*background-color: #ACBBC6;*/
} }
th, td { th, td {
font: normal 8pt Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align: left;
} }
th { th {
height: 25px; padding: 6px 4px;
background-color: #006699;
color: #FFA34F; color: #FFA34F;
font-weight: bold; font-weight: bold;
font-size: 11px; background: #006699 url("../images/cellpic3.gif") 0 0 repeat-x;
background-image: url("../images/cellpic3.gif") !important;
} }
td { td {
text-align: left;
font-size: 85%;
padding: 4px; padding: 4px;
line-height: 120%; line-height: 1.2em;
} }
.row1 { background-color: #EFEFEF; } .row1 { background-color: #EFEFEF; }
@ -358,7 +296,6 @@ table.type2 {
padding: 0; padding: 0;
width: 0; width: 0;
} }
table.type2 th { table.type2 th {
background: none; background: none;
border-top: none; border-top: none;
@ -366,100 +303,104 @@ table.type2 th {
color: #FFA34F; color: #FFA34F;
padding: 2px 0; padding: 2px 0;
} }
table.type2 td { table.type2 td {
padding: 0; padding: 0;
} }
/* General form styles /* General form styles
----------------------------------------*/ ----------------------------------------*/
fieldset { fieldset {
margin: 15px 0; margin: 15px 0;
padding: 10px; padding: 10px;
border-top: 1px solid #D7D7D7; border-right: 1px solid #AFAEAA;
border-right: 1px solid #CCCCCC; border-bottom: 1px solid #AFAEAA;
border-bottom: 1px solid #CCCCCC; border-left: 1px solid #D5D5C8;
border-left: 1px solid #D7D7D7; border-top: 1px solid #D5D5C8;
background-color: #ECECEC; background-color: #ECECEC;
position: relative; position: relative;
} }
* html fieldset { * html fieldset {
padding: 0 10px 5px 10px; padding: 0 10px 5px 10px;
} }
fieldset p { fieldset p {
font-size: 85% !important; font-size: 1.1em;
} }
legend { legend {
padding: 1px 0; padding: 1px 0;
font-family: arial,Verdana,Sans-serif; font-family: arial,Verdana,Sans-serif;
font-size: 12px; font-size: 1.1em;
font-weight: bold; font-weight: bold;
color: #006699; color: #006699;
position: relative; position: relative;
text-transform: capitalize; text-transform: uppercase;
line-height: 100%; line-height: 100%;
top: 0em; top: 0em;
vertical-align:middle; vertical-align:middle;
} }
/* Hide from macIE \*/
legend { top: -1.2em; }
/* end */
* html legend { * html legend {
margin-bottom: -10px; margin-bottom: -10px;
margin-left: -7px; margin-left: -7px;
top: -1.2em;
} }
input { input {
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 90%; font-size: 100%;
font-weight: normal; font-weight: normal;
cursor: pointer; background-color: #FAFAFA;
border-left: 1px solid #AFAEAA;
border-top: 1px solid #AFAEAA;
border-right: 1px solid #D5D5C8;
border-bottom: 1px solid #D5D5C8;
color: #333333;
padding: 2px;
cursor: text;
vertical-align: middle; vertical-align: middle;
} }
select {
optgroup, select {
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 85%; font-size: 100%;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
cursor: pointer; cursor: default;
vertical-align: middle; vertical-align: middle;
width: auto; width: auto;
border: 1px solid #666666;
padding: 1px;
background-color: #FAFAFA;
} }
optgroup { optgroup {
font-size: 100%;
font-weight: bold; font-weight: bold;
} }
option {
padding-right: 1em;
}
.sep { .sep {
color: white; color: white;
background-color: #006699; background-color: #006699;
} }
textarea { textarea {
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 85%; font-size: 100%;
width: 60%; width: 60%;
padding: 2px; padding: 2px;
background-color: #FAFAFA;
border-left: 1px solid #AFAEAA;
border-top: 1px solid #AFAEAA;
border-right: 1px solid #D5D5C8;
border-bottom: 1px solid #D5D5C8;
cursor: text;
} }
label { label {
cursor:pointer; cursor:pointer;
font-size: 85%; font-size: 1.1em;
padding-right: 5px; padding-right: 5px;
} }
label input { label input {
font-size: 100%; font-size: 100%;
vertical-align: middle; vertical-align: middle;
} }
label img { label img {
vertical-align: middle; vertical-align: middle;
} }
@ -470,49 +411,52 @@ fieldset.quick {
border: none; border: none;
background-color: transparent; background-color: transparent;
text-align: right; text-align: right;
font-size: 1.1em;
} }
fieldset.nobg { fieldset.nobg {
margin: 15px 0 0 0; margin: 15px 0 0 0;
padding: 0; padding: 0;
border: none; border: none;
background-color: transparent; background-color: transparent;
font-size: 1.1em;
} }
fieldset.display-options { fieldset.display-options {
margin: 15px 0 2px 0; margin: 15px 0 2px 0;
padding: 0 0 4px 0; padding: 0 0 4px 0;
border: none; border: none;
background-color: transparent; background-color: transparent;
text-align: center; text-align: center;
font-size: 75%; font-size: 1.1em;
} }
fieldset.display-options select, fieldset.display-options input, fieldset.display-options label { fieldset.display-options select, fieldset.display-options input, fieldset.display-options label {
font-size: 100%; font-size: 100%;
vertical-align: middle; vertical-align: middle;
} }
select option.disabled { select option.disabled {
background-color: #bbb; background-color: #bbb;
color: #fff; color: #fff;
} }
/* Special case inputs */
select#board_timezone,
select#full_folder_action {
width: 95%;
}
/* Definition list layout for forms /* Definition list layout for forms
Other general def. list properties defined in prosilver_main.css Other general def. list properties defined in prosilver_main.css
---------------------------------------- */ ---------------------------------------- */
dl { dl {
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
} }
dt { dt {
float: left; float: left;
width: auto; width: auto;
} }
dd { color: #000; } dd { color: #000; }
dd + dd { margin-top: 4px; } dd + dd { padding-top: 5px; }
dt span { padding-right: 5px; } dt span { padding-right: 5px; }
dt label { dt label {
@ -520,46 +464,45 @@ dt label {
text-align: left; text-align: left;
font-weight: bold; font-weight: bold;
} }
dd label { dd label {
font-size: 100%;
white-space: nowrap; white-space: nowrap;
margin-right: 10px; margin-right: 10px;
} }
html>body dd label input { vertical-align: text-bottom; } /* Tweak for Moz to align checkboxes/radio buttons nicely */ html>body dd label input { vertical-align: text-bottom; } /* Tweak for Moz to align checkboxes/radio buttons nicely */
dd input, dd textarea { font-size: 90%; } dd input,
dd select {
max-width: 100%;
}
dd textarea {
width: 100%;
}
input.radio {
width: auto !important;
background-color: transparent;
border: none;
cursor: default;
}
dd select { dd select {
width: auto; width: auto;
font-size: 100%; font-size: 100%;
} }
dd textarea {
width: 90%;
}
fieldset dl { fieldset dl {
font-size: 85%;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 1.1em;
} }
fieldset dt { fieldset dt {
width: 45%; width: 45%;
text-align: left; text-align: left;
border-right: 1px solid #CCC; border-right: 1px solid #CCC;
padding-top: 3px; padding-top: 3px;
} }
fieldset dd { fieldset dd {
margin-left: 45%; margin-left: 45%;
padding-left: 5px; padding-left: 5px;
font-size: 100% !important;
border-left: 1px solid #CCC; border-left: 1px solid #CCC;
vertical-align: top; vertical-align: top;
} }
dd.full { dd.full {
margin-left: 0; margin-left: 0;
border: 0; border: 0;
@ -570,33 +513,28 @@ dd.full {
} }
/* Hover highlights for form rows */ /* Hover highlights for form rows */
fieldset dl:hover dt { fieldset dl:hover dt label {
border-right-color: #ccc; color: #000000;
}
input:focus, textarea:focus {
color: #000000;
} }
fieldset dl:hover dd {
border-left-color: #ccc;
}
fieldset dl dd label:hover {
color: #ccc;
}
/* Submit button fieldset /* Submit button fieldset
---------------------------------------- */ ---------------------------------------- */
fieldset.submit-buttons { fieldset.submit-buttons {
text-align: center; text-align: center;
background-image: url(../images/cellpic1.gif); background-color: #DADFE4;
margin: 0; margin: 0;
padding: 4px; padding: 4px;
border: solid 1px #A9B8C2;
margin-top: -1px; margin-top: -1px;
} }
fieldset.submit-buttons input { fieldset.submit-buttons input {
padding: 3px 2px; padding: 3px 2px;
} }
/* Input field styles /* Input field styles
---------------------------------------- */ ---------------------------------------- */
.inputbox { .inputbox {
@ -611,13 +549,11 @@ fieldset.submit-buttons input {
cursor: text; cursor: text;
width: 75%; width: 75%;
} }
select.inputbox { select.inputbox {
cursor: pointer; cursor: pointer;
padding: 0; padding: 0;
width: auto; width: auto;
} }
.inputbox:hover { .inputbox:hover {
border-left: 1px solid #AFAEAA; border-left: 1px solid #AFAEAA;
border-top: 1px solid #AFAEAA; border-top: 1px solid #AFAEAA;
@ -625,14 +561,16 @@ select.inputbox {
border-bottom: 1px solid #AFAEAA; border-bottom: 1px solid #AFAEAA;
background-color: #E9E9E2; background-color: #E9E9E2;
} }
.inputbox:focus { .inputbox:focus {
border: 1px solid #BC2A4D; border: 1px solid #BC2A4D;
background-color: #E9E9E2; background-color: #E9E9E2;
color: #BC2A4D; color: #BC2A4D;
} }
input.full, textarea.full { width: 99%; } input.full,
textarea.full {
width: 99%;
}
* html input.full, * html textarea.full { width: 95%; } * html input.full, * html textarea.full { width: 95%; }
input.medium { width: 50%; } input.medium { width: 50%; }
input.narrow { width: 25%; } input.narrow { width: 25%; }
@ -640,6 +578,7 @@ input.tiny { width: 10%; }
input.autowidth { width: auto !important; } input.autowidth { width: auto !important; }
.box2 .inputbox { background-color: #E9E9E9; } .box2 .inputbox { background-color: #E9E9E9; }
/* Pagination /* Pagination
---------------------------------------- */ ---------------------------------------- */
.pagination { .pagination {
@ -647,14 +586,13 @@ input.autowidth { width: auto !important; }
width: auto; width: auto;
text-align: right; text-align: right;
margin-top: 5px; margin-top: 5px;
font-size: 85%; font-size: 1em;
padding-bottom: 2px; padding-bottom: 2px;
} }
.pagination strong,
.pagination strong, .pagination b { .pagination b {
font-weight: normal; font-weight: normal;
} }
.pagination span strong { .pagination span strong {
padding: 0 2px; padding: 0 2px;
margin: 0 2px; margin: 0 2px;
@ -663,7 +601,6 @@ input.autowidth { width: auto !important; }
background: #069; background: #069;
border: 1px solid #069; border: 1px solid #069;
} }
.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
@ -673,36 +610,32 @@ input.autowidth { width: auto !important; }
background: #ECEDEE; background: #ECEDEE;
border: 1px solid #B4BAC0; border: 1px solid #B4BAC0;
} }
.pagination span a:hover { .pagination span a:hover {
border-color: #069; border-color: #069;
background: #069; background: #069;
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
} }
.pagination img { .pagination img {
vertical-align: middle; vertical-align: middle;
} }
/* Form button styles /* Form button styles
---------------------------------------- */ ---------------------------------------- */
a.button1, input.button1, input.button3, a.button1, input.button1, input.button3,
a.button2, input.button2 { a.button2, input.button2 {
width: auto !important; width: auto !important;
padding: 1px 3px; padding: 1px 3px 0 3px;
font-family: Verdana, Helvetica, Arial, sans-serif; font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000; color: #000;
font-size: 85%; background-color: #EFEFEF;
background: #FAFAFA; cursor: pointer;
} }
a.button1, input.button1 { a.button1, input.button1 {
font-weight: bold; font-weight: bold;
border: 1px solid #666666; border: 1px solid #666666;
} }
/* Alternative button */
a.button2, input.button2 { a.button2, input.button2 {
border: 1px solid #666666; border: 1px solid #666666;
} }
@ -715,87 +648,41 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
padding: 4px 8px; padding: 4px 8px;
} }
/* Success highlighting
/* Action Highlighting
---------------------------------------- */ ---------------------------------------- */
.success { .success {
color: #282 !important; color: #282 !important;
} }
.successbox {
padding: 0px;
margin: 37px 0;
font-size: 100%;
background-color: #ECECEC;
color: #282;
text-align: center;
font-weight: bold;
}
* html .sucessbox { height: 1%; } /* Pixel shift fix for IE */
.successbox h3 {
font-size: 11px;
color: #FFA34F;
font-weight: bold;
background-color: #006699;
background-image: url('../images/cellpic3.gif');
background-repeat: repeat-x;
padding: 5px 0;
}
.successbox p {
margin: 20px;
font-size: 12px;
}
.successbox a:link, .errorbox a:active, .errorbox a:visited {
text-decoration: none;
}
.successbox a:hover {
text-decoration: none;
}
/* Error highlighting
---------------------------------------- */
.error { .error {
color: #BC2A4D !important; color: #BC2A4D !important;
} }
.successbox, .errorbox {
.errorbox { padding: 10px;
padding: 0px; margin: 20px 0;
margin: 37px 0; color: #1F5B13;
font-size: 100%;
background-color: #ECECEC;
color: #BC2A4D;
text-align: center; text-align: center;
}
.successbox {
background-color: #B9DBB3;
}
.errorbox {
background-color: #ECECEC;
}
.successbox h3, .errorbox h3 {
font-weight: bold; font-weight: bold;
font-size: 1.4em;
margin-bottom: 0.5em;
} }
.successbox p, .errorbox p {
* html .errorbox { height: 1%; } /* Pixel shift fix for IE */ font-size: 1.1em;
margin-bottom: 0;
.errorbox h3 { }
font-size: 11px; .successbox a, .errorbox a {
color: #FFA34F;
font-weight: bold; font-weight: bold;
background-color: #006699;
background-image: url('../images/cellpic3.gif');
background-repeat: repeat-x;
padding: 5px 0;
}
.errorbox p {
margin: 20px;
font-size: 12px;
}
.errorbox a:link, .errorbox a:active, .errorbox a:visited {
text-decoration: none; text-decoration: none;
} }
.errorbox a:hover {
text-decoration: none;
}
/* /*
Format Buttons for signature editor Format Buttons for signature editor
@ -803,7 +690,6 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
#format-buttons { #format-buttons {
margin: 15px 0 2px 0; margin: 15px 0 2px 0;
} }
#format-buttons input, #format-buttons select { #format-buttons input, #format-buttons select {
vertical-align: middle; vertical-align: middle;
} }

View file

@ -15,7 +15,7 @@
<!-- BEGIN bool --> <!-- BEGIN bool -->
<!-- IF bool.FIELD_LENGTH eq 1 --> <!-- IF bool.FIELD_LENGTH eq 1 -->
<!-- BEGIN options --><input type="radio" name="{bool.FIELD_IDENT}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE}&nbsp; &nbsp;<!-- END options --> <!-- BEGIN options --><input type="radio" class="radio" name="{bool.FIELD_IDENT}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE}&nbsp; &nbsp;<!-- END options -->
<!-- ELSE --> <!-- ELSE -->
<input type="checkbox" name="{bool.FIELD_IDENT}"<!-- IF bool.FIELD_VALUE --> checked="checked"<!-- ENDIF --> /> <input type="checkbox" name="{bool.FIELD_IDENT}"<!-- IF bool.FIELD_VALUE --> checked="checked"<!-- ENDIF --> />
<!-- ENDIF --> <!-- ENDIF -->

View file

@ -1,6 +1,6 @@
<!-- INCLUDE overall_header.html --> <!-- INCLUDE overall_header.html -->
<div class="errorbox"> <div class="successbox">
<h3>{MESSAGE_TITLE}</h3> <h3>{MESSAGE_TITLE}</h3>
<p>{MESSAGE_TEXT}</p> <p>{MESSAGE_TEXT}</p>
</div> </div>

View file

@ -1,9 +1,8 @@
<br /><br />
<!-- End page content -->
</div> </div>
</div> </div>
<div class="corner3"></div><div class="corner4"></div> <span class="corners-bottom"><span></span></span>
</div></div> </div>
</div> </div>
<!-- <!--
@ -18,16 +17,15 @@
// --> // -->
<div id="page-footer"> <div id="page-footer">
<!-- IF S_COPYRIGHT_HTML --> <!-- IF S_COPYRIGHT_HTML -->
Powered by phpBB {VERSION} &copy; 2005 <a href="http://www.phpbb.com/">phpBB Group</a> Powered by phpBB {VERSION} &copy; 2006 <a href="http://www.phpbb.com/">phpBB Group</a>
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --> <!-- IF DEBUG_OUTPUT -->
<!-- IF S_COPYRIGHT_HTML --><br /><br /><!-- ENDIF --> <!-- IF S_COPYRIGHT_HTML --><br /><!-- ENDIF -->
{DEBUG_OUTPUT} {DEBUG_OUTPUT}
<!-- ENDIF --> <!-- ENDIF -->
</div>
</div> </div>
</body> </body>

View file

@ -59,8 +59,8 @@ function marklist(match, status)
</head> </head>
<body> <body>
<div id="wrap">
<div id="page-header"> <div id="page-header">
<a href="{U_INDEX}" title="{L_FORUM_INDEX}"><img src="{ROOT_PATH}images/logo.gif" id="logo" alt="phpBB Creating Communities" /></a>
<h1>{L_ADMIN_PANEL}</h1> <h1>{L_ADMIN_PANEL}</h1>
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p> <p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
</div> </div>
@ -74,8 +74,8 @@ function marklist(match, status)
</ul> </ul>
</div> </div>
<div class="box"><div class="innerbox"> <div class="panel">
<div class="corner1"></div><div class="corner2"></div> <span class="corners-top"><span></span></span>
<div id="content"> <div id="content">
<div id="menu"> <div id="menu">
<p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]</p> <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [&nbsp;<a href="{U_LOGOUT}">{L_LOGOUT}</a>&nbsp;]</p>
@ -99,5 +99,3 @@ function marklist(match, status)
</div> </div>
<div id="main"> <div id="main">
<!-- Start page content -->