2010-08-20 22:55:25 +02:00
|
|
|
<!-- INCLUDE ucp_header.html -->
|
|
|
|
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
|
|
<tr>
|
|
|
|
<th colspan="2" valign="middle">{L_TITLE}</th>
|
|
|
|
</tr>
|
|
|
|
<!-- IF ERROR -->
|
|
|
|
<tr>
|
|
|
|
<td class="row3" colspan="2" align="center"><span class="gensmall error">{ERROR}</span></td>
|
|
|
|
</tr>
|
|
|
|
<!-- ENDIF -->
|
2013-07-26 18:33:07 -07:00
|
|
|
<!-- EVENT ucp_prefs_view_radio_buttons_before -->
|
2010-08-20 22:55:25 +02:00
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_IMAGES}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="images" value="1"<!-- IF S_IMAGES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="images" value="0"<!-- IF not S_IMAGES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_FLASH}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="flash" value="1"<!-- IF S_FLASH --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="flash" value="0"<!-- IF not S_FLASH --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_SMILIES}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="smilies" value="1"<!-- IF S_SMILIES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="smilies" value="0"<!-- IF not S_SMILIES --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_SIGS}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="sigs" value="1"<!-- IF S_SIGS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="sigs" value="0"<!-- IF not S_SIGS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_AVATARS}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="avatars" value="1"<!-- IF S_AVATARS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="avatars" value="0"<!-- IF not S_AVATARS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<!-- IF S_CHANGE_CENSORS -->
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_DISABLE_CENSORS}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2"><input type="radio" class="radio" name="wordcensor" value="1"<!-- IF S_DISABLE_CENSORS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_YES}</span> <input type="radio" class="radio" name="wordcensor" value="0"<!-- IF not S_DISABLE_CENSORS --> checked="checked"<!-- ENDIF --> /><span class="gen">{L_NO}</span></td>
|
|
|
|
</tr>
|
|
|
|
<!-- ENDIF -->
|
2013-07-26 18:33:07 -07:00
|
|
|
<!-- EVENT ucp_prefs_view_radio_buttons_after -->
|
2010-08-20 22:55:25 +02:00
|
|
|
<tr>
|
|
|
|
<td colspan="2" class="spacer"></td>
|
|
|
|
</tr>
|
2013-07-26 18:33:07 -07:00
|
|
|
<!-- EVENT ucp_prefs_view_select_menu_before -->
|
2010-08-20 22:55:25 +02:00
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_TOPICS_DAYS}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_TOPIC_SORT_DAYS}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_TOPICS_KEY}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_TOPIC_SORT_KEY}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_TOPICS_DIR}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_TOPIC_SORT_DIR}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" class="spacer"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_POSTS_DAYS}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_POST_SORT_DAYS}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_POSTS_KEY}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_POST_SORT_KEY}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_VIEW_POSTS_DIR}{L_COLON}</b></td>
|
2010-08-20 22:55:25 +02:00
|
|
|
<td class="row2">{S_POST_SORT_DIR}</td>
|
|
|
|
</tr>
|
2013-07-26 18:33:07 -07:00
|
|
|
<!-- EVENT ucp_prefs_view_select_menu_after -->
|
2010-08-20 22:55:25 +02:00
|
|
|
<tr>
|
|
|
|
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" /> <input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2010-11-09 08:59:25 +01:00
|
|
|
<!-- INCLUDE ucp_footer.html -->
|