+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<h2 class="faq-title">{L_FAQ_TITLE}</h2>
-
-
-<div class="panel bg1" id="faqlinks">
- <div class="inner">
- <div class="column1">
- <!-- BEGIN faq_block -->
- <!-- IF faq_block.SWITCH_COLUMN or (SWITCH_COLUMN_MANUALLY and faq_block.S_ROW_COUNT == 4) -->
- </div>
-
- <div class="column2">
- <!-- ENDIF -->
-
- <dl class="faq">
- <dt><strong>{faq_block.BLOCK_TITLE}</strong></dt>
- <!-- BEGIN faq_row -->
- <dd><a href="#f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</a></dd>
- <!-- END faq_row -->
- </dl>
- <!-- END faq_block -->
- </div>
- </div>
-</div>
-
-<!-- BEGIN faq_block -->
- <div class="panel <!-- IF faq_block.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <div class="inner">
-
- <div class="content">
- <h2 class="faq-title">{faq_block.BLOCK_TITLE}</h2>
- <!-- BEGIN faq_row -->
- <dl class="faq">
- <dt id="f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}"><strong>{faq_block.faq_row.FAQ_QUESTION}</strong></dt>
- <dd>{faq_block.faq_row.FAQ_ANSWER}</dd>
- </dl>
- <a href="#faqlinks" class="top2">
- <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span>
- </a>
- <!-- IF not faq_block.faq_row.S_LAST_ROW --><hr class="dashed" /><!-- ENDIF -->
- <!-- END faq_row -->
- </div>
-
- </div>
- </div>
-<!-- END faq_block -->
-
-<!-- INCLUDE jumpbox.html -->
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
-
-<!-- BEGIN forumrow -->
- <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
- </ul>
-
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- EVENT forumlist_body_category_header_before -->
- <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
- <div class="forabg">
- <div class="inner">
- <ul class="topiclist">
- <li class="header">
- <!-- EVENT forumlist_body_category_header_row_prepend -->
- <dl class="icon">
- <dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt>
- <dd class="topics">{L_TOPICS}</dd>
- <dd class="posts">{L_POSTS}</dd>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- </dl>
- <!-- EVENT forumlist_body_category_header_row_append -->
- </li>
- </ul>
- <ul class="topiclist forums">
- <!-- ENDIF -->
- <!-- EVENT forumlist_body_category_header_after -->
-
- <!-- IF not forumrow.S_IS_CAT -->
- <!-- EVENT forumlist_body_forum_row_before -->
- <li class="row">
- <!-- EVENT forumlist_body_forum_row_prepend -->
- <dl class="icon {forumrow.FORUM_IMG_STYLE}">
- <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
- <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF -->
-
- <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
- <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
- <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
- <!-- IF forumrow.MODERATORS -->
- <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
- <!-- ENDIF -->
- <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
- <!-- EVENT forumlist_body_subforums_before -->
- <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
- <!-- BEGIN subforum -->
- <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
- <!-- END subforum -->
- <!-- EVENT forumlist_body_subforums_after -->
- <!-- ENDIF -->
-
- <!-- IF not S_IS_BOT -->
- <div class="responsive-show" style="display: none;">
- <!-- IF forumrow.CLICKS -->
- {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
- <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->
- {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong>
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
- </div>
- </dt>
- <!-- IF forumrow.CLICKS -->
- <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {forumrow.CLICKS}</span></dd>
- <!-- ELSEIF not forumrow.S_IS_LINK -->
- <dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
- <dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
- <dd class="lastpost"><span>
- <!-- IF forumrow.U_UNAPPROVED_TOPICS -->
- <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>
- <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
- <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a>
- <!-- ENDIF -->
- <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
- <!-- IF forumrow.S_DISPLAY_SUBJECT -->
- <!-- EVENT forumlist_body_last_post_title_prepend -->
- <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
- <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
- <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span>
- </dd>
- <!-- ELSE -->
- <dd> </dd>
- <!-- ENDIF -->
- </dl>
- <!-- EVENT forumlist_body_forum_row_append -->
- </li>
- <!-- EVENT forumlist_body_forum_row_after -->
- <!-- ENDIF -->
-
- <!-- IF forumrow.S_LAST_ROW -->
- </ul>
-
- </div>
- </div>
- <!-- EVENT forumlist_body_last_row_after -->
- <!-- ENDIF -->
-
-<!-- BEGINELSE -->
- <div class="panel">
- <div class="inner">
- <strong>{L_NO_FORUMS}</strong>
- </div>
- </div>
-<!-- END forumrow -->
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<!-- ZEIT nicht anzeigen: ********************
-<p class="{S_CONTENT_FLOW_END} responsive-center time<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
-<!-- IF S_USER_LOGGED_IN --><p class="responsive-center time">{CURRENT_TIME}</p><!-- ENDIF -->
-******************** -->
-
-<!-- EVENT index_body_markforums_before -->
-<!-- IF U_MARK_FORUMS -->
- <div class="action-bar compact">
- <a href="{U_MARK_FORUMS}" class="mark-read rightside" accesskey="m" data-ajax="mark_forums_read">{L_MARK_FORUMS_READ}</a>
- </div>
-<!-- ENDIF -->
-<!-- EVENT index_body_markforums_after -->
-
-<!-- INCLUDE forumlist_body.html -->
-
-<!-- EVENT index_body_forumlist_body_after -->
-
-<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
- <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
- <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
- <fieldset class="quick-login">
- <label for="username"><span>{L_USERNAME}{L_COLON}</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" /></label>
- <label for="password"><span>{L_PASSWORD}{L_COLON}</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" autocomplete="off" /></label>
- <!-- IF U_SEND_PASSWORD -->
- <a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a>
- <!-- ENDIF -->
- <!-- IF S_AUTOLOGIN_ENABLED -->
- <span class="responsive-hide">|</span> <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" tabindex="4" name="autologin" id="autologin" /></label>
- <!-- ENDIF -->
- <input type="submit" tabindex="5" name="login" value="{L_LOGIN}" class="button2" />
- {S_LOGIN_REDIRECT}
- </fieldset>
- </form>
-<!-- ENDIF -->
-
-<!-- EVENT index_body_stat_blocks_before -->
-
-<!-- IF S_DISPLAY_ONLINE_LIST -->
- <div class="stat-block online-list">
- <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
- <p>
- <!-- EVENT index_body_block_online_prepend -->
- {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
- <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF -->
- <!-- EVENT index_body_block_online_append -->
- </p>
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
- <div class="stat-block birthday-list">
- <h3>{L_BIRTHDAYS}</h3>
- <p>
- <!-- EVENT index_body_block_birthday_prepend -->
- <!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <strong><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF -->
- <!-- EVENT index_body_block_birthday_append -->
- </p>
- </div>
-<!-- ENDIF -->
-
-<!-- IF NEWEST_USER -->
- <div class="stat-block statistics">
- <h3>{L_STATISTICS}</h3>
- <p>
- <!-- EVENT index_body_block_stats_prepend -->
- {TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}
- <!-- EVENT index_body_block_stats_append -->
- </p>
- </div>
-<!-- ENDIF -->
-
-<!-- EVENT index_body_stat_blocks_after -->
-
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
-
-<!-- IF S_VIEWTOPIC -->
- <p class="jumpbox-return"><a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_FORUM}</a></p>
-<!-- ELSEIF S_VIEWFORUM -->
- <p class="jumpbox-return"><a href="{U_INDEX}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_INDEX}</a></p>
-<!-- ELSEIF SEARCH_TOPIC -->
- <p class="jumpbox-return"><a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}" accesskey="r">{L_RETURN_TO_TOPIC}</a></p>
-<!-- ELSEIF S_SEARCH_ACTION -->
- <p class="jumpbox-return"><a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}" accesskey="r">{L_GO_TO_SEARCH_ADV}</a></p>
-<!-- ENDIF -->
-
-<!-- IF S_DISPLAY_JUMPBOX -->
-
- <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_END}<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox">
- <span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="dropdown-trigger button dropdown-select">
- <!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->
- </span>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents">
- <!-- BEGIN jumpbox_forums -->
- <!-- IF jumpbox_forums.FORUM_ID neq -1 -->
- <li><!-- BEGIN level --> <!-- END level --><a href="{jumpbox_forums.LINK}">{jumpbox_forums.FORUM_NAME}</a></li>
- <!-- ENDIF -->
- <!-- END jumpbox_forums -->
- </ul>
- </div>
- </div>
-
- <!-- ELSE -->
- </br></br>
- <!-- ENDIF -->
-</div>
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<!-- DEFINE $CUSTOM_FIELDSET_CLASS = 'forum-selection2' -->
-<!-- INCLUDE jumpbox.html -->
-
-<h2><a href="{U_VIEW_FORUM}">{L_FORUM}{L_COLON} {FORUM_NAME}</a></h2>
-
-<form method="post" id="mcp" action="{S_MCP_ACTION}">
-
-<div class="panel">
- <div class="inner">
-
- <div class="action-bar bar-top">
- <div class="pagination">
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- IF .topicrow -->
- <ul class="topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->">
- <li class="header">
- <dl class="icon">
- <dt><div class="list-inner">{L_TOPICS}</div></dt>
- <dd class="posts">{L_REPLIES}</dd>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- <!-- IF not S_MERGE_SELECT --><dd class="mark">{L_MARK}</dd><!-- ENDIF -->
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->">
-
- <!-- BEGIN topicrow -->
- <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
- <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- EVENT topiclist_row_prepend -->
- <!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF -->
- <!-- EVENT mcp_forum_topic_title_before -->
- <a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
- <!-- EVENT mcp_forum_topic_title_after -->
- <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
- <a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}
-
- </a>
- <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED -->
- <a href="{topicrow.U_MCP_QUEUE}">{topicrow.DELETED_IMG}
- </a>
- <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_REPORTED -->
- <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}
- </a>
- <!-- ENDIF -->
- <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF -->
- <br />
-
- <div class="responsive-show" style="display: none;">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}<br />
- </div>
- <span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span>
-
- <!-- IF .topicrow.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF topicrow.pagination.S_IS_PREV -->
- <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
-
- <div class="responsive-hide">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- </div>
- <!-- EVENT topiclist_row_append -->
- </div>
- </dt>
- <dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
- <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<br />{topicrow.LAST_POST_TIME}</span></dd>
- <!-- IF not S_MERGE_SELECT -->
- <dd class="mark">
- <!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF -->
- </dd>
- <!-- ENDIF -->
- </dl>
- </li>
- <!-- END topicrow -->
- </ul>
- <!-- ELSE -->
- <ul class="topiclist">
- <li><p class="notopics">{L_NO_TOPICS}</p></li>
- </ul>
- <!-- ENDIF -->
-
- <fieldset class="display-options">
- <label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR}</label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- </div>
-</div>
-
-<!-- EVENT mcp_forum_actions_before -->
-<fieldset class="display-actions">
- <!-- IF not S_MERGE_SELECT -->
- <select name="action">
- <option value="" selected="selected">{L_SELECT_ACTION}</option>
- <!-- IF S_CAN_DELETE --><option value="delete_topic">{L_DELETE}</option><!-- ENDIF -->
- <!-- IF S_CAN_RESTORE --><option value="restore_topic">{L_RESTORE}</option><!-- ENDIF -->
- <!-- IF S_CAN_MERGE --><option value="merge_topics">{L_MERGE}</option><!-- ENDIF -->
- <!-- IF S_CAN_MOVE --><option value="move">{L_MOVE}</option><!-- ENDIF -->
- <!-- IF S_CAN_FORK --><option value="fork">{L_FORK}</option><!-- ENDIF -->
- <!-- IF S_CAN_LOCK --><option value="lock">{L_LOCK}</option><option value="unlock">{L_UNLOCK}</option><!-- ENDIF -->
- <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF -->
- <!-- IF S_CAN_MAKE_NORMAL --><option value="make_normal">{L_MAKE_NORMAL}</option><!-- ENDIF -->
- <!-- IF S_CAN_MAKE_STICKY --><option value="make_sticky">{L_MAKE_STICKY}</option><!-- ENDIF -->
- <!-- IF S_CAN_MAKE_ANNOUNCE --><option value="make_announce">{L_MAKE_ANNOUNCE}</option><!-- ENDIF -->
- <!-- IF S_CAN_MAKE_ANNOUNCE_GLOBAL --><option value="make_global">{L_MAKE_GLOBAL}</option><!-- ENDIF -->
- <!-- EVENT mcp_forum_actions_append -->
- </select>
- <input class="button2" type="submit" value="{L_SUBMIT}" />
- <div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
- <!-- ENDIF -->
- {S_FORM_TOKEN}
-</fieldset>
-<!-- EVENT mcp_forum_actions_after -->
-</form>
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<h2>{PAGE_TITLE}</h2>
-
-<!-- EVENT mcp_front_latest_unapproved_before -->
-
-<!-- IF S_SHOW_UNAPPROVED -->
-
- <form id="mcp_queue" method="post" action="{S_MCP_QUEUE_ACTION}">
-
- <div class="panel">
- <div class="inner">
-
- <h3>{L_LATEST_UNAPPROVED}</h3>
- <p>{L_UNAPPROVED_TOTAL}</p>
-
- <!-- IF .unapproved -->
- <ul class="topiclist missing-column">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
- <dd class="moderation"><span>{L_TOPIC} & {L_FORUM}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column responsive-show-all">
-
- <!-- BEGIN unapproved -->
- <li class="row<!-- IF unapproved.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{unapproved.U_POST_DETAILS}" class="topictitle">{unapproved.SUBJECT}</a> {unapproved.ATTACH_ICON_IMG}<br />
- {L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME}
- </div>
- </dt>
- <dd class="moderation"><span>
- {L_TOPIC}{L_COLON} <a href="{unapproved.U_TOPIC}">{unapproved.TOPIC_TITLE}</a> [<a href="{unapproved.U_MCP_TOPIC}">{L_MODERATE}</a>]<br />
- {L_FORUM}{L_COLON} <!-- IF unapproved.U_FORUM --><a href="{unapproved.U_FORUM}">{unapproved.FORUM_NAME}</a><!-- ELSE -->{unapproved.FORUM_NAME}<!-- ENDIF --><!-- IF unapproved.U_MCP_FORUM --> [<a href="{unapproved.U_MCP_FORUM}">{L_MODERATE}</a>]<!-- ENDIF --></span>
- </dd>
-
- <dd class="mark"><input type="checkbox" name="post_id_list[]" value="{unapproved.POST_ID}" /></dd>
- </dl>
- </li>
- <!-- END unapproved -->
- </ul>
- <!-- ENDIF -->
-
- </div>
- {S_FORM_TOKEN}
- </div>
-
- <!-- IF .unapproved -->
- <fieldset class="display-actions">
- {S_HIDDEN_FIELDS}
- <input class="button2" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />
- <input class="button1" type="submit" name="action[approve]" value="{L_APPROVE}" />
- <div><a href="#" onclick="marklist('mcp_queue', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp_queue', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
- </fieldset>
- <!-- ENDIF -->
- </form>
-<!-- ENDIF -->
-
-<!-- EVENT mcp_front_latest_reported_before -->
-
-<!-- IF S_SHOW_REPORTS -->
- <div class="panel">
- <div class="inner">
-
- <h3>{L_LATEST_REPORTED}</h3>
- <p>{L_REPORTS_TOTAL}</p>
-
- <!-- IF .report -->
- <ul class="topiclist two-long-columns">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
- <dd class="moderation"><span>{L_REPORTER} & {L_FORUM}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist two-long-columns responsive-show-all">
-
- <!-- BEGIN report -->
- <li class="row<!-- IF report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{report.U_POST_DETAILS}#reports" class="topictitle">{report.SUBJECT}</a> {report.ATTACH_ICON_IMG}<br />
- <span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}</span>
- </div>
- </dt>
- <dd class="moderation">
- <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} {report.REPORT_TIME}<br />
- {L_FORUM}{L_COLON} <a href="{report.U_FORUM}">{report.FORUM_NAME}</a></span>
- </dd>
- </dl>
- </li>
- <!-- END report -->
- </ul>
- <!-- ENDIF -->
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- EVENT mcp_front_latest_reported_pms_before -->
-
-<!-- IF S_SHOW_PM_REPORTS -->
- <div class="panel">
- <div class="inner">
-
- <h3>{L_LATEST_REPORTED_PMS}</h3>
- <p>{L_PM_REPORTS_TOTAL}</p>
-
- <!-- IF .pm_report -->
- <ul class="topiclist two-long-columns">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
- <dd class="moderation"><span>{L_REPORTER}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist two-long-columns responsive-show-all">
-
- <!-- BEGIN pm_report -->
- <li class="row<!-- IF pm_report.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> {pm_report.ATTACH_ICON_IMG}<br />
- <span>{L_MESSAGE_BY_AUTHOR} {pm_report.PM_AUTHOR_FULL} » {pm_report.PM_TIME}</span><br />
- <span>{L_MESSAGE_TO} {pm_report.RECIPIENTS}</span>
- </div>
- </dt>
- <dd class="moderation">
- <span>{L_REPORTED} {L_POST_BY_AUTHOR} {pm_report.REPORTER_FULL} {L_REPORTED_ON_DATE} {pm_report.REPORT_TIME}</span>
- </dd>
- </dl>
- </li>
- <!-- END pm_report -->
- </ul>
- <!-- ENDIF -->
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- EVENT mcp_front_latest_logs_before -->
-
-<!-- IF S_SHOW_LOGS -->
- <div class="panel">
- <div class="inner">
-
- <h3>{L_LATEST_LOGS}</h3>
-
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_ACTION}</th>
- <th class="name">{L_USERNAME}</th>
- <th class="name">{L_IP}</th>
- <th class="name">{L_VIEW_TOPIC}</th>
- <th class="name">{L_VIEW_TOPIC_LOGS}</th>
- <th class="name">{L_TIME}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN log -->
- <tr class="<!-- IF log.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td>{log.ACTION}</td>
- <td><span>{log.USERNAME}</span></td>
- <td><span>{log.IP}</span></td>
- <td><span><!-- IF log.U_VIEW_TOPIC --><a href="{log.U_VIEW_TOPIC}" title="{L_VIEW_TOPIC}">{L_VIEW_TOPIC}</a><!-- ENDIF --> </span></td>
- <td><span><!-- IF log.U_VIEWLOGS --><a href="{log.U_VIEWLOGS}">{L_VIEW_TOPIC_LOGS}</a><!-- ENDIF --> </span></td>
- <td><span>{log.TIME}</span></td>
- </tr>
- <!-- BEGINELSE -->
- <tr>
- <td colspan="6">{L_NO_ENTRIES}</td>
- </tr>
- <!-- END log -->
- </tbody>
- </table>
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- EVENT mcp_front_latest_logs_after -->
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<!-- IF S_MCP_REPORT -->
- <!-- IF S_PM -->
- <h2>{L_PM_REPORT_DETAILS}</h2>
- <!-- ELSE -->
- <h2>{L_REPORT_DETAILS}</h2>
- <!-- ENDIF -->
-
- <div id="report" class="panel">
- <div class="inner">
-
- <div class="postbody">
- <h3>{L_REPORT_REASON}{L_COLON} {REPORT_REASON_TITLE}</h3>
- <p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} « {REPORT_DATE}</p>
- <!-- IF S_REPORT_CLOSED -->
- <p class="post-notice reported"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i>{L_REPORT_CLOSED}</p>
- <!-- ENDIF -->
- <div class="content">
- <!-- IF REPORT_TEXT -->
- {REPORT_TEXT}
- <!-- ELSE -->
- {REPORT_REASON_DESCRIPTION}
- <!-- ENDIF -->
- </div>
- </div>
-
- </div>
- </div>
-
- <form method="post" id="mcp_report" action="{S_CLOSE_ACTION}">
-
- <fieldset class="submit-buttons">
- <!-- IF not S_REPORT_CLOSED -->
- <input class="button1" type="submit" value="{L_CLOSE_REPORT}" name="action[close]" />
- <!-- ENDIF -->
- <input class="button2" type="submit" value="{L_DELETE_REPORT}" name="action[delete]" />
- <input type="hidden" name="report_id_list[]" value="{REPORT_ID}" />
- {S_FORM_TOKEN}
- </fieldset>
- </form>
-
-<!-- ELSE -->
- <h2>{L_POST_DETAILS}</h2>
-<!-- ENDIF -->
-
-<div class="panel">
- <div class="inner">
-
- <div class="postbody">
- <h3><a href="{U_VIEW_POST}">{POST_SUBJECT}</a></h3>
-
- <ul class="post-buttons">
- <li id="expand">
- <a href="#post_details" onclick="viewableArea(getElementById('post_details'), true); var rev_text = getElementById('expand').getElementsByTagName('a').item(0).firstChild; if (rev_text.data.trim() == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data.trim() == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}';} return false;">
- {L_EXPAND_VIEW}
- </a>
- </li>
- <!-- IF U_EDIT -->
- <li>
- <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon">
- <span>{L_EDIT_POST}</span>
- </a>
- </li>
- <!-- ENDIF -->
- </ul>
-
- <!-- IF S_PM -->
- <p class="author">
- <strong>{L_SENT_AT}{L_COLON}</strong> {POST_DATE}
- <br /><strong>{L_PM_FROM}{L_COLON}</strong> {POST_AUTHOR_FULL}
- <!-- IF S_TO_RECIPIENT --><br /><strong>{L_TO}{L_COLON}</strong> <!-- BEGIN to_recipient --><!-- IF to_recipient.NAME_FULL -->{to_recipient.NAME_FULL}<!-- ELSE --><a href="{to_recipient.U_VIEW}" style="color:<!-- IF to_recipient.COLOUR -->{to_recipient.COLOUR}<!-- ELSEIF to_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{to_recipient.NAME}</a><!-- ENDIF --> <!-- END to_recipient --><!-- ENDIF -->
- <!-- IF S_BCC_RECIPIENT --><br /><strong>{L_BCC}{L_COLON}</strong> <!-- BEGIN bcc_recipient --><!-- IF bcc_recipient.NAME_FULL -->{bcc_recipient.NAME_FULL}<!-- ELSE --><a href="{bcc_recipient.U_VIEW}" style="color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{bcc_recipient.NAME}</a><!-- ENDIF --> <!-- END bcc_recipient --><!-- ENDIF -->
- </p>
- <!-- ELSE -->
- <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p>
- <!-- ENDIF -->
-
- <!-- IF S_POST_UNAPPROVED -->
- <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
-
- <p class="post-notice unapproved">
- <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />
- <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />
- <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="unapproved_posts" /><!-- ENDIF -->
- <input type="hidden" name="post_id_list[]" value="{POST_ID}" />
- {S_FORM_TOKEN}
- </p>
- </form>
- <!-- ELSEIF S_POST_DELETED -->
- <form method="post" id="mcp_approve" action="{U_APPROVE_ACTION}">
-
- <p class="post-notice deleted">
- <input class="button2" type="submit" value="{L_DELETE}" name="action[disapprove]" />
- <input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />
- <!-- IF not S_FIRST_POST --><input type="hidden" name="mode" value="unapproved_posts" /><!-- ENDIF -->
- <input type="hidden" name="post_id_list[]" value="{POST_ID}" />
- {S_FORM_TOKEN}
- </p>
- </form>
- <!-- ENDIF -->
-
- <!-- IF S_MESSAGE_REPORTED -->
- <p class="post-notice reported">
- {REPORTED_IMG} <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a>
- </p>
- <!-- ENDIF -->
-
- <div class="content" id="post_details">
- {POST_PREVIEW}
- </div>
-
- <!-- IF S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
- <!-- BEGIN attachment -->
- <dd>{attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- <!-- IF DELETED_MESSAGE or DELETE_REASON -->
- <div class="notice">
- {DELETED_MESSAGE}
- <!-- IF DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{DELETE_REASON}</em><!-- ENDIF -->
- </div>
- <!-- ENDIF -->
-
- <!-- IF SIGNATURE -->
- <div id="sig{POST_ID}" class="signature">{SIGNATURE}</div>
- <!-- ENDIF -->
-
- <!-- IF S_MCP_REPORT and S_CAN_VIEWIP -->
- <hr />
- <div><!-- IF S_PM -->{L_THIS_PM_IP}<!-- ELSE -->{L_THIS_POST_IP}<!-- ENDIF -->{L_COLON} <!-- IF U_WHOIS -->
- <a href="{U_WHOIS}"><!-- IF POST_IPADDR -->{POST_IPADDR}<!-- ELSE -->{POST_IP}<!-- ENDIF --></a> (<!-- IF POST_IPADDR -->{POST_IP}<!-- ELSE --><a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a><!-- ENDIF -->)
- <!-- ELSE -->
- <!-- IF POST_IPADDR -->{POST_IPADDR} ({POST_IP})<!-- ELSE -->{POST_IP}<!-- IF U_LOOKUP_IP --> (<a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>)<!-- ENDIF --><!-- ENDIF -->
- <!-- ENDIF --></div>
- <!-- ENDIF -->
-
- </div>
-
- </div>
-</div>
-
-<!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST or S_CAN_CHGPOSTER or S_MCP_POST_ADDITIONAL_OPTS -->
- <div class="panel">
- <div class="inner">
-
- <h3>{L_MOD_OPTIONS}</h3>
- <!-- IF S_CAN_CHGPOSTER -->
- <form method="post" id="mcp_chgposter" action="{U_POST_ACTION}">
-
- <fieldset>
- <dl>
- <dt><label>{L_CHANGE_POSTER}{L_COLON}</label></dt>
- <!-- IF S_USER_SELECT --><dd><select name="u">{S_USER_SELECT}</select> <input type="submit" class="button2" name="action[chgposter_ip]" value="{L_CONFIRM}" /></dd><!-- ENDIF -->
- <dd style="margin-top:3px;">
- <input class="inputbox autowidth" type="text" name="username" value="" />
- <input type="submit" class="button2" name="action[chgposter]" value="{L_CONFIRM}" />
- <br />
- <span>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</span>
- </dd>
- </dl>
- {S_FORM_TOKEN}
- </fieldset>
- </form>
- <!-- ENDIF -->
-
- <!-- EVENT mcp_post_additional_options -->
-
- <!-- IF S_CAN_LOCK_POST or S_CAN_DELETE_POST -->
- <form method="post" id="mcp" action="{U_MCP_ACTION}">
-
- <fieldset>
- <dl>
- <dt><label>{L_MOD_OPTIONS}{L_COLON}</label></dt>
- <dd><select name="action">
- <!-- IF S_CAN_LOCK_POST --><!-- IF S_POST_LOCKED --><option value="unlock_post">{L_UNLOCK_POST} [{L_UNLOCK_POST_EXPLAIN}]</option><!-- ELSE --><option value="lock_post">{L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</option><!-- ENDIF --><!-- ENDIF -->
- <!-- IF S_CAN_DELETE_POST --><option value="delete_post">{L_DELETE_POST}</option><!-- ENDIF -->
- </select> <input class="button2" type="submit" value="{L_SUBMIT}" />
- </dd>
- </dl>
- {S_FORM_TOKEN}
- </fieldset>
- </form>
- <!-- ENDIF -->
-
- </div>
- </div>
-<!-- ENDIF -->
-
-
-<!-- IF S_MCP_QUEUE or S_MCP_REPORT or RETURN_TOPIC -->
- <div class="panel">
- <div class="inner">
-
- <p><!-- IF S_MCP_QUEUE -->{RETURN_QUEUE} | {RETURN_TOPIC_SIMPLE} | {RETURN_POST}<!-- ELSEIF S_MCP_REPORT -->{RETURN_REPORTS}<!-- IF not S_PM --> | <a href="{U_VIEW_POST}">{L_VIEW_POST}</a> | <a href="{U_VIEW_TOPIC}">{L_VIEW_TOPIC}</a> | <a href="{U_VIEW_FORUM}">{L_VIEW_FORUM}</a><!-- ENDIF --><!-- ELSE -->{RETURN_TOPIC}<!-- ENDIF --></p>
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_MCP_QUEUE -->
-<!-- ELSE -->
-
- <!-- IF S_SHOW_USER_NOTES -->
- <div class="panel" id="usernotes">
- <div class="inner">
-
- <form method="post" id="mcp_notes" action="{U_POST_ACTION}">
-
- <!-- IF S_USER_NOTES -->
- <h3>{L_FEEDBACK}</h3>
-
- <!-- BEGIN usernotes -->
- <span class="small"><strong>{L_REPORTED_BY}{L_COLON} {usernotes.REPORT_BY} « {usernotes.REPORT_AT}</strong></span>
- <!-- IF S_CLEAR_ALLOWED --><div class="right-box"><input type="checkbox" name="marknote[]" value="{usernotes.ID}" /></div><!-- ENDIF -->
- <div class="postbody">{usernotes.ACTION}</div>
-
- <hr class="dashed" />
- <!-- END usernotes -->
-
- <!-- IF S_CLEAR_ALLOWED -->
- <fieldset class="submit-buttons">
- <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" />
- <input class="button2" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" />
- </fieldset>
- <!-- ENDIF -->
- <!-- ENDIF -->
-
- <h3>{L_ADD_FEEDBACK}</h3>
- <p>{L_ADD_FEEDBACK_EXPLAIN}</p>
-
- <fieldset>
- <textarea name="usernote" rows="4" cols="76" class="inputbox"></textarea>
- </fieldset>
-
- <fieldset class="submit-buttons">
- <input class="button1" type="submit" name="action[add_feedback]" value="{L_SUBMIT}" />
- <input class="button2" type="reset" value="{L_RESET}" />
- {S_FORM_TOKEN}
- </fieldset>
- </form>
-
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF S_SHOW_REPORTS -->
- <div class="panel" id="reports">
- <div class="inner">
-
- <h3>{L_MCP_POST_REPORTS}</h3>
-
- <!-- BEGIN reports -->
- <span class="small"><strong>{L_REPORTED_BY}{L_COLON} <!-- IF reports.U_REPORTER --><a href="{reports.U_REPORTER}">{reports.REPORTER}</a><!-- ELSE -->{reports.REPORTER}<!-- ENDIF --> « {reports.REPORT_TIME}</strong></span>
- <p><em>{reports.REASON_TITLE}{L_COLON} {reports.REASON_DESC}</em><!-- IF reports.REPORT_TEXT --><br />{reports.REPORT_TEXT}<!-- ENDIF --></p>
- <!-- END reports -->
-
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF S_CAN_VIEWIP and not S_MCP_REPORT -->
- <div class="panel" id="ip">
- <div class="inner">
-
- <p>{L_THIS_POST_IP}{L_COLON} <!-- IF U_WHOIS -->
- <a href="{U_WHOIS}"><!-- IF POST_IPADDR -->{POST_IPADDR}<!-- ELSE -->{POST_IP}<!-- ENDIF --></a> (<!-- IF POST_IPADDR -->{POST_IP}<!-- ELSE --><a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a><!-- ENDIF -->)
- <!-- ELSE -->
- <!-- IF POST_IPADDR -->{POST_IPADDR} ({POST_IP})<!-- ELSE -->{POST_IP}<!-- IF U_LOOKUP_IP --> (<a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>)<!-- ENDIF --><!-- ENDIF -->
- <!-- ENDIF --></p>
-
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_OTHER_USERS}</th>
- <th class="posts">{L_POSTS}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN userrow -->
- <tr class="<!-- IF userrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td><!-- IF userrow.U_PROFILE --><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a><!-- ELSE -->{userrow.USERNAME}<!-- ENDIF --></td>
- <td class="posts"><a href="{userrow.U_SEARCHPOSTS}" title="{L_SEARCH_POSTS_BY} {userrow.USERNAME}">{userrow.NUM_POSTS}</a></td>
- </tr>
- <!-- BEGINELSE -->
- <tr>
- <td colspan="2">{L_NO_MATCHES_FOUND}</td>
- </tr>
- <!-- END userrow -->
- </tbody>
- </table>
-
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_IPS_POSTED_FROM}</th>
- <th class="posts">{L_POSTS}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN iprow -->
- <tr class="<!-- IF iprow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td><!-- IF iprow.HOSTNAME --><a href="{iprow.U_WHOIS}">{iprow.HOSTNAME}</a> ({iprow.IP})<!-- ELSE --><a href="{iprow.U_WHOIS}">{iprow.IP}</a> (<a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a>)<!-- ENDIF --></td>
- <td class="posts">{iprow.NUM_POSTS}</td>
- </tr>
- <!-- BEGINELSE -->
- <tr>
- <td colspan="2">{L_NO_MATCHES_FOUND}</td>
- </tr>
- <!-- END iprow -->
- </tbody>
- </table>
-
- <p><a href="{U_LOOKUP_ALL}#ip">{L_LOOKUP_ALL}</a></p>
-
- </div>
- </div>
- <!-- ENDIF -->
-
-<!-- ENDIF -->
-
-<!-- IF S_TOPIC_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<form id="mcp" method="post" action="{S_MCP_ACTION}">
-
-<fieldset class="forum-selection">
- <label for="fo">{L_FORUM}{L_COLON} <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- {S_FORM_TOKEN}
-</fieldset>
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_EXPLAIN}</p>
-
- <!-- IF .postrow -->
- <div class="action-bar bar-top">
- <div class="pagination">
- {TOTAL}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <ul class="topiclist missing-column">
- <li class="header">
- <dl>
- <dt><div class="list-inner"><!-- IF S_TOPICS -->{L_TOPIC}<!-- ELSE -->{L_POST}<!-- ENDIF --></div></dt>
- <dd class="moderation"><span><!-- IF not S_TOPICS -->{L_TOPIC} & <!-- ENDIF -->{L_FORUM}</span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column responsive-show-all">
-
- <!-- BEGIN postrow -->
-
- <!-- IF postrow.S_DELETED_TOPIC -->
- <li><p class="notopics">{L_DELETED_TOPIC}</p></li>
- <!-- ELSE -->
-
- <li class="row<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a><!-- IF postrow.S_HAS_ATTACHMENTS --> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --><br />
- <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span>
- </div>
- </dt>
- <dd class="moderation">
- <span>
- <!-- IF S_TOPICS --><br /><!-- ELSE -->{L_TOPIC}{L_COLON} <a href="{postrow.U_TOPIC}">{postrow.TOPIC_TITLE}</a> <br /><!-- ENDIF -->
- {L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a>
- </span>
- </dd>
-
-
- <dd class="mark">
- <!-- IF S_TOPICS -->
- <input type="checkbox" name="topic_id_list[]" value="{postrow.TOPIC_ID}" />
- <!-- ELSE -->
- <input type="checkbox" name="post_id_list[]" value="{postrow.POST_ID}" />
- <!-- ENDIF -->
- </dd>
- </dl>
- </li>
- <!-- ENDIF -->
- <!-- END postrow -->
- </ul>
-
- <fieldset class="display-options">
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
- <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF -->
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- ELSE -->
- <p class="notopics"><strong>
- <!-- IF S_RESTORE -->
- <!-- IF S_TOPICS -->{L_NO_TOPICS_DELETED}<!-- ELSE -->{L_NO_POSTS_DELETED}<!-- ENDIF -->
- <!-- ELSE -->
- <!-- IF S_TOPICS -->{L_NO_TOPICS_QUEUE}<!-- ELSE -->{L_NO_POSTS_QUEUE}<!-- ENDIF -->
- <!-- ENDIF -->
- </strong></p>
- <!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- IF .postrow -->
- <fieldset class="display-actions">
- <!-- IF S_RESTORE -->
- <input class="button2" type="submit" name="action[delete]" value="{L_DELETE}" />
- <input class="button1" type="submit" name="action[restore]" value="{L_RESTORE}" />
- <!-- ELSE -->
- <input class="button2" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />
- <input class="button1" type="submit" name="action[approve]" value="{L_APPROVE}" />
- <!-- ENDIF -->
- <div>
- <!-- IF S_TOPICS -->
- <a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a>
- <!-- ELSE -->
- <a href="#" onclick="marklist('mcp', 'post_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'post_id_list', false); return false;">{L_UNMARK_ALL}</a>
- <!-- ENDIF -->
- </div>
- </fieldset>
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<form id="mcp" method="post" action="{S_MCP_ACTION}">
-
-<!-- IF not S_PM -->
-<fieldset class="forum-selection">
- <label for="fo">{L_FORUM}{L_COLON} <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- {S_FORM_TOKEN}
-</fieldset>
-<!-- ENDIF -->
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_EXPLAIN}</p>
-
- <!-- IF .postrow -->
- <div class="action-bar bar-top">
- <div class="pagination">
- {TOTAL_REPORTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <ul class="topiclist missing-column">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_VIEW_DETAILS}</div></dt>
- <dd class="moderation"><span>{L_REPORTER}<!-- IF not S_PM --> & {L_FORUM}<!-- ENDIF --></span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column">
-
- <!-- BEGIN postrow -->
- <li class="row<!-- IF postrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <!-- IF S_PM -->
- <dt>
- <div class="list-inner">
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br />
- <span>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}</span><br />
- <span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span>
- <div class="responsive-show" style="display: none;">
- {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME}
- </div>
- </div>
- </dt>
- <dd class="moderation">
- <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}</span>
- </dd>
- <!-- ELSE -->
- <dt>
- <div class="list-inner">
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br />
- <span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span>
- <div class="responsive-show" style="display: none;">
- {L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br />
- <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF -->
- </div>
- </div>
- </dt>
- <dd class="moderation">
- <span>{postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br />
- <!-- IF postrow.U_VIEWFORUM -->{L_FORUM}{L_COLON} <a href="{postrow.U_VIEWFORUM}">{postrow.FORUM_NAME}</a><!-- ELSE -->{postrow.FORUM_NAME}<!-- ENDIF --></span>
- </dd>
- <!-- ENDIF -->
- <dd class="mark"><input type="checkbox" name="report_id_list[]" value="{postrow.REPORT_ID}" /></dd>
- </dl>
- </li>
- <!-- END postrow -->
- </ul>
-
- <fieldset class="display-options">
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
- <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF -->
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_REPORTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- ELSE -->
- <p><strong>{L_NO_REPORTS}</strong></p>
- <!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- IF .postrow -->
- <fieldset class="display-actions">
- <input class="button2" type="submit" value="{L_DELETE_REPORTS}" name="action[delete]" />
- <!-- IF not S_CLOSED --> <input class="button1" type="submit" name="action[close]" value="{L_CLOSE_REPORTS}" /><!-- ENDIF -->
- <div><a href="#" onclick="marklist('mcp', 'report_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'report_id_list', false); return false;">{L_UNMARK_ALL}</a></div>
- </fieldset>
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<div class="tabs-container">
-<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}{L_COLON} {TOPIC_TITLE}</a></h2>
-
-<!-- IF S_MERGE_VIEW -->
- <!-- DEFINE $SHOW_PANEL = 'merge-panel' -->
-<!-- ELSEIF S_SPLIT_VIEW -->
- <!-- DEFINE $SHOW_PANEL = 'split-panel' -->
-<!-- ELSE -->
- <!-- DEFINE $SHOW_PANEL = 'display-panel' -->
-<!-- ENDIF -->
-
-<div id="minitabs" class="sub-panels" data-show-panel="{$SHOW_PANEL}" role="tablist">
- <ul>
- <li id="display-panel-tab" class="tab<!-- IF not S_MERGE_VIEW --> activetab<!-- ENDIF -->">
- <a href="#minitabs" data-subpanel="display-panel" role="tab" aria-controls="display-panel">{L_DISPLAY_OPTIONS}</a>
- </li>
- <li id="split-panel-tab" class="tab">
- <a href="#minitabs" data-subpanel="split-panel" role="tab" aria-controls="split-panel">{L_SPLIT_TOPIC}</a>
- </li>
- <li id="merge-panel-tab" class="tab<!-- IF S_MERGE_VIEW --> activetab<!-- ENDIF -->">
- <a href="#minitabs" data-subpanel="merge-panel" role="tab" aria-controls="merge-panel">{L_MERGE_POSTS}</a>
- </li>
- </ul>
-</div>
-</div>
-
-<form id="mcp" method="post" action="{S_MCP_ACTION}">
-
-<div class="panel">
- <div class="inner">
-
- <fieldset id="display-panel" class="fields2" role="tabpanel">
- <dl>
- <dt><label for="posts_per_page">{L_POSTS_PER_PAGE}{L_COLON}</label><br /><span>{L_POSTS_PER_PAGE_EXPLAIN}</span></dt>
- <dd><input class="inputbox autowidth" type="number" min="0" name="posts_per_page" id="posts_per_page" size="6" value="{POSTS_PER_PAGE}" /></dd>
- </dl>
- <dl>
- <dt><label>{L_DISPLAY_POSTS}{L_COLON}</label></dt>
- <dd>{S_SELECT_SORT_DAYS} <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> <input type="submit" name="sort" value="{L_GO}" class="button2" /></dd>
- </dl>
- </fieldset>
-
-<!-- IF S_CAN_SPLIT -->
- <fieldset id="split-panel" class="fields2" role="tabpanel">
- <p>{L_SPLIT_TOPIC_EXPLAIN}</p>
-
- <!-- IF S_SHOW_TOPIC_ICONS -->
- <dl>
- <dt><label for="icon">{L_TOPIC_ICON}{L_COLON}</label></dt>
- <dd><label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" /> {L_NO_TOPIC_ICON}</label>
- <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" /></label> <!-- END topic_icon --></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- EVENT mcp_topic_options_before -->
- <dl>
- <dt><label for="subject">{L_SPLIT_SUBJECT}{L_COLON}</label></dt>
- <dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
- </dl>
- <!-- EVENT mcp_topic_options_after -->
- <dl>
- <dt><label>{L_SPLIT_FORUM}{L_COLON}</label></dt>
- <dd><select name="to_forum_id">{S_FORUM_SELECT}</select></dd>
- </dl>
- </fieldset>
-<!-- ENDIF -->
-
-<!-- IF S_CAN_MERGE -->
- <fieldset id="merge-panel" class="fields2" role="tabpanel">
- <p>{L_MERGE_TOPIC_EXPLAIN}</p>
- <dl>
- <dt><label for="to_topic_id">{L_MERGE_TOPIC_ID}{L_COLON}</label></dt>
- <dd>
- <input class="inputbox autowidth" type="number" min="0" max="9999999999" name="to_topic_id" id="to_topic_id" value="{TO_TOPIC_ID}" />
- <a href="{U_SELECT_TOPIC}" >{L_SELECT_TOPIC}</a>
- </dd>
- <!-- IF TO_TOPIC_INFO --><dd>{TO_TOPIC_INFO}</dd><!-- ENDIF -->
- </dl>
- </fieldset>
-<!-- ENDIF -->
-
- </div>
-</div>
-
-<div class="panel">
- <div class="inner">
-
- <h3 id="review" class="review">
- <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
- {L_TOPIC_REVIEW}{L_COLON} <!-- EVENT mcp_topic_topic_title_before -->{TOPIC_TITLE}<!-- EVENT mcp_topic_topic_title_after -->
- </h3>
-
- <div id="topicreview" class="topicreview">
- <!-- BEGIN postrow -->
- <div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <div class="inner">
-
- <div class="postbody" id="pr{postrow.POST_ID}">
- <ul class="post-buttons">
- <li>
- <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only">
- <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span>
- </a>
- </li>
- <li>
- <label for="post_id_list_select_{postrow.POST_ID}">{L_SELECT}{L_COLON}
- <input type="checkbox" id="post_id_list_select_{postrow.POST_ID}" name="post_id_list[]" value="{postrow.POST_ID}"<!-- IF postrow.S_CHECKED --> checked="checked"<!-- ENDIF --> />
- </label>
- </li>
- </ul>
-
- <h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
- <p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>
-
- <!-- IF postrow.S_POST_UNAPPROVED -->
- <p class="post-notice unapproved">
- <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a>
- </p>
- <!-- ENDIF -->
-
- <!-- IF postrow.S_POST_DELETED -->
- <p class="post-notice deleted">
- <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_DELETED}</strong></a>
- </p>
- <!-- ENDIF -->
-
- <!-- IF postrow.S_POST_REPORTED -->
- <p class="post-notice reported">
- <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a>
- </p>
- <!-- ENDIF -->
-
- <div class="content" id="message_{postrow.POST_ID}">{postrow.MESSAGE}</div>
-
- <!-- IF postrow.S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
- <!-- BEGIN attachment -->
- <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- </div>
-
- </div>
- </div>
- <!-- END postrow -->
- </div>
-
- <hr />
-
- <div class="action-bar bar-bottom">
- <div class="pagination">
- {TOTAL_POSTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- </div>
-</div>
-
-<fieldset class="display-actions">
- <select name="action">
- <option value="" selected="selected">{L_SELECT_ACTION}</option>
- <!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
- <!-- IF S_CAN_LOCK --><option value="lock_post">{L_LOCK_POST_POSTS} [ {L_LOCK_POST_EXPLAIN} ]</option><option value="unlock_post">{L_UNLOCK_POST_POSTS}</option><!-- ENDIF -->
- <!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
- <!-- IF S_CAN_RESTORE --><option value="restore">{L_RESTORE_POSTS}</option><!-- ENDIF -->
- <!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF S_MERGE_VIEW --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
- <!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF S_SPLIT_VIEW --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->
- <!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF -->
- </select>
- <input class="button1" type="submit" name="mcp_topic_submit" value="{L_SUBMIT}" />
- <div><a href="#" onclick="marklist('mcp', 'post', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'post', false); return false;">{L_UNMARK_ALL}</a></div>
-{S_HIDDEN_FIELDS}
-{S_FORM_TOKEN}
-</fieldset>
-
-</form>
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE mcp_header.html -->
-
-<form method="post" id="mcp" action="{U_POST_ACTION}">
-
-<h2>{L_WARNED_USERS}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_WARNED_USERS_EXPLAIN}</p>
-
- <!-- IF .user -->
- <div class="action-bar bar-top">
- <div class="pagination">
- {TOTAL_USERS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_USERNAME}</th>
- <th class="name">{L_WARNINGS}</th>
- <th class="name">{L_LATEST_WARNING_TIME}</th>
- <th></th>
- </tr>
- </thead>
- <tbody>
-
- <!-- BEGIN user -->
- <tr class="<!-- IF user.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td>{user.USERNAME_FULL}</td>
- <td>{user.WARNINGS}</td>
- <td>{user.WARNING_TIME}</td>
- <td><a href="{user.U_NOTES}">{L_VIEW_NOTES}</a></td>
- </tr>
- <!-- END user -->
- </tbody>
- </table>
-
- <fieldset class="display-options">
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_USERS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- ELSE -->
- <p><strong>{L_NO_WARNINGS}</strong></p>
- <!-- ENDIF -->
-
- </div>
-
-{S_FORM_TOKEN}
-</div>
-
-</form>
-
-<!-- INCLUDE mcp_footer.html -->
+++ /dev/null
-<!-- INCLUDE simple_header.html -->
-
-<h2>{L_SEND_IM}</h2>
-
-<form method="post" action="{S_IM_ACTION}">
-
-<div class="panel bg2">
- <div class="inner">
-
- <p>{L_SEND_IM_EXPLAIN}</p>
-
- <!-- IF S_SENT_JABBER -->
- <p>{L_IM_SENT_JABBER}</p>
- <!-- ENDIF -->
-
- <fieldset>
- <dl class="fields2">
- <dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt>
- <dd><strong>{USERNAME}</strong><!-- IF S_NO_SEND_JABBER --> [ {IM_CONTACT} ]<!-- ENDIF --><!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd>
- </dl>
-
- <!-- IF S_SEND_JABBER -->
- <dl class="fields2">
- <dt><label for="message">{L_IM_MESSAGE}{L_COLON}</label></dt>
- <dd><textarea class="inputbox autowidth" name="message" id="message" rows="5" cols="45"></textarea></dd>
- </dl>
- <dl class="fields2">
- <dt> </dt>
- <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd>
- </dl>
- <dl class="fields2">
- <dt> </dt>
- <dd>{L_IM_SENT_JABBER}</dd>
- </dl>
- <!-- ELSE IF S_NO_SEND_JABBER -->
- <dl class="fields2">
- <dt> </dt>
- <dd>{L_IM_NO_JABBER}</dd>
- </dl>
- <!-- ENDIF -->
- {S_FORM_TOKEN}
- </fieldset>
-
- </div>
-</div>
-</form>
-
-<a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>
-
-<!-- INCLUDE simple_footer.html -->
+++ /dev/null
-<div class="navbar" role="navigation">
- <div class="inner">
- <ul id="nav-footer" class="linklist bulletin" role="menubar">
- <li class="small-icon icon-home breadcrumbs">
- <!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}" data-navbar-reference="home">{L_SITE_HOME}</a></span><!-- ENDIF -->
- <!-- EVENT overall_footer_breadcrumb_prepend -->
- <span class="crumb"><a href="{U_INDEX}" data-navbar-reference="index">{L_INDEX}</a></span>
- <!-- EVENT overall_footer_breadcrumb_append -->
- </li>
- <!-- IF U_WATCH_FORUM_LINK and not S_IS_BOT --><li class="small-icon icon-<!-- IF S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-last-responsive="true"><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon icon-<!-- IF not S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_FORUM_TOGGLE}" data-toggle-url="{U_WATCH_FORUM_TOGGLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
-
- <!-- EVENT overall_footer_timezone_before -->
- <li class="rightside">{S_TIMEZONE}</li>
- <!-- EVENT overall_footer_timezone_after -->
- <!-- IF not S_IS_BOT -->
- <li class="small-icon icon-delete-cookies rightside"><a href="{U_DELETE_COOKIES}" data-ajax="true" data-refresh="true" role="menuitem">{L_DELETE_COOKIES}</a></li>
- <!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside" data-last-responsive="true"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" role="menuitem">{L_MEMBERLIST}</a></li><!-- ENDIF -->
- <!-- ENDIF -->
- <!-- EVENT overall_footer_teamlink_before -->
- <!-- IF U_TEAM --><li class="small-icon icon-team rightside" data-last-responsive="true"><a href="{U_TEAM}" role="menuitem">{L_THE_TEAM}</a></li><!-- ENDIF -->
- <!-- EVENT overall_footer_teamlink_after -->
- <!-- IF U_CONTACT_US --><li class="small-icon icon-contact rightside" data-last-responsive="true"><a href="{U_CONTACT_US}" role="menuitem">{L_CONTACT_US}</a></li><!-- ENDIF -->
- </ul>
-
- </div>
-</div>
+++ /dev/null
-<div class="navbar" role="navigation">
- <div class="inner">
-
- <ul id="nav-main" class="linklist bulletin" role="menubar">
-
- <!-- IF S_REGISTERED_USER -->
- <li id="username_logged_in" class="rightside <!-- IF CURRENT_USER_AVATAR --> no-bulletin<!-- ENDIF -->" data-skip-responsive="true">
- <!-- EVENT navbar_header_username_prepend -->
- <div class="header-profile dropdown-container">
- <a href="{U_PROFILE}" class="header-avatar dropdown-trigger"><!-- IF CURRENT_USER_AVATAR -->{CURRENT_USER_AVATAR} <!-- ENDIF -->{CURRENT_USERNAME_SIMPLE}</a>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents" role="menu">
- <!-- IF U_RESTORE_PERMISSIONS --><li class="small-icon icon-restore-permissions"><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li><!-- ENDIF -->
-
- <!-- EVENT navbar_header_profile_list_before -->
-
- <li class="small-icon icon-ucp"><a href="{U_PROFILE}" title="{L_PROFILE}" role="menuitem">{L_PROFILE}</a></li>
- <li class="small-icon icon-profile"><a href="{U_USER_PROFILE}" title="{L_READ_PROFILE}" role="menuitem">{L_READ_PROFILE}</a></li>
-
- <!-- EVENT navbar_header_profile_list_after -->
-
- <li class="separator"></li>
- <li class="small-icon icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">{L_LOGIN_LOGOUT}</a></li>
- </ul>
- </div>
- </div>
- <!-- EVENT navbar_header_username_append -->
- </li>
- <!-- IF S_DISPLAY_PM -->
-
-<!-- IF PRIVATE_MESSAGE_COUNT >= 1 -->
-
- <li class="small-icon icon-pm rightside" data-skip-responsive="true">
- <a href="{U_PRIVATEMSGS}" role="menuitem" class="newPMarrived"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
- </li>
-<!-- ELSE -->
- <li class="small-icon icon-pm rightside" data-skip-responsive="true">
- <a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a>
- </li>
-
-<!-- ENDIF -->
- <!-- ENDIF -->
- <!-- IF S_NOTIFICATIONS_DISPLAY -->
- <li class="small-icon icon-notification dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true">
- <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
- <!-- INCLUDE notification_dropdown.html -->
- </li>
- <!-- ENDIF -->
- <!-- ELSE -->
- <li class="small-icon icon-logout rightside" data-skip-responsive="true"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">{L_LOGIN_LOGOUT}</a></li>
- <!-- IF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) -->
- <li class="small-icon icon-register rightside" data-skip-responsive="true"><a href="{U_REGISTER}" role="menuitem">{L_REGISTER}</a></li>
- <!-- ENDIF -->
- <!-- EVENT navbar_header_logged_out_content -->
- <!-- ENDIF -->
-
- <!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
- <!-- EVENT overall_header_breadcrumbs_before -->
- <li class="small-icon icon-home breadcrumbs">
- <!-- IF U_SITE_HOME --><span class="crumb"{$MICRODATA}><a href="{U_SITE_HOME}" data-navbar-reference="home" itemprop="url"><span itemprop="title">{L_SITE_HOME}</span></a></span><!-- ENDIF -->
- <!-- EVENT overall_header_breadcrumb_prepend -->
- <span class="crumb"{$MICRODATA}><a href="{U_INDEX}" accesskey="h" data-navbar-reference="index" itemprop="url"><span itemprop="title">{L_INDEX}</span></a></span>
- <!-- BEGIN navlinks -->
- <!-- EVENT overall_header_navlink_prepend -->
- <span class="crumb"{$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{navlinks.U_VIEW_FORUM}" itemprop="url"><span itemprop="title">{navlinks.FORUM_NAME}</span></a></span>
- <!-- EVENT overall_header_navlink_append -->
- <!-- END navlinks -->
- <!-- EVENT overall_header_breadcrumb_append -->
- </li>
- <!-- EVENT overall_header_breadcrumbs_after -->
-
- <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
- <li class="rightside responsive-search" style="display: none;"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}" role="menuitem">{L_SEARCH}</a></li>
- <!-- ENDIF -->
- </ul>
-
- </div>
-</div>
+++ /dev/null
-<div id="notification_list" class="dropdown dropdown-extended notification_list">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <div class="dropdown-contents">
- <div class="header">
- {L_NOTIFICATIONS}
- <span class="header_settings">
- <a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a>
- <!-- IF NOTIFICATIONS_COUNT -->
- <span id="mark_all_notifications"> • <a href="{U_MARK_ALL_NOTIFICATIONS}" data-ajax="notification.mark_all_read">{L_MARK_ALL_READ}</a></span>
- <!-- ENDIF -->
- </span>
- </div>
-
- <ul>
- <!-- IF not .notifications -->
- <li class="no_notifications">
- {L_NO_NOTIFICATIONS}
- </li>
- <!-- ENDIF -->
- <!-- BEGIN notifications -->
- <li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF --><!-- IF notifications.STYLING --> {notifications.STYLING}<!-- ENDIF --><!-- IF not notifications.URL --> no-url<!-- ENDIF -->">
- <!-- IF notifications.URL -->
- <a class="notification-block" href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}" data-real-url="{notifications.URL}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->">
- <!-- ENDIF -->
- <!-- IF notifications.AVATAR -->{notifications.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
- <div class="notification_text">
- <p class="notification-title">{notifications.FORMATTED_TITLE}</p>
- <!-- IF notifications.REFERENCE --><p class="notification-reference">{notifications.REFERENCE}</p><!-- ENDIF -->
- <!-- IF notifications.FORUM --><p class="notification-forum">{notifications.FORUM}</p><!-- ENDIF -->
- <!-- IF notifications.REASON --><p class="notification-reason">{notifications.REASON}</p><!-- ENDIF -->
- <p class="notification-time">{notifications.TIME}</p>
- </div>
- <!-- IF notifications.URL --></a><!-- ENDIF -->
- <!-- IF notifications.UNREAD -->
- <a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"></a>
- <!-- ENDIF -->
- </li>
- <!-- END notifications -->
- </ul>
-
- <div class="footer">
- <a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
- </div>
- </div>
-</div>
+++ /dev/null
-
-
-
-
-<!-- EVENT overall_footer_content_after -->
- </div>
-
-<!-- EVENT overall_footer_page_body_after -->
-
-<div id="page-footer" role="contentinfo">
- <!-- INCLUDE navbar_footer.html -->
-
- <div class="copyright">
- <!-- EVENT overall_footer_copyright_prepend -->
- {CREDIT_LINE}
- <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
- <!-- EVENT overall_footer_copyright_append -->
- <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
- <!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
- </div>
-
- <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}">
- <div id="darken"> </div>
- </div>
-
- <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
- <a href="#" class="alert_close"></a>
- <h3 class="alert_title"> </h3><p class="alert_text"></p>
- </div>
- <div id="phpbb_confirm" class="phpbb_alert">
- <a href="#" class="alert_close"></a>
- <div class="alert_text"></div>
- </div>
-</div>
-
-</div>
-
-<div>
- <a id="bottom" class="anchor" accesskey="z"></a>
- <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
-</div>
-
-<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
-<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
-<!-- INCLUDEJS forum_fn.js -->
-<!-- INCLUDEJS ajax.js -->
-
-<!-- EVENT overall_footer_after -->
-
-<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
-{$SCRIPTS}
-
-<!-- EVENT overall_footer_body_after -->
-
-
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
-<head>
-<meta charset="utf-8" />
-<meta name="viewport" content="width=device-width, initial-scale=1" />
-{META}
-<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
-
-<!-- IF S_ENABLE_FEEDS -->
- <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}"><!-- ENDIF -->
- <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}"><!-- ENDIF -->
- <!-- EVENT overall_header_feeds -->
-<!-- ENDIF -->
-
-<!-- IF U_CANONICAL -->
- <link rel="canonical" href="{U_CANONICAL}">
-<!-- ENDIF -->
-
-<!--
- phpBB style name: prosilver
- Based on style: prosilver (this is the default phpBB3 style)
- Original author: Tom Beddard ( http://www.subBlue.com/ )
- Modified by:
--->
-
-<!-- IF S_ALLOW_CDN -->
-<script>
- WebFontConfig = {
- google: {
- families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
- }
- };
-
- (function(d) {
- var wf = d.createElement('script'), s = d.scripts[0];
- wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
- wf.async = true;
- s.parentNode.insertBefore(wf, s);
- })(document);
-</script>
-<!-- ENDIF -->
- <!--< link href="{T_STYLESHEET_LINK}" rel="stylesheet">-->
-<link href="./styles/debianforumde/theme/stylesheet.css?{CSSDFTIMESTAMP}" rel="stylesheet">
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px), all and (max-device-width: 700px)">
-
-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
- <link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<!-- ENDIF -->
-
-<!-- IF S_PLUPLOAD -->
- <link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<!-- ENDIF -->
-
-<!--[if lte IE 9]>
- <link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<![endif]-->
-
-<!-- EVENT overall_header_head_append -->
-
-{$STYLESHEETS}
-
-<!-- EVENT overall_header_stylesheets_after -->
-
-</head>
-<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
-
-
-
-
-
-<div id="wrapoverallheader">
- <a id="top" class="anchor" accesskey="t"></a>
- <div id="page-header">
- <div class="headerbar" role="banner">
- <div class="inner">
-
- <div id="site-description">
- <a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a>
- <h1>{SITENAME}</h1>
- <p>{SITE_DESCRIPTION}</p>
- <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
- </div>
-
- <!-- EVENT overall_header_searchbox_before -->
- <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
- <div id="search-box" class="search-box search-header" role="search">
- <form action="{U_SEARCH}" method="get" id="search">
- <fieldset>
- <input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
- {S_SEARCH_HIDDEN_FIELDS}
- </fieldset>
- </form>
- </div>
- <!-- ENDIF -->
-
- </div>
- </div>
- <!-- EVENT overall_header_navbar_before -->
- <!-- INCLUDE navbar_header.html -->
- </div>
-
- <!-- EVENT overall_header_page_body_before -->
-
- <a id="start_here" class="anchor"></a>
- <div id="page-body" role="main">
- <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
- <div id="information" class="rules">
- <div class="inner">
- <strong>{L_INFORMATION}{L_COLON}</strong> {L_BOARD_DISABLED}
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- EVENT overall_header_content_before -->
-<dfnavibar>
-<!-- INCLUDE overall_sidebar_menu.html -->
-</dfnavibar>
-
-
-
-<div style="margin-left:7px;" class="page-sidebar-left">
-<div id="wrapdf"> <div id="page-body2" role="main2">
-
-</div>
-
-
+++ /dev/null
-<a id="navijump" name="navijump" accesskey="n"></a><div class="menuitem" style="margin-bottom:3px;" title="WILLKOMMEN!">Willkommen!</div>\r
-<div class="menusubitem"><a href="{U_INDEX}" title="Startseite">Startseite</a></div>\r
-<div class="menusubitem"><a href="//wiki.debianforum.de/debianforum.de/JabberChat" title="Chat">Chat</a></div>\r
-<div class="menusubitem"><a href="//wiki.debianforum.de/" title="Wiki/Tipps">Wiki/Tipps</a></div>\r
-<div class="menusubitem"><a href="//planet.debianforum.de/" title="Planet">Planet</a></div>\r
-<div class="menusubitem"><a href="//gallery.debianforum.de/" title="Bildergalerie">Bildergalerie</a></div>\r
-<!-- <div class="menusubitem"><a href="{U_PASTEBIN}" title="{L_PASTEBIN}">{L_PASTEBIN}</a></div> -->\r
-<div class="menusubitem"><a href="https://debianforum.de/forum/pastebin.php" title="NoPaste">NoPaste</a></div>\r
-<div class="menusubitem"><a href="//wiki.debianforum.de/Links" title="Links">Links</a></div>\r
-<div class="menusubitem"><a href="///twitter.com/debianforum_de" title="debianforum.de auf Twitter">Twitter</a></div>\r
-<div class="menusubitem"><a href="//wiki.debianforum.de/DiesesUndJenes" title="dieses und jenes">dieses und jenes</a></div>\r
-\r
-<div class="menuitem" style="margin-top:15px;margin-bottom:3px;" title="FORUM">Forum</div>\r
-<!-- IF not S_IS_BOT -->\r
-<!-- IF S_DISPLAY_MEMBERLIST --><div class="menusubitem"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST}">{L_MEMBERLIST}</a></div><!-- ENDIF -->\r
-<div class="menusubitem"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">Foren-FAQ</a></div>\r
-<!-- IF not S_USER_LOGGED_IN --><div class="menusubitem"><a href="{U_REGISTER}" title="{L_REGISTER}">{L_REGISTER}</a></div><!-- ENDIF -->\r
-<div class="menusubitem"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></div>\r
-<!-- ENDIF -->\r
-<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->\r
-<div class="menusubitem"><a href="{U_PROFILE}" title="{L_PROFILE}">{L_PROFILE}</a></div>\r
-<!-- IF S_DISPLAY_PM --><div class="menusubitem"><a href="{U_PRIVATEMSGS}" title="Nachrichtencenter">{PRIVATE_MESSAGE_INFO}</a></div><!-- ENDIF -->\r
-<!-- ENDIF -->\r
-<!-- IF U_MCP --><div class="menusubitem"><a href="{U_MCP}" title="Moderationsbereich">Mod-Panel</a></div><!-- ENDIF -->\r
-<!-- IF U_ACP --><div class="menusubitem"><a href="{U_ACP}" title="Administrationsbereich">Admin-Panel</a></div><!-- ENDIF -->\r
-\r
-<div class="menuitem" style="margin-top:15px;margin-bottom:3px;" title="SUCHEN">Suchen</div>\r
-<div class="menusubitem"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a></div>\r
-<!-- IF S_USER_LOGGED_IN --><div class="menusubitem"><a href="{U_SEARCH_SELF}" title="{L_SEARCH_SELF}">eigene Beiträge</a></div>\r
-<div class="menusubitem"><a href="{U_SEARCH_NEW}" title="{L_SEARCH_NEW}">neue Beiträge</a></div><!-- ENDIF -->\r
-<div class="menusubitem"><a href="{U_SEARCH_UNANSWERED}" title="{L_SEARCH_UNANSWERED}">unbeantw. Beiträge</a></div>\r
-<div class="menusubitem"><a href="{U_SEARCH_ACTIVE_TOPICS}" title="{L_SEARCH_ACTIVE_TOPICS}">aktive Themen</a></div>\r
-\r
-\r
-<br /><br /><br />\r
-<div class="menusubitem"><a href="http://www.ffii.org/"><img src="{T_THEME_PATH}/images/patent_button.png" alt="No ePatents Button" title="NO ePATENTS!" style="border:none;width:88px;height:36px;text-align:center;" /></a></div>\r
-<div class="menusubitem"><a href="http://www.germany.fsfeurope.org/donate/thankgnus-2004.de.html"><img src="{T_THEME_PATH}/images/fsfeurope_supporter2004.png" alt="FSFE Supporter 2004 Button" title="Free Software Foundation Europe Supporter 2004" style="border:none;width:88px;height:27px;text-align:center;" /></a></div>\r
+++ /dev/null
-<ul>
-<!-- IF BASE_URL and TOTAL_PAGES > 6 -->
- <li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump">
- <a class="dropdown-trigger" href="#" title="{L_JUMP_TO_PAGE_CLICK}" role="button">{PAGE_NUMBER}</a>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents">
- <li>{L_JUMP_TO_PAGE}{L_COLON}</li>
- <li class="page-jump-form">
- <input type="number" name="page-number" min="1" maxlength="6" title="{L_JUMP_PAGE}" class="inputbox tiny" data-per-page="{PER_PAGE}" data-base-url="{BASE_URL|e('html_attr')}" data-start-name="{START_NAME}" />
- <input class="button2" value="{L_GO}" type="button" />
- </li>
- </ul>
- </div>
- </li>
-<!-- ENDIF -->
-<!-- BEGIN pagination -->
- <!-- IF pagination.S_IS_PREV -->
- <li class="previous"><a href="{pagination.PAGE_URL}" rel="prev" role="button">{L_PREVIOUS}</a></li>
- <!-- ELSEIF pagination.S_IS_CURRENT -->
- <li class="active"><span>{pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF pagination.S_IS_ELLIPSIS -->
- <li class="ellipsis" role="separator"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF pagination.S_IS_NEXT -->
- <li class="next"><a href="{pagination.PAGE_URL}" rel="next" role="button">{L_NEXT}</a></li>
- <!-- ELSE -->
- <li><a href="{pagination.PAGE_URL}" role="button">{pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
-<!-- END pagination -->
-</ul>
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<style type="text/css">
-<!--
-#pastebin_right {
- float: right;
- width: 21%;
-}
-#pastebin_left {
- float: left;
- width: 78%;
-}
-
-.latest_snippets {
-
-}
-.latest_snippets span {
- color: #828282;
- font-size: 9px;
-}
--->
-</style>
-
-<script type="text/javascript">
-<!--
-function toggle_moderate_snippet()
-{
- if (document.getElementById('moderate_snippet'))
- {
- document.getElementById('moderate_snippet').style.display = (document.getElementById('moderate_snippet').style.display == 'none') ? 'block' : 'none';
- }
-}
-
-if (document.addEventListener)
-{
- document.addEventListener('DOMContentLoaded', toggle_moderate_snippet, false);
-}
-else
-{
- window.onload = toggle_moderate_snippet;
-}
-//-->
-</script>
-
-<div id="pagecontent">
-
- <a href="./pastebin.php"><h2 class="solo">NoPaste</h2></a>
-
- <!-- IF S_MODE eq 'view' -->
- <!-- INCLUDE pastebin_view.html -->
- <!-- ELSE -->
- <!-- INCLUDE pastebin_post.html -->
- <!-- ENDIF -->
-
-</div>
-
-<!-- INCLUDE overall_footer.html -->
\ No newline at end of file
+++ /dev/null
-<form method="post" action="{S_FORM_ACTION}"{S_FORM_ENCTYPE}>
-
-<!--
-<div class="inner">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <p></p>
-
- <span class="corners-bottom"><span></span></span></div>
-
-</div>
-
--->
-
-<div id="pastebin_right">
-
-<div class="panel latest_snippets">
-
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>{L_LATEST_SNIPPETS}</h2>
-
- <!-- BEGIN latest_snippets -->
- <p><a href="{latest_snippets.URL}" title="{latest_snippets.DESC}">{latest_snippets.TITLE}</a><br /><span>{L_POST_BY_AUTHOR} {latest_snippets.AUTHOR_FULL} {L_POSTED_ON_DATE} {latest_snippets.DATE}</span></p>
- <!-- BEGINELSE -->
- <span>{L_NO_SNIPPETS}</span>
- <!-- END latest_snippets -->
-
- <span class="corners-bottom"><span></span></span></div>
- </div>
-
-</div>
-
-</div>
-
-<div id="pastebin_left">
-
-<!-- IF S_AUTH_POST -->
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>{L_PASTEBIN_POST}</h2>
-
- <p><b>{L_PASTEBIN_HELLO}</b> {L_PASTEBIN_HELLO_EXPLAIN}</p>
-
- <fieldset class="fields2">
- <!-- IF S_ERROR -->
- <p class="error">{S_ERROR}</p>
- <!-- ENDIF -->
- <dl>
- <dt><label for="snippet_title">{L_SNIPPET_TITLE}:</label></dt>
- <dd><input type="text" size="45" maxlength="64" class="inputbox" name="snippet_title" id="snippet_title" value="{SNIPPET_TITLE}" tabindex="1" /></dd>
- </dl>
- <dl>
- <dt><label for="snippet_desc">{L_SNIPPET_DESC}:</label></dt>
- <dd><input type="text" size="45" maxlength="64" class="inputbox" name="snippet_desc" id="snippet_desc" value="{SNIPPET_DESC}" tabindex="2" /></dd>
- </dl>
- <dl>
- <dt><label for="snippet_text">{L_SNIPPET_TEXT}:</label></dt>
- <dd><div id="message-box"><textarea name="snippet_text" id="snippet_text" class="inputbox" rows="15" cols="76" tabindex="3">{SNIPPET_TEXT}</textarea></div></dd>
- </dl>
- <!-- <dl>
- <dt><label for="snippet_prunable">{L_SNIPPET_PRUNABLE}:</label><br /><span>{L_SNIPPET_PRUNABLE_EXPLAIN}</span></dt>
- <dd><label for="snippet_prunable"><input type="checkbox" name="snippet_prunable" id="snippet_prunable"<!-- IF SNIPPET_PRUNABLE --> <!-- ENDIF --> /> {L_SHORT_PRUNABLE}</label></dd>
- </dl> -->
- <dl>
- <dt><label for="snippet_highlight">{L_SNIPPET_HIGHLIGHT}:</label></dt>
- <dd><select name="snippet_highlight" id="snippet_highlight">{HIGHLIGHT_SELECT}</select></dd>
- </dl>
- </fieldset>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-
-<div class="panel bg1">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>{L_PASTEBIN_UPLOAD}</h2>
-
- <p>{L_PASTEBIN_UPLOAD_EXPLAIN}</p>
-
- <fieldset class="fields2">
- <dl>
- <dt><label for="fileupload">{L_FILENAME}:</label></dt>
- <dd>
- <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
- </dd>
- </dl>
- </fieldset>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-
-<!-- IF S_CONFIRM_CODE -->
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h3>{L_PASTEBIN_CONFIRM}</h3>
-
- <p>{L_PASTEBIN_CONFIRM_EXPLAIN}</p>
-
- <fieldset class="fields2">
- <dl>
- <dt><label for="confirm_code">{L_CONFIRM_CODE}:</label></dt>
- <dd>{CONFIRM_IMG}</dd>
- <dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" class="inputbox narrow" title="{L_PASTEBIN_CONFIRM}" tabindex="4" /></dd>
-
- <dd>{L_CONFIRM_CODE_EXPLAIN}</dd>
- </dl>
- </fieldset>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-<!-- ENDIF -->
-
-<div class="panel bg2">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}
- <input class="button1" name="submit" type="submit" value="{L_SUBMIT}" accesskey="s" tabindex="5" />
- <input class="button2" type="reset" value="{L_RESET}" accesskey="r" />
- </fieldset>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-<!-- ELSE -->
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>{L_PASTEBIN_NO_AUTH}</h2>
-
- <p>{L_PASTEBIN_NO_AUTH_EXPLAIN}</p>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-<!-- ENDIF -->
-
-</div>
-</form>
\ No newline at end of file
+++ /dev/null
-<!-- IF S_AUTH_EDIT -->
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2><a href="javascript:toggle_moderate_snippet();">{L_MODERATE_SNIPPET}</a></h2>
-
- <div id="moderate_snippet">
- <p>{L_MODERATE_SNIPPET_EXPLAIN}</p>
-
- <form method="post" action="{S_FORM_ACTION_MOD}">
- <fieldset class="fields2">
- <dl>
- <dt><label for="snippet_prunable">{L_SNIPPET_PRUNABLE}:</label><br /><span>{L_SNIPPET_PRUNABLE_EXPLAIN}</span></dt>
- <dd><label for="snippet_prunable"><input type="checkbox" name="snippet_prunable" id="snippet_prunable"<!-- IF SNIPPET_PRUNABLE --> checked="checked"<!-- ENDIF --> /> {L_SHORT_PRUNABLE}</label></dd>
- </dl>
- <dl>
- <dt><label for="snippet_highlight">{L_SNIPPET_HIGHLIGHT}:</label></dt>
- <dd><select id="snippet_highlight" name="snippet_highlight">{HIGHLIGHT_SELECT_MOD}</select></dd>
- </dl>
- <!-- IF S_AUTH_DELETE -->
- <dl>
- <dt><label for="delete_snippet">{L_DELETE_SNIPPET}:</label><br /><span>{L_DELETE_SNIPPET_EXPLAIN}</span></dt>
- <dd><label for="delete_snippet"><input type="checkbox" name="delete_snippet" id="delete_snippet" /> {L_DELETE}</label></dd>
- </dl>
- <!-- ENDIF -->
- </fieldset>
- <fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}
- <input type="hidden" name="mode" value="moderate" />
- <input class="button1" name="submit" type="submit" value="{L_SUBMIT}" />
- </fieldset>
- </form>
- </div>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-<!-- ENDIF -->
-
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>{SNIPPET_TITLE}</h2>
- <p class="author"><a href="./pastebin.php?mode=view&s={SNIPPET_ID}"><img
- src="./styles/debianforum/imageset/icon_post_target_unread.gif" width="11" height="9" alt="Neuer Beitrag" title="Neuer Beitrag" /></a>von
- <strong><a href="./memberlist.php?mode=viewprofile&u={SNIPPET_AUTHOR_ID}" style="color: #000000;" class="username-coloured">{SNIPPET_AUTHOR}</a></strong> am {SNIPPET_DATE} </p>
-
- <!-- IF SNIPPET_DESC --><p>{SNIPPET_DESC}</p><!-- ENDIF -->
-
- <form action="{S_FORM_ACTION}" method="get">
- <p>
- <input type="hidden" name="mode" value="view" />
- {S_HIDDEN_FIELDS}
- <label for="highlight">{L_HIGHLIGHT_LANG}:</label> <select id="highlight" name="highlight">{HIGHLIGHT_SELECT}</select>
- <input type="submit" value="{L_SUBMIT}" class="button1" />
- </p>
- </form>
-
- <div class="postbody" style="width: 100%;">
- <div class="content">
- <dl class="codebox"><dt>{L_SNIPPET_TEXT}:</dt><dd><code style="max-height: 800px;">{SNIPPET_TEXT_DISPLAY}</code></dd></dl></p>
- </div>
- </div>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-
-
-
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2><label for="copy_paste" onclick="getElementById('copy_paste').select(); return false;">{L_COPY_PASTE}</label></h2>
-
- <p>{L_COPY_PASTE_EXPLAIN}</p>
-
- <p><textarea id="copy_paste" class="inputbox" rows="5" cols="76" tabindex="4">{SNIPPET_TEXT}</textarea></p>
-
- <form method="post" action="{S_FORM_ACTION}">
- <fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}
- <input type="hidden" name="mode" value="download" />
- <input class="button1" name="submit" type="submit" value="{L_DOWNLOAD_SNIPPET}" />
- </fieldset>
- </form>
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
-
-
-
-<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <h2>Verlinken</h2>
-
- <dl class="codebox"><dt>URL: <a href="#" onclick="selectCode(this); return false;">alles markieren</a></dt><dd><code>http://nopaste.debianforum.de/{SNIPPLET_ID}</code></dd></dl>
-
- <br />
-
- <dl class="codebox"><dt>BBCode: <a href="#" onclick="selectCode(this); return false;">alles markieren</a></dt><dd><code>[NP]{SNIPPLET_ID}[/NP]</code></dd></dl>
-
- <br />
-
- <span class="corners-bottom"><span></span></span></div>
-</div>
\ No newline at end of file
+++ /dev/null
-<div class="panel bg3 panel-container" id="attach-panel">
- <div class="inner">
-
- <p>{L_ADD_ATTACHMENT_EXPLAIN} <span class="hidden" id="drag-n-drop-message">{L_PLUPLOAD_DRAG_TEXTAREA}</span></p>
-
- <fieldset class="fields2" id="attach-panel-basic">
- <dl>
- <dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt>
- <dd>
- <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" />
- <input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" />
- </dd>
- </dl>
- <dl>
- <dt><label for="filecomment">{L_FILE_COMMENT}{L_COLON}</label></dt>
- <dd><textarea name="filecomment" id="filecomment" rows="1" cols="40" class="inputbox autowidth">{FILE_COMMENT}</textarea></dd>
- </dl>
- </fieldset>
-
- <div id="attach-panel-multi" class="attach-panel-multi">
- <input type="button" class="button2" value="{L_PLUPLOAD_ADD_FILES}" id="add_files" />
- </div>
-
- <div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF -->" id="file-list-container">
- <div class="inner">
- <table class="table1 zebra-list fixed-width-table">
- <thead>
- <tr>
- <th class="attach-name">{L_PLUPLOAD_FILENAME}</th>
- <th class="attach-comment">{L_FILE_COMMENT}</th>
- <th class="attach-filesize">{L_PLUPLOAD_SIZE}</th>
- <th class="attach-status">{L_PLUPLOAD_STATUS}</th>
- </tr>
- </thead>
- <tbody class="responsive-skip-empty" id="file-list">
- <tr class="attach-row" id="attach-row-tpl">
- <td class="attach-name">
- <span class="file-name ellipsis-text"></span>
- <span class="attach-controls">
- <input type="button" value="{L_PLACE_INLINE}" class="button2 hidden file-inline-bbcode" />
- <input type="button" value="{L_DELETE_FILE}" class="button2 file-delete" />
- </span>
- <span class="clear"></span>
- </td>
- <td class="attach-comment">
- <textarea rows="1" cols="30" class="inputbox"></textarea>
- </td>
- <td class="attach-filesize">
- <span class="file-size"></span>
- </td>
- <td class="attach-status">
- <span class="file-progress">
- <span class="file-progress-bar"></span>
- </span>
- <span class="file-status"></span>
- </td>
- </tr>
- <!-- BEGIN attach_row -->
- <tr class="attach-row" data-attach-id="{attach_row.ATTACH_ID}">
- <td class="attach-name">
- <span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
- <span class="attach-controls">
- <!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" class="button2 file-inline-bbcode" /> <!-- ENDIF -->
- <input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />
- </span>
- <span class="clear"></span>
- </td>
- <td class="attach-comment">
- <textarea name="comment_list[{attach_row.ASSOC_INDEX}]" rows="1" cols="30" class="inputbox">{attach_row.FILE_COMMENT}</textarea>
- {attach_row.S_HIDDEN}
- </td>
- <td class="attach-filesize">
- <span class="file-size">{attach_row.FILESIZE}</span>
- </td>
- <td class="attach-status">
- <span class="file-status file-uploaded"></span>
- </td>
- </tr>
- <!-- END attach_row -->
- </tbody>
- </table>
- </div>
- </div>
- </div>
-</div>
+++ /dev/null
-
-<script type="text/javascript">
-// <![CDATA[
- var form_name = 'postform';
- var text_name = <!-- IF $SIG_EDIT -->'signature'<!-- ELSE -->'message'<!-- ENDIF -->;
- var load_draft = false;
- var upload = false;
-
- // Define the bbCode tags
- var bbcode = new Array();
- var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
- var imageTag = false;
-
- // Helpline messages
- var help_line = {
- b: '{LA_BBCODE_B_HELP}',
- i: '{LA_BBCODE_I_HELP}',
- u: '{LA_BBCODE_U_HELP}',
- q: '{LA_BBCODE_Q_HELP}',
- c: '{LA_BBCODE_C_HELP}',
- l: '{LA_BBCODE_L_HELP}',
- o: '{LA_BBCODE_O_HELP}',
- p: '{LA_BBCODE_P_HELP}',
- w: '{LA_BBCODE_W_HELP}',
- a: '{LA_BBCODE_A_HELP}',
- s: '{LA_BBCODE_S_HELP}',
- f: '{LA_BBCODE_F_HELP}',
- y: '{LA_BBCODE_Y_HELP}',
- d: '{LA_BBCODE_D_HELP}'
- <!-- BEGIN custom_tags -->
- ,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
- <!-- END custom_tags -->
- }
-
- function change_palette()
- {
- phpbb.toggleDisplay('colour_palette');
- e = document.getElementById('colour_palette');
-
- if (e.style.display == 'block')
- {
- document.getElementById('bbpalette').value = '{LA_FONT_COLOR_HIDE}';
- }
- else
- {
- document.getElementById('bbpalette').value = '{LA_FONT_COLOR}';
- }
- }
-
-// ]]>
-</script>
-<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
-
-<!-- IF S_BBCODE_ALLOWED -->
-<div id="colour_palette" style="display: none;">
- <dl style="clear: left;">
- <dt><label>{L_FONT_COLOR}{L_COLON}</label></dt>
- <dd id="color_palette_placeholder" class="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15" data-bbcode="true"></dd>
- </dl>
-</div>
-
-<!-- EVENT posting_editor_buttons_before -->
-<div id="format-buttons" class="format-buttons">
- <input type="button" class="button2 bbcode-b" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" />
- <input type="button" class="button2 bbcode-i" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" />
- <input type="button" class="button2 bbcode-u" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" />
- <!-- IF S_BBCODE_QUOTE -->
- <input type="button" class="button2 bbcode-quote" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" />
- <!-- ENDIF -->
- <input type="button" class="button2 bbcode-code" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" />
- <input type="button" class="button2 bbcode-list" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" />
- <input type="button" class="button2 bbcode-list-" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" />
- <input type="button" class="button2 bbcode-asterisk" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" />
- <!-- IF S_BBCODE_IMG -->
- <input type="button" class="button2 bbcode-img" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" />
- <!-- ENDIF -->
- <!-- IF S_LINKS_ALLOWED -->
- <input type="button" class="button2 bbcode-url" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" />
- <!-- ENDIF -->
- <!-- IF S_BBCODE_FLASH -->
- <input type="button" class="button2 bbcode-flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" />
- <!-- ENDIF -->
- <select name="addbbcode20" class="bbcode-size" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
- <option value="50">{L_FONT_TINY}</option>
- <option value="85">{L_FONT_SMALL}</option>
- <option value="100" selected="selected">{L_FONT_NORMAL}</option>
- <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
- <option value="150">{L_FONT_LARGE}</option>
- <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
- <option value="200">{L_FONT_HUGE}</option>
- <!-- ENDIF -->
- <!-- ENDIF -->
- </select>
- <input type="button" class="button2 bbcode-color" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />
-
- <!-- EVENT posting_editor_buttons_custom_tags_before -->
-
- <!-- BEGIN custom_tags -->
- <input type="button" class="button2 bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
- <!-- END custom_tags -->
-</div>
-<!-- EVENT posting_editor_buttons_after -->
-<!-- ENDIF -->
+++ /dev/null
-<fieldset class="fields1">
- <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
-
- <!-- IF S_SHOW_TOPIC_ICONS or S_SHOW_PM_ICONS -->
- <dl>
- <dt><label for="icon">{L_ICON}{L_COLON}</label></dt>
- <dd>
- <label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label>
- <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" value="{topic_icon.ICON_ID}" {topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="{topic_icon.ICON_ALT}" title="{topic_icon.ICON_ALT}" /></label> <!-- END topic_icon -->
- </dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME -->
- <dl style="clear: left;">
- <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
- <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- EVENT posting_editor_subject_before -->
-
- <!-- IF S_POST_ACTION or S_PRIVMSGS or S_EDIT_DRAFT -->
- <dl style="clear: left;">
- <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>
- <dd>
- <!-- EVENT posting_editor_subject_prepend -->
- <input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" />
- <!-- EVENT posting_editor_subject_append -->
- </dd>
- </dl>
- <!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
- <!-- DEFINE $CAPTCHA_TAB_INDEX = 3 -->
- <!-- INCLUDE {CAPTCHA_TEMPLATE} -->
- <!-- ENDIF -->
- <!-- ENDIF -->
-
- <!-- EVENT posting_editor_subject_after -->
-
- <!-- INCLUDE posting_buttons.html -->
-
- <div id="smiley-box" class="smiley-box">
- <!-- EVENT posting_editor_smilies_before -->
- <!-- IF S_SMILIES_ALLOWED and .smiley -->
- <strong>{L_SMILIES}</strong><br />
- <!-- BEGIN smiley -->
- <a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
- <!-- END smiley -->
- <!-- ENDIF -->
- <!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED -->
- <br /><a href="{U_MORE_SMILIES}" onclick="popup(this.href, 750, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
- <!-- ENDIF -->
- <!-- EVENT posting_editor_smilies_after -->
- <!-- IF BBCODE_STATUS -->
- <div class="bbcode-status">
- <!-- IF .smiley --><hr /><!-- ENDIF -->
- {BBCODE_STATUS}<br />
- <!-- IF S_BBCODE_ALLOWED -->
- {IMG_STATUS}<br />
- {FLASH_STATUS}<br />
- {URL_STATUS}<br />
- <!-- ENDIF -->
- {SMILIES_STATUS}
- </div>
- <!-- ENDIF -->
- <!-- EVENT posting_editor_bbcode_status_after -->
- <!-- IF S_EDIT_DRAFT || S_DISPLAY_REVIEW -->
- <!-- IF S_DISPLAY_REVIEW --><hr /><!-- ENDIF -->
- <!-- IF S_EDIT_DRAFT --><strong><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></strong><!-- ENDIF -->
- <!-- IF S_DISPLAY_REVIEW --><strong><a href="#review">{L_TOPIC_REVIEW}</a></strong><!-- ENDIF -->
- <!-- ENDIF -->
- </div>
-
- <!-- EVENT posting_editor_message_before -->
-
- <div id="message-box" class="message-box">
- <textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
- </div>
-
- <!-- EVENT posting_editor_message_after -->
- </fieldset>
-
-<!-- IF $EXTRA_POSTING_OPTIONS eq 1 -->
-
- <!-- IF not S_SHOW_DRAFTS -->
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
- <div class="panel bg2">
- <div class="inner">
- <fieldset class="submit-buttons">
- {S_HIDDEN_ADDRESS_FIELD}
- {S_HIDDEN_FIELDS}
- <!-- EVENT posting_editor_submit_buttons -->
- <!-- IF S_HAS_DRAFTS --><input type="submit" accesskey="d" tabindex="8" name="load" value="{L_LOAD_DRAFT}" class="button2" onclick="load_draft = true;" /> <!-- ENDIF -->
- <!-- IF S_SAVE_ALLOWED --><input type="submit" accesskey="k" tabindex="7" name="save" value="{L_SAVE_DRAFT}" class="button2" /> <!-- ENDIF -->
- <input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> />
- <input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1 default-submit-action" />
-
- </fieldset>
-
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF not S_PRIVMSGS and not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
- <div id="tabs" class="tabs sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist">
- <ul>
- <li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li>
- <!-- IF S_SHOW_ATTACH_BOX -->
- <li id="attach-panel-tab" class="tab">
- <a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel">
- {L_ATTACHMENTS} <strong id="file-total-progress" class="file-total-progress"><strong id="file-total-progress-bar" class="file-total-progress-bar"></strong></strong>
- </a>
- </li>
- <!-- ENDIF -->
- <!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE -->
- <li id="poll-panel-tab" class="tab">
- <a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel">{L_ADD_POLL}</a>
- </li>
- <!-- ENDIF -->
- <!-- EVENT posting_editor_add_panel_tab -->
- </ul>
- </div>
- <!-- ENDIF -->
-
- <!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
- <div class="panel bg3" id="options-panel">
- <div class="inner">
-
- <fieldset class="fields1">
- <!-- EVENT posting_editor_options_prepend -->
- <!-- IF S_BBCODE_ALLOWED -->
- <div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div>
- <!-- ENDIF -->
- <!-- IF S_SMILIES_ALLOWED -->
- <div><label for="disable_smilies"><input type="checkbox" name="disable_smilies" id="disable_smilies"{S_SMILIES_CHECKED} /> {L_DISABLE_SMILIES}</label></div>
- <!-- ENDIF -->
- <!-- IF S_LINKS_ALLOWED -->
- <div><label for="disable_magic_url"><input type="checkbox" name="disable_magic_url" id="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label></div>
- <!-- ENDIF -->
- <!-- IF S_SIG_ALLOWED -->
- <div><label for="attach_sig"><input type="checkbox" name="attach_sig" id="attach_sig"{S_SIGNATURE_CHECKED} /> {L_ATTACH_SIG}</label></div>
- <!-- ENDIF -->
- <!-- IF S_NOTIFY_ALLOWED -->
- <div><label for="notify"><input type="checkbox" name="notify" id="notify"{S_NOTIFY_CHECKED} /> {L_NOTIFY_REPLY}</label></div>
- <!-- ENDIF -->
- <!-- IF S_LOCK_TOPIC_ALLOWED -->
- <div><label for="lock_topic"><input type="checkbox" name="lock_topic" id="lock_topic"{S_LOCK_TOPIC_CHECKED} /> {L_LOCK_TOPIC}</label></div>
- <!-- ENDIF -->
- <!-- IF S_LOCK_POST_ALLOWED -->
- <div><label for="lock_post"><input type="checkbox" name="lock_post" id="lock_post"{S_LOCK_POST_CHECKED} /> {L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</label></div>
- <!-- ENDIF -->
-
- <!-- IF S_TYPE_TOGGLE or S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
- <hr class="dashed" />
- <!-- ENDIF -->
-
- <!-- IF S_TYPE_TOGGLE -->
- <dl>
- <dt><label for="topic_type-0"><!-- IF S_EDIT_POST -->{L_CHANGE_TOPIC_TO}<!-- ELSE -->{L_POST_TOPIC_AS}<!-- ENDIF -->{L_COLON}</label></dt>
- <dd><!-- BEGIN topic_type --><label for="topic_type-{topic_type.VALUE}"><input type="radio" name="topic_type" id="topic_type-{topic_type.VALUE}" value="{topic_type.VALUE}"{topic_type.S_CHECKED} />{topic_type.L_TOPIC_TYPE}</label> <!-- END topic_type --></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
- <dl>
- <dt><label for="topic_time_limit">{L_STICK_TOPIC_FOR}{L_COLON}</label></dt>
- <dd><label for="topic_time_limit"><input type="number" min="0" max="999" name="topic_time_limit" id="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" class="inputbox autowidth" /> {L_DAYS}</label></dd>
- <dd>{L_STICK_TOPIC_FOR_EXPLAIN}</dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF S_SOFTDELETE_ALLOWED or S_DELETE_ALLOWED -->
- <hr class="dashed" />
- <dl>
- <dt><label for="delete">{L_DELETE_POST}{L_COLON}</label></dt>
- <dd><label for="delete"><input type="checkbox" name="delete" id="delete" {S_SOFTDELETE_CHECKED} /> {L_DELETE_POST_WARN}</label></dd>
- <!-- IF S_DELETE_ALLOWED and S_SOFTDELETE_ALLOWED -->
- <dd><label for="delete_permanent"><input type="checkbox" name="delete_permanent" id="delete_permanent" /> {L_DELETE_POST_PERMANENTLY}</label></dd>
- <!-- ENDIF -->
- </dl>
- <!-- ENDIF -->
-
- <!-- IF S_EDIT_REASON -->
- <dl>
- <dt><label for="edit_reason">{L_EDIT_REASON}{L_COLON}</label></dt>
- <dd><input type="text" name="edit_reason" id="edit_reason" value="{EDIT_REASON}" class="inputbox" /></dd>
- </dl>
- <!-- ENDIF -->
- </fieldset>
- <!-- ENDIF -->
-
-<!-- ENDIF -->
+++ /dev/null
-<div class="panel bg3" id="poll-panel">
- <div class="inner">
-
- <!-- IF S_SHOW_POLL_BOX -->
- <p>{L_ADD_POLL_EXPLAIN}</p>
- <!-- ENDIF -->
-
- <fieldset class="fields2">
- <!-- IF S_POLL_DELETE -->
- <dl>
- <dt><label for="poll_delete">{L_POLL_DELETE}{L_COLON}</label></dt>
- <dd><label for="poll_delete"><input type="checkbox" name="poll_delete" id="poll_delete"<!-- IF S_POLL_DELETE_CHECKED --> checked="checked"<!-- ENDIF --> /> </label></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF S_SHOW_POLL_BOX -->
- <dl>
- <dt><label for="poll_title">{L_POLL_QUESTION}{L_COLON}</label></dt>
- <dd><input type="text" name="poll_title" id="poll_title" maxlength="255" value="{POLL_TITLE}" class="inputbox" /></dd>
- </dl>
- <dl>
- <dt><label for="poll_option_text">{L_POLL_OPTIONS}{L_COLON}</label><br /><span>{L_POLL_OPTIONS_EXPLAIN}</span></dt>
- <dd><textarea name="poll_option_text" id="poll_option_text" rows="5" cols="35" class="inputbox">{POLL_OPTIONS}</textarea></dd>
- </dl>
-
- <hr class="dashed" />
-
- <dl>
- <dt><label for="poll_max_options">{L_POLL_MAX_OPTIONS}{L_COLON}</label></dt>
- <dd><input type="number" min="0" max="999" name="poll_max_options" id="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" class="inputbox autowidth" /></dd>
- <dd>{L_POLL_MAX_OPTIONS_EXPLAIN}</dd>
- </dl>
- <dl>
- <dt><label for="poll_length">{L_POLL_FOR}{L_COLON}</label></dt>
- <dd><label for="poll_length"><input type="number" min="0" max="999" name="poll_length" id="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" class="inputbox autowidth" /> {L_DAYS}</label></dd>
- <dd>{L_POLL_FOR_EXPLAIN}</dd>
- </dl>
-
- <!-- IF S_POLL_VOTE_CHANGE -->
- <hr class="dashed" />
-
- <dl>
- <dt><label for="poll_vote_change">{L_POLL_VOTE_CHANGE}{L_COLON}</label></dt>
- <dd><label for="poll_vote_change"><input type="checkbox" id="poll_vote_change" name="poll_vote_change"{VOTE_CHANGE_CHECKED} /> {L_POLL_VOTE_CHANGE_EXPLAIN}</label></dd>
- </dl>
- <!-- ENDIF -->
- <!-- ENDIF -->
-
- <!-- EVENT posting_poll_body_options_after -->
- </fieldset>
-
- </div>
-</div>
+++ /dev/null
-<h3>{L_POST_REVIEW}</h3>
-
-<p>{L_POST_REVIEW_EXPLAIN}</p>
-
-<!-- BEGIN post_review_row -->
-<!-- IF post_review_row.S_IGNORE_POST -->
-<div class="post bg3 post-ignore">
- <div class="inner">
- {post_review_row.L_IGNORE_POST}
-<!-- ELSE -->
-<div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <div class="inner">
-<!-- ENDIF -->
-
- <div class="postbody" id="ppr{post_review_row.POST_ID}">
- <h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3>
- <p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> » {post_review_row.POST_DATE}</p>
- <div class="content">{post_review_row.MESSAGE}</div>
-
- <!-- IF post_review_row.S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
- <!-- BEGIN attachment -->
- <dd>{post_review_row.attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- </div>
-
- </div>
-</div>
-<!-- END post_review_row -->
-
-<hr />
+++ /dev/null
-
-<h3 id="review">
- <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
- {L_TOPIC_REVIEW}{L_COLON} {TOPIC_TITLE}
-</h3>
-
-<div id="topicreview">
-<script type="text/javascript">
-// <![CDATA[
- bbcodeEnabled = {S_BBCODE_ALLOWED};
-// ]]>
-</script>
- <!-- BEGIN topic_review_row -->
-
- <!-- IF topic_review_row.S_IGNORE_POST -->
- <div class="post bg3 post-ignore">
- <div class="inner">
- {topic_review_row.L_IGNORE_POST}
- <!-- ELSE -->
- <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --> reported<!-- ENDIF -->">
- <div class="inner">
- <!-- ENDIF -->
-
- <div class="postbody" id="pr{topic_review_row.POST_ID}">
- <h3><a href="#pr{topic_review_row.POST_ID}">{topic_review_row.POST_SUBJECT}</a></h3>
-
- <!-- IF (topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE) or topic_review_row.U_MCP_DETAILS -->
- <ul class="post-buttons">
- <!-- IF topic_review_row.U_MCP_DETAILS -->
- <li>
- <a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon">
- <span>{L_POST_DETAILS}</span>
- </a>
- <li>
- <!-- ENDIF -->
- <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->
- <li>
- <a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}');" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button icon-button quote-icon">
- <span>{L_QUOTE} {topic_review_row.POST_AUTHOR}</span>
- </a>
- </li>
- <!-- ENDIF -->
- </ul>
- <!-- ENDIF -->
-
- <p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> » {topic_review_row.POST_DATE} </p>
- <div class="content">{topic_review_row.MESSAGE}</div>
-
- <!-- IF topic_review_row.S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>{L_ATTACHMENTS}</dt>
- <!-- BEGIN attachment -->
- <dd>{topic_review_row.attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- <!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE -->
- <div id="message_{topic_review_row.POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div>
- <!-- ENDIF -->
- </div>
- </div>
- </div>
- <!-- END topic_review_row -->
-</div>
-
-<hr />
-
-<!-- IF S_MCP_REPORT -->
- <p><a href="#report" class="top2">{L_BACK_TO_TOP}</a></p>
-<!-- ELSE -->
- <p><a href="#postingbox" class="top2">{L_BACK_TO_TOP}</a></p>
-<!-- ENDIF -->
+++ /dev/null
-<!-- BEGIN bool -->
-<!-- IF bool.FIELD_LENGTH eq 1 -->
- <!-- BEGIN options --><label for="{bool.FIELD_IDENT}_{bool.options.OPTION_ID}"><input type="radio" class="radio" name="{bool.FIELD_IDENT}" id="{bool.FIELD_IDENT}_{bool.options.OPTION_ID}" value="{bool.options.OPTION_ID}"{bool.options.CHECKED} /> {bool.options.VALUE}</label> <!-- END options -->
-<!-- ELSE -->
- <input type="checkbox" class="radio" name="{bool.FIELD_IDENT}" id="{bool.FIELD_IDENT}"<!-- IF bool.FIELD_VALUE --> checked="checked"<!-- ENDIF --> />
-<!-- ENDIF -->
-<!-- END bool -->
+++ /dev/null
-<!-- BEGIN date -->
-<label for="{date.FIELD_IDENT}_day">{L_DAY}{L_COLON} <select name="{date.FIELD_IDENT}_day" id="{date.FIELD_IDENT}_day">{date.S_DAY_OPTIONS}</select></label>
-<label for="{date.FIELD_IDENT}_month">{L_MONTH}{L_COLON} <select name="{date.FIELD_IDENT}_month" id="{date.FIELD_IDENT}_month">{date.S_MONTH_OPTIONS}</select></label>
-<label for="{date.FIELD_IDENT}_year">{L_YEAR}{L_COLON} <select name="{date.FIELD_IDENT}_year" id="{date.FIELD_IDENT}_year">{date.S_YEAR_OPTIONS}</select></label>
-<!-- END date -->
+++ /dev/null
-<!-- BEGIN dropdown -->
-<select name="{dropdown.FIELD_IDENT}" id="{dropdown.FIELD_IDENT}">
- <!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options -->
-</select>
-<!-- END dropdown -->
+++ /dev/null
-<!-- BEGIN int -->
-<input type="number" min="{int.FIELD_MINLEN}" max="{int.FIELD_MAXLEN}" class="inputbox autowidth" name="{int.FIELD_IDENT}" id="{int.FIELD_IDENT}" size="{int.FIELD_LENGTH}" value="{int.FIELD_VALUE}" />
-<!-- END int -->
+++ /dev/null
-<!-- BEGIN string -->
-<input type="text" class="inputbox autowidth" name="{string.FIELD_IDENT}" id="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
-<!-- END string -->
+++ /dev/null
-<!-- BEGIN text -->
-<textarea name="{text.FIELD_IDENT}" id="{text.FIELD_IDENT}" rows="{text.FIELD_ROWS}" cols="{text.FIELD_COLS}" class="inputbox">{text.FIELD_VALUE}</textarea>
-<!-- END text -->
+++ /dev/null
-<!-- BEGIN url -->
-<input type="url" class="inputbox autowidth" name="{url.FIELD_IDENT}" id="{url.FIELD_IDENT}" size="{url.FIELD_LENGTH}" maxlength="{url.FIELD_MAXLEN}" value="{url.FIELD_VALUE}" />
-<!-- END url -->
+++ /dev/null
-<form method="post" action="{U_QR_ACTION}" id="qr_postform">
-<!-- EVENT quickreply_editor_panel_before -->
- <div class="panel">
- <div class="inner">
- <h2 class="quickreply-title">{L_QUICKREPLY}</h2>
- <fieldset class="fields1">
- <dl style="clear: left;">
- <dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>
- <dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
- </dl>
- <!-- EVENT quickreply_editor_message_before -->
- <div id="message-box">
- <textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
- </div>
- <!-- EVENT quickreply_editor_message_after -->
- </fieldset>
- <fieldset class="submit-buttons">
- {S_FORM_TOKEN}
- {QR_HIDDEN_FIELDS}
- <input type="submit" accesskey="f" tabindex="6" name="preview" value="{L_FULL_EDITOR}" class="button2" id="qr_full_editor" />
- <input type="submit" accesskey="s" tabindex="7" name="post" value="{L_SUBMIT}" class="button1" />
- </fieldset>
- </div>
- </div>
-<!-- EVENT quickreply_editor_panel_after -->
-</form>
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<h2 class="solo">{L_SEARCH}</h2>
-
-<!-- EVENT search_body_form_before -->
-<form method="get" action="{S_SEARCH_ACTION}" data-focus="keywords">
-
-<div class="panel">
- <div class="inner">
- <h3>{L_SEARCH_QUERY}</h3>
-
- <fieldset>
- <dl>
- <dt><label for="keywords">{L_SEARCH_KEYWORDS}{L_COLON}</label><br /><span>{L_SEARCH_KEYWORDS_EXPLAIN}</span></dt>
- <dd><input type="search" class="inputbox" name="keywords" id="keywords" size="40" title="{L_SEARCH_KEYWORDS}" /></dd>
- <dd><label for="terms1"><input type="radio" name="terms" id="terms1" value="all" checked="checked" /> {L_SEARCH_ALL_TERMS}</label></dd>
- <dd><label for="terms2"><input type="radio" name="terms" id="terms2" value="any" /> {L_SEARCH_ANY_TERMS}</label></dd>
- </dl>
- <dl>
- <dt><label for="author">{L_SEARCH_AUTHOR}{L_COLON}</label><br /><span>{L_SEARCH_AUTHOR_EXPLAIN}</span></dt>
- <dd><input type="search" class="inputbox" name="author" id="author" size="40" title="{L_SEARCH_AUTHOR}" /></dd>
- </dl>
- </fieldset>
-
- </div>
-</div>
-
-<div class="panel bg2">
- <div class="inner">
-
- <h3>{L_SEARCH_OPTIONS}</h3>
-
- <fieldset>
- <dl>
- <dt><label for="search_forum">{L_SEARCH_FORUMS}{L_COLON}</label><br /><span>{L_SEARCH_FORUMS_EXPLAIN}</span></dt>
- <dd><select name="fid[]" id="search_forum" multiple="multiple" size="8" title="{L_SEARCH_FORUMS}">{S_FORUM_OPTIONS}</select></dd>
- </dl>
- <dl>
- <dt><label for="search_child1">{L_SEARCH_SUBFORUMS}{L_COLON}</label></dt>
- <dd>
- <label for="search_child1"><input type="radio" name="sc" id="search_child1" value="1" checked="checked" /> {L_YES}</label>
- <label for="search_child2"><input type="radio" name="sc" id="search_child2" value="0" /> {L_NO}</label>
- </dd>
- </dl>
- <dl>
- <dt><label for="sf1">{L_SEARCH_WITHIN}{L_COLON}</label></dt>
- <dd><label for="sf1"><input type="radio" name="sf" id="sf1" value="all" checked="checked" /> {L_SEARCH_TITLE_MSG}</label></dd>
- <dd><label for="sf2"><input type="radio" name="sf" id="sf2" value="msgonly" /> {L_SEARCH_MSG_ONLY}</label></dd>
- <dd><label for="sf3"><input type="radio" name="sf" id="sf3" value="titleonly" /> {L_SEARCH_TITLE_ONLY}</label></dd>
- <dd><label for="sf4"><input type="radio" name="sf" id="sf4" value="firstpost" /> {L_SEARCH_FIRST_POST}</label></dd>
- </dl>
-
- <hr class="dashed" />
-
- <dl>
- <dt><label for="show_results1">{L_DISPLAY_RESULTS}{L_COLON}</label></dt>
- <dd>
- <label for="show_results1"><input type="radio" name="sr" id="show_results1" value="posts" checked="checked" /> {L_POSTS}</label>
- <label for="show_results2"><input type="radio" name="sr" id="show_results2" value="topics" /> {L_TOPICS}</label>
- </dd>
- </dl>
- <dl>
- <dt><label for="sd">{L_RESULT_SORT}{L_COLON}</label></dt>
- <dd>{S_SELECT_SORT_KEY}
- <label for="sa"><input type="radio" name="sd" id="sa" value="a" /> {L_SORT_ASCENDING}</label>
- <label for="sd"><input type="radio" name="sd" id="sd" value="d" checked="checked" /> {L_SORT_DESCENDING}</label>
- </dd>
- </dl>
- <dl>
- <dt><label>{L_RESULT_DAYS}{L_COLON}</label></dt>
- <dd>{S_SELECT_SORT_DAYS}</dd>
- </dl>
- <dl>
- <dt><label>{L_RETURN_FIRST}{L_COLON}</label></dt>
- <dd><select name="ch" title="{L_RETURN_FIRST}">{S_CHARACTER_OPTIONS}</select> {L_POST_CHARACTERS}</dd>
- </dl>
- </fieldset>
-
- </div>
-</div>
-
-<div class="panel bg3">
- <div class="inner">
-
- <fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
- <input type="submit" name="submit" value="{L_SEARCH}" class="button1" />
- </fieldset>
-
- </div>
-</div>
-
-</form>
-
-<!-- IF .recentsearch -->
-<div class="forumbg forumbg-table">
- <div class="inner">
-
- <table class="table1">
- <thead>
- <tr>
- <th colspan="2" class="name">{L_RECENT_SEARCHES}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN recentsearch -->
- <tr class="<!-- IF recentsearch.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td><a href="{recentsearch.U_KEYWORDS}">{recentsearch.KEYWORDS}</a></td>
- <td class="active">{recentsearch.TIME}</td>
- </tr>
- <!-- BEGINELSE -->
- <tr class="bg1">
- <td colspan="2">{L_NO_RECENT_SEARCHES}</td>
- </tr>
- <!-- END recentsearch -->
- </tbody>
- </table>
-
- </div>
-</div>
-<!-- ENDIF -->
-
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<!-- EVENT search_results_header_before -->
-
-<h2 class="searchresults-title"><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_COLON} <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2>
-<!-- IF SEARCHED_QUERY --> <p>{L_SEARCHED_QUERY}{L_COLON} <strong>{SEARCHED_QUERY}</strong></p><!-- ENDIF -->
-<!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}{L_COLON} <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF -->
-<!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF -->
-
-<!-- IF SEARCH_TOPIC -->
- <p class="return-link"><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO_TOPIC}</a></p>
-<!-- ELSE -->
- <p class="advanced-search-link"><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_GO_TO_SEARCH_ADV}</a></p>
-<!-- ENDIF -->
-
-<!-- EVENT search_results_header_after -->
-
-<!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER -->
- <div class="action-bar top">
-
- <!-- IF TOTAL_MATCHES > 0 -->
- <div class="search-box" role="search">
- <form method="post" action="{S_SEARCH_ACTION}">
- <fieldset>
- <input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" />
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
- </fieldset>
- </form>
- </div>
- <!-- ENDIF -->
-
- <!-- EVENT search_results_searchbox_after -->
-
- <div class="pagination">
- {SEARCH_MATCHES}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_SHOW_TOPICS -->
-
- <!-- IF .searchresults -->
- <div class="forumbg">
-
- <div class="inner">
- <ul class="topiclist">
- <li class="header">
- <dl class="icon">
- <dt><div class="list-inner">{L_TOPICS}</div></dt>
- <dd class="posts">{L_REPLIES}</dd>
- <dd class="views">{L_VIEWS}</dd>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist topics">
-
- <!-- BEGIN searchresults -->
- <!-- EVENT search_results_topic_before -->
- <li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl class="icon {searchresults.TOPIC_IMG_STYLE}">
- <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
- <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
-
- <!-- EVENT topiclist_row_prepend -->
- <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
- <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
- <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
- <!-- IF searchresults.S_TOPIC_DELETED --><a href="{searchresults.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF -->
- <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
- <!-- IF .searchresults.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF searchresults.pagination.S_IS_PREV -->
- <!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF searchresults.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
- <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a>
- <!-- EVENT topiclist_row_append -->
-
- </div>
- </dt>
- <dd class="posts">{searchresults.TOPIC_REPLIES}</dd>
- <dd class="views">{searchresults.TOPIC_VIEWS}</dd>
- <dd class="lastpost"><span>
- {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL}
- <!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{searchresults.LAST_POST_TIME}<br /> </span>
- </dd>
- </dl>
- </li>
- <!-- EVENT search_results_topic_after -->
- <!-- END searchresults -->
- </ul>
-
- </div>
- </div>
- <!-- ELSE -->
- <div class="panel">
- <div class="inner">
- <strong>{L_NO_SEARCH_RESULTS}</strong>
- </div>
- </div>
- <!-- ENDIF -->
-
-<!-- ELSE -->
-
- <!-- BEGIN searchresults -->
- <!-- EVENT search_results_post_before -->
- <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
- <div class="inner">
-
- <!-- IF searchresults.S_IGNORE_POST -->
- <div class="postbody">
- {searchresults.L_IGNORE_POST}
- </div>
- <!-- ELSE -->
- <dl class="postprofile">
- <!-- EVENT search_results_postprofile_before -->
- <dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
- <dd class="search-result-date">{searchresults.POST_DATE}</dd>
- <dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
- <dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
- <dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
- <dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
- <!-- EVENT search_results_postprofile_after -->
- </dl>
-
- <div class="postbody">
- <h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
- <div class="content">{searchresults.MESSAGE}</div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF not searchresults.S_IGNORE_POST -->
- <ul class="searchresults">
- <li ><a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li>
- </ul>
- <!-- ENDIF -->
-
- </div>
- </div>
- <!-- EVENT search_results_post_after -->
- <!-- BEGINELSE -->
- <div class="panel">
- <div class="inner">
- <strong>{L_NO_SEARCH_RESULTS}</strong>
- </div>
- </div>
- <!-- END searchresults -->
-<!-- ENDIF -->
-
-<!-- IF .pagination or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS -->
- <form method="post" action="{S_SEARCH_ACTION}">
-
- <fieldset class="display-options">
- <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
- <label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR}<!-- ENDIF --></label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- <!-- ENDIF -->
- </fieldset>
-
- </form>
-
- <hr />
-<!-- ENDIF -->
-
-<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
-<div class="action-bar bottom">
- <div class="pagination">
- {SEARCH_MATCHES}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
-</div>
-<!-- ENDIF -->
-
-<!-- INCLUDE jumpbox.html -->
-
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
- </div>
-
- <div class="copyright" role="contentinfo">{CREDIT_LINE}
- <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
- <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
- </div>
-
- <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}">
- <div id="darken"> </div>
- </div>
- <div id="loading_indicator"></div>
-
- <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
- <a href="#" class="alert_close"></a>
- <h3 class="alert_title"></h3><p class="alert_text"></p>
- </div>
- <div id="phpbb_confirm" class="phpbb_alert">
- <a href="#" class="alert_close"></a>
- <div class="alert_text"></div>
- </div>
-</div>
-
-<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
-<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
-<!-- INCLUDEJS forum_fn.js -->
-<!-- INCLUDEJS ajax.js -->
-
-<!-- EVENT simple_footer_after -->
-
-{$SCRIPTS}
-
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE html>
-<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
-<head>
-<meta charset="utf-8" />
-<meta name="viewport" content="width=device-width, initial-scale=1" />
-{META}
-<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
-
-<!-- IF S_ALLOW_CDN -->
-<script>
- WebFontConfig = {
- google: {
- families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
- }
- };
-
- (function(d) {
- var wf = d.createElement('script'), s = d.scripts[0];
- wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
- wf.async = true;
- s.parentNode.insertBefore(wf, s);
- })(document);
-</script>
-<!-- ENDIF -->
-<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
-<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="only screen and (max-width: 700px), only screen and (max-device-width: 700px)">
-
-<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
- <link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<!-- ENDIF -->
-
-<!--[if lte IE 8]>
- <link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
-<![endif]-->
-
-<!-- DEFINE $POPUP = 1 -->
-
-<!-- EVENT simple_header_head_append -->
-
-{$STYLESHEETS}
-
-<!-- EVENT simple_header_stylesheets_after -->
-
-</head>
-
-<body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}">
-
-<!-- EVENT simple_header_body_before -->
-
-<div id="wrap">
- <a id="top" class="anchor" accesskey="t"></a>
- <div id="page-body" role="main">
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_ATTACHMENTS_EXPLAIN}</p>
-
- <!-- IF .attachrow -->
- <div class="action-bar top">
- <div class="pagination">
- {NUM_ATTACHMENTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <ul class="topiclist">
- <li class="header">
- <dl>
- <dt><div class="list-inner"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></div></dt>
- <dd class="extra"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></dd>
- <dd class="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist responsive-show-columns">
-
- <!-- BEGIN attachrow -->
- <li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle attachment-filename ellipsis-text" title="{attachrow.FILENAME}">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
- <!-- IF attachrow.S_IN_MESSAGE -->{L_PM}{L_COLON} <!-- ELSE -->{L_TOPIC}{L_COLON} <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a>
- </div>
- </dt>
- <dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
- <dd class="time"><span>{attachrow.POST_TIME}</span></dd>
- <dd class="mark"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></dd>
- </dl>
- </li>
- <!-- END attachrow -->
- </ul>
-
- <fieldset class="display-options">
- <label for="sk">{L_SORT_BY}{L_COLON} <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label>
- <label><select name="sd" id="sd">{S_ORDER_SELECT}</select></label>
- <input class="button2" type="submit" name="sort" value="{L_SORT}" />
- {S_FORM_TOKEN}
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_ATTACHMENTS} {L_TITLE}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- ELSE -->
- <p><strong>{L_UCP_NO_ATTACHMENTS}</strong></p>
- <!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- IF S_ATTACHMENT_ROWS -->
- <fieldset class="display-actions">
- <input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" />
- <div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div>
- {S_FORM_TOKEN}
- </fieldset>
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<dl>
- <dt><label for="avatar_gravatar_email">{L_GRAVATAR_AVATAR_EMAIL}{L_COLON}</label><br /><span>{L_GRAVATAR_AVATAR_EMAIL_EXPLAIN}</span></dt>
- <dd><input type="email" name="avatar_gravatar_email" id="avatar_gravatar_email" value="{AVATAR_GRAVATAR_EMAIL}" class="inputbox" data-reset-on-edit="#avatar_gravatar_width, #avatar_gravatar_height" /></dd>
-</dl>
-<dl>
- <dt><label for="avatar_gravatar_width">{L_GRAVATAR_AVATAR_SIZE}{L_COLON}</label><br /><span>{L_GRAVATAR_AVATAR_SIZE_EXPLAIN}</span></dt>
- <dd>
- <label for="avatar_gravatar_width"><input type="text" name="avatar_gravatar_width" id="avatar_gravatar_width" size="3" value="{AVATAR_GRAVATAR_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> ×
- <label for="avatar_gravatar_height"><input type="text" name="avatar_gravatar_height" id="avatar_gravatar_height" size="3" value="{AVATAR_GRAVATAR_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>
- </dd>
-</dl>
+++ /dev/null
-<!-- IF .avatar_local_cats -->
-<label for="category">{L_AVATAR_CATEGORY}{L_COLON} <select name="avatar_local_cat" id="category">
-<!-- BEGIN avatar_local_cats -->
-<option value="{avatar_local_cats.NAME}"<!-- IF avatar_local_cats.SELECTED --> selected="selected"<!-- ENDIF -->>{avatar_local_cats.NAME}</option>
-<!-- END avatar_local_cats -->
-</select></label>
-<input type="submit" value="{L_GO}" name="avatar_local_go" class="button2" />
-
-<div id="gallery">
-<!-- BEGIN avatar_local_row -->
-<!-- BEGIN avatar_local_col -->
- <label for="av-{avatar_local_row.S_ROW_COUNT}-{avatar_local_row.avatar_local_col.S_ROW_COUNT}"><img src="{avatar_local_row.avatar_local_col.AVATAR_IMAGE}" alt="" /><br />
- <input type="radio" name="avatar_local_file" id="av-{avatar_local_row.S_ROW_COUNT}-{avatar_local_row.avatar_local_col.S_ROW_COUNT}" value="{avatar_local_row.avatar_local_col.AVATAR_FILE}" /></label>
-<!-- END avatar_local_col -->
-<!-- END avatar_local_row -->
-</div>
-<!-- ELSE -->
-<p><strong>{L_NO_AVATARS}</strong></p>
-<!-- ENDIF -->
+++ /dev/null
-<dl>
- <dt><label for="avatar_remote_url">{L_LINK_REMOTE_AVATAR}{L_COLON}</label><br /><span>{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></dt>
- <dd><input type="url" name="avatar_remote_url" id="avatar_remote_url" value="{AVATAR_REMOTE_URL}" class="inputbox" data-reset-on-edit="#avatar_remote_width, #avatar_remote_height" /></dd>
-</dl>
-<dl>
- <dt><label for="avatar_remote_width">{L_LINK_REMOTE_SIZE}{L_COLON}</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt>
- <dd>
- <label for="avatar_remote_width"><input type="text" name="avatar_remote_width" id="avatar_remote_width" size="3" value="{AVATAR_REMOTE_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> ×
- <label for="avatar_remote_height"><input type="text" name="avatar_remote_height" id="avatar_remote_height" size="3" value="{AVATAR_REMOTE_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>
- </dd>
-</dl>
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<h2<!-- IF GROUP_COLOR --> style="color:#{GROUP_COLOR};"<!-- ENDIF -->>{L_USERGROUPS}<!-- IF GROUP_NAME --> :: {GROUP_NAME}<!-- ENDIF --></h2>
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<div class="panel">
- <div class="inner">
-
- <!-- IF S_ERROR -->
- <fieldset>
- <p class="error">{ERROR_MSG}</p>
- </fieldset>
- <!-- ENDIF -->
-
- <p>{L_GROUPS_EXPLAIN}</p>
-
- <!-- IF S_EDIT -->
- <h3>{L_GROUP_DETAILS}</h3>
-
- <fieldset>
- <dl>
- <dt><label for="group_name">{L_GROUP_NAME}{L_COLON}</label></dt>
- <dd><!-- IF S_SPECIAL_GROUP --><strong<!-- IF GROUP_COLOUR --> style="color: #{GROUP_COLOUR};"<!-- ENDIF -->>{GROUP_NAME}</strong> <input name="group_name" type="hidden" value="{GROUP_INTERNAL_NAME}" />
- <!-- ELSE --><input name="group_name" type="text" id="group_name" value="{GROUP_INTERNAL_NAME}" class="inputbox" /><!-- ENDIF --></dd>
- </dl>
- <dl>
- <dt><label for="group_desc">{L_GROUP_DESC}{L_COLON}</label></dt>
- <dd><textarea id="group_desc" name="group_desc" rows="5" cols="45" class="inputbox">{GROUP_DESC}</textarea></dd>
- <dd><label for="desc_parse_bbcode"><input type="checkbox" class="radio" name="desc_parse_bbcode" id="desc_parse_bbcode"<!-- IF S_DESC_BBCODE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_BBCODE}</label> <label for="desc_parse_smilies"><input type="checkbox" class="radio" name="desc_parse_smilies" id="desc_parse_smilies"<!-- IF S_DESC_SMILIES_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_SMILIES}</label> <label for="desc_parse_urls"><input type="checkbox" class="radio" name="desc_parse_urls" id="desc_parse_urls"<!-- IF S_DESC_URLS_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_PARSE_URLS}</label></dd>
- </dl>
- <!-- IF not S_SPECIAL_GROUP -->
- <dl>
- <dt><label for="group_type1">{L_GROUP_TYPE}{L_COLON}</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt>
- <dd>
- <label for="group_type1"><input type="radio" class="radio" name="group_type" id="group_type1" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN}</label>
- <label for="group_type2"><input type="radio" class="radio" name="group_type" id="group_type2" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST}</label>
- <label for="group_type3"><input type="radio" class="radio" name="group_type" id="group_type3" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED}</label>
- <label for="group_type4"><input type="radio" class="radio" name="group_type" id="group_type4" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}</label>
- </dd>
- </dl>
- <!-- ELSE -->
- <input name="group_type" type="hidden" value="{GROUP_TYPE_SPECIAL}" />
- <!-- ENDIF -->
- </fieldset>
-
- </div>
-</div>
-
-<div class="panel">
- <div class="inner">
- <h3>{L_GROUP_SETTINGS_SAVE}</h3>
-
- <fieldset>
- <dl>
- <dt><label for="group_colour">{L_GROUP_COLOR}{L_COLON}</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></dt>
- <dd>
- <input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" class="inputbox narrow" />
- <span style="background-color: #{GROUP_COLOUR};"> </span>
- [ <a href="#" id="color_palette_toggle">{L_COLOUR_SWATCH}</a> ]
- <div id="color_palette_placeholder" class="hidden" data-orientation="h" data-height="12" data-width="15" data-target="#group_colour"></div>
- </dd>
- </dl>
- <dl>
- <dt><label for="group_rank">{L_GROUP_RANK}{L_COLON}</label></dt>
- <dd><select name="group_rank" id="group_rank">{S_RANK_OPTIONS}</select></dd>
- </dl>
- </fieldset>
-
- </div>
-</div>
-
-<!-- INCLUDE ucp_avatar_options.html -->
-
-<fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}
- <input type="reset" value="{L_RESET}" name="reset" class="button2" />
- <input type="submit" name="update" value="{L_SUBMIT}" class="button1" />
- {S_FORM_TOKEN}
-</fieldset>
-
-<!-- ELSEIF S_LIST -->
-
- <!-- IF .leader -->
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_GROUP_LEAD}</th>
- <th class="info">{L_GROUP_DEFAULT}</th>
- <th class="posts">{L_POSTS}</th>
- <th class="joined">{L_JOINED}</th>
- <th class="mark">{L_MARK}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN leader -->
- <tr class="<!-- IF leader.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td class="name">{leader.USERNAME_FULL}</td>
- <td><!-- IF leader.S_GROUP_DEFAULT -->{L_YES}<!-- ELSE -->{L_NO}<!-- ENDIF --></td>
- <td class="posts">{leader.USER_POSTS}</td>
- <td class="joined">{leader.JOINED}</td>
- <td class="mark"> </td>
- </tr>
- <!-- END leader -->
- </tbody>
- </table>
- <!-- ENDIF -->
-
- <!-- BEGIN member -->
- <!-- IF member.S_PENDING -->
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_GROUP_PENDING}</th>
- <th class="info">{L_GROUP_DEFAULT}</th>
- <th class="posts">{L_POSTS}</th>
- <th class="joined">{L_JOINED}</th>
- <th class="mark">{L_MARK}</th>
- </tr>
- </thead>
- <tbody>
- <!-- ELSEIF member.S_APPROVED -->
- <!-- IF S_PENDING_SET -->
- </tbody>
- </table>
- <!-- ENDIF -->
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_GROUP_APPROVED}</th>
- <th class="info">{L_GROUP_DEFAULT}</th>
- <th class="posts">{L_POSTS}</th>
- <th class="joined">{L_JOINED}</th>
- <th class="mark">{L_MARK}</th>
- </tr>
- </thead>
- <tbody>
- <!-- ELSE -->
- <tr class="<!-- IF member.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td class="name">{member.USERNAME_FULL}</td>
- <td><!-- IF member.S_GROUP_DEFAULT -->{L_YES}<!-- ELSE -->{L_NO}<!-- ENDIF --></td>
- <td class="posts">{member.USER_POSTS}</td>
- <td class="joined">{member.JOINED}</td>
- <td class="mark"><input type="checkbox" name="mark[]" value="{member.USER_ID}" /></td>
- </tr>
- <!-- ENDIF -->
- <!-- BEGINELSE -->
- <table class="table1">
- <thead>
- <tr>
- <th class="name">{L_MEMBERS}</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td class="bg1">{L_GROUPS_NO_MEMBERS}</td>
- </tr>
- <!-- END member -->
- </tbody>
- </table>
-
- <!-- IF .pagination -->
- <div class="action-bar bottom">
- <div class="pagination">
- <!-- INCLUDE pagination.html -->
- </div>
- </div>
- <!-- ENDIF -->
-
- </div>
-</div>
-
-<fieldset class="display-actions">
- <select name="action"><option value="">{L_SELECT_OPTION}</option>{S_ACTION_OPTIONS}</select>
- <input class="button2" type="submit" name="update" value="{L_SUBMIT}" />
- <div><a href="#" onclick="marklist('ucp', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'mark', false); return false;">{L_UNMARK_ALL}</a></div>
-</fieldset>
-
-<div class="panel">
- <div class="inner">
-
- <h3>{L_ADD_USERS}</h3>
-
- <p>{L_ADD_USERS_UCP_EXPLAIN}</p>
-
- <fieldset>
- <dl>
- <dt><label for="default0">{L_USER_GROUP_DEFAULT}{L_COLON}</label><br /><span>{L_USER_GROUP_DEFAULT_EXPLAIN}</span></dt>
- <dd>
- <label for="default1"><input type="radio" name="default" id="default1" value="1" /> {L_YES}</label>
- <label for="default0"><input type="radio" name="default" id="default0" value="0" checked="checked" /> {L_NO}</label>
- </dd>
- </dl>
- <dl>
- <dt><label for="usernames">{L_USERNAME}{L_COLON}</label><br /><span>{L_USERNAMES_EXPLAIN}</span></dt>
- <dd><textarea name="usernames" id="usernames" rows="3" cols="30" class="inputbox"></textarea></dd>
- <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
- </dl>
- </fieldset>
-
- </div>
-</div>
-
-<fieldset class="submit-buttons">
- <input class="button1" type="submit" name="addusers" value="{L_SUBMIT}" />
- {S_FORM_TOKEN}
-</fieldset>
-
-<!-- ELSE -->
-
- <!-- IF .leader -->
- <ul class="topiclist two-long-columns">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_GROUP_LEADER}</div></dt>
- <dd class="info"><span>{L_OPTIONS}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist two-long-columns responsive-show-all">
-
- <!-- BEGIN leader -->
- <li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <a href="{leader.U_EDIT}" class="topictitle"<!-- IF leader.GROUP_COLOUR --> style="color: #{leader.GROUP_COLOUR};"<!-- ENDIF -->>{leader.GROUP_NAME}</a>
- <!-- IF leader.GROUP_DESC --><br />{leader.GROUP_DESC}<!-- ENDIF -->
- </div>
- </dt>
- <dd class="option"><span><a href="{leader.U_EDIT}" >{L_EDIT}</a></span></dd>
- <dd class="option"><span><a href="{leader.U_LIST}">{L_GROUP_LIST}</a></span></dd>
- </dl>
- </li>
- <!-- END leader -->
- </ul>
- <!-- ELSE -->
- <p><strong>{L_NO_LEADERS}</strong></p>
- <!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<h2 class="ucp-title">{L_UCP}</h2>
-
-<div id="tabs">
- <ul>
- <!-- BEGIN t_block1 -->
- <li class="tab<!-- IF t_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{t_block1.U_TITLE}">{t_block1.L_TITLE}</a></li>
- <!-- END t_block1 -->
- </ul>
-</div>
-
-<!-- IF S_COMPOSE_PM -->
-<form id="postform" method="post" action="{S_POST_ACTION}"{S_FORM_ENCTYPE}>
-<!-- ENDIF -->
-
-<div class="panel bg3">
- <div class="inner">
-
- <div style="width: 100%;">
-
- <div id="cp-menu">
- <div id="navigation" role="navigation">
-
- <!-- IF S_PRIVMSGS -->
- <!-- BEGIN t_block2 -->
- <!-- IF S_PRIVMSGS and not t_block2.S_LAST_ROW -->
- <ul>
- <!-- IF t_block2.S_SELECTED -->
- <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
- <!-- ELSE -->
- <li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
- <!-- ENDIF -->
- </ul>
- <!-- ENDIF -->
- <!-- END t_block2 -->
-
- <hr />
- <!-- BEGIN folder -->
- <!-- IF folder.S_FIRST_ROW --><ul><!-- ENDIF -->
- <!-- IF folder.S_CUR_FOLDER -->
- <li id="active-subsection"><a href="{folder.U_FOLDER}"><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></a></li>
- <!-- ELSE -->
- <li><a href="{folder.U_FOLDER}"><span><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></span></a></li>
- <!-- ENDIF -->
- <!-- IF folder.S_LAST_ROW --></ul><!-- ENDIF -->
- <!-- END folder -->
- <hr />
- <!-- ENDIF -->
-
- <ul>
- <!-- BEGIN t_block2 -->
- <!-- IF (S_PRIVMSGS and t_block2.S_LAST_ROW) or not S_PRIVMSGS -->
- <!-- IF t_block2.S_SELECTED -->
- <li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
- <!-- ELSE -->
- <li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
- <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- END t_block2 -->
- </ul>
- </div>
-
- <!-- IF .friends_online or .friends_offline -->
- <div class="cp-mini">
- <div class="inner">
-
- <dl class="mini">
- <dt>{L_FRIENDS}</dt>
-
- <!-- BEGIN friends_online -->
- <dd class="friend-online" title="{L_FRIENDS_ONLINE}">{friends_online.USERNAME_FULL} <!-- IF S_SHOW_PM_BOX --> <input type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" class="button2" /><!-- ENDIF --><!-- IF friends_online.S_LAST_ROW and .friends_offline --><hr /><!-- ENDIF --></dd>
- <!-- END friends_online -->
-
- <!-- BEGIN friends_offline -->
- <dd class="friend-offline" title="{L_FRIENDS_OFFLINE}">{friends_offline.USERNAME_FULL} <!-- IF S_SHOW_PM_BOX --><input type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" class="button2" /><!-- ENDIF --></dd>
- <!-- END friends_offline -->
- </dl>
-
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF S_SHOW_COLOUR_LEGEND -->
- <div class="cp-mini">
- <div class="inner">
-
- <dl class="mini">
- <dt>{L_MESSAGE_COLOURS}</dt>
- <!-- BEGIN pm_colour_info -->
- <dd class="pm-legend<!-- IF pm_colour_info.CLASS --> {pm_colour_info.CLASS}<!-- ENDIF -->"><!-- IF pm_colour_info.IMG -->{pm_colour_info.IMG} <!-- ENDIF -->{pm_colour_info.LANG}</dd>
- <!-- END pm_colour_info -->
- </dl>
-
- </div>
- </div>
- <!-- ENDIF -->
-
- </div>
-
- <div id="cp-main" class="ucp-main panel-container">
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_BOOKMARKS_EXPLAIN}</p>
-
-<!-- IF S_NO_DISPLAY_BOOKMARKS -->
- <p class="error">{L_BOOKMARKS_DISABLED}</p>
-<!-- ELSE -->
-
-<!-- IF .topicrow -->
- <ul class="topiclist missing-column">
- <li class="header">
- <dl class="icon">
- <dt><div class="list-inner">{L_BOOKMARKS}</div></dt>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column">
-
- <!-- BEGIN topicrow -->
- <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <!-- IF topicrow.S_DELETED_TOPIC -->
- <dl>
- <dt><div class="list-inner"><strong>{L_DELETED_TOPIC}</strong></div></dt>
- <dd class="lastpost"><span> </span></dd>
- <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
- </dl>
- <!-- ELSE -->
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
- <dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
- <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
- <!-- IF .topicrow.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF topicrow.pagination.S_IS_PREV -->
- <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
- <div class="responsive-hide">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- </div>
- <div class="responsive-show" style="display: none;">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} «
- <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
- </div>
- </div>
- </dt>
- <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
- </dd>
- <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
- </dl>
- <!-- ENDIF -->
- </li>
- <!-- END topicrow -->
- </ul>
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
-<!-- ELSE -->
- <p><strong>{L_NO_BOOKMARKS}</strong></p>
-<!-- ENDIF -->
-
-<!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- IF .topicrow and not S_NO_DISPLAY_BOOKMARKS -->
- <fieldset class="display-actions">
- <input type="submit" name="unbookmark" value="{L_REMOVE_BOOKMARK_MARKED}" class="button2" />
- <div><a href="#" onclick="marklist('ucp', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', '', false); return false;">{L_UNMARK_ALL}</a></div>
- {S_FORM_TOKEN}
- </fieldset>
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <p>{L_UCP_WELCOME}</p>
-
-<!-- IF .topicrow -->
- <h3>{L_IMPORTANT_NEWS}</h3>
-
- <ul class="topiclist cplist two-long-columns">
- <!-- BEGIN topicrow -->
- <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
- <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- IF topicrow.S_UNREAD --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
- <!-- IF .topicrow.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF topicrow.pagination.S_IS_PREV -->
- <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
- <div class="responsive-hide">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- </div>
- <div class="responsive-show" style="display: none;">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
- </div>
- </div>
- </dt>
- <dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
- </dd>
- </dl>
- </li>
- <!-- END topicrow -->
- </ul>
-<!-- ENDIF -->
-
- <h3>{L_YOUR_DETAILS}</h3>
-
-<!-- EVENT ucp_main_front_user_activity_before -->
- <dl class="details">
- <dt>{L_JOINED}{L_COLON}</dt> <dd>{JOINED}</dd>
- <dt>{L_LAST_ACTIVE}{L_COLON}</dt> <dd>{LAST_VISIT_YOU}</dd>
- <dt>{L_TOTAL_POSTS}{L_COLON}</dt> <dd><!-- IF POSTS_PCT -->{POSTS}<!-- IF S_DISPLAY_SEARCH --> | <strong><a href="{U_SEARCH_USER}">{L_SEARCH_YOUR_POSTS}</a></strong><!-- ENDIF --><br />({POSTS_DAY} / {POSTS_PCT})<!-- ELSE -->{POSTS}<!-- ENDIF --></dd>
- <!-- IF ACTIVE_FORUM != '' --><dt>{L_ACTIVE_IN_FORUM}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></strong><br />({ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT})</dd><!-- ENDIF -->
- <!-- IF ACTIVE_TOPIC != '' --><dt>{L_ACTIVE_IN_TOPIC}{L_COLON}</dt> <dd><strong><a href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></strong><br />({ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT})</dd><!-- ENDIF -->
- <!-- IF WARNINGS --><dt>{L_YOUR_WARNINGS}{L_COLON}</dt> <dd class="error">{WARNING_IMG} [{WARNINGS}]</dd><!-- ENDIF -->
- </dl>
-<!-- EVENT ucp_main_front_user_activity_after -->
-
- </div>
-</div>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<h2>{L_TITLE}</h2>
-<div class="panel">
- <div class="inner">
-
- <p>{L_WATCHED_EXPLAIN}</p>
-
-<!-- IF .forumrow -->
- <ul class="topiclist missing-column">
- <li class="header">
- <dl class="icon">
- <dt><div class="list-inner">{L_WATCHED_FORUMS}</div></dt>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column">
-
- <!-- BEGIN forumrow -->
- <li class="row<!-- IF forumrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl class="icon {forumrow.FORUM_IMG_STYLE}">
- <dt>
- <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
- {forumrow.FORUM_DESC}
- <!-- IF forumrow.LAST_POST_TIME -->
- <div class="responsive-show" style="display: none;">
- {L_LAST_POST} {L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}">{forumrow.LAST_POST_TIME}</a>
- </div>
- <!-- ENDIF -->
- </div>
- </dt>
- <dd class="lastpost"><!-- IF forumrow.LAST_POST_TIME --><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {forumrow.LAST_POST_AUTHOR_FULL}
- <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <br />{forumrow.LAST_POST_TIME}</span>
- <!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF -->
- </dd>
- <dd class="mark"><input type="checkbox" name="f[{forumrow.FORUM_ID}]" id="f{forumrow.FORUM_ID}" /></dd>
- </dl>
- </li>
- <!-- END forumrow -->
- </ul>
-<!-- ELSEIF S_FORUM_NOTIFY -->
- <ul class="topiclist">
- <li class="header">
- <dl class="icon">
- <dt>{L_WATCHED_FORUMS}</dt>
- </dl>
- </li>
- </ul>
- <p><strong>{L_NO_WATCHED_FORUMS}</strong></p>
-<!-- ENDIF -->
- <br />
-
-<!-- IF .topicrow -->
- <ul class="topiclist missing-column">
- <li class="header">
- <dl class="icon">
- <dt><div class="list-inner">{L_WATCHED_TOPICS}</div></dt>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist missing-column">
-
- <!-- BEGIN topicrow -->
- <li class="row<!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ELSEIF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
- <dt<!-- IF topicrow.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
- <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
- <!-- IF .topicrow.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF topicrow.pagination.S_IS_PREV -->
- <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
- <div class="responsive-hide">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- </div>
- <div class="responsive-show" style="display: none;">
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
- </div>
- </div>
- </dt>
- <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <br />{topicrow.LAST_POST_TIME}</span>
- </dd>
- <dd class="mark"><input type="checkbox" name="t[{topicrow.TOPIC_ID}]" id="t{topicrow.TOPIC_ID}" /></dd>
- </dl>
- </li>
- <!-- END topicrow -->
- </ul>
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
-<!-- ELSEIF S_TOPIC_NOTIFY -->
- <ul class="topiclist">
- <li class="header">
- <dl class="icon">
- <dt>{L_WATCHED_TOPICS}</dt>
- </dl>
- </li>
- </ul>
- <p><strong>{L_NO_WATCHED_TOPICS}</strong></p>
-<!-- ENDIF -->
-
- </div>
-</div>
-
-<!-- IF .topicrow or .forumrow -->
- <fieldset class="display-actions">
- <input type="submit" name="unwatch" value="{L_UNWATCH_MARKED}" class="button2" />
- <div><a href="#" onclick="marklist('ucp', 't', true); marklist('ucp', 'f', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 't', false); marklist('ucp', 'f', false); return false;">{L_UNMARK_ALL}</a></div>
- {S_FORM_TOKEN}
- </fieldset>
-<!-- ENDIF -->
-</form>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<h2>{TITLE}</h2>
-<div class="panel">
- <div class="inner">
-
- <p>{TITLE_EXPLAIN}</p>
-
- <!-- IF MODE == 'notification_options' -->
- <table class="table1">
- <thead>
- <tr>
- <th>{L_NOTIFICATION_TYPE}</th>
- <!-- BEGIN notification_methods -->
- <th class="mark">{notification_methods.NAME}</th>
- <!-- END notification_methods -->
- <th class="mark">{L_NOTIFICATIONS}</th>
- </tr>
- </thead>
- <tbody>
- <!-- BEGIN notification_types -->
- <!-- IF notification_types.GROUP_NAME -->
- <tr class="bg3">
- <td colspan="{NOTIFICATION_TYPES_COLS}">{notification_types.GROUP_NAME}</td>
- </tr>
- <!-- ELSE -->
- <tr class="<!-- IF notification_types.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <td>
- {notification_types.NAME}
- <!-- IF notification_types.EXPLAIN --><br /> {notification_types.EXPLAIN}<!-- ENDIF -->
- </td>
- <!-- BEGIN notification_methods -->
- <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_{notification_methods.METHOD}"<!-- IF notification_methods.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>
- <!-- END notification_methods -->
- <td class="mark"><input type="checkbox" name="{notification_types.TYPE}_notification"<!-- IF notification_types.SUBSCRIBED --> checked="checked"<!-- ENDIF --> /></td>
- </tr>
- <!-- ENDIF -->
- <!-- END notification_types -->
- </tbody>
- </table>
- <!-- ELSE -->
- <!-- IF .notification_list -->
- <div class="action-bar top">
- <div class="pagination">
- <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF -->
- {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <div class="notification_list">
- <ul class="topiclist two-columns">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_NOTIFICATIONS}</div></dt>
- <dd class="mark">{L_MARK_READ}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist two-columns">
- <!-- BEGIN notification_list -->
- <li class="row<!-- IF notification_list.UNREAD --> bg3<!-- ELSE --><!-- IF notification_list.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- ENDIF --><!-- IF notification_list.STYLING --> {notification_list.STYLING}<!-- ENDIF -->">
- <dl>
- <dt>
- <div class="list-inner">
- <!-- IF notification_list.AVATAR -->{notification_list.AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
- <div class="notifications">
- <!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
- <p class="notifications_title">{notification_list.FORMATTED_TITLE}<!-- IF notification_list.REFERENCE --> {notification_list.REFERENCE}<!-- ENDIF --></p>
- <!-- IF notification_list.URL --></a><!-- ENDIF -->
- <!-- IF notification_list.FORUM --><p class="notifications_forum">{notification_list.FORUM}</p><!-- ENDIF -->
- <!-- IF notification_list.REASON --><p class="notifications_reason">{notification_list.REASON}</p><!-- ENDIF -->
- <p class="notifications_time">{notification_list.TIME}</p>
- </div>
- </div>
- </dt>
-
- <dd class="mark"> <input type="checkbox" name="mark[]" value="{notification_list.NOTIFICATION_ID}"<!-- IF not notification_list.UNREAD --> disabled="disabled"<!-- ENDIF --> /> <dfn>{L_MARK_READ}</dfn> </dd>
- </dl>
- </li>
- <!-- END notification_list -->
- </ul>
- </div>
-
- <div class="action-bar bottom">
- <div class="pagination">
- {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-
- <!-- ELSE -->
- <p><strong>{L_NO_NOTIFICATIONS}</strong></p>
- <!-- ENDIF -->
-
- <!-- ENDIF -->
- </div>
-</div>
-
-<!-- IF .notification_types or .notification_list -->
-<fieldset class="display-actions">
- <input type="hidden" name="form_time" value="{FORM_TIME}" />
- {S_HIDDEN_FIELDS}
- <input type="submit" name="submit" value="<!-- IF MODE == 'notification_options' -->{L_SUBMIT}<!-- ELSE -->{L_MARK_READ}<!-- ENDIF -->" class="button1" />
- <div><a href="#" onclick="$('#ucp input:checkbox').prop('checked', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="$('#ucp input:checkbox').prop('checked', false); return false;">{L_UNMARK_ALL}</a></div>
- {S_FORM_TOKEN}
-</fieldset>
-<!-- ENDIF -->
-
-</form>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-
-<h3 id="review">
- <span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span>
- {L_MESSAGE_HISTORY}{L_COLON}
-</h3>
-
-<!-- EVENT ucp_pm_history_review_before -->
-<div id="topicreview">
- <script type="text/javascript">
- // <![CDATA[
- bbcodeEnabled = {S_BBCODE_ALLOWED};
- // ]]>
- </script>
- <!-- BEGIN history_row -->
- <div class="post <!-- IF history_row.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
- <div class="inner">
-
- <div class="postbody" id="pr{history_row.MSG_ID}">
- <h3><a href="{history_row.U_VIEW_MESSAGE}" <!-- IF history_row.S_CURRENT_MSG -->class="current"<!-- ENDIF -->>{history_row.SUBJECT}</a></h3>
-
- <!-- DEFINE $SHOW_PM_HISTORY_POST_BUTTONS = (history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE) -->
- <!-- EVENT ucp_pm_history_post_buttons_list_before -->
- <!-- IF $SHOW_PM_HISTORY_POST_BUTTONS -->
- <ul class="post-buttons">
- <!-- EVENT ucp_pm_history_post_buttons_before -->
- <!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE -->
- <li>
- <a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#postingbox" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}', '{LA_WROTE}');"<!-- ENDIF --> title="{L_QUOTE} {history_row.MESSAGE_AUTHOR}" class="button icon-button quote-icon">
- <span>{L_QUOTE} {history_row.MESSAGE_AUTHOR}</span>
- </a>
- </li>
- <!-- ENDIF -->
- <!-- EVENT ucp_pm_history_post_buttons_after -->
- </ul>
- <!-- ENDIF -->
- <!-- EVENT ucp_pm_history_post_buttons_list_after -->
-
- <p class="author">{history_row.MINI_POST_IMG} {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong><br />
- {L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}</p>
- <div class="content"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div>
- <div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div>
- </div>
-
- </div>
- </div>
- <!-- END history_row -->
-</div>
-<!-- EVENT ucp_pm_history_review_after -->
-
-<hr />
-<p><a href="#cp-main" class="top2">{L_BACK_TO_TOP}</a></p>
+++ /dev/null
-<h2>{L_TITLE}<!-- IF CUR_FOLDER_NAME -->{L_COLON} {CUR_FOLDER_NAME}<!-- ENDIF --></h2>
-
-<form id="viewfolder" method="post" action="{S_PM_ACTION}">
-
-<div class="panel">
- <div class="inner">
- <!-- IF FOLDER_STATUS and FOLDER_MAX_MESSAGES neq 0 --><p>{FOLDER_STATUS}</p><!-- ENDIF -->
-
- <div class="action-bar top">
- <!-- IF U_POST_REPLY_PM or U_POST_NEW_TOPIC or U_FORWARD_PM -->
- <div class="buttons">
- <!-- IF U_POST_REPLY_PM -->
- <a title="{L_POST_REPLY_PM}" href="{U_POST_REPLY_PM}" class="button icon-button pmreply-icon">
- {L_BUTTON_PM_REPLY}
- </a>
- <!-- ELSEIF U_POST_NEW_TOPIC -->
- <a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}" class="button icon-button newpm-icon">
- {L_BUTTON_PM_NEW}
- </a>
- <!-- ENDIF -->
- <!-- IF U_FORWARD_PM -->
- <a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}" class="button icon-button forwardpm-icon">
- {L_BUTTON_PM_FORWARD}
- </a>
- <!-- ENDIF -->
- <!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 -->
- <a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}" class="button icon-button reply-all">
- {L_BUTTON_PM_REPLY_ALL}
- </a>
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
-
- <!-- IF not S_IS_BOT and U_PRINT_PM -->
- <div class="dropdown-container dropdown-button-control topic-tools">
- <span title="{L_PM_TOOLS}" class="dropdown-trigger dropdown-select button icon-button tools-icon"></span>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents">
- <!-- IF U_PRINT_PM --><li class="small-icon icon-print"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p">{L_PRINT_PM}</a></li><!-- ENDIF -->
- </ul>
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
- <div class="pagination">
- <!-- IF S_VIEW_MESSAGE -->
- <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a>
- <!-- ELSEIF FOLDER_CUR_MESSAGES neq 0 -->
- <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_PM_MARK_ALL_READ}</a> • <!-- ENDIF -->
- {TOTAL_MESSAGES}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
- </div>
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<!-- IF not PROMPT -->
- <!-- INCLUDE ucp_pm_message_header.html -->
-<!-- ENDIF -->
-
-<!-- IF PROMPT -->
- <h2>{L_EXPORT_AS_CSV}</h2>
- <form id="viewfolder" method="post" action="{S_PM_ACTION}">
- <div class="panel">
- <div class="inner">
- <h3>{L_OPTIONS}</h3>
- <fieldset>
- <dl>
- <dt><label for="delimiter">{L_DELIMITER}{L_COLON}</label></dt>
- <dd><input class="inputbox" type="text" id="delimiter" name="delimiter" value="," /></dd>
- </dl>
- <dl>
- <dt><label for="enclosure">{L_ENCLOSURE}{L_COLON}</label></dt>
- <dd><input class="inputbox" type="text" id="enclosure" name="enclosure" value=""" /></dd>
- </dl>
- </fieldset>
- </div>
- </div>
- <fieldset class="submit-buttons">
- <input type="hidden" name="export_option" value="CSV" />
- <input class="button1" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" />
- <input class="button2" type="reset" value="{L_RESET}" name="reset" />
- {S_FORM_TOKEN}
- </fieldset>
- </form>
-
-<!-- ELSE -->
-
- <!-- IF NUM_REMOVED -->
- <div class="notice">
- <p>{RULE_REMOVED_MESSAGES}</p>
- </div>
- <!-- ENDIF -->
-
- <!-- IF NUM_NOT_MOVED -->
- <div class="notice">
- <p>{NOT_MOVED_MESSAGES}<br />{RELEASE_MESSAGE_INFO}</p>
- </div>
- <!-- ENDIF -->
-
- <!-- IF .messagerow -->
- <ul class="topiclist two-columns">
- <li class="header">
- <dl>
- <dt><div class="list-inner">{L_MESSAGE}</div></dt>
- <dd class="mark">{L_MARK}</dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist cplist pmlist responsive-show-all <!-- IF S_SHOW_RECIPIENTS -->missing-column<!-- ELSE -->two-columns<!-- ENDIF -->">
-
- <!-- BEGIN messagerow -->
- <li class="row<!-- IF messagerow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF messagerow.PM_CLASS --> {messagerow.PM_CLASS}<!-- ENDIF -->">
- <dl class="icon {messagerow.FOLDER_IMG_STYLE}">
- <dt<!-- IF messagerow.PM_ICON_URL and S_PM_ICONS --> style="background-image: url({messagerow.PM_ICON_URL}); background-repeat: no-repeat;"<!-- ENDIF -->>
- <!-- IF messagerow.S_PM_UNREAD and not messagerow.S_PM_DELETED --><a href="{messagerow.U_VIEW_PM}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
-
- <!-- IF messagerow.S_PM_DELETED -->
- <a href="{messagerow.U_REMOVE_PM}" class="topictitle">{L_DELETE_MESSAGE}</a><br />
- <span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span>
- <!-- ELSE -->
- <a href="{messagerow.U_VIEW_PM}" class="topictitle">{messagerow.SUBJECT}</a>
- <!-- ENDIF -->
- <!-- IF messagerow.S_AUTHOR_DELETED -->
- <br /><em class="small">{L_PM_FROM_REMOVED_AUTHOR}</em>
- <!-- ENDIF -->
-
- <!-- IF messagerow.S_PM_REPORTED --><a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> {messagerow.ATTACH_ICON_IMG}<br />
- <!-- IF S_SHOW_RECIPIENTS -->{L_MESSAGE_TO} {messagerow.RECIPIENTS}<!-- ELSE -->{L_MESSAGE_BY_AUTHOR} {messagerow.MESSAGE_AUTHOR_FULL} » {messagerow.SENT_TIME}<!-- ENDIF -->
-
- </div>
- </dt>
- <!-- IF S_SHOW_RECIPIENTS --><dd class="info"><span>{L_SENT_AT}{L_COLON} {messagerow.SENT_TIME}</span></dd><!-- ENDIF -->
- <!-- IF S_UNREAD --><dd class="info"><!-- IF messagerow.FOLDER --><a href="{messagerow.U_FOLDER}">{messagerow.FOLDER}</a><!-- ELSE -->{L_UNKNOWN_FOLDER}<!-- ENDIF --></dd><!-- ENDIF -->
- <dd class="mark"><input type="checkbox" name="marked_msg_id[]" value="{messagerow.MESSAGE_ID}" /></dd>
- </dl>
- </li>
- <!-- END messagerow -->
-
- </ul>
- <!-- ELSE -->
- <p><strong>
- <!-- IF S_COMPOSE_PM_VIEW and S_NO_AUTH_SEND_MESSAGE -->
- <!-- IF S_USER_NEW -->{L_USER_NEW_PERMISSION_DISALLOWED}<!-- ELSE -->{L_NO_AUTH_SEND_MESSAGE}<!-- ENDIF -->
- <!-- ELSE -->
- {L_NO_MESSAGES}
- <!-- ENDIF -->
- </strong></p>
- <!-- ENDIF -->
-
- <!-- IF FOLDER_CUR_MESSAGES neq 0 -->
- <fieldset class="display-actions">
- <div class="left-box"><label for="export_option">{L_EXPORT_FOLDER}{L_COLON} <select name="export_option" id="export_option"><option value="CSV">{L_EXPORT_AS_CSV}</option><option value="CSV_EXCEL">{L_EXPORT_AS_CSV_EXCEL}</option><option value="XML">{L_EXPORT_AS_XML}</option></select></label> <input class="button2" type="submit" name="submit_export" value="{L_GO}" /><br /></div>
- <select name="mark_option">{S_MARK_OPTIONS}{S_MOVE_MARKED_OPTIONS}</select> <input class="button2" type="submit" name="submit_mark" value="{L_GO}" />
- <div><a href="#" onclick="marklist('viewfolder', 'marked_msg', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('viewfolder', 'marked_msg', false); return false;">{L_UNMARK_ALL}</a></div>
- </fieldset>
-
- <hr />
-
- <div class="action-bar bottom">
- <div class="pagination">
- {TOTAL_MESSAGES}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
- <!-- ENDIF -->
-
- </div>
- </div>
-
- <!-- IF FOLDER_CUR_MESSAGES neq 0 -->
- <fieldset class="display-options">
- <label>{L_DISPLAY}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR}</label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- <input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
- </fieldset>
- <!-- ENDIF -->
-
- <!-- INCLUDE ucp_pm_message_footer.html -->
-<!-- ENDIF -->
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<!-- INCLUDE ucp_pm_message_header.html -->
-
- </div>
-</div>
-
-
-<!-- IF S_DISPLAY_HISTORY and (U_VIEW_PREVIOUS_HISTORY or U_VIEW_NEXT_HISTORY) -->
- <fieldset class="display-options clearfix">
- <!-- IF U_VIEW_PREVIOUS_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_HISTORY}</a><!-- ENDIF -->
- <!-- IF U_VIEW_NEXT_HISTORY --><a href="{U_VIEW_NEXT_HISTORY}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_VIEW_NEXT_HISTORY}</a><!-- ENDIF -->
- </fieldset>
-<!-- ENDIF -->
-
-
-<div id="post-{MESSAGE_ID}" class="post pm has-profile<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
-<div class="inner">
-
- <dl class="postprofile" id="profile{MESSAGE_ID}">
- <dt class="<!-- IF RANK_TITLE or RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF AUTHOR_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->">
- <div class="avatar-container">
- <!-- EVENT ucp_pm_viewmessage_avatar_before -->
- <!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
- <!-- EVENT ucp_pm_viewmessage_avatar_after -->
- </div>
- {MESSAGE_AUTHOR_FULL}
- </dt>
-
- <!-- EVENT ucp_pm_viewmessage_rank_before -->
- <!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
- <!-- EVENT ucp_pm_viewmessage_rank_after -->
-
- <dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF U_AUTHOR_POSTS != '' --><a href="{U_AUTHOR_POSTS}">{AUTHOR_POSTS}</a><!-- ELSE -->{AUTHOR_POSTS}<!-- ENDIF --></dd>
- <!-- IF AUTHOR_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {AUTHOR_JOINED}</dd><!-- ENDIF -->
-
- <!-- EVENT ucp_pm_viewmessage_custom_fields_before -->
- <!-- BEGIN custom_fields -->
- <!-- IF not custom_fields.S_PROFILE_CONTACT -->
- <dd class="profile-custom-field profile-{custom_fields.PROFILE_FIELD_IDENT}"><strong>{custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {custom_fields.PROFILE_FIELD_VALUE}</dd>
- <!-- ENDIF -->
- <!-- END custom_fields -->
- <!-- EVENT ucp_pm_viewmessage_custom_fields_after -->
-
- <!-- EVENT ucp_pm_viewmessage_contact_fields_before -->
- <!-- IF .contact -->
- <dd class="profile-contact">
- <strong>{L_CONTACT}{L_COLON}</strong>
- <div class="dropdown-container dropdown-left">
- <a href="#" class="dropdown-trigger"><span class="imageset icon_contact" title="{CONTACT_USER}">{CONTACT_USER}</span></a>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <div class="dropdown-contents contact-icons">
- <!-- BEGIN contact -->
- {% set REMAINDER = contact.S_ROW_COUNT % 4 %}
- <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (contact.S_LAST_ROW and contact.S_NUM_ROWS < 4)) -->
- <!-- IF REMAINDER eq 0 -->
- <div>
- <!-- ENDIF -->
- <a href="<!-- IF contact.U_CONTACT -->{contact.U_CONTACT}<!-- ELSE -->{contact.U_PROFILE_AUTHOR}<!-- ENDIF -->" title="{contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
- <span class="contact-icon {contact.ID}-icon">{contact.NAME}</span>
- </a>
- <!-- IF REMAINDER eq 3 or contact.S_LAST_ROW -->
- </div>
- <!-- ENDIF -->
- <!-- END contact -->
- </div>
- </div>
- </div>
- </dd>
- <!-- ENDIF -->
- <!-- EVENT ucp_pm_viewmessage_contact_fields_after -->
- </dl>
-
- <div class="postbody">
- <h3 class="first">{SUBJECT}</h3>
-
- <!-- DEFINE $SHOW_PM_POST_BUTTONS = (U_EDIT or U_DELETE or U_REPORT or U_QUOTE) -->
- <!-- EVENT ucp_pm_viewmessage_post_buttons_list_before -->
- <!-- IF $SHOW_PM_POST_BUTTONS -->
- <ul class="post-buttons">
- <!-- EVENT ucp_pm_viewmessage_post_buttons_before -->
- <!-- IF U_EDIT -->
- <li>
- <a href="{U_EDIT}" title="{L_POST_EDIT_PM}" class="button icon-button edit-icon"><span>{L_POST_EDIT_PM}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF U_DELETE -->
- <li>
- <a href="{U_DELETE}" title="{L_DELETE_MESSAGE}" class="button icon-button delete-icon"><span>{L_DELETE_MESSAGE}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF U_REPORT -->
- <li>
- <a href="{U_REPORT}" title="{L_REPORT_PM}" class="button icon-button report-icon"><span>{L_REPORT_PM}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF U_QUOTE -->
- <li>
- <a href="{U_QUOTE}" title="{L_POST_QUOTE_PM}" class="button icon-button quote-icon"><span>{L_POST_QUOTE_PM}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- EVENT ucp_pm_viewmessage_post_buttons_after -->
- </ul>
- <!-- ENDIF -->
- <!-- EVENT ucp_pm_viewmessage_post_buttons_list_after -->
-
- <p class="author">
- <strong>{L_SENT_AT}{L_COLON}</strong> {SENT_DATE}
- <br /><strong>{L_PM_FROM}{L_COLON}</strong> {MESSAGE_AUTHOR_FULL}
- <!-- IF S_TO_RECIPIENT --><br /><strong>{L_TO}{L_COLON}</strong> <!-- BEGIN to_recipient --><!-- IF to_recipient.NAME_FULL -->{to_recipient.NAME_FULL}<!-- ELSE --><a href="{to_recipient.U_VIEW}" style="color:<!-- IF to_recipient.COLOUR -->{to_recipient.COLOUR}<!-- ELSEIF to_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{to_recipient.NAME}</a><!-- ENDIF --> <!-- END to_recipient --><!-- ENDIF -->
- <!-- IF S_BCC_RECIPIENT --><br /><strong>{L_BCC}{L_COLON}</strong> <!-- BEGIN bcc_recipient --><!-- IF bcc_recipient.NAME_FULL -->{bcc_recipient.NAME_FULL}<!-- ELSE --><a href="{bcc_recipient.U_VIEW}" style="color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{bcc_recipient.NAME}</a><!-- ENDIF --> <!-- END bcc_recipient --><!-- ENDIF -->
- </p>
-
-
- <div class="content">{MESSAGE}</div>
-
- <!-- IF S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>
- {L_ATTACHMENTS}
- </dt>
- <!-- BEGIN attachment -->
- <dd>{attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- <!-- IF S_DISPLAY_NOTICE -->
- <div class="post-notice error">{L_DOWNLOAD_NOTICE}</div>
- <!-- ENDIF -->
-
- <!-- IF EDITED_MESSAGE or EDIT_REASON -->
- <div class="notice">{EDITED_MESSAGE}
- <!-- IF EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{EDIT_REASON}</em><!-- ENDIF -->
- </div>
- <!-- ENDIF -->
-
- <!-- IF SIGNATURE -->
- <div id="sig{MESSAGE_ID}" class="signature">{SIGNATURE}</div>
- <!-- ENDIF -->
- </div>
-
- <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
-
- </div>
-</div>
-
-<!-- IF S_VIEW_MESSAGE -->
-<fieldset class="display-options">
- <!-- IF U_PREVIOUS_PM --><a href="{U_PREVIOUS_PM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_VIEW_PREVIOUS_PM}</a><!-- ENDIF -->
- <!-- IF U_NEXT_PM --><a href="{U_NEXT_PM}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_VIEW_NEXT_PM}</a><!-- ENDIF -->
-
- <!-- IF S_MARK_OPTIONS --><label for="mark_option"><select name="mark_option" id="mark_option">{S_MARK_OPTIONS}</select></label> <input class="button2" type="submit" name="submit_mark" value="{L_GO}" /><!-- ENDIF -->
- <!-- IF not S_UNREAD and not S_SPECIAL_FOLDER --><label for="dest_folder"><!-- IF S_VIEW_MESSAGE -->{L_MOVE_TO_FOLDER}{L_COLON} <!-- ELSE -->{L_MOVE_MARKED_TO_FOLDER}<!-- ENDIF --> <select name="dest_folder" id="dest_folder">{S_TO_FOLDER_OPTIONS}</select></label> <input class="button2" type="submit" name="move_pm" value="{L_GO}" /><!-- ENDIF -->
- <input type="hidden" name="marked_msg_id[]" value="{MSG_ID}" />
- <input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
- <input type="hidden" name="p" value="{MSG_ID}" />
-</fieldset>
-<!-- ENDIF -->
-
-<!-- INCLUDE ucp_pm_message_footer.html -->
-
-<!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!DOCTYPE html>
-<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
-<head>
-<meta charset="utf-8" />
-<meta name="robots" content="noindex" />
-{META}
-<title>{SITENAME} • {PAGE_TITLE}</title>
-
-<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
-<!-- EVENT ucp_pm_viewmessage_print_head_append -->
-</head>
-<body id="phpbb">
-<div id="wrap">
- <a id="top" class="anchor" accesskey="t"></a>
-
- <div id="page-header">
- <h1>{SITENAME}</h1>
- <p>{SITE_DESCRIPTION}</p>
-
- <h2>{L_PRIVATE_MESSAGING}</h2>
- </div>
-
- <div id="page-body">
- <div class="page-number">{PAGE_NUMBER}</div>
- <div class="post">
- <h3>{SUBJECT}</h3>
- <div class="date">{L_SENT_AT} <strong>{SENT_DATE}</strong></div>
- <div class="author">{L_PM_FROM} <strong>{MESSAGE_AUTHOR}</strong></div>
- <!-- IF S_TO_RECIPIENT -->
- <div class="author">{L_TO} <strong><!-- BEGIN to_recipient -->{to_recipient.NAME} <!-- END to_recipient --></strong></div>
- <!-- ENDIF -->
- <!-- IF S_BCC_RECIPIENT -->
- <div class="author">{L_BCC} <strong><!-- BEGIN bcc_recipient -->{bcc_recipient.NAME} <!-- END bcc_recipient --></strong></div>
- <!-- ENDIF -->
- <hr />
- <div class="content">{MESSAGE}</div>
- </div>
- <hr />
- </div>
-
- <div id="page-footer">
- <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
- <div class="copyright">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</div>
- </div>
-</div>
-
-</body>
-</html>
+++ /dev/null
-<!-- INCLUDE ucp_header.html -->
-
-<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
-
-<h2>{L_TITLE}</h2>
-
-<div class="panel">
- <div class="inner">
-
- <fieldset>
- <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
- <!-- EVENT ucp_prefs_personal_prepend -->
- <dl>
- <dt><label for="viewemail0">{L_SHOW_EMAIL}{L_COLON}</label></dt>
- <dd>
- <label for="viewemail1"><input type="radio" name="viewemail" id="viewemail1" value="1"<!-- IF S_VIEW_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label for="viewemail0"><input type="radio" name="viewemail" id="viewemail0" value="0"<!-- IF not S_VIEW_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
- </dd>
- </dl>
- <dl>
- <dt><label for="massemail1">{L_ADMIN_EMAIL}{L_COLON}</label></dt>
- <dd>
- <label for="massemail1"><input type="radio" name="massemail" id="massemail1" value="1"<!-- IF S_MASS_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label for="massemail0"><input type="radio" name="massemail" id="massemail0" value="0"<!-- IF not S_MASS_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
- </dd>
- </dl>
- <dl>
- <dt><label for="allowpm1">{L_ALLOW_PM}{L_COLON}</label><br /><span>{L_ALLOW_PM_EXPLAIN}</span></dt>
- <dd>
- <label for="allowpm1"><input type="radio" name="allowpm" id="allowpm1" value="1"<!-- IF S_ALLOW_PM --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label for="allowpm0"><input type="radio" name="allowpm" id="allowpm0" value="0"<!-- IF not S_ALLOW_PM --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
- </dd>
- </dl>
- <!-- IF S_CAN_HIDE_ONLINE -->
- <dl>
- <dt><label for="hideonline0">{L_HIDE_ONLINE}{L_COLON}</label><br /><span>{L_HIDE_ONLINE_EXPLAIN}</span></dt>
- <dd>
- <label for="hideonline1"><input type="radio" name="hideonline" id="hideonline1" value="1"<!-- IF S_HIDE_ONLINE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label for="hideonline0"><input type="radio" name="hideonline" id="hideonline0" value="0"<!-- IF not S_HIDE_ONLINE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
- </dd>
- </dl>
- <!-- ENDIF -->
- <!-- IF S_SELECT_NOTIFY -->
- <dl>
- <dt><label for="notifymethod0">{L_NOTIFY_METHOD}{L_COLON}</label></dt>
- <dd>
- <label for="notifymethod0"><input type="radio" name="notifymethod" id="notifymethod0" value="0"<!-- IF S_NOTIFY_EMAIL --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_EMAIL}</label>
- <label for="notifymethod1"><input type="radio" name="notifymethod" id="notifymethod1" value="1"<!-- IF S_NOTIFY_IM --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_IM}</label>
- <label for="notifymethod2"><input type="radio" name="notifymethod" id="notifymethod2" value="2"<!-- IF S_NOTIFY_BOTH --> checked="checked"<!-- ENDIF --> /> {L_NOTIFY_METHOD_BOTH}</label>
- </dd>
- </dl>
- <!-- ENDIF -->
- <!-- IF S_MORE_LANGUAGES -->
- <dl>
- <dt><label for="lang">{L_BOARD_LANGUAGE}{L_COLON}</label></dt>
- <dd><select name="lang" id="lang">{S_LANG_OPTIONS}</select></dd>
- </dl>
- <!-- ENDIF -->
- <!-- IF S_STYLE_OPTIONS and S_MORE_STYLES -->
- <dl>
- <dt><label for="user_style">{L_BOARD_STYLE}{L_COLON}</label></dt>
- <dd><select name="user_style" id="user_style">{S_STYLE_OPTIONS}</select></dd>
- </dl>
- <!-- ENDIF -->
- <!-- INCLUDE timezone_option.html -->
- <dl>
- <dt><label for="dateformat">{L_BOARD_DATE_FORMAT}{L_COLON}</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt>
- <dd>
- <select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){phpbb.toggleDisplay('custom_date',1);}else{phpbb.toggleDisplay('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">
- {S_DATEFORMAT_OPTIONS}
- </select>
- </dd>
- <dd id="custom_date" style="display:none;"><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="inputbox narrow" style="margin-top: 3px;" /></dd>
- </dl>
- <!-- EVENT ucp_prefs_personal_append -->
- </fieldset>
-
- </div>
-</div>
-
-<fieldset class="submit-buttons">
- {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
- <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
- {S_FORM_TOKEN}
-</fieldset>
-</form>
-
-<script type="text/javascript">
-// <![CDATA[
- var date_format = '{A_DATE_FORMAT}';
- var default_dateformat = '{A_DEFAULT_DATEFORMAT}';
-
- function customDates()
- {
- var e = document.getElementById('dateoptions');
-
- e.selectedIndex = e.length - 1;
-
- // Loop and match date_format in menu
- for (var i = 0; i < e.length; i++)
- {
- if (e.options[i].value == date_format)
- {
- e.selectedIndex = i;
- break;
- }
- }
-
- // Show/hide custom field
- if (e.selectedIndex == e.length - 1)
- {
- phpbb.toggleDisplay('custom_date',1);
- }
- else
- {
- phpbb.toggleDisplay('custom_date',-1);
- }
- }
-
- window.onload = customDates;
-// ]]>
-</script>
-
-<!-- INCLUDE ucp_footer.html -->
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<!-- IF S_FORUM_RULES -->
- <div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">
- <div class="inner">
-
- <!-- IF U_FORUM_RULES -->
- <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
- <!-- ELSE -->
- <strong>{L_FORUM_RULES}</strong><br />
- {FORUM_RULES}
- <!-- ENDIF -->
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_HAS_SUBFORUM -->
-<!-- IF not S_IS_BOT and U_MARK_FORUMS -->
- <div class="action-bar compact">
- <a href="{U_MARK_FORUMS}" class="mark-read rightside" data-ajax="mark_forums_read">{L_MARK_SUBFORUMS_READ}</a>
- </div>
-<!-- ENDIF -->
- <!-- INCLUDE forumlist_body.html -->
-<!-- ENDIF -->
-
-<!-- IF S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS -->
- <div class="action-bar bar-top">
-
- <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
- <div class="buttons">
- <!-- EVENT viewforum_buttons_top_before -->
-
- <a href="{U_POST_NEW_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">
- <!-- IF S_IS_LOCKED -->{L_BUTTON_FORUM_LOCKED}<!-- ELSE -->{L_BUTTON_NEW_TOPIC}<!-- ENDIF -->
- </a>
-
- <!-- EVENT viewforum_buttons_top_after -->
- </div>
- <!-- ENDIF -->
-
- <!-- IF S_DISPLAY_SEARCHBOX -->
- <div class="search-box" role="search">
- <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
- <fieldset>
- <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_FORUM}" />
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
- {S_SEARCH_LOCAL_HIDDEN_FIELDS}
- </fieldset>
- </form>
- </div>
- <!-- ENDIF -->
-
- <div class="pagination">
- <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" class="mark" accesskey="m" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> • <!-- ENDIF -->
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
-
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_NO_READ_ACCESS -->
-
- <div class="panel">
- <div class="inner">
- <strong>{L_NO_READ_ACCESS}</strong>
- </div>
- </div>
-
- <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
-
- <form action="{S_LOGIN_ACTION}" method="post">
-
- <div class="panel">
- <div class="inner">
-
- <div class="content">
- <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED --> • <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>
-
- <fieldset class="fields1">
- <dl>
- <dt><label for="username">{L_USERNAME}{L_COLON}</label></dt>
- <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd>
- </dl>
- <dl>
- <dt><label for="password">{L_PASSWORD}{L_COLON}</label></dt>
- <dd><input type="password" tabindex="2" id="password" name="password" size="25" class="inputbox autowidth" autocomplete="off" /></dd>
- <!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="3" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
- <dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="4" /> {L_HIDE_ME}</label></dd>
- </dl>
- <dl>
- <dt> </dt>
- <dd><input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" /></dd>
- </dl>
- {S_LOGIN_REDIRECT}
- </fieldset>
- </div>
-
- </div>
- </div>
-
- </form>
-
- <!-- ENDIF -->
-
-<!-- ENDIF -->
-
-<!-- EVENT viewforum_body_topic_row_before -->
-
-<!-- BEGIN topicrow -->
-
- <!-- IF not topicrow.S_TOPIC_TYPE_SWITCH and not topicrow.S_FIRST_ROW -->
- </ul>
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH -->
- <div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) --> announcement<!-- ENDIF -->">
- <div class="inner">
- <ul class="topiclist">
- <li class="header">
- <dl class="row-item">
- <dt<!-- IF S_DISPLAY_ACTIVE --> id="active_topics"<!-- ENDIF -->><div class="list-inner"><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></div></dt>
- <dd class="posts">{L_REPLIES}</dd>
- <dd class="views">{L_VIEWS}</dd>
- <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
- </dl>
- </li>
- </ul>
- <ul class="topiclist topics">
- <!-- ENDIF -->
-
- <!-- EVENT viewforum_body_topicrow_row_before -->
- <li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->">
- <!-- EVENT viewforum_body_topic_row_prepend -->
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}">
- <dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
- <!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF -->
- <div class="list-inner">
- <!-- EVENT topiclist_row_prepend -->
- <!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
- <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF -->
- <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
-
- <!-- IF not S_IS_BOT -->
- <div class="responsive-show" style="display: none;">
- {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a>
- <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --><br />{L_POSTED} {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
- </div>
- <!-- IF topicrow.REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span><!-- ENDIF -->
- <!-- ENDIF -->
-
- <!-- IF .topicrow.pagination -->
- <div class="pagination">
- <ul>
- <!-- BEGIN pagination -->
- <!-- IF topicrow.pagination.S_IS_PREV -->
- <!-- ELSEIF topicrow.pagination.S_IS_CURRENT --><li class="active"><span>{topicrow.pagination.PAGE_NUMBER}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li>
- <!-- ELSEIF topicrow.pagination.S_IS_NEXT -->
- <!-- ELSE --><li><a class="button" href="{topicrow.pagination.PAGE_URL}">{topicrow.pagination.PAGE_NUMBER}</a></li>
- <!-- ENDIF -->
- <!-- END pagination -->
- </ul>
- </div>
- <!-- ENDIF -->
-
- <div class="responsive-hide">
- <!-- IF topicrow.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF -->
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->
- {L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
- <!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> » {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
- </div>
-
- <!-- EVENT topiclist_row_append -->
- </div>
- </dt>
- <dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
- <dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
- <dd class="lastpost">
- <span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}
- <!-- IF not S_IS_BOT -->
- <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}
- </a>
- <!-- ENDIF -->
- <br />{topicrow.LAST_POST_TIME}
- </span>
- </dd>
- </dl>
- <!-- EVENT viewforum_body_topic_row_append -->
- </li>
- <!-- EVENT viewforum_body_topic_row_after -->
-
- <!-- IF topicrow.S_LAST_ROW -->
- </ul>
- </div>
- </div>
- <!-- ENDIF -->
-
-<!-- BEGINELSE -->
- <!-- IF S_IS_POSTABLE -->
- <div class="panel">
- <div class="inner">
- <strong>{L_NO_TOPICS}</strong>
- </div>
- </div>
- <!-- ENDIF -->
-<!-- END topicrow -->
-
-<!-- IF S_SELECT_SORT_DAYS and not S_DISPLAY_ACTIVE -->
- <form method="post" action="{S_FORUM_ACTION}">
- <fieldset class="display-options">
- <!-- IF not S_IS_BOT -->
- <label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label>
- <label>{S_SELECT_SORT_DIR}</label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- <!-- ENDIF -->
- </fieldset>
- </form>
- <hr />
-<!-- ENDIF -->
-
-<!-- IF .topicrow and not S_DISPLAY_ACTIVE -->
- <div class="action-bar bottom">
- <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
- <div class="buttons">
- <!-- EVENT viewforum_buttons_bottom_before -->
-
- <a href="{U_POST_NEW_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->post-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_FORUM_LOCKED}<!-- ELSE -->{L_POST_TOPIC}<!-- ENDIF -->">
- <!-- IF S_IS_LOCKED -->{L_BUTTON_FORUM_LOCKED}<!-- ELSE -->{L_BUTTON_NEW_TOPIC}<!-- ENDIF -->
- </a>
-
- <!-- EVENT viewforum_buttons_bottom_after -->
- </div>
- <!-- ENDIF -->
-
- <div class="pagination">
- <!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}" data-ajax="mark_topics_read">{L_MARK_TOPICS_READ}</a> • <!-- ENDIF -->
- {TOTAL_TOPICS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- </div>
-<!-- ENDIF -->
-
-<!-- INCLUDE jumpbox.html -->
-
-<!-- IF S_DISPLAY_ONLINE_LIST -->
- <div class="stat-block online-list">
- <h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
- <p>{LOGGED_IN_USER_LIST}</p>
- </div>
-<!-- ENDIF -->
-
-<!-- IF S_DISPLAY_POST_INFO -->
- <div class="stat-block permissions">
- <h3>{L_FORUM_PERMISSIONS}</h3>
- <p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
- </div>
-<!-- ENDIF -->
-
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
-<!-- INCLUDE overall_header.html -->
-
-<h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
-<!-- EVENT viewtopic_topic_title_after -->
-<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
-<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->
-
-<!-- IF MODERATORS -->
-<p>
- <strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON}</strong> {MODERATORS}
-</p>
-<!-- ENDIF -->
-
-<!-- IF S_FORUM_RULES -->
- <div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->">
- <div class="inner">
-
- <!-- IF U_FORUM_RULES -->
- <a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
- <!-- ELSE -->
- <strong>{L_FORUM_RULES}</strong><br />
- {FORUM_RULES}
- <!-- ENDIF -->
-
- </div>
- </div>
-<!-- ENDIF -->
-
-<div class="action-bar top">
-
- <div class="buttons">
- <!-- EVENT viewtopic_buttons_top_before -->
-
- <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
- <a href="{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">
- <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->
- </a>
- <!-- ENDIF -->
-
- <!-- EVENT viewtopic_buttons_top_after -->
- </div>
-
- <!-- INCLUDE viewtopic_topic_tools.html -->
- <!-- EVENT viewtopic_dropdown_top_custom -->
-
- <!-- IF S_DISPLAY_SEARCHBOX -->
- <div class="search-box" role="search">
- <form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
- <fieldset>
- <input class="inputbox search tiny" type="search" name="keywords" id="search_keywords" size="20" placeholder="{L_SEARCH_TOPIC}" />
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
- {S_SEARCH_LOCAL_HIDDEN_FIELDS}
- </fieldset>
- </form>
- </div>
- <!-- ENDIF -->
-
- <!-- IF .pagination or TOTAL_POSTS -->
- <div class="pagination">
- <!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}" class="mark">{L_VIEW_UNREAD_POST}</a> • <!-- ENDIF -->{TOTAL_POSTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
- <!-- EVENT viewtopic_body_pagination_top_after -->
-</div>
-
-<!-- EVENT viewtopic_body_poll_before -->
-
-<!-- IF S_HAS_POLL -->
- <form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">
-
- <div class="panel">
- <div class="inner">
-
- <div class="content">
- <h2 class="poll-title"><!-- EVENT viewtopic_body_poll_question_prepend -->{POLL_QUESTION}<!-- EVENT viewtopic_body_poll_question_append --></h2>
- <p class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE --><span class="poll_max_votes">{L_MAX_VOTES}</span><!-- ENDIF --></p>
-
- <fieldset class="polls">
- <!-- BEGIN poll_option -->
- <!-- EVENT viewtopic_body_poll_option_before -->
- <dl class="<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF --><!-- IF poll_option.POLL_OPTION_MOST_VOTES --> most-votes<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF --> data-alt-text="{L_POLL_VOTED_OPTION}" data-poll-option-id="{poll_option.POLL_OPTION_ID}">
- <dt><!-- IF S_CAN_VOTE --><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>
- <!-- IF S_CAN_VOTE --><dd style="width: auto;" class="poll_option_select"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
- <dd class="resultbar<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT_REL};">{poll_option.POLL_OPTION_RESULT}</div></dd>
- <dd class="poll_option_percent<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->"><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd>
- </dl>
- <!-- EVENT viewtopic_body_poll_option_after -->
- <!-- END poll_option -->
-
- <dl class="poll_total_votes<!-- IF not S_DISPLAY_RESULTS --> hidden<!-- ENDIF -->">
- <dt> </dt>
- <dd class="resultbar">{L_TOTAL_VOTES}{L_COLON} <span class="poll_total_vote_cnt">{TOTAL_VOTES}</span></dd>
- </dl>
-
- <!-- IF S_CAN_VOTE -->
- <dl style="border-top: none;" class="poll_vote">
- <dt> </dt>
- <dd class="resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>
- </dl>
- <!-- ENDIF -->
-
- <!-- IF not S_DISPLAY_RESULTS -->
- <dl style="border-top: none;" class="poll_view_results">
- <dt> </dt>
- <dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>
- </dl>
- <!-- ENDIF -->
- </fieldset>
- <div class="vote-submitted hidden">{L_VOTE_SUBMITTED}</div>
- </div>
-
- </div>
- {S_FORM_TOKEN}
- {S_HIDDEN_FIELDS}
- </div>
-
- </form>
- <hr />
-<!-- ENDIF -->
-
-<!-- EVENT viewtopic_body_poll_after -->
-
-<!-- BEGIN postrow -->
- <!-- EVENT viewtopic_body_postrow_post_before -->
- <!-- IF postrow.S_FIRST_UNREAD -->
- <a id="unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a>
- <!-- ENDIF -->
- <div id="p{postrow.POST_ID}" class="post has-profile <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF --><!-- IF postrow.POSTER_WARNINGS --> warned<!-- ENDIF -->">
- <div class="inner">
-
- <dl class="postprofile" id="profile{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
- <dt class="<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->has-profile-rank<!-- ELSE -->no-profile-rank<!-- ENDIF --> <!-- IF postrow.POSTER_AVATAR -->has-avatar<!-- ELSE -->no-avatar<!-- ENDIF -->">
- <div class="avatar-container">
- <!-- EVENT viewtopic_body_avatar_before -->
- <!-- IF postrow.POSTER_AVATAR -->
- <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="avatar">{postrow.POSTER_AVATAR}</a><!-- ELSE --><span class="avatar">{postrow.POSTER_AVATAR}</span><!-- ENDIF -->
- <!-- ENDIF -->
- <!-- EVENT viewtopic_body_avatar_after -->
- </div>
- <!-- EVENT viewtopic_body_post_author_before -->
- <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
- <!-- EVENT viewtopic_body_post_author_after -->
- </dt>
-
- <!-- EVENT viewtopic_body_postrow_rank_before -->
- <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
- <!-- EVENT viewtopic_body_postrow_rank_after -->
-
- <!-- IF postrow.POSTER_POSTS != '' --><dd class="profile-posts"><strong>{L_POSTS}{L_COLON}</strong> <!-- IF postrow.U_SEARCH !== '' --><a href="{postrow.U_SEARCH}"><!-- ENDIF -->{postrow.POSTER_POSTS}<!-- IF postrow.U_SEARCH !== '' --></a><!-- ENDIF --></dd><!-- ENDIF -->
- <!-- IF postrow.POSTER_JOINED --><dd class="profile-joined"><strong>{L_JOINED}{L_COLON}</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
- <!-- IF postrow.POSTER_WARNINGS --><dd class="profile-warnings"><strong>{L_WARNINGS}{L_COLON}</strong> {postrow.POSTER_WARNINGS}</dd><!-- ENDIF -->
-
- <!-- IF postrow.S_PROFILE_FIELD1 -->
- <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
- <dd><strong>{postrow.PROFILE_FIELD1_NAME}{L_COLON}</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
- <!-- ENDIF -->
-
- <!-- EVENT viewtopic_body_postrow_custom_fields_before -->
- <!-- BEGIN custom_fields -->
- <!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->
- <dd class="profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
- <!-- ENDIF -->
- <!-- END custom_fields -->
- <!-- EVENT viewtopic_body_postrow_custom_fields_after -->
-
- <!-- EVENT viewtopic_body_contact_fields_before -->
- <!-- IF not S_IS_BOT and .postrow.contact -->
- <dd class="profile-contact">
- <strong>{L_CONTACT}{L_COLON}</strong>
- <div class="dropdown-container dropdown-left">
- <a href="#" class="dropdown-trigger"><span class="imageset icon_contact" title="{postrow.CONTACT_USER}">{postrow.CONTACT_USER}</span></a>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <div class="dropdown-contents contact-icons">
- <!-- BEGIN contact -->
- {% set REMAINDER = postrow.contact.S_ROW_COUNT % 4 %}
- <!-- DEFINE $S_LAST_CELL = ((REMAINDER eq 3) or (postrow.contact.S_LAST_ROW and postrow.contact.S_NUM_ROWS < 4)) -->
- <!-- IF REMAINDER eq 0 -->
- <div>
- <!-- ENDIF -->
- <a href="<!-- IF postrow.contact.U_CONTACT -->{postrow.contact.U_CONTACT}<!-- ELSE -->{postrow.U_POST_AUTHOR}<!-- ENDIF -->" title="{postrow.contact.NAME}"<!-- IF $S_LAST_CELL --> class="last-cell"<!-- ENDIF --><!-- IF postrow.contact.ID eq 'jabber' --> onclick="popup(this.href, 750, 320); return false;"<!-- ENDIF -->>
- <span class="contact-icon {postrow.contact.ID}-icon">{postrow.contact.NAME}</span>
- </a>
- <!-- IF REMAINDER eq 3 or postrow.contact.S_LAST_ROW -->
- </div>
- <!-- ENDIF -->
- <!-- END contact -->
- </div>
- </div>
- </div>
- </dd>
- <!-- ENDIF -->
- <!-- EVENT viewtopic_body_contact_fields_after -->
-
- </dl>
-
- <div class="postbody">
- <!-- IF postrow.S_POST_HIDDEN -->
- <!-- IF postrow.S_POST_DELETED -->
- <div class="ignore" id="post_hidden{postrow.POST_ID}">
- {postrow.L_POST_DELETED_MESSAGE}<br />
- {postrow.L_POST_DISPLAY}
- </div>
- <!-- ELSEIF postrow.S_IGNORE_POST -->
- <div class="ignore" id="post_hidden{postrow.POST_ID}">
- {postrow.L_IGNORE_POST}<br />
- {postrow.L_POST_DISPLAY}
- </div>
- <!-- ENDIF -->
- <!-- ENDIF -->
- <div id="post_content{postrow.POST_ID}"<!-- IF postrow.S_POST_HIDDEN --> style="display: none;"<!-- ENDIF -->>
-
- <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
-
- <!-- DEFINE $SHOW_POST_BUTTONS = (postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE) -->
- <!-- EVENT viewtopic_body_post_buttons_list_before -->
- <!-- IF not S_IS_BOT -->
- <!-- IF $SHOW_POST_BUTTONS -->
- <ul class="post-buttons">
- <!-- EVENT viewtopic_body_post_buttons_before -->
- <!-- IF postrow.U_EDIT -->
- <li>
- <a href="{postrow.U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon"><span>{L_BUTTON_EDIT}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF postrow.U_DELETE -->
- <li>
- <a href="{postrow.U_DELETE}" title="{L_DELETE_POST}" class="button icon-button delete-icon"><span>{L_DELETE_POST}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF postrow.U_REPORT -->
- <li>
- <a href="{postrow.U_REPORT}" title="{L_REPORT_POST}" class="button icon-button report-icon"><span>{L_REPORT_POST}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF postrow.U_WARN -->
- <li>
- <a href="{postrow.U_WARN}" title="{L_WARN_USER}" class="button icon-button warn-icon"><span>{L_WARN_USER}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF postrow.U_INFO -->
- <li>
- <a href="{postrow.U_INFO}" title="{L_INFORMATION}" class="button icon-button info-icon"><span>{L_INFORMATION}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- IF postrow.U_QUOTE -->
- <li>
- <a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}" class="button icon-button quote-icon"><span>{L_QUOTE}</span></a>
- </li>
- <!-- ENDIF -->
- <!-- EVENT viewtopic_body_post_buttons_after -->
- </ul>
- <!-- ENDIF -->
- <!-- ENDIF -->
- <!-- EVENT viewtopic_body_post_buttons_list_after -->
-
- <!-- EVENT viewtopic_body_postrow_post_details_before -->
- <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><span class="responsive-hide">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> » </span>{postrow.POST_DATE} </p>
- <!-- EVENT viewtopic_body_postrow_post_details_after -->
-
- <!-- IF postrow.S_POST_UNAPPROVED -->
- <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
- <p class="post-notice unapproved">
- <span><i class="icon fa-question icon-red fa-fw" aria-hidden="true"></i></span>
- <strong>{L_POST_UNAPPROVED_ACTION}</strong>
- <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />
- <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />
- <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />
- {S_FORM_TOKEN}
- </p>
- </form>
- <!-- ELSEIF postrow.S_POST_DELETED -->
- <form method="post" class="mcp_approve" action="{postrow.U_APPROVE_ACTION}">
- <p class="post-notice deleted">
- <strong>{L_POST_DELETED_ACTION}</strong>
- <!-- IF postrow.S_DELETE_PERMANENT -->
- <input class="button2" type="submit" value="{L_DELETE}" name="action[delete]" />
- <!-- ENDIF -->
- <input class="button1" type="submit" value="{L_RESTORE}" name="action[restore]" />
- <input type="hidden" name="post_id_list[]" value="{postrow.POST_ID}" />
- {S_FORM_TOKEN}
- </p>
- </form>
- <!-- ENDIF -->
-
- <!-- IF postrow.S_POST_REPORTED -->
- <p class="post-notice reported">
- <a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a>
- </p>
- <!-- ENDIF -->
-
- <div class="content">{postrow.MESSAGE}</div>
-
- <!-- IF postrow.S_HAS_ATTACHMENTS -->
- <dl class="attachbox">
- <dt>
- {L_ATTACHMENTS}
- </dt>
- <!-- BEGIN attachment -->
- <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
- <!-- END attachment -->
- </dl>
- <!-- ENDIF -->
-
- <!-- EVENT viewtopic_body_postrow_post_notices_before -->
- <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
- <!-- IF postrow.DELETED_MESSAGE or postrow.DELETE_REASON -->
- <div class="notice post_deleted_msg">
- {postrow.DELETED_MESSAGE}
- <!-- IF postrow.DELETE_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.DELETE_REASON}</em><!-- ENDIF -->
- </div>
- <!-- ELSEIF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
- <div class="notice">
- {postrow.EDITED_MESSAGE}
- <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}{L_COLON}</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
- </div>
- <!-- ENDIF -->
-
- <!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
- <!-- EVENT viewtopic_body_postrow_post_notices_after -->
- <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
-
- <!-- EVENT viewtopic_body_postrow_post_content_footer -->
- </div>
-
- </div>
-
- <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
-
- </div>
- </div>
-
- <hr class="divider" />
- <!-- EVENT viewtopic_body_postrow_post_after -->
-<!-- END postrow -->
-
-<!-- IF S_QUICK_REPLY -->
- <!-- INCLUDE quickreply_editor.html -->
-<!-- ENDIF -->
-
-<!-- IF S_NUM_POSTS > 1 or .pagination -->
- <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">
- <fieldset class="display-options" style="margin-top: 0; ">
- <!-- IF not S_IS_BOT -->
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label>
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR}</label>
- <input type="submit" name="sort" value="{L_GO}" class="button2" />
- <!-- ENDIF -->
- </fieldset>
- </form>
- <hr />
-<!-- ENDIF -->
-
-<!-- EVENT viewtopic_body_topic_actions_before -->
-<div class="action-bar bottom">
- <div class="buttons">
- <!-- EVENT viewtopic_buttons_bottom_before -->
-
- <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
- <a href="{U_POST_REPLY_TOPIC}" class="button icon-button <!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->">
- <!-- IF S_IS_LOCKED -->{L_BUTTON_TOPIC_LOCKED}<!-- ELSE -->{L_BUTTON_POST_REPLY}<!-- ENDIF -->
- </a>
- <!-- ENDIF -->
-
- <!-- EVENT viewtopic_buttons_bottom_after -->
- </div>
-
- <!-- INCLUDE viewtopic_topic_tools.html -->
-
- <!-- IF .quickmod -->
- <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_BEGIN} dropdown-up dropdown-{S_CONTENT_FLOW_END} dropdown-button-control" id="quickmod">
- <span title="{L_QUICK_MOD}" class="dropdown-trigger button icon-button modtools-icon dropdown-select">{L_QUICK_MOD}</span>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents">
- <!-- BEGIN quickmod -->
- <!-- DEFINE $QUICKMOD_AJAX = (quickmod.VALUE in ['lock', 'unlock', 'delete_topic', 'restore_topic', 'make_normal', 'make_sticky', 'make_announce', 'make_global']) -->
- <li><a href="{quickmod.LINK}"<!-- IF $QUICKMOD_AJAX --> data-ajax="true" data-refresh="true"<!-- ENDIF -->>{quickmod.TITLE}</a></li>
- <!-- END quickmod -->
- </ul>
- </div>
- </div>
- <!-- ENDIF -->
-
- <!-- EVENT viewtopic_dropdown_bottom_custom -->
-
- <!-- IF .pagination or TOTAL_POSTS -->
- <div class="pagination">
- {TOTAL_POSTS}
- <!-- IF .pagination -->
- <!-- INCLUDE pagination.html -->
- <!-- ELSE -->
- • {PAGE_NUMBER}
- <!-- ENDIF -->
- </div>
- <!-- ENDIF -->
- <div class="clear"></div>
-</div>
-
-<!-- EVENT viewtopic_body_footer_before -->
-<!-- INCLUDE jumpbox.html -->
-
-<!-- IF S_DISPLAY_ONLINE_LIST -->
- <div class="stat-block online-list">
- <h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
- <p>{LOGGED_IN_USER_LIST}</p>
- </div>
-<!-- ENDIF -->
-
-<!-- INCLUDE overall_footer.html -->
+++ /dev/null
-<!-- IF not S_IS_BOT and (U_WATCH_TOPIC or U_BOOKMARK_TOPIC or U_BUMP_TOPIC or U_EMAIL_TOPIC or U_PRINT_TOPIC or S_DISPLAY_TOPIC_TOOLS) -->
- <div class="dropdown-container dropdown-button-control topic-tools">
- <span title="{L_TOPIC_TOOLS}" class="button icon-button tools-icon dropdown-trigger dropdown-select"></span>
- <div class="dropdown hidden">
- <div class="pointer"><div class="pointer-inner"></div></div>
- <ul class="dropdown-contents">
- <!-- EVENT viewtopic_topic_tools_before -->
- <!-- IF U_WATCH_TOPIC -->
- <li class="small-icon icon-<!-- IF S_WATCHING_TOPIC -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->">
- <a href="{U_WATCH_TOPIC}" class="watch-topic-link" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon icon-<!-- IF not S_WATCHING_TOPIC -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}" data-update-all=".watch-topic-link">{S_WATCH_TOPIC_TITLE}</a>
- </li>
- <!-- ENDIF -->
- <!-- IF U_BOOKMARK_TOPIC -->
- <li class="small-icon icon-bookmark">
- <a href="{U_BOOKMARK_TOPIC}" class="bookmark-link" title="{L_BOOKMARK_TOPIC}" data-ajax="alt_text" data-alt-text="{S_BOOKMARK_TOGGLE}" data-update-all=".bookmark-link">{S_BOOKMARK_TOPIC}</a>
- </li>
- <!-- ENDIF -->
- <!-- IF U_BUMP_TOPIC --><li class="small-icon icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}" data-ajax="true">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
- <!-- IF U_EMAIL_TOPIC --><li class="small-icon icon-sendemail"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
- <!-- IF U_PRINT_TOPIC --><li class="small-icon icon-print"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
- <!-- EVENT viewtopic_topic_tools_after -->
- </ul>
- </div>
- </div>
-<!-- ENDIF -->
--- /dev/null
+/* --------------------------------------------------------------
+ $Base
+-------------------------------------------------------------- */
+
+/** {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+*:before,
+*:after {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}*/
+
+/* Define your base font-size here; most elements will inherit this. _NO__DOTCOMMA__AFTER__*/
+html {
+ font-size: 1em; /* Assuming 16px... */
+ line-height: 1.5; /* 24px (This is now our magic number; all subsequent margin-bottoms and line-heights want to be a multiple of this number in order to maintain vertical rhythm.) _NO__DOTCOMMA__AFTER__*/
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #333333;
+ background-color: #ffffff;
+}
+
+input,
+button,
+select,
+textarea {
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+}
+
+figure { margin: 0 }
+img { vertical-align: middle }
+
+hr {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ border: 0;
+ border-top: 1px solid #e5e5e5;
+}
+
+a {
+ color: #428bca;
+ text-decoration: none;
+}
+
+a:hover,
+a:focus,
+a:active {
+ color: #2a6496;
+ text-decoration: underline;
+}
+
+blockquote,
+dl,
+dd,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+figure,
+p,
+pre { margin: 0 }
+button {
+ background: transparent;
+ border: 0;
+ padding: 0;
+}
+
+/**
+ * Work around a Firefox/IE bug where the transparent `button` background
+ * results in a loss of the default `button` focus styles.
+ */
+button:focus {
+ outline: 1px dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
+fieldset {
+ border: 0;
+ margin: 0;
+ padding: 0;
+}
+
+iframe { border: 0 }
+ol,
+ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+/**
+ * Suppress the focus outline on links that cannot be accessed via keyboard.
+ * This prevents an unwanted focus outline from appearing around elements that
+ * might still respond to pointer events.
+ */
+[tabindex="-1"]:focus { outline: none !important }
+
+/**
+ * Remove double underline from recent version of firefox
+ */
+abbr[title] {
+ text-decoration: none;
+}
+
--- /dev/null
+/* RTL definitions
+---------------------------------------- */
+
+/**
+* common.css
+*/
+.rtl h1 {
+ margin-right: 0;
+ margin-left: 200px;
+}
+
+.rtl p.right {
+ text-align: left;
+}
+
+.rtl div.rules ul {
+ margin-left: 0;
+ margin-right: 20px;
+}
+
+/* Main blocks
+---------------------------------------- */
+.rtl .icon {
+ padding-right: 0;
+ padding-left: 2px;
+}
+
+.rtl .logo {
+ float: right;
+ padding: 10px 10px 0 13px;
+}
+
+/* Site Description
+--------------------------------------------- */
+.rtl .site-description {
+ float: right;
+}
+
+.rtl .site-description h1 {
+ margin-left: 0;
+}
+
+/* Round cornered boxes and backgrounds
+---------------------------------------- */
+.rtl .post {
+ background-position: 0 0;
+}
+
+/* Horizontal lists
+----------------------------------------*/
+.rtl ul.linklist > li {
+ float: right;
+ margin-right: 0;
+ margin-left: 7px;
+}
+
+.rtl ul.linklist > li.rightside, .rtl p.rightside, .rtl a.rightside {
+ float: left;
+ margin-right: 7px;
+ margin-left: 0;
+ text-align: left;
+}
+
+.rtl ul.leftside > li, .rtl ul.rightside > li {
+ float: left;
+}
+
+.rtl ul.leftside {
+ float: right;
+ margin-left: 5px;
+ margin-right: 0;
+ text-align: right;
+}
+
+.rtl ul.rightside {
+ float: left;
+ margin-left: -5px;
+ margin-right: 5px;
+ text-align: left;
+}
+
+/* Bulletin icons for list items
+----------------------------------------*/
+.rtl ul.linklist.bulletin > li:before {
+ padding-left: 4px;
+ padding-right: 0;
+}
+
+/* Dropdown menu
+---------------------------------------- */
+.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
+ float: right;
+}
+
+.rtl .dropdown li {
+ text-align: right;
+}
+
+.rtl .dropdown-contents > li {
+ padding-left: 15px;
+ padding-right: 0;
+}
+
+.rtl .dropdown-nonscroll > li {
+ padding-left: 0;
+}
+
+.rtl .dropdown li li {
+ padding-left: 0;
+ padding-right: 18px;
+}
+
+.rtl .dropdown-extended .header {
+ text-align: right;
+}
+
+.rtl .dropdown-extended .header .header_settings, .rtl .dropdown-container-right {
+ float: left;
+}
+
+/* Notifications
+-----------------------------------------*/
+.rtl .notification_list ul li img {
+ float: right;
+ margin-left: 5px;
+ margin-right: 0;
+}
+
+.rtl .notification_list div.notifications {
+ margin-left: 0;
+ margin-right: 50px;
+}
+
+.rtl .notification_text {
+ margin-left: 0;
+ margin-right: 58px;
+}
+
+.rtl .notification_list p.notification-time {
+ text-align: left;
+}
+
+/* Responsive breadcrumbs
+----------------------------------------*/
+.rtl .breadcrumbs .crumb {
+ float: right;
+}
+
+/* Table styles
+----------------------------------------*/
+.rtl table.table1 thead th {
+ padding: 0 3px 4px 0;
+}
+
+.rtl table.table1 thead th span {
+ padding-left: 0;
+ padding-right: 7px;
+}
+
+.rtl table.table1 tbody th {
+ text-align: right;
+}
+
+/* Specific column styles */
+.rtl table.table1 .name { text-align: right; }
+.rtl table.table1 .joined { text-align: right; }
+.rtl table.table1 .active { text-align: right; }
+.rtl table.table1 .info { text-align: right; }
+.rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; }
+
+.rtl table.table1 span.rank-img {
+ float: left;
+}
+
+.rtl table.info tbody th {
+ text-align: left;
+}
+
+.rtl .forumbg table.table1 {
+ margin: 0 -1px -1px -2px;
+}
+
+/* Misc layout styles
+---------------------------------------- */
+/* column[1-2] styles are containers for two column layouts */
+.rtl .column1 {
+ float: right;
+ clear: right;
+}
+
+.rtl .column2 {
+ float: left;
+ clear: left;
+}
+
+/* General classes for placing floating blocks */
+.rtl .left-box {
+ float: right;
+ text-align: right;
+}
+
+.rtl .right-box {
+ float: left;
+ text-align: left;
+}
+
+.rtl dl.details dt {
+ float: right;
+ clear: right;
+ text-align: left;
+}
+
+.rtl dl.details dd {
+ margin-right: 0;
+ margin-left: 0;
+ padding-right: 5px;
+ padding-left: 0;
+ float: right;
+}
+
+*:first-child+html dl.details dd {
+ margin-right: 30%;
+ float: none;
+}
+
+* html dl.details dd {
+ margin-right: 30%;
+ float: none;
+}
+
+/* Pagination
+---------------------------------------- */
+.rtl .pagination {
+ text-align: left;
+ float: left;
+}
+
+.rtl .pagination > ul {
+ margin-left: 0;
+ margin-right: 5px;
+}
+
+/* Pagination in viewforum for multipage topics */
+.rtl .row .pagination {
+ background-position: 100% 50%;
+ float: left;
+ padding-left: 0;
+ padding-right: 15px;
+}
+
+.rtl .row .pagination > ul {
+ margin: 0;
+}
+
+.rtl .pagination span {
+ direction: ltr;
+}
+
+.pagination li.page-jump {
+ margin-left: 5px;
+ margin-right: 0;
+}
+
+.rtl .topic-poster {
+ float: right;
+ padding-left: 0.5em;
+}
+
+/* Action Bar styles
+---------------------------------------- */
+.rtl .action-bar .button {
+ margin-right: 0;
+ float: right;
+}
+
+.rtl .action-bar > .button {
+ margin-left: 5px;
+ float: right;
+}
+
+.rtl .action-bar .dropdown-button-control .button {
+ margin-left: 5px;
+}
+
+
+/* Miscellaneous styles
+---------------------------------------- */
+.rtl .quick-links {
+ margin-left: 7px;
+ margin-right: 0;
+}
+
+.rtl .header-avatar span:after {
+ float: left;
+ padding-left: 0;
+ padding-right: 2px;
+}
+
+.rtl .member-search {
+ float: right;
+}
+
+/**
+* links.css
+*/
+
+/* Links adjustment to correctly display an order of rtl/ltr mixed content */
+.rtl a {
+ direction: rtl;
+ unicode-bidi: embed;
+}
+
+li.breadcrumbs span:first-child > a {
+ padding-left: 0;
+}
+
+/* Notification mark read link */
+.rtl .dropdown-extended a.mark_read {
+ border-radius: 0 3px 3px 0;
+ left: 0;
+ right: auto;
+}
+
+.rtl .back2top .top {
+ float: left;
+ margin-left: -10px;
+}
+
+.rtl .skiplink {
+ /* invisible skip link, used for accessibility */
+ left: 0;
+ right: -999px;
+}
+
+.rtl a.feed-icon-forum {
+ float: left;
+}
+
+/**
+* content.css
+*/
+.rtl ul.topiclist dt, .rtl li.header dt {
+ float: right;
+ margin-right: 0;
+ margin-left: -440px;
+}
+
+.rtl ul.topiclist.missing-column dt {
+ margin-right: 0;
+ margin-left: -345px;
+}
+
+.rtl ul.topiclist.two-long-columns dt {
+ margin-right: 0;
+ margin-left: -250px;
+}
+
+.rtl ul.topiclist.two-columns dt {
+ margin-right: 0;
+ margin-left: -80px;
+}
+
+.rtl ul.topiclist dt .list-inner {
+ margin-right: 0;
+ margin-left: 440px;
+}
+
+.rtl ul.topiclist.missing-column dt .list-inner {
+ margin-right: 0;
+ margin-left: 330px;
+}
+
+.rtl ul.topiclist.two-long-columns dt .list-inner {
+ margin-right: 0;
+ margin-left: 250px;
+}
+
+.rtl ul.topiclist.two-columns dt .list-inner {
+ margin-right: 0;
+ margin-left: 80px;
+}
+
+.rtl ul.topiclist dd {
+ float: right;
+ border-right-width: 1px;
+ border-right-style: solid;
+ border-left: none;
+}
+
+.rtl ul.topiclist dfn {
+ left: auto;
+ right: -999px;
+}
+
+.rtl ul.topiclist li.row dt a.subforum {
+ padding-right: 12px;
+ background-position: right;
+ position: static;
+}
+
+.rtl .forum-image {
+ float: right;
+ margin-right: 0;
+ margin-left: 5px;
+}
+
+.rtl li.header dt, .rtl li.header dd {
+ border-right-width: 0;
+}
+
+.rtl li.header dd {
+ padding-left: 0;
+ padding-right: 1px;
+}
+
+.rtl dl.row-item{
+ background-position: 99.5% 50%;
+}
+
+.rtl li.header dl.row-item dt .list-inner {
+ /* Tweak for headers alignment when folder icon used */
+ padding-right: 0;
+ padding-left: 50px;
+}
+
+.rtl dl.row-item dt {
+ background-position: 99.5% 95%; /* Position of topic icon */
+}
+
+.rtl dl.row-item dt .list-inner {
+ padding-left: 5px;
+ padding-right: 45px; /* Space for folder icon */
+}
+
+.rtl dl a.row-item-link { /* topic row icon links */
+ display: inline-block;
+ left: auto;
+ right: 0;
+ margin-left: 0;
+ margin-right: 2px;
+}
+
+.rtl dd.lastpost > span, .rtl ul.topiclist dd.info > span, .rtl ul.topiclist dd.time > span, .rtl dd.redirect > span, .rtl dd.moderation > span {
+ padding-left: 0;
+ padding-right: 5px;
+}
+
+/* Post body styles
+----------------------------------------*/
+.rtl .postbody, .rtl .postbody h3 {
+ float: right;
+}
+
+.rtl .has-profile .postbody h3 {
+ margin-right: 0;
+ margin-left: 180px;
+}
+
+.rtl p.post-notice {
+ padding-left: 5px;
+}
+
+.rtl p.post-notice:before {
+ left: auto;
+ right: 0;
+}
+
+/* Topic review panel
+----------------------------------------*/
+.rtl .topicreview {
+ padding-right: 0;
+ padding-left: 5px;
+}
+
+/* Content container styles
+----------------------------------------*/
+.rtl .content ul, .rtl .content ol {
+ margin-right: 3em;
+ margin-left: 0;
+}
+
+.rtl .signature {
+ clear: right;
+}
+
+.rtl .notice {
+ clear: right;
+}
+
+/* Jump to post link for now */
+.rtl ul.searchresults {
+ text-align: left;
+}
+
+/* BB Code styles
+----------------------------------------*/
+/* Quote block */
+.rtl blockquote {
+ margin: 0.5em 25px 0 1px;
+ background-position: 99% 8px;
+}
+
+.rtl blockquote blockquote {
+ /* Nested quotes */
+ margin: 0.5em 15px 0 1px;
+}
+
+.rtl blockquote cite {
+ /* Username/source of quoter */
+ margin-right: 20px;
+ margin-left: 0;
+}
+
+.rtl blockquote .codebox {
+ margin-right: 0;
+}
+
+.rtl code {
+ direction: ltr;
+}
+
+/* Attachments
+----------------------------------------*/
+.rtl .attachbox {
+ float: right;
+ margin: 5px 0 5px 5px;
+ clear: right;
+}
+
+.rtl .attachbox dd {
+ clear: right;
+}
+
+.rtl .attachbox p {
+ clear: right;
+}
+
+.rtl .attachbox p.stats {
+ clear: right;
+}
+
+/* Post poll styles
+----------------------------------------*/
+.rtl fieldset.polls dt {
+ text-align: right;
+ float: right;
+ border-left: none;
+}
+
+.rtl fieldset.polls dd {
+ float: right;
+ border-right: none;
+ margin-right: 0;
+}
+
+.rtl fieldset.polls dd div {
+ text-align: left;
+}
+
+.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
+ border-left-width: 1px;
+ border-left-style: solid;
+ border-right: none;
+}
+
+/* Poster profile block
+----------------------------------------*/
+.rtl .postprofile {
+ border-width: 0 1px 0 0;
+ float: left;
+/* text-align: right; */
+}
+
+.rtl .pm .postprofile {
+ border-right-width: 1px;
+ border-right-style: solid;
+ border-left: none;
+}
+
+.rtl .postprofile dd, .rtl .postprofile dt {
+ margin-left: 0;
+ margin-right: 8px;
+}
+
+.rtl .postprofile .avatar {
+ float: right;
+}
+
+.rtl .online {
+ background-position: 0 0;
+}
+
+.rtl dl.pmlist dd {
+ margin-right: 61% !important;
+ margin-left: 0 !important;
+}
+
+/**
+* buttons.css
+*/
+
+.rtl .caret {
+ float: right;
+}
+
+
+
+/* Post control buttons
+--------------------------------------------- */
+.rtl .post-buttons {
+ float: left;
+}
+
+.rtl .has-profile .post-buttons {
+ left: 0;
+ right: auto;
+}
+
+.rtl .post-buttons li {
+ float: right;
+}
+
+/* Poster contact icons
+ ----------------------------------------*/
+.rtl .contact-icons a {
+ border-left-width: 1px;
+ border-left-style: dotted;
+ border-right: none;
+ float: right;
+}
+
+.rtl .contact-icons .last-cell {
+ border-left: none;
+}
+
+/**
+* cp.css
+*/
+/* Control Panel Styles
+---------------------------------------- */
+
+
+/* Main CP box
+----------------------------------------*/
+.rtl .cp-menu {
+ float: right;
+}
+
+.rtl .cp-main {
+ float: right;
+}
+
+.rtl .cp-main .panel ol {
+ margin-right: 2em;
+ margin-left: 0;
+}
+
+.rtl .cp-main .buttons {
+ margin-right: 0;
+ margin-left: 0;
+}
+
+.tabs-container h2 {
+ float: right;
+}
+
+/* CP tabbed menu
+----------------------------------------*/
+.rtl .tabs {
+ margin-left: 0;
+ margin-right: 7px;
+}
+
+.rtl .tabs .tab {
+ float: right;
+}
+
+.rtl .tabs .tab > a {
+ margin-left: 1px;
+ margin-right: 0;
+}
+
+/* Mini tabbed menu used in MCP
+----------------------------------------*/
+.rtl .minitabs {
+ float: left;
+ margin-right: 0;
+ margin-left: 7px;
+}
+
+.rtl .minitabs .tab {
+ float: left;
+}
+
+.rtl .minitabs .tab > a {
+ margin-right: 2px;
+ margin-left: 0;
+}
+
+/* Responsive tabs
+----------------------------------------*/
+.rtl .tabs .dropdown {
+ margin-left: -2px;
+}
+
+.rtl .tabs .dropdown li {
+ text-align: left;
+}
+
+.rtl .minitabs .dropdown {
+ margin-left: -4px;
+}
+
+.rtl .minitabs .dropdown li {
+ text-align: right;
+}
+
+/* Responsive *CP navigation
+----------------------------------------*/
+@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
+{
+ .rtl .cp-menu, .rtl .navigation, .rtl .cp-main {
+ float: none;
+ }
+}
+
+/* UCP navigation menu
+----------------------------------------*/
+
+/* Preferences pane layout
+----------------------------------------*/
+.rtl .cp-main h2 {
+ margin-left: 0;
+ margin-right: 10px;
+}
+
+/* Friends list */
+.rtl .cp-mini {
+ margin: 10px 5px 10px 15px;
+}
+
+/* PM Styles
+----------------------------------------*/
+
+/* PM panel adjustments */
+.rtl .reply-all a.right {
+ background-position: 5% 60%;
+}
+
+.rtl .reply-all a.right:hover {
+ background-position: 3% 60%;
+}
+
+.rtl .reply-all {
+ padding-left: 5px;
+}
+
+/* Defined rules list for PM options */
+.rtl ol.def-rules {
+ padding-right: 0;
+}
+
+/* PM marking colours */
+.rtl .pm-legend {
+ border-right-width: 10px;
+ border-right-style: solid;
+ border-left-width: 0;
+ padding-left: 0;
+ padding-right: 3px;
+}
+
+/* Avatar gallery */
+.rtl .gallery label {
+ float: right;
+}
+
+/* Responsive *CP navigation
+----------------------------------------*/
+@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
+{
+ .rtl .cp-menu, .rtl .navigation, .rtl .cp-main {
+ float: none;
+ }
+}
+
+/**
+* forms.css
+*/
+
+/* General form styles
+----------------------------------------*/
+
+.rtl option {
+ padding-right: 0;
+ padding-left: 1em;
+}
+
+.rtl label {
+ padding-right: 0;
+ padding-left: 5px;
+}
+
+/* Definition list layout for forms
+---------------------------------------- */
+.rtl fieldset dt {
+ float: right;
+ text-align: right;
+}
+
+.rtl fieldset dd {
+ margin-left: 0;
+ margin-right: 41%;
+}
+
+/* Specific layout 1 */
+.rtl fieldset.fields1 dt {
+ border-left-width: 0;
+ border-right-width: 1px;
+}
+
+.rtl fieldset.fields1 dd {
+ margin-right: 15em;
+ margin-left: 0;
+ border-right-width: 0;
+ border-left-width: 1px;
+}
+
+/* Specific layout 2 */
+.rtl fieldset.fields2 dt {
+ border-right-width: 1px;
+ border-left-width: 0;
+}
+
+.rtl fieldset.fields2 dd {
+ margin-right: 16em;
+ margin-left: 0;
+ border-left-width: 1px;
+ border-right-width: 0;
+}
+
+/* Form elements */
+.rtl dt label {
+ text-align: right;
+}
+
+.rtl dd input, .rtl dd textarea {
+ margin-left: 3px;
+ margin-right: 0;
+}
+
+/* Quick-login on index page */
+.rtl fieldset.quick-login input.inputbox {
+ margin-left: 5px;
+ margin-right: 0;
+}
+
+.rtl fieldset.quick-login label {
+ padding-left: 2px;
+ padding-right: 0;
+}
+
+/* Display options on viewtopic/viewforum pages */
+.rtl fieldset.display-options label {
+ padding-left: 2px;
+ padding-right: 0;
+}
+
+.rtl .dropdown fieldset.display-options label {
+ text-align: left;
+}
+
+/* Display actions for ucp and mcp pages */
+.rtl fieldset.display-actions {
+ text-align: left;
+ padding-left: 1em;
+ padding-right: 0;
+}
+
+.rtl fieldset.display-actions label {
+ padding-left: 2px;
+ padding-right: 0;
+}
+
+/* MCP forum selection*/
+.rtl fieldset.forum-selection {
+ float: left;
+}
+
+.rtl fieldset.forum-selection2 {
+ float: left;
+}
+
+/* Posting page styles
+----------------------------------------*/
+
+/* Emoticons panel */
+.rtl .smiley-box {
+ float: left;
+}
+
+/* Search box
+---------------------------------------- */
+
+/* Topic and forum Search */
+.rtl .search-box {
+ float: right;
+}
+
+.rtl .search-box .inputbox {
+ border-left-width: 0;
+ border-right-width: 1px;
+ border-radius: 0 4px 4px 0;
+ float: right;
+ padding: 3px;
+}
+
+.rtl .button-search,
+.button-search-end {
+ float: right;
+}
+
+.button-search-end {
+ border-left-width: 1px;
+ border-right-width: 0;
+}
+
+.rtl .search-header .button-search-end {
+ border: 0;
+ border-radius: 4px 0 0 4px;
+}
+
+.rtl .search-header {
+ float: left;
+ margin-right: 0;
+ margin-left: 5px;
+}
+
+/* Form button styles
+---------------------------------------- */
+
+/** Reference: Bug #27155 */
+.rtl .wrap, .rtl .headerbar, .rtl .site-description, .rtl .navbar {
+ position: relative;
+}
+
+/**
+* plupload.css
+*/
+
+.rtl .attach-controls {
+ float: left;
+}
+
+/**
+* responsive.css
+*/
+@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
+{
+ /* .topiclist lists
+ ----------------------------------------*/
+ .rtl ul.topiclist li.header dt, .rtl ul.topiclist li.header dt .list-inner {
+ margin-left: 0 !important;
+ padding-left: 0;
+ }
+
+ .rtl ul.topiclist dt, .rtl ul.topiclist dt .list-inner,
+ .rtl ul.topiclist.missing-column dt, .rtl ul.topiclist.missing-column dt .list-inner,
+ .rtl ul.topiclist.two-long-columns dt, .rtl ul.topiclist.two-long-columns dt .list-inner,
+ .rtl ul.topiclist.two-columns dt, .rtl ul.topiclist.two-columns dt .list-inner {
+ margin-left: 0;
+ }
+
+ .rtl ul.topiclist dt .list-inner.with-mark {
+ padding-left: 34px;
+ }
+
+ /* Forums and topics lists
+ ----------------------------------------*/
+ .rtl ul.topiclist.forums dt {
+ margin-left: -250px;
+ }
+ .rtl ul.topiclist.forums dt .list-inner {
+ margin-left: 250px;
+ }
+
+ .rtl ul.topiclist dd.mark {
+ left: 5px;
+ right: auto;
+ text-align: right;
+ }
+
+ .rtl table.responsive.show-header thead, .rtl table.responsive.show-header th:first-child {
+ text-align: right !important;
+ }
+
+ .rtl table.responsive td {
+ text-align: right !important;
+ }
+
+ /* User profile
+ ----------------------------------------*/
+ .rtl .column1, .rtl .column2, .rtl .left-box.profile-details {
+ float: none;
+ }
+
+ /* Post
+ ----------------------------------------*/
+ .rtl .postprofile, .rtl .postbody, .rtl .search .postbody {
+ float: none;
+ }
+
+ .rtl .post .postprofile {
+ border-width: 0 0 1px 0;
+ }
+
+ .rtl .postprofile dt, .rtl .postprofile dd.profile-rank, .rtl .search .postprofile dd {
+ margin: 0;
+ }
+
+ .rtl .postprofile .avatar {
+ margin-left: 5px;
+ margin-right: 0;
+ }
+
+ .rtl .has-profile .post-buttons {
+ left: 20px;
+ }
+
+ /* Forms
+ ----------------------------------------*/
+ .rtl fieldset dt, .rtl fieldset.fields1 dt, .rtl fieldset.fields2 dt {
+ float: none;
+ }
+
+ .rtl fieldset dd, .rtl fieldset.fields1 dd, .rtl fieldset.fields2 dd {
+ margin-right: 20px;
+ }
+}
+
+@media only screen and (max-width: 550px), only screen and (max-device-width: 550px)
+{
+ /* .topiclist lists
+ ----------------------------------------*/
+ .rtl ul.topiclist.forums dt {
+ margin-left: 0;
+ }
+
+ .rtl ul.topiclist.forums dt .list-inner {
+ margin-left: 0;
+ }
+}
+
+@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
+{
+ .rtl dl.details dt, .rtl dl.details dd {
+ float: none;
+ text-align: right;
+ }
+
+ .rtl dl.details dd {
+ margin-left: 0;
+ margin-right: 20px;
+ }
+
+ .captcha-panel dd.captcha {
+ margin-right: 0;
+ }
+}
---------------------------------------- */
.button {
- cursor: pointer;
display: inline-block;
- height: 18px;
- font-size: 1.2em;
+ padding: 2px 8px;
+ font-size: 13px;
+ font-weight: normal;
+ font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
+ line-height: 1.4;
+ text-align: center;
white-space: nowrap;
+ vertical-align: middle;
+ -ms-touch-action: manipulation;
+ touch-action: manipulation;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
border: 1px solid transparent;
border-radius: 4px;
- background: transparent none 0 0 repeat-x;
- padding: 2px 8px;
-/* font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica; */
- position: relative;
- text-decoration: none !important;
- outline-style: none !important;
- vertical-align: bottom;
-}
-
-.dropdown-select {
- padding-right: 24px;
-}
-
-.icon-button:before {
- background: transparent 0 0 no-repeat;
- content: '';
- display: inline-block;
- float: right;
- height: 12px;
- margin: 3px 0 0 2px;
- width: 12px;
}
-.dropdown-select.icon-button:before {
- margin-right: 4px;
+.button:focus,
+.button:hover {
+ text-decoration: none;
+ outline: none;
}
-.dropdown-select:after {
- background-position: -103px 10px;
+.caret {
border-left: 1px solid;
- content: '';
- position: absolute;
- top: 0;
- right: 0;
- height: 22px;
- width: 16px;
+ position: relative;
+ right: -6px;
}
-.dropdown-visible .dropdown-select:after, .nojs .dropdown-container:hover .dropdown-select:after {
- background-position: -103px -10px;
+.caret i {
+ vertical-align: top;
}
-.buttons, .buttons .button {
+/* Posting page styles
+----------------------------------------*/
+.button-search,
+.button-search-end {
float: left;
-}
-
-.buttons .button, .dropdown-select {
- margin-right: 5px;
-}
-
-#jumpbox .dropdown-select {
+ border-radius: 0;
margin: 0;
+ padding: 2px 5px;
}
-/* Big button images */
-.reply-icon:before, .pmreply-icon:before { background-position: -20px 0; }
-.reply-icon:hover:before, .pmreply-icon:hover:before { background-position: -20px -20px; }
-
-.post-icon:before, .newpm-icon:before, .reply-all:before { background-position: 0 0; }
-.post-icon:hover:before,
-.newpm-icon:hover:before,
-.reply-all:hover:before { background-position: 0 -20px; }
-
-.locked-icon:before { background-position: -60px 0; }
-.locked-icon:hover:before { background-position: -60px -20px; }
-
-.forwardpm-icon:before { background-position: -40px 0; }
-.forwardpm-icon:hover:before { background-position: -40px -20px; }
-
-.modtools-icon {
- font-size: 0;
-}
-
-.tools-icon:before, .modtools-icon:before, .search-icon:before, .search-adv-icon:before {
- background-position: -80px 0;
- height: 16px;
- margin-top: 2px;
- width: 16px;
-}
-
-.dropdown-visible .tools-icon:before,
-.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; }
-
-.search-icon:before { background-position: -245px 0; }
-.search-icon:hover:before { background-position: -245px -20px; }
-
-.search-adv-icon:before { background-position: -265px 0; }
-.search-adv-icon:hover:before { background-position: -265px -20px; }
-
-.modtools-icon:before { background-position: -225px 0; }
-.dropdown-visible .modtools-icon:before,
-.nojs .dropdown-container:hover .modtools-icon:before { background-position: -225px -20px; }
-
-/* Icon images
----------------------------------------- */
-.small-icon {
- background-position: 0 50%;
- background-repeat: no-repeat;
- background-image: none;
+.button-search-end {
+ border-left-width: 0;
+ border-radius: 0 4px 4px 0;
}
-.small-icon > a {
- display: inline-block;
- padding: 0 0 0 18px;
+.search-header .button-search,
+.search-header .button-search-end {
+ border-top-width: 0;
+ border-bottom-width: 0;
+ padding: 3px 5px;
}
-ul.linklist.bulletin > li.small-icon:before {
- display: none;
+.search-header .button-search-end {
+ border-right-width: 0;
}
-.dropdown .small-icon > a {
- display: block;
+.button-icon-only {
+ padding-left: 3px;
+ padding-right: 3px;
}
/* Poster contact icons
clear: left;
}
-/* Profile icons */
-.pm-icon { background-position: 0 0; }
-.email-icon { background-position: -21px 0; }
-.jabber-icon { background-position: -80px 0; }
-.phpbb_icq-icon { background-position: -61px 0 ; }
-.phpbb_wlm-icon { background-position: -182px 0; }
-.phpbb_aol-icon { background-position: -244px 0; }
-.phpbb_website-icon { background-position: -40px 0; }
-.phpbb_youtube-icon { background-position: -98px 0; }
-.phpbb_facebook-icon { background-position: -119px 0; }
-.phpbb_googleplus-icon { background-position: -140px 0; }
-.phpbb_skype-icon { background-position: -161px 0; }
-.phpbb_twitter-icon { background-position: -203px 0; }
-.phpbb_yahoo-icon { background-position: -224px 0; }
-
/* Post control buttons
--------------------------------------------- */
.post-buttons {
margin-right: 3px;
}
-.post-buttons .icon-button {
- padding: 0 5px;
+.post-buttons .button, .format-buttons .button {
+ padding-left: 3px;
+ padding-right: 3px;
}
-.hastouch .post-buttons .icon-button {
- padding: 2px 8px;
-}
-
-.post-buttons .icon-button span {
- display: block;
- height: 0;
- overflow: hidden;
- position: absolute;
- width: 1px;
+.hastouch .post-buttons {
+ margin-right: 10px;
}
-.post-buttons .icon-button:before {
- margin-left: 0;
+.post-buttons .button span {
+ font-size: 0;
}
-.quote-icon:before { /*background-position: -122px 0;*/ }
-.quote-icon:hover:before { /*background-position: -122px -21px;*/ }
-.edit-icon:before { background-position: -137px 0; }
-.edit-icon:hover:before { background-position: -137px -21px; }
-.warn-icon:before { background-position: -208px 0; }
-.warn-icon:hover:before { background-position: -208px -21px; }
-.delete-icon:before { background-position: -152px 0; }
-.delete-icon:hover:before { background-position: -152px -21px; }
-.report-icon:before { background-position: -165px 0; }
-.report-icon:hover:before { background-position: -165px -21px; }
-.info-icon:before { background-position: -175px 0; }
-.info-icon:hover:before { background-position: -175px -21px; }
-.button.responsive-menu-link:before { background-position: -191px 0; }
-.button.responsive-menu-link:hover:before { background-position: -191px -21px; }
-
/* Responsive buttons in post body */
.post-buttons .dropdown {
top: 18px;
border: 0
}
-/*
-todo:
-.quote-icon:after { padding: 40px; margin-left: 45px; }
-*/
+/* Deprecated as of version 3.2
+-------------------------------------------------*/
+.small-icon {
+ background-position: 0 50%;
+ background-repeat: no-repeat;
+ background-image: none;
+}
+
+.dropdown .small-icon {
+ background-position: 5px 50%;
+ padding: 5px;
+}
+
+.small-icon > a {
+ padding: 0 0 0 18px;
+}
+
+ul.linklist.bulletin > li.small-icon:before {
+ display: none;
+}
+
+.dropdown .small-icon > a {
+ display: block;
+}
+
+.rtl .small-icon {
+ background-position: 100% 50%;
+}
+
+.rtl .small-icon > a {
+ padding-left: 0;
+ padding-right: 19px;
+}
-------------------------------------------------------------- */
html, body {
- color: #848281;
- background-color: #fbfbfb;
+ color: #536482;
+ background-color: #F5F7FA;
}
h1 {
}
h2 {
- color: #424140;
+ color: #28313F;
}
h3 {
border-bottom-color: #CCCCCC;
- color: #6e6764;
+ color: #115098;
}
hr {
border-top-color: #CCCCCC;
}
-/* Search box
---------------------------------------------- */
+/*
+--------------------------------------------------------------
+Colours and backgrounds for links.css
+-------------------------------------------------------------- */
-.search-box .inputbox,
-.search-box .inputbox:hover,
-.search-box .inputbox:focus,
-.search-box .button:hover {
- border-color: #C7C3BF;
+a { color: #105289; }
+a:hover { color: #D31141; }
+
+/* Links on gradient backgrounds */
+.forumbg .header a, .forabg .header a, th a {
+ color: #FFFFFF;
}
-.search-header {
- box-shadow: 0 0 10px #746867;
+.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
+ color: #A8D8FF;
+}
+
+/* Notification mark read link */
+.dropdown-extended a.mark_read {
+ background-color: #FFFFFF;
+}
+
+/* Post body links */
+.postlink {
+ border-bottom-color: #368AD2;
+ color: #368AD2;
+}
+
+.postlink:visited {
+ border-bottom-color: #5D8FBD;
+ color: #5D8FBD;
+}
+
+.postlink:hover {
+ background-color: #D0E4F6;
+ color: #0D4473;
+}
+
+.signature a, .signature a:hover {
+ background-color: transparent;
+}
+
+/* Back to top of page */
+.top i {
+ color: #999999;
+}
+
+/* Arrow links */
+.arrow-left:hover, .arrow-right:hover {
+ color: #368AD2;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
-#wrap {
+.wrap {
background-color: #FFF;
- border-color: #f3f3f3;
+ border-color: #E6E9ED;
}
.headerbar {
- background-color: #9e9493;
-/* background-image: url("./images/bg_header.gif"); */
color: #FFFFFF;
}
-.navbar {
- background-color: #eae9e9;
+.headerbar, .forumbg {
+ background-color: #12A3EB;
+ background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
+ background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
+ background-repeat: repeat-x;
}
.forabg {
- background-color: #756867;
-/* background-image: url("./images/bg_list.gif"); */
+ background-color: #0076B1;
+ background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%);
+ background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%);
+ background-repeat: repeat-x;
}
-.forumbg {
- background-color: #9e9493;
- /* background-image: url("./images/bg_header.gif"); */
+.navbar {
+ background-color: #CADCEB;
}
.panel {
- background-color: #f7f6f6;
- color: #424140;
+ background-color: #ECF1F3;
+ color: #28313F;
}
.post:target .content {
}
.bg1 {
- background-color: #f8f8f8;
+ background-color: #ECF3F7;
}
table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
- background-color: #f8f8f8;
+ background-color: #ECF3F7;
}
.bg2 {
- background-color: #f3f3f3;
+ background-color: #E1EBF2;
}
table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
- background-color: #f3f3f3;
+ background-color: #E1EBF2;
}
.bg3 {
- background-color: #eae9e9;
+ background-color: #CADCEB;
}
.ucprowbg {
- background-color: #ececec;
+ background-color: #DCDEE2;
}
.fieldsbg {
- background-color: #f2f2f2;
+ background-color: #E7E8EA;
+}
+
+.site_logo {
+ background-image: url("./images/site_logo.gif");
}
/* Horizontal lists
}
table.table1 tbody tr {
- border-color: #d2d2d7;
+ border-color: #BFC1CF;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
- background-color: #efeeee;
+ background-color: #CFE1F6;
color: #000;
}
table.table1 td {
- color: #848281;
+ color: #536482;
}
table.table1 tbody td {
}
dl.details dd {
- color: #848281;
+ color: #536482;
}
.sep {
- color: #948988;
+ color: #1198D9;
}
-/* Pagination
+/* Icon styles
---------------------------------------- */
-
-.pagination li a {
- background-color: #f5f5f5;
- border-color: #d1d1d0;
- color: #8e8c8c;
+.icon.icon-blue, a:hover .icon.icon-blue {
+ color: #196db5;
}
-.pagination li.ellipsis span {
- background-color: transparent;
- color: #000000;
+.icon.icon-green, a:hover .icon.icon-green{
+ color: #1b9A1B;
}
-.pagination li.active span {
- background-color: #9f9a9a;
- border-color: #9f9a9a;
- color: #FFFFFF;
+.icon.icon-red, a:hover .icon.icon-red{
+ color: #BC2A4D;
}
-.pagination li a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
- background-color: #a29c9a;
- border-color: #a29c9a;
- color: #FFFFFF;
+.icon.icon-orange, a:hover .icon.icon-orange{
+ color: #FF6600;
}
-.pagination li.next a, .pagination li.previous a, .pagination li.page-jump a {
- background-image: url("./images/icons_pagination.png");
+.icon.icon-bluegray, a:hover .icon.icon-bluegray{
+ color: #536482;
}
-/* Pagination in viewforum for multipage topics */
-.row .pagination {
- background-image: url("./images/icon_pages.gif");
+.icon.icon-gray, a:hover .icon.icon-gray{
+ color: #777777;
}
-/* Miscellaneous styles
----------------------------------------- */
-
-.copyright {
- color: #555555;
+.icon.icon-lightgray, a:hover .icon.icon-lightgray{
+ color: #999999;
}
-.error {
- color: #bc2a30;
+.icon.icon-black, a:hover .icon.icon-black{
+ color: #333333;
}
-.reported {
- background-color: #f7eced;
+.alert_close .icon:before {
+ background-color: #FFFFFF;
}
-li.reported:hover {
- background-color: #ecd7d5 !important;
-}
-.sticky, .announce {
- /* you can add a background for stickies and announcements*/
+/* Jumpbox */
+.jumpbox .dropdown li {
+ border-top-color: #CCCCCC;
}
-div.rules {
- background-color: #ecd7d5;
- color: #bc2a30;
+.jumpbox-cat-link {
+ background-color: #0076b1;
+ border-top-color: #0076B1;
+ color: #FFFFFF;
}
-p.post-notice {
- background-color: #ecd7d5;
- background-image: none;
+.jumpbox-cat-link:hover {
+ background-color: #12A3EB;
+ border-top-color: #12A3EB;
+ color: #FFFFFF;
}
-p.post-notice.deleted:before {
- background-image: url("./images/icon_topic_deleted.png");
+.jumpbox-forum-link {
+ background-color: #E1EBF2;
}
-p.post-notice.unapproved:before {
- background-image: url("./images/icon_topic_unapproved.gif");
+.jumpbox-forum-link:hover {
+ background-color: #F6F4D0;
}
-p.post-notice.reported:before, p.post-notice.error:before {
- background-image: url("./images/icon_topic_reported.gif");
+.jumpbox .dropdown .pointer-inner {
+ border-color: #E1EBF2 transparent;
}
-/*
---------------------------------------------------------------
-Colours and backgrounds for links.css
--------------------------------------------------------------- */
-
-a { color: #645d5b; }
-a:hover { color: #d3111a; }
-
-/* Links on gradient backgrounds */
-.forumbg .header a, .forabg .header a, th a {
- color: #FFFFFF;
+.jumpbox-sub-link {
+ background-color: #E1EBF2;
}
-.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
- color: #e6e3e3;
+.jumpbox-sub-link:hover {
+ background-color: #F1F8FF;
}
-/* Notification mark read link */
-.dropdown-extended a.mark_read {
- background-color: #FFFFFF;
-}
-
-/* Post body links */
-.postlink {
- border-bottom-color: #a29c9a;
- color: #a29c9a;
-}
-
-.postlink:visited {
- border-bottom-color: #aaa6a5;
- color: #aaa6a5;
-}
+/* Miscellaneous styles
+---------------------------------------- */
-.postlink:hover {
- background-color: #f0eeee;
- color: #544e4d;
+.copyright {
+ color: #555555;
}
-.signature a, .signature a:hover {
- background-color: transparent;
+.error {
+ color: #BC2A4D;
}
-/* Back to top of page */
-a.top {
- background-image: url("./images/icon_back_top.gif");
+.reported {
+ background-color: #F7ECEF;
}
-a.top2 {
- background-image: url("./images/icon_back_top.gif");
+li.reported:hover {
+ background-color: #ECD5D8 !important;
}
-
-/* Arrow links */
-a.arrow-up { background-image: url("./images/arrow_up.gif"); }
-a.arrow-down { background-image: url("./images/arrow_down.gif"); }
-a.arrow-left { background-image: url("./images/arrow_left.gif"); }
-a.arrow-right { background-image: url("./images/arrow_right.gif"); }
-
-a.arrow-up:hover {
- background-color: transparent;
+.sticky, .announce {
+ /* you can add a background for stickies and announcements*/
}
-a.arrow-left:hover {
- color: #a29c9a;
+div.rules {
+ background-color: #ECD5D8;
+ color: #BC2A4D;
}
-a.arrow-right:hover {
- color: #a29c9a;
+p.post-notice {
+ background-color: #ECD5D8;
+ background-image: none;
}
/*
-------------------------------------------------------------- */
ul.forums {
- background-color: #f9f9f9;
-/* background-image: url("./images/gradient.gif"); */
+ background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%);
+ background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
}
ul.topiclist li {
- color: #7a7877;
+ color: #4C5D77;
}
ul.topiclist dd {
}
.rtl ul.topiclist dd {
- border-right-color: #fff;
+ border-right-color: #FFFFFF;
border-left-color: transparent;
}
-ul.topiclist li.row dt a.subforum.read {
- background-image: url("./images/subforum_read.gif");
-}
-
-ul.topiclist li.row dt a.subforum.unread {
- background-image: url("./images/subforum_unread.gif");
-}
-
li.row {
border-top-color: #FFFFFF;
- border-bottom-color: #5f5554;
+ border-bottom-color: #00608F;
}
li.row strong {
}
li.row:hover {
- background-color: #e1dedd;
+ background-color: #F6F4D0;
}
li.row:hover dd {
}
.content h2, .panel h2 {
- color: #6e6764;
+ color: #115098;
border-bottom-color: #CCCCCC;
}
}
.posthilit {
- background-color: #f3bfc2;
- color: #bc2a30;
+ background-color: #F3BFCC;
+ color: #BC2A4D;
}
.announce, .unreadpost {
----------------------------------------*/
/* Quote block */
blockquote {
- background-color: #e1e0df;
+ background-color: #EBEADD;
background-image: url("./images/quote.gif");
- border-color:#cfcece;
+ border-color:#DBDBCE;
}
.rtl blockquote {
blockquote blockquote {
/* Nested quotes */
- background-color:#e1e0df;
+ background-color:#EFEED9;
}
blockquote blockquote blockquote {
/* Nested quotes */
- background-color: #e1e0df;
+ background-color: #EBEADD;
}
/* Code block */
.codebox {
background-color: #FFFFFF;
- border-color: #e2e2e2;
+ border-color: #C9D2D8;
}
.codebox p {
.syntaxbg { color: #FFFFFF; }
.syntaxcomment { color: #FF8000; }
-.syntaxdefault { color: #32319b; }
+.syntaxdefault { color: #0000BB; }
.syntaxhtml { color: #000000; }
.syntaxkeyword { color: #007700; }
-.syntaxstring { color: #dd2300; }
+.syntaxstring { color: #DD0000; }
/* Attachments
----------------------------------------*/
.attachbox {
background-color: #FFFFFF;
- border-color: #e2e2e2;
+ border-color: #C9D2D8;
}
.pm-message .attachbox {
- background-color: #f6f6f6;
+ background-color: #F2F3F3;
}
.attachbox dd {
- border-top-color: #e2e2e2;
+ border-top-color: #C9D2D8;
}
.attachbox p {
}
dl.thumbnail dt a:hover img {
- border-color: #a29c9a;
+ border-color: #368AD2;
}
/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
- border-top-color: #ececec;
+ border-top-color: #DCDEE2;
color: #666666;
}
}
.pollbar1 {
- background-color: #aa232b;
- border-bottom-color: #741619;
- border-right-color: #741619;
+ background-color: #AA2346;
+ border-bottom-color: #74162C;
+ border-right-color: #74162C;
}
.rtl .pollbar1 {
- border-left-color: #741619;
+ border-left-color: #74162C;
}
.pollbar2 {
- background-color: #be1e2a;
- border-bottom-color: #8c1c22;
- border-right-color: #8c1c22;
+ background-color: #BE1E4A;
+ border-bottom-color: #8C1C38;
+ border-right-color: #8C1C38;
}
.rtl .pollbar2 {
- border-left-color: #8c1c22;
+ border-left-color: #8C1C38;
}
.pollbar3 {
- background-color: #d11a29;
- border-bottom-color: #aa232b;
- border-right-color: #aa232b;
+ background-color: #D11A4E;
+ border-bottom-color: #AA2346;
+ border-right-color: #AA2346;
}
.rtl .pollbar3 {
- border-left-color: #aa232b;
+ border-left-color: #AA2346;
}
.pollbar4 {
- background-color: #e4162a;
- border-bottom-color: #be1e2a;
- border-right-color: #be1e2a;
+ background-color: #E41653;
+ border-bottom-color: #BE1E4A;
+ border-right-color: #BE1E4A;
}
.rtl .pollbar4 {
- border-left-color: #be1e2a;
+ border-left-color: #BE1E4A;
}
.pollbar5 {
- background-color: #f81129;
- border-bottom-color: #d11a29;
- border-right-color: #d11a29;
+ background-color: #F81157;
+ border-bottom-color: #D11A4E;
+ border-right-color: #D11A4E;
}
.rtl .pollbar5 {
- border-left-color: #d11a29;
+ border-left-color: #D11A4E;
}
/* Poster profile block
}
dd.profile-warnings {
- color: #bc2a30;
+ color: #BC2A4D;
}
/*
-------------------------------------------------------------- */
.button {
border-color: #C7C3BF;
- background-color: #FFFFFF;
- background-image: -moz-linear-gradient(top, #FFFFFF, #E9E9E9);
- background-image: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
- background-image: -o-linear-gradient(top, #FFFFFF, #E9E9E9);
- background-image: linear-gradient(to bottom, #FFFFFF, #E9E9E9);
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
+ background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
+ background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
box-shadow: 0 0 0 1px #FFFFFF inset;
-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
- color: #d3111a;
+ color: #D31141;
}
-.dropdown-select {
- color: #848281;
+.button:hover,
+.button:focus {
+ border-color: #0A8ED0;
+ background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);
+ background-image: linear-gradient(to bottom, #E9E9E9 0%,#FFFFFF 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
+ text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);
}
-.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
- border-color: #8c807f;
- background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF);
- background-image: -webkit-linear-gradient(top, #E9E9E9, #FFFFFF);
- background-image: -o-linear-gradient(top, #E9E9E9, #FFFFFF);
- background-image: linear-gradient(to bottom, #E9E9E9, #FFFFFF);
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E9E9E9', EndColorStr='#FFFFFF')";
- text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 48, 0.2);
+
+.button .icon,
+.button-secondary {
+ color: #8f8f8f;
}
-.dropdown-select:after { border-color: #DADADA; }
-.dropdown-select:hover { border-color: #C7C3BF; }
+.button-secondary:focus,
+.button-secondary:hover,
+.button:focus .icon,
+.button:hover .icon {
+ color: #0A8ED0;
+}
-.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {
- border-color: #c9c8c8;
- color: #645d5b;
+.button-search:hover,
+.button-search-end:hover {
+ border-color: #C7C3BF;
}
+.caret { border-color: #DADADA; }
+.caret { border-color: #C7C3BF; }
+
.contact-icons a { border-color: #DCDCDC; }
-.contact-icons a:hover { background-color: #fafafa; }
+.contact-icons a:hover { background-color: #F2F6F9; }
+
+/* Pagination
+---------------------------------------- */
+
+.pagination li a {
+ background: #ECEDEE;
+ filter: none;
+ border-color: #B4BAC0;
+ box-shadow: none;
+ -webkit-box-shadow: none;
+ color: #5C758C;
+}
+
+.pagination li.ellipsis span {
+ background: transparent;
+ color: #000000;
+}
+
+.pagination li.active span {
+ background: #4692BF;
+ border-color: #4692BF;
+ color: #FFFFFF;
+}
+
+.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {
+ background: #368AD2;
+ border-color: #368AD2;
+ filter: none;
+ color: #FFFFFF;
+ text-shadow: none;
+}
+
+/* Search box
+--------------------------------------------- */
+
+.search-box .inputbox,
+.search-box .inputbox:hover,
+.search-box .inputbox:focus {
+ border-color: #C7C3BF;
+}
+
+.search-header {
+ box-shadow: 0 0 10px #0075B0;
+}
/* Icon images
---------------------------------------- */
-.icon-acp { background-image: url("./images/icon_acp.gif"); }
-.icon-bookmark { background-image: url("./images/icon_bookmark.gif"); }
-.icon-bump { background-image: url("./images/icon_bump.gif"); }
-.icon-contact { background-image: url("./images/icon_pm.gif"); }
-.icon-delete-cookies { background-image: url("./images/icon_delete_cookies.gif"); }
-.icon-download { background-image: url("./images/icon_download.gif"); }
-.icon-faq { background-image: url("./images/icon_faq.gif"); }
-.icon-home { background-image: url("./images/icon_home.gif"); }
-.icon-logout { background-image: url("./images/icon_logout.gif"); }
-.icon-mark { background-image: url("./images/icon_mark.gif"); }
-.icon-mcp { background-image: url("./images/icon_mcp.gif"); }
-.icon-members { background-image: url("./images/icon_members.gif"); }
-.icon-notification { background-image: url("./images/icon_notification.gif"); }
-.icon-pages { background-image: url("./images/icon_pages.gif"); }
-.icon-pm { background-image: url("./images/icon_pm.gif"); }
-.icon-print { background-image: url("./images/icon_print.gif"); }
-.icon-profile { background-image: url("./images/icon_profile.gif"); }
-.icon-register { background-image: url("./images/icon_register.gif"); }
-.icon-search, .responsive-search a { background-image: url("./images/icon_search.gif"); }
-.icon-search-active { background-image: url("./images/subforum_read.gif"); }
-.icon-search-new { background-image: url("./images/subforum_unread.gif"); }
-.icon-search-self { background-image: url("./images/icon_topic_latest.gif"); }
-.icon-search-unanswered { background-image: url("./images/icon_post_target.gif"); }
-.icon-search-unread { background-image: url("./images/subforum_unread.gif"); }
-.icon-sendemail { background-image: url("./images/icon_sendemail.gif"); }
-.icon-subscribe { background-image: url("./images/icon_subscribe.gif"); }
-.icon-team { background-image: url("./images/icon_team.gif"); }
-.icon-ucp { background-image: url("./images/icon_ucp.gif"); }
-.icon-unsubscribe { background-image: url("./images/icon_unsubscribe.gif"); }
+
+.contact-icon { background-image: url("./images/icons_contact.png"); }
/* Profile & navigation icons */
-.contact-icon { background-image: url("./images/icons_contact.png"); }
-.icon-button:before, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
+.pm-icon { background-position: 0 0; }
+.email-icon { background-position: -21px 0; }
+.jabber-icon { background-position: -80px 0; }
+.phpbb_icq-icon { background-position: -61px 0 ; }
+.phpbb_wlm-icon { background-position: -182px 0; }
+.phpbb_aol-icon { background-position: -244px 0; }
+.phpbb_website-icon { background-position: -40px 0; }
+.phpbb_youtube-icon { background-position: -98px 0; }
+.phpbb_facebook-icon { background-position: -119px 0; }
+.phpbb_googleplus-icon { background-position: -140px 0; }
+.phpbb_skype-icon { background-position: -161px 0; }
+.phpbb_twitter-icon { background-position: -203px 0; }
+.phpbb_yahoo-icon { background-position: -224px 0; }
/* Forum icons & Topic icons */
-.global_read { background-image: url("./images/announce_read.gif"); }
-.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
-.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
-.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
-.global_unread { background-image: url("./images/announce_unread.gif"); }
-.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
-.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
-.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
-
-.announce_read { background-image: url("./images/announce_read.gif"); }
-.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
-.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
-.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
-.announce_unread { background-image: url("./images/announce_unread.gif"); }
-.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
-.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
-.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
-
-.forum_link { background-image: url("./images/forum_link.gif"); }
-.forum_read { background-image: url("./images/forum_read.gif"); }
-.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
-.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
-.forum_unread { background-image: url("./images/forum_unread.gif"); }
-.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
-.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
-
-.sticky_read { background-image: url("./images/sticky_read.gif"); }
-.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
-.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
-.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
-.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
-.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
-.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
-.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
-
-.topic_moved { background-image: url("./images/topic_moved.gif"); }
-.topic_read { background-image: url("./images/topic_read.gif"); }
-.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
-.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
-.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
-.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
-.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
-.topic_unread { background-image: url("./images/topic_unread.gif"); }
-.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
-.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
-.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
-.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
-.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
-
-.pm_read { background-image: url("./images/topic_read.gif"); }
-.pm_unread { background-image: url("./images/topic_unread.gif"); }
+.global_read { background-image: url("./images/announce_read.gif"); }
+.global_read_mine { background-image: url("./images/announce_read_mine.gif"); }
+.global_read_locked { background-image: url("./images/announce_read_locked.gif"); }
+.global_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
+.global_unread { background-image: url("./images/announce_unread.gif"); }
+.global_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
+.global_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
+.global_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
+
+.announce_read { background-image: url("./images/announce_read.gif"); }
+.announce_read_mine { background-image: url("./images/announce_read_mine.gif"); }
+.announce_read_locked { background-image: url("./images/announce_read_locked.gif"); }
+.announce_read_locked_mine { background-image: url("./images/announce_read_locked_mine.gif"); }
+.announce_unread { background-image: url("./images/announce_unread.gif"); }
+.announce_unread_mine { background-image: url("./images/announce_unread_mine.gif"); }
+.announce_unread_locked { background-image: url("./images/announce_unread_locked.gif"); }
+.announce_unread_locked_mine { background-image: url("./images/announce_unread_locked_mine.gif"); }
+
+.forum_link { background-image: url("./images/forum_link.gif"); }
+.forum_read { background-image: url("./images/forum_read.gif"); }
+.forum_read_locked { background-image: url("./images/forum_read_locked.gif"); }
+.forum_read_subforum { background-image: url("./images/forum_read_subforum.gif"); }
+.forum_unread { background-image: url("./images/forum_unread.gif"); }
+.forum_unread_locked { background-image: url("./images/forum_unread_locked.gif"); }
+.forum_unread_subforum { background-image: url("./images/forum_unread_subforum.gif"); }
+
+.sticky_read { background-image: url("./images/sticky_read.gif"); }
+.sticky_read_mine { background-image: url("./images/sticky_read_mine.gif"); }
+.sticky_read_locked { background-image: url("./images/sticky_read_locked.gif"); }
+.sticky_read_locked_mine { background-image: url("./images/sticky_read_locked_mine.gif"); }
+.sticky_unread { background-image: url("./images/sticky_unread.gif"); }
+.sticky_unread_mine { background-image: url("./images/sticky_unread_mine.gif"); }
+.sticky_unread_locked { background-image: url("./images/sticky_unread_locked.gif"); }
+.sticky_unread_locked_mine { background-image: url("./images/sticky_unread_locked_mine.gif"); }
+
+.topic_moved { background-image: url("./images/topic_moved.gif"); }
+.pm_read,
+.topic_read { background-image: url("./images/topic_read.gif"); }
+.topic_read_mine { background-image: url("./images/topic_read_mine.gif"); }
+.topic_read_hot { background-image: url("./images/topic_read_hot.gif"); }
+.topic_read_hot_mine { background-image: url("./images/topic_read_hot_mine.gif"); }
+.topic_read_locked { background-image: url("./images/topic_read_locked.gif"); }
+.topic_read_locked_mine { background-image: url("./images/topic_read_locked_mine.gif"); }
+.pm_unread,
+.topic_unread { background-image: url("./images/topic_unread.gif"); }
+.topic_unread_mine { background-image: url("./images/topic_unread_mine.gif"); }
+.topic_unread_hot { background-image: url("./images/topic_unread_hot.gif"); }
+.topic_unread_hot_mine { background-image: url("./images/topic_unread_hot_mine.gif"); }
+.topic_unread_locked { background-image: url("./images/topic_unread_locked.gif"); }
+.topic_unread_locked_mine { background-image: url("./images/topic_unread_locked_mine.gif"); }
+
/*
--------------------------------------------------------------
/* Main CP box
----------------------------------------*/
-.panel-container h3, .panel-container hr, #cp-menu hr {
- border-color: #cac9c9;
+.panel-container h3, .panel-container hr, .cp-menu hr {
+ border-color: #A4B3BF;
}
.panel-container .panel li.row {
- border-bottom-color: #d6d5d5;
+ border-bottom-color: #B5C1CB;
border-top-color: #F9F9F9;
}
ul.cplist {
- border-top-color: #d6d5d5;
+ border-top-color: #B5C1CB;
}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
border-bottom-color: #333333;
}
-#cp-main .pm-message {
- border-color: #ececec;
+.cp-main .pm-message {
+ border-color: #DBDEE2;
background-color: #FFFFFF;
}
/* CP tabbed menu
----------------------------------------*/
-#tabs .tab > a {
- background: #dedddc;
- color: #848281;
-}
-
-#tabs .tab > a:hover {
- background: #f5f4f4;
- color: #d3111a;
-}
-
-#tabs .activetab > a,
-#tabs .activetab > a:hover {
- background: #eae9e9;
- background: -moz-linear-gradient(top, #f8f7f7 0%, #eae9e9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f7f7), color-stop(100%, #eae9e9));
- background: -webkit-linear-gradient(top, #f8f7f7 0%, #eae9e9 100%);
- background: -o-linear-gradient(top, #f8f7f7 0%, #eae9e9 100%);
- background: -ms-linear-gradient(top, #f8f7f7 0%, #eae9e9 100%);
- background: linear-gradient(to bottom, #f8f7f7 0%, #eae9e9 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f7', endColorstr='#eae9e9', GradientType=0 );
- border-color: #eae9e9;
- box-shadow: 0 1px 1px #fcfbfb inset;
+.tabs .tab > a {
+ background: #BACCD9;
+ color: #536482;
+}
+
+.tabs .tab > a:hover {
+ background: #DDEDFB;
+ color: #D31141;
+}
+
+.tabs .activetab > a,
+.tabs .activetab > a:hover {
+ background-color: #CADCEB; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
+ background-image: linear-gradient(to bottom, #E2F2FF 0%,#CADCEB 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
+ border-color: #CADCEB;
+ box-shadow: 0 1px 1px #F2F9FF inset;
color: #333333;
}
-#tabs .activetab > a:hover {
+.tabs .activetab > a:hover {
color: #000000;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
-#minitabs .tab > a {
- background-color: #f3f3f3;
+.minitabs .tab > a {
+ background-color: #E1EBF2;
}
-#minitabs .activetab > a,
-#minitabs .activetab > a:hover {
+.minitabs .activetab > a,
+.minitabs .activetab > a:hover {
background-color: #F9F9F9;
color: #333333;
}
/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {
- border-color: #848281;
+ border-color: #536482;
}
.responsive-tab .responsive-tab-link:hover:before {
- border-color: #d3111a;
+ border-color: #D31141;
}
/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
-#navigation a {
+.navigation a {
color: #333;
- background: #d8d7d7;
- background: -moz-linear-gradient(left, #d8d7d7 50%, #eae9e9 100%);
- background: -webkit-gradient(left top, right top, color-stop(50%, #d8d7d7), color-stop(100%, #eae9e9));
- background: -webkit-linear-gradient(left, #d8d7d7 50%, #eae9e9 100%);
- background: -o-linear-gradient(left, #d8d7d7 50%, #eae9e9 100%);
- background: -ms-linear-gradient(left, #d8d7d7 50%, #eae9e9 100%);
- background: linear-gradient(to right, #d8d7d7 50%, #eae9e9 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d7d7', endColorstr='#eae9e9', GradientType=1 );
-}
-
-.rtl #navigation a {
- background: #d8d7d7;
- background: -moz-linear-gradient(left, #eae9e9 0%, #d8d7d7 50%);
- background: -webkit-gradient(left top, right top, color-stop(0%, #eae9e9), color-stop(50%, #d8d7d7));
- background: -webkit-linear-gradient(left, #eae9e9 0%, #d8d7d7 50%);
- background: -o-linear-gradient(left, #eae9e9 0%, #d8d7d7 50%);
- background: -ms-linear-gradient(left, #eae9e9 0%, #d8d7d7 50%);
- background: linear-gradient(to right, #eae9e9 0%, #d8d7d7 50%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9e9', endColorstr='#d8d7d7', GradientType=1 );
-}
-
-#navigation a:hover {
- background: #d0cfce;
- color: #bc2a30;
+ background: #CADCEB; /* Old browsers */ /* FF3.6+ */
+ background: -webkit-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
+ background: linear-gradient(to right, #B4C4D1 50%,#CADCEB 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 ); /* IE6-9 */
+}
+
+.rtl .navigation a {
+ background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
+ background: -webkit-linear-gradient(left, #CADCEB 50%, #B4C4D1 100%);
+ background: linear-gradient(to right, #CADCEB 50%,#B4C4D1 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
+}
+
+.navigation a:hover {
+ background: #AABAC6;
+ color: #BC2A4D;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
-#navigation #active-subsection a {
+.navigation .active-subsection a {
background: #F9F9F9;
- color: #d3111a;
+ color: #D31141;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
-#navigation #active-subsection a:hover {
- color: #d3111a;
+.navigation .active-subsection a:hover {
+ color: #D31141;
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
#navigation a, .rtl #navigation a {
- background: #d7d6d5;
+ background: #B2C2CF;
}
}
background-color: #F9F9F9;
}
-#cp-main .pm {
+.cp-main .pm {
background-color: #FFFFFF;
}
/* Friends list */
.cp-mini {
- background-color: #f9f9f9;
+ background-color: #EEF5F9;
}
dl.mini dt {
- color: #6b6968;
+ color: #425067;
}
/* PM Styles
/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
- border-left-color: #bc2a30;
- border-right-color: #bc2a30;
+ border-left-color: #BC2A4D;
+ border-right-color: #BC2A4D;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
- border-color: #cdcdcc;
+ border-color: #A9B8C2;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
- border-color: #aaa6a5;
+ border-color: #5D8FBD;
}
.pmlist li.pm_foe_colour, .pm_foe_colour {
}
/* Avatar gallery */
-#gallery label {
+.gallery label {
background: #FFFFFF;
border-color: #CCC;
}
-#gallery label:hover {
+.gallery label:hover {
background-color: #EEE;
}
}
label {
- color: #6b6968;
+ color: #425067;
}
option.disabled-option {
/* Quick-login on index page */
fieldset.quick-login input.inputbox {
- background-color: #f6f6f6;
+ background-color: #F2F3F3;
}
/* Posting page styles
----------------------------------------*/
-#message-box textarea {
+.message-box textarea {
color: #333333;
}
-#message-box textarea.drag-n-drop {
+.message-box textarea.drag-n-drop {
outline-color: rgba(102, 102, 102, 0.5);
}
-#message-box textarea.drag-n-drop-highlight {
- outline-color: rgba(157, 147, 146, 0.5);
+.message-box textarea.drag-n-drop-highlight {
+ outline-color: rgba(17, 163, 234, 0.5);
}
/* Input field styles
---------------------------------------- */
.inputbox {
background-color: #FFFFFF;
- border-color: #d1d1d0;
+ border-color: #B4BAC0;
color: #333333;
}
}
.inputbox:hover {
- border-color: #9d9392;
+ border-color: #11A3EA;
}
.inputbox:focus {
- border-color: #9d9392;
- color: #625c59;
+ border-color: #11A3EA;
}
.inputbox:focus:-moz-placeholder {
a.button1, input.button1, input.button3, a.button2, input.button2 {
color: #000;
- background-color: #FAFAFA;
- background-image: url("./images/bg_button.gif");
+ background-color: #EFEFEF; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #D2D2D2 0%, #EFEFEF 100%);
+ background-image: linear-gradient(to bottom, #D2D2D2 0%,#EFEFEF 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2D2D2', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
}
a.button1, input.button1 {
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
- border-color: #bc2a30;
- color: #bc2a30;
+ border-color: #D31141;
+ color: #D31141;
+ background-color: #D2D2D2; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #D2D2D2 100%);
+ background-image: linear-gradient(to bottom, #EFEFEF 0%,#D2D2D2 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D2D2D2',GradientType=0 ); /* IE6-9 */
}
/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {
- border-color: #9d9392;
- color: #625c59;
-}
-
-input.search {
- background-image: url("./images/icon_textbox_search.gif");
+ border-color: #11A3EA;
+ color: #0F4987;
}
input.disabled {
background-color: #FFFFFF;
border-color: #999999;
}
-.phpbb_alert .alert_close {
- background-image: url("./images/alert_close.png");
-}
-#darken {
+.darken {
background-color: #000000;
}
-#loading_indicator {
+.loading_indicator {
background-color: #000000;
background-image: url("./images/loading.gif");
}
}
.dropdown-extended ul li:hover {
- background-color: #efeeee;
+ background-color: #CFE1F6;
color: #000000;
}
}
.dropdown-extended .header {
- background: #fcfbfb;
- background: -moz-linear-gradient(top, #fcfbfb 0%, #eae9e9 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfbfb), color-stop(100%, #eae9e9));
- background: -webkit-linear-gradient(top, #fcfbfb 0%, #eae9e9 100%);
- background: -o-linear-gradient(top, #fcfbfb 0%, #eae9e9 100%);
- background: -ms-linear-gradient(top, #fcfbfb 0%, #eae9e9 100%);
- background: linear-gradient(to bottom, #fcfbfb 0%, #eae9e9 100%);
+ background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
+ background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
+ background-image: linear-gradient(to bottom, #F1F8FF 0%,#CADCEB 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
}
.dropdown .pointer {
}
.dropdown-extended .pointer-inner {
- border-color: #fcfbfb transparent;
-}
-
-ul.linklist li.responsive-menu a.responsive-menu-link:before {
- border-color: #645d5b;
-}
-
-ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
- border-color: #d3111a;
+ border-color: #F1F8FF transparent;
}
.dropdown .dropdown-contents {
background: #fff;
- border-color: #b9b9b9;
+ border-color: #B9B9B9;
box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
---------------------------------------- */
.notification_list p.notification-time {
- color: #7a7877;
+ color: #4C5D77;
}
li.notification-reported strong, li.notification-disapproved strong {
- color: #d3111a;
+ color: #D31141;
+}
+
+.badge {
+ background-color: #D31141;
+ color: #ffffff;
}
-/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
----------------------------------------- */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 2000;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol, ul {
- list-style: none;
-}
-blockquote, q {
- quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-abbr {
- text-decoration: none;
-}
-
/* General Markup Styles
---------------------------------------- */
html {
}
body {
- font-family: Arial,sans-serif,"Lucida Grande","Trebuchet MS",Helvetica,Verdana;
- font-size: 12px;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 10px;
line-height: normal;
margin: 0;
padding: 12px 0;
h1 {
/* Forum name */
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-right: 200px;
margin-top: 15px;
font-weight: bold;
h2 {
/* Forum header titles */
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 2em;
margin: 0.8em 0 0.2em 0;
h3 {
/* Sub-headers (also used as post headers, but defined later) */
-/* font-family: Arial, Helvetica, sans-serif; */
+ font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
border-bottom: 1px solid transparent;
h4 {
/* Forum and topic list titles */
-/* font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif; */
+ font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
font-size: 1.3em;
}
}
p.jumpbox-return {
- margin-top: 1em;
+ margin-top: 10px;
+ margin-bottom: 0;
+ float: left;
}
b, strong {
list-style-type: square;
}
+a:hover { text-decoration: underline; }
/* Main blocks
---------------------------------------- */
-#wrap {
+.wrap {
border: 1px solid transparent;
border-radius: 8px;
margin: 0 auto;
}
@media only screen and (max-width: 1220px), only screen and (max-device-width: 1220px) {
- #wrap {
+ .wrap {
margin: 0 12px;
}
}
-#page-body {
+.page-body {
margin: 4px 0;
clear: both;
}
-#page-footer {
+.page-footer {
clear: both;
}
-#page-footer h3 {
+.page-footer h3 {
margin-top: 20px;
}
text-decoration: none;
}
+.site_logo {
+ display: inline-block;
+ width: 149px;
+ height: 52px;
+}
+
/* Site description and logo */
-#site-description {
+.site-description {
float: left;
width: 65%;
}
-#site-description h1 {
+.site-description h1 {
margin-right: 0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
- background: transparent none repeat-x 0 0;
margin-bottom: 4px;
padding: 5px;
border-radius: 7px;
}
.forabg {
- background: transparent none repeat-x 0 0;
margin-bottom: 4px;
padding: 5px;
clear: both;
}
.forumbg {
- background: transparent none repeat-x 0 0;
margin-bottom: 4px;
padding: 5px;
clear: both;
----------------------------------------*/
.navbar ul.linklist {
padding: 2px 0;
+ list-style-type: none;
}
ul.linklist {
margin: 0;
}
-#cp-main .panel {
+.cp-main .panel {
padding: 5px 10px;
}
ul.linklist li.responsive-menu {
position: relative;
- margin: 0 5px;
-}
-
-ul.linklist li.responsive-menu a.responsive-menu-link {
- display: inline-block;
- margin: 0 5px;
- font-size: 1.455em;
- position: relative;
- width: 16px;
- line-height: 1.2em;
- text-decoration: none;
-}
-
-ul.linklist li.responsive-menu a.responsive-menu-link:before {
- content: '';
- position: absolute;
- left: 0;
- top: 7px;
- height: .125em;
- width: 14px;
- border-bottom: 0.125em solid transparent;
- border-top: 0.375em double transparent;
+ margin: 0 5px 0 0;
}
.hasjs ul.linklist.leftside, .hasjs ul.linklist.rightside {
vertical-align: top;
}
-.header-avatar:hover {
+a.header-avatar,
+a.header-avatar:hover {
text-decoration: none;
}
-.header-avatar img {
+a.header-avatar img {
margin-bottom: 2px;
max-height: 20px;
vertical-align: middle;
width: auto;
}
-.header-avatar span:after {
- content: '\25BC';
+a.header-avatar span:after {
+ content: '\f0dd';
display: inline-block;
- font-size: 9px;
- float: right;
- padding-left: 2px;
- opacity: 0.7;
+ font: normal normal normal 14px/1 FontAwesome;
+ padding-left: 6px;
+ padding-top: 2px;
+ vertical-align: top;
}
/* Dropdown menu
}
.dropdown {
+ display: none;
position: absolute;
left: 0;
top: 1.2em;
.dropdown .pointer {
right: auto;
left: 10px;
- top: 0;
+ top: -1px;
z-index: 3;
}
.dropdown-up .pointer {
- bottom: 0;
+ bottom: -1px;
top: auto;
}
border-radius: 5px;
padding: 5px;
position: relative;
- min-width: 40px;
max-height: 300px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
+}
+
+.dropdown-contents a {
+ display: block;
+ padding: 5px;
+}
+
+.jumpbox {
+ margin: 5px 0;
+}
+
+.jumpbox .dropdown li {
+ border-top: 1px solid transparent;
+}
+
+.jumpbox .dropdown-select {
+ margin: 0;
+}
+
+.jumpbox .dropdown-contents {
+ padding: 0;
+ text-decoration: none;
+}
+
+.jumpbox .dropdown-contents li {
+ padding: 0;
+}
+
+.jumpbox .dropdown-contents a {
+ margin-right: 20px;
+ padding: 5px 10px;
+ text-decoration: none;
+ width: 100%;
+}
+
+.jumpbox .spacer {
+ display: inline-block;
+ width: 0px;
+}
+
+.jumpbox .spacer + .spacer {
+ width: 20px;
+}
+
+.dropdown-contents a {
+ display: block;
+ padding: 5px;
+}
+
+.jumpbox .dropdown-select {
+ margin: 0;
+}
+
+.jumpbox .dropdown-contents a {
+ text-decoration: none;
}
.dropdown li {
+ display: list-item;
border-top: 1px dotted transparent;
float: none !important;
line-height: normal !important;
font-size: 1em !important;
list-style: none;
margin: 0;
- padding-top: 4px;
- padding-bottom: 4px;
white-space: nowrap;
text-align: left;
}
.dropdown li.separator {
border-top: 1px solid transparent;
- margin: 4px 0;
padding: 0;
}
}
.breadcrumbs .crumb a {
- display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
width: 100%;
}
-#ucp-main table.table1 {
+.ucp-main table.table1 {
padding: 2px;
}
margin: 0 -1px;
}
-#color_palette_placeholder table {
+.color_palette_placeholder table {
border-collapse: separate;
border-spacing: 1px;
}
/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
- font-size: 1.1em;
+ font-size: 11px;
margin: 4px 0;
}
margin-top: 2em;
}
+.action-bar .button {
+ margin-right: 5px;
+ float: left;
+}
+
+.action-bar .button-search {
+ margin-right: 0;
+}
+
/* Pagination
---------------------------------------- */
.pagination {
float: right;
- margin-top: 3px;
text-align: right;
width: auto;
}
-.action-bar.bottom .pagination {
+.action-bar.bar-bottom .pagination {
margin-top: 0;
}
+.action-bar .pagination .button {
+ margin-right: 0;
+ float: none;
+}
+
.pagination > ul {
display: inline-block;
list-style: none !important;
}
.pagination li a, .pagination li span {
- border: 1px solid transparent;
border-radius: 2px;
- display: block;
- font-size: 0.9em;
+ padding: 2px 5px;
+}
+
+.pagination li.active span {
+ display: inline-block;
+ font-size: 13px;
font-weight: normal;
- line-height: 1.4em;
- min-width: 10px;
- padding: 3px;
+ font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
+ line-height: 1.4;
text-align: center;
- text-decoration: none;
+ white-space: nowrap;
+ vertical-align: middle;
+ border: 1px solid transparent;
}
.pagination li.ellipsis span {
margin-right: 5px;
}
-.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
- background-repeat: no-repeat;
- font-size: 0;
- height: 13px;
- width: 11px;
-}
-
.pagination li.page-jump a {
- background-position: 0 2px;
- width: 24px;
+ padding: 0 8px;
}
-.pagination li.next a {
- background-position: -50px 2px;
+.pagination li.page-jump a i {
+ font-size: 21px;
}
-.pagination li.previous a {
- background-position: -30px 2px;
+.pagination .arrow a {
+ padding: 2px 0;
}
-.pagination li.page-jump a:hover, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger { background-position: 0 -18px; }
-.pagination li.next a:hover { background-position: -50px -18px; }
-.pagination li.previous a:hover { background-position: -30px -18px; }
-
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
- margin-top: 0;
- padding: 1px 0 1px 15px;
- font-size: 0.9em;
- background: none 0 50% no-repeat;
+ margin-top: 0.3em;
}
.row .pagination > ul {
}
.row .pagination li a, .row .pagination li span {
- border-radius: 1px;
- padding: 1px;
+ border-radius: 2px;
+ padding: 1px 3px;
+ font-size: 9px;
+}
+
+.topic-poster {
+ float: left;
+ padding-right: 0.5em;
+ margin-top: 0.3em;
}
/* jQuery popups
}
.phpbb_alert .alert_close {
- display: block;
float: right;
- width: 16px;
- height: 16px;
- overflow: hidden;
- text-decoration: none !important;
- background: transparent none 0 0 no-repeat;
- margin-top: -7px;
- margin-right: -31px;
-}
-.phpbb_alert .alert_close:hover {
- background-position: 0 -16px;
+ margin-right: -36px;
+ margin-top: -8px;
}
.phpbb_alert p {
font-size: 1.1em;
}
-#darkenwrapper {
+.darkenwrapper {
display: none;
position: relative;
z-index: 44;
}
-#darken {
+.darken {
position: fixed;
left: 0;
top: 0;
z-index: 45;
}
-#loading_indicator {
+.loading_indicator {
background: center center no-repeat;
border-radius: 5px;
display: none;
/* Miscellaneous styles
---------------------------------------- */
-#forum-permissions {
- float: right;
- width: auto;
- padding-left: 5px;
- margin-left: 5px;
- margin-top: 10px;
- text-align: right;
-}
-
.copyright {
padding: 5px;
text-align: center;
p.post-notice {
position: relative;
padding: 5px;
- padding-left: 26px;
min-height: 14px;
margin-bottom: 1em;
}
-p.post-notice:before {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- width: 28px;
- background: transparent none 50% 50% no-repeat;
- pointer-events: none;
-}
-
form > p.post-notice strong {
line-height: 20px;
}
-#jumpbox {
- margin: 5px 0;
-}
-
.stat-block {
clear: both;
}
-#top {
+.top-anchor {
+ display: block;
position: absolute;
top: -20px;
}
.action-bar:after,
.notification_text:after,
.tabs-container:after,
-#tabs > ul:after,
-#minitabs > ul:after,
+.tabs > ul:after,
+.minitabs > ul:after,
.postprofile .avatar-container:after {
clear: both;
content: '';
display: block;
}
-.hidden {
- display: none;
+.emoji {
+ min-height: 18px;
+ min-width: 18px;
+ height: 1em;
+ width: 1em;
}
.smilies {
.dropdown-extended .header {
padding: 0 10px;
- /* font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; */
+ font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
text-shadow: 1px 1px 1px white;
text-transform: none;
}
+.dropdown-extended .header .header_settings a {
+ display: inline-block;
+ padding: 0 5px;
+}
+
+.dropdown-extended .header:after {
+ content: '';
+ display: table;
+ clear: both;
+}
+
.dropdown-extended .footer {
text-align: center;
font-size: 1.1em;
}
.notification_list p.notifications_title {
+ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1.2em !important;
}
margin-left: 58px;
}
-/* Navbar specific list items
-----------------------------------------*/
-
-#quick-links {
- margin: 0 7px 0 0;
+.badge {
+ border-radius: 10px;
+ opacity: 0.8;
+ text-align: center;
+ white-space: nowrap;
+ font-size: 10px;
+ line-height: 1;
+ float: right;
+ display: inline-block;
+ margin-left: 3px;
+ vertical-align: baseline;
+ position: relative;
+ top: 3px;
+ padding: 4px 6px;
}
-#quick-links a.responsive-menu-link {
- display: block;
- font-size: inherit;
- line-height: inherit;
- margin: 0;
- width: auto;
+.badge.hidden {
+ display: none;
}
-#quick-links a.responsive-menu-link:before {
- font-size: 1.455em;
- line-height: 16.5px;
-}
+/* Navbar specific list items
+----------------------------------------*/
-.compact #quick-links a.responsive-menu-link {
- width: 0;
- overflow: hidden;
- white-space: nowrap;
+.linklist .quick-links {
+ margin: 0 7px 0 0;
}
-.compact .icon-notification > a > span, .compact .icon-pm > a > span {
+.linklist.compact .rightside > a > span span {
display: none;
}
-.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
- padding-left: 2px;
-}
-
.dropdown-page-jump .dropdown {
top: 20px;
}
margin: 0;
}
-ul.forums {
- background: transparent none repeat-x 0 0;
-}
-
ul.topiclist li {
display: block;
list-style-type: none;
width: 990px;
}
-ul.topiclist li.row dt a.subforum {
- background-image: none;
- background-position: 0 50%;
- background-repeat: no-repeat;
- position: relative;
- white-space: nowrap;
- padding: 0 0 0 12px;
-}
-
.forum-image {
float: left;
padding-top: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 1em;
+ font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
box-sizing: border-box;
}
-li.header dl.icon dt, li.header dl.icon dd {
+li.header dl.row-item dt, li.header dl.row-item dd {
min-height: 0;
}
-li.header dl.icon dt .list-inner {
+li.header dl.row-item dt .list-inner {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}
/* Forum list column styles */
-dl.icon {
+dl.row-item {
background-position: 10px 50%; /* Position of folder icon */
background-repeat: no-repeat;
}
-dl.icon dt {
+dl.row-item dt {
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
}
-dl.icon dt .list-inner {
+dl.row-item dt .list-inner {
padding-left: 45px; /* Space for folder icon */
}
-dl.icon dt, dl.icon dd {
+dl.row-item dt, dl.row-item dd {
min-height: 35px;
}
-dl a.icon-link { /* topic row icon links */
+dl.row-item dt a {
+ display: inline;
+}
+
+dl a.row-item-link { /* topic row icon links */
display: block;
width: 30px;
height: 30px;
}
/* List in forum description */
-dl.icon dt ol,
-dl.icon dt ul {
+dl.row-item dt ol,
+dl.row-item dt ul {
list-style-position: inside;
margin-left: 1em;
}
-dl.icon dt li {
+dl.row-item dt li {
display: list-item;
list-style-type: inherit;
}
margin-bottom: 0.3em !important;
text-transform: none;
border: none;
+ font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
line-height: 125%;
}
/* Topic review panel
----------------------------------------*/
-#review {
+.panel .review {
margin-top: 2em;
}
-#topicreview {
+.topicreview {
padding-right: 5px;
overflow: auto;
height: 300px;
}
-#topicreview .postbody {
+.topicreview .postbody {
width: auto;
float: none;
margin: 0;
height: auto;
}
-#topicreview .post {
+.topicreview .post {
height: auto;
}
-#topicreview h2 {
+.topicreview h2 {
border-bottom-width: 0;
}
/* MCP Post details
----------------------------------------*/
-#post_details {
+.post_details {
/* This will only work in IE7+, plus the others */
overflow: auto;
max-height: 300px;
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
+ font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
padding-bottom: 1px;
}
}
.content p {
+ font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em;
}
dl.faq {
+ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
margin-top: 1em;
margin-bottom: 2em;
}
.content ul, .content ol {
- margin-bottom: 1em;
- margin-left: 3em;
+ margin: 0.8em 0 0.9em 3em;
}
.posthilit {
p.author {
margin-bottom: 0.6em;
padding: 0 0 5px 0;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.2em;
clear: both;
}
.signature ul, .signature ol {
- margin-bottom: 1em;
- margin-left: 3em;
+ margin: 0.8em 0 0.9em 3em;
}
/* Post noticies */
.notice {
+ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
width: auto;
margin-top: 1.5em;
padding-top: 0.2em;
background: transparent none 6px 8px no-repeat;
border: 1px solid transparent;
font-size: 0.95em;
- margin: 0.5em 1px 0 25px;
+ margin: 1em 1px 1em 25px;
overflow: hidden;
padding: 5px;
}
blockquote blockquote {
/* Nested quotes */
font-size: 1em;
- margin: 0.5em 1px 0 15px;
+ margin: 1em 1px 1em 15px;
}
blockquote cite {
padding-top: 25px;
}
+blockquote cite > div {
+ float: right;
+ font-weight: normal;
+}
+
+.postbody .content li blockquote {
+ overflow: inherit;
+ margin-left: 0;
+}
+
/* Code block */
.codebox {
padding: 3px;
border: 1px solid transparent;
font-size: 1em;
+ margin: 1em 0 1.2em 0;
}
.codebox p {
display: block;
height: auto;
max-height: 200px;
- white-space: normal;
padding-top: 5px;
- font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
+ font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace;
line-height: 1.3em;
margin: 2px 0;
}
}
.attachbox dt {
+ font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
}
dl.file {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
}
margin: 0;
padding: 0;
font-weight: bold;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
}
dl.file dd {
dl.thumbnail dd {
font-style: italic;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
}
.attachbox dl.thumbnail dd {
/* Post poll styles
----------------------------------------*/
fieldset.polls {
+ font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
fieldset.polls dl {
fieldset.polls dd div {
text-align: right;
+ font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
- padding: 0 2px;
+ padding: 2px 2px 0 2px;
overflow: visible;
min-width: 8px;
}
/* Show scrollbars for items with overflow on iOS devices
----------------------------------------*/
-.postbody .content::-webkit-scrollbar, #topicreview::-webkit-scrollbar, #post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
+.postbody .content::-webkit-scrollbar, .topicreview::-webkit-scrollbar, .post_details::-webkit-scrollbar, .codebox code::-webkit-scrollbar, .attachbox dd::-webkit-scrollbar, .attach-image::-webkit-scrollbar, .dropdown-extended ul::-webkit-scrollbar {
width: 8px;
height: 8px;
-webkit-appearance: none;
border-radius: 3px;
}
-.postbody .content::-webkit-scrollbar-thumb, #topicreview::-webkit-scrollbar-thumb, #post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
+.postbody .content::-webkit-scrollbar-thumb, .topicreview::-webkit-scrollbar-thumb, .post_details::-webkit-scrollbar-thumb, .codebox code::-webkit-scrollbar-thumb, .attachbox dd::-webkit-scrollbar-thumb, .attach-image::-webkit-scrollbar-thumb, .dropdown-extended ul::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, .3);
border-radius: 3px;
}
+
+#memberlist tr.inactive, #team tr.inactive {
+ font-style: italic;
+}
/* Main CP box
----------------------------------------*/
-#cp-menu {
+.cp-menu {
float:left;
width: 19%;
margin-top: 1em;
margin-bottom: 5px;
}
-#cp-main {
+.cp-main {
float: left;
width: 81%;
}
-#cp-main .content {
+.cp-main .content {
padding: 0;
}
border-bottom: none;
}
-#cp-main .pm-message {
+.cp-main .pm-message {
border: 1px solid transparent;
margin: 10px 0;
width: auto;
padding-bottom: 5px;
}
-#cp-main .postbody h3, #cp-main .box2 h3 {
+.cp-main .postbody h3, .cp-main .box2 h3 {
margin-top: 0;
}
font-size: 1.1em;
}
-#cp-main .buttons {
+.cp-main .buttons {
margin-left: 0;
}
-#cp-main ul.linklist {
+.cp-main ul.linklist {
margin: 0;
}
/* CP tabs shared
----------------------------------------*/
-#tabs, #minitabs {
+.tabs, .minitabs {
line-height: normal;
}
-#tabs > ul, #minitabs > ul {
+.tabs > ul, .minitabs > ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
-#tabs .tab, #minitabs .tab {
+.tabs .tab, .minitabs .tab {
display: block;
float: left;
font-size: 1em;
line-height: 1.4em;
}
-#tabs .tab > a, #minitabs .tab > a {
+.tabs .tab > a, .minitabs .tab > a {
display: block;
padding: 5px 9px;
position: relative;
/* CP tabbed menu
----------------------------------------*/
-#tabs {
+.tabs {
margin: 20px 0 0 7px;
}
-#tabs .tab > a {
+.tabs .tab > a {
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
margin: 1px 1px 0 0;
}
-#tabs .activetab > a {
+.tabs .activetab > a {
margin-top: 0;
padding-bottom: 7px;
}
/* Mini tabbed menu used in MCP
----------------------------------------*/
-#minitabs {
+.minitabs {
float: right;
margin: 15px 7px 0 0;
max-width: 50%;
}
-#minitabs .tab {
+.minitabs .tab {
float: right;
}
-#minitabs .tab > a {
+.minitabs .tab > a {
border-radius: 5px 5px 0 0;
margin-left: 2px;
}
-#minitabs .tab > a:hover {
+.minitabs .tab > a:hover {
text-decoration: none;
}
border-top: 0.375em double transparent;
}
-#tabs .dropdown, #minitabs .dropdown {
+.tabs .dropdown, .minitabs .dropdown {
top: 20px;
margin-right: -2px;
font-size: 1.1em;
font-weight: normal;
}
-#minitabs .dropdown {
+.minitabs .dropdown {
margin-right: -4px;
}
-#tabs .dropdown-up .dropdown, #minitabs .dropdown-up .dropdown {
+.tabs .dropdown-up .dropdown, .minitabs .dropdown-up .dropdown {
bottom: 20px;
top: auto;
}
-#tabs .dropdown li {
+.tabs .dropdown li {
text-align: right;
}
-#minitabs .dropdown li {
+.minitabs .dropdown li {
text-align: left;
}
/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
-#navigation {
+.navigation {
width: 100%;
padding-top: 36px;
}
-#navigation ul {
+.navigation ul {
list-style: none;
}
/* Default list state */
-#navigation li {
+.navigation li {
display: inline;
font-weight: bold;
margin: 1px 0;
}
/* Link styles for the sub-section links */
-#navigation a {
+.navigation a {
display: block;
padding: 5px;
margin: 1px 0;
text-decoration: none;
}
-#navigation a:hover {
+.navigation a:hover {
text-decoration: none;
}
/* Preferences pane layout
----------------------------------------*/
-#cp-main h2 {
+.cp-main h2 {
border-bottom: none;
padding: 0;
margin-left: 10px;
/* PM Styles
----------------------------------------*/
-#pm-menu {
- line-height: 2.5em;
-}
-
/* Defined rules list for PM options */
ol.def-rules {
padding-left: 0;
}
/* Avatar gallery */
-#gallery label {
+.gallery label {
position: relative;
float: left;
margin: 10px;
----------------------------------------*/
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
- .nojs #tabs a span, .nojs #minitabs a span {
+ .nojs .tabs a span, .nojs .minitabs a span {
max-width: 40px;
overflow: hidden;
text-overflow: ellipsis;
letter-spacing: -.5px;
}
- #cp-menu, #navigation, #cp-main {
+ .cp-menu, .navigation, .cp-main {
float: none;
width: auto;
margin: 0;
}
- #navigation {
+ .navigation {
padding: 0;
margin: 0 auto;
max-width: 320px;
}
- #navigation a {
+ .navigation a {
background-image: none;
}
- #navigation li:first-child a {
+ .navigation li:first-child a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
- #navigation li:last-child a {
+ .navigation li:last-child a {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
+++ /dev/null
-.reply-icon span { background-image: url("./images/button_topic_reply_.gif"); }
-.post-icon span { background-image: url("./images/button_topic_new_.gif"); }
-.locked-icon span { background-image: url("./images/button_topic_locked_.gif"); }
-.pmreply-icon span { background-image: url("./images/button_pm_reply_.gif"); }
-.newpm-icon span { background-image: url("./images/button_pm_new_.gif"); }
-.forwardpm-icon span { background-image: url("./images/button_pm_forward_.gif"); }
-.email-icon, .email-icon a { background-image: url("./images/icon_contact_email_.gif"); }
-.aim-icon, .aim-icon a { background-image: url("./images/icon_contact_aim_.gif"); }
-.yahoo-icon, .yahoo-icon a { background-image: url("./images/icon_contact_yahoo_.gif"); }
-.web-icon, .web-icon a { background-image: url("./images/icon_contact_www_.gif"); }
-.msnm-icon, .msnm-icon a { background-image: url("./images/icon_contact_msnm_.gif"); }
-.icq-icon, .icq-icon a { background-image: url("./images/icon_contact_icq_.gif"); }
-.jabber-icon, .jabber-icon a { background-image: url("./images/icon_contact_jabber_.gif"); }
-.pm-icon, .pm-icon a { background-image: url("./images/icon_contact_pm_.gif"); }
-.quote-icon, .quote-icon a { background-image: url("./images/icon_post_quote.gif"); }
-.report-icon, .report-icon a { background-image: url("./images/icon_post_report.gif"); }
-.edit-icon, .edit-icon a { background-image: url("./images/icon_post_edit_.gif"); }
-.delete-icon, .delete-icon a { background-image: url("./images/icon_post_delete_.gif"); }
-.info-icon, .info-icon a { background-image: url("./images/icon_post_info_.gif"); }
-.warn-icon, .warn-icon a { background-image: url("./images/icon_user_warn_.gif"); }
-
-/* Online image */
-.online { background-image: url("./images/icon_user_online.gif"); }
-
-.imageset.icon_user_online {
- background-image: url("./images/icon_user_online.gif");
- padding-left: 58px;
- padding-top: 58px;
-}
-
-.dfzitatbutton {
-background-image:
-url("./images/icon_post_quote.gif")
-}
-
-.dfzitatbutton:hover {
-background-image:
-url("./images/icon_post_quote.gif")
-}
-
-/*
- .icon-button:before, .dropdown-select:after { background-image: url("./images/icons_button.png"); }
- */
----------------------------------------*/
fieldset {
border-width: 0;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
}
vertical-align: middle;
padding: 0 3px;
font-size: 1em;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
}
select {
+ font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
cursor: pointer;
vertical-align: middle;
select optgroup option {
padding-right: 1em;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
+ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
width: 60%;
padding: 2px;
font-size: 1em;
}
/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
-fieldset.fields1 #recaptcha_widget_div div, fieldset.fields1 .live-search div {
+fieldset.fields1 .live-search div {
margin-bottom: 0;
}
}
/* Hover effects */
-#timezone {
+.timezone {
width: 95%;
}
+/* Browser-specific tweaks */
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0
+}
+
/* Quick-login on index page */
fieldset.quick-login {
margin-top: 5px;
margin-top: 3px;
}
+.dropdown fieldset.display-options {
+ font-size: 1em;
+ margin: 0;
+ padding: 0;
+}
+
+.dropdown fieldset.display-options label {
+ display: block;
+ margin: 4px;
+ padding: 0;
+ text-align: right;
+ white-space: nowrap;
+}
+
+.dropdown fieldset.display-options select {
+ min-width: 120px;
+}
+
/* Display actions for ucp and mcp pages */
fieldset.display-actions {
text-align: right;
fieldset.submit-buttons input {
vertical-align: middle;
- padding-top: 3px;
- padding-bottom: 3px;
}
/* Posting page styles
----------------------------------------*/
/* Buttons used in the editor */
-#format-buttons {
+.format-buttons {
margin: 15px 0 2px 0;
}
-#format-buttons input, #format-buttons select {
+.format-buttons input, .format-buttons select {
vertical-align: middle;
}
/* Main message box */
-#message-box {
+.message-box {
width: 80%;
}
-#message-box textarea {
+.message-box textarea {
+ font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
width: 450px;
height: 270px;
min-width: 100%;
}
/* Emoticons panel */
-#smiley-box {
+.smiley-box {
width: 18%;
float: right;
}
-#smiley-box img {
+.smiley-box img {
margin: 3px;
}
width: auto !important;
padding-top: 1px;
padding-bottom: 1px;
+ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
background: transparent none repeat-x top left;
+ line-height: 1.5;
}
a.button1, input.button1 {
}
/* <a> button in the style of the form buttons */
-a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
+a.button1, a.button2 {
text-decoration: none;
- padding: 2px 8px;
- line-height: 250%;
+ padding: 0 3px;
vertical-align: text-bottom;
- background-position: 0 1px;
}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border: 1px solid transparent;
- background-position: 0 100%;
}
input.disabled {
box-sizing: border-box;
}
-.search-box button {
- float: left;
-}
-
-.search-box button.search-icon {
- border-radius: 0;
- font-size: 0;
- height: 24px;
- margin: 0;
- padding: 3px 5px;
-}
-
-.search-box a.button {
- border-left-width: 0;
- border-radius: 0 4px 4px 0;
- font-size: 0;
- margin: 0;
- padding: 2px 5px 2px 3px;
-}
-
/* Search box (header)
--------------------------------------------- */
.search-header {
.search-header .inputbox { border: 0; }
-.search-header button {
- border-top: 0;
- border-bottom: 0;
-}
-
-.search-header a.button {
- border: 0;
- border-left: 1px;
- padding: 3px 5px 3px 4px;
-}
+.navbar .linklist > li.responsive-search { display: none; }
input.search {
background-image: none;
--- /dev/null
+/* --------------------------------------------------------------
+ $Icons
+-------------------------------------------------------------- */
+
+/* Global module setup
+--------------------------------*/
+
+/* Renamed version of .fa class for agnostic useage of icon fonts.
+ * Just change the name of the font after the 14/1 to the name of
+ * the font you wish to use.
+ */
+.icon, .button .icon {
+ display: inline-block;
+ font-weight: normal;
+ font-style: normal;
+ font-variant: normal;
+ font-family: FontAwesome;
+ font-size: 14px;
+ line-height: 1;
+ text-rendering: auto; /* optimizelegibility throws things off #1094 */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon:before { padding-right: 2px; }
+
+.button .icon:before {
+ padding-right: 0;
+}
+
+/* Icon size classes - Default size is 14px, use these for small variations */
+
+.icon.icon-xl {
+ font-size: 20px;
+}
+
+.icon.icon-lg {
+ font-size: 16px;
+}
+
+.icon.icon-md {
+ font-size: 10px;
+}
+
+.icon.icon-sm {
+ font-size: 8px;
+}
+
+/* icon modifiers */
+.icon-tiny {
+ width: 12px;
+ transform: scale(0.65, 0.75);
+ vertical-align: text-bottom;
+ font-size: 16px;
+}
+
+.arrow-left:hover .icon {
+ margin-left: -5px;
+ margin-right: 5px;
+}
+
+.arrow-right .icon {
+ float: right;
+}
+
+.arrow-right:hover .icon {
+ margin-left: 5px;
+ margin-right: -5px;
+}
+
+.post-buttons .dropdown-contents .icon {
+ float: right;
+ margin-left: 5px;
+}
+
+.alert_close .icon:before {
+ padding: 0;
+ border-radius: 50%;
+ width: 11px;
+ display: block;
+ line-height: .9;
+ height: 12px;
+}
+++ /dev/null
-/* Former imageset */
-span.imageset {
- display: inline-block !important;
- background: transparent none 0 0 no-repeat;
- margin: 0;
- padding: 0;
- width: 0;
- height: 0;
- overflow: hidden;
-}
-
-/* Global imageset items */
-.imageset.site_logo {
- background-image: url("./images/site_logo.gif");
- padding-left: 149px;
- padding-top: 52px;
-}
-.imageset.forum_link {
- background-image: url("./images/forum_link.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_read {
- background-image: url("./images/forum_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_read_locked {
- background-image: url("./images/forum_read_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_read_subforum {
- background-image: url("./images/forum_read_subforum.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_unread {
- background-image: url("./images/forum_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_unread_locked {
- background-image: url("./images/forum_unread_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.forum_unread_subforum {
- background-image: url("./images/forum_unread_subforum.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_moved {
- background-image: url("./images/topic_moved.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read {
- background-image: url("./images/topic_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read_mine {
- background-image: url("./images/topic_read_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read_hot {
- background-image: url("./images/topic_read_hot.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read_hot_mine {
- background-image: url("./images/topic_read_hot_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read_locked {
- background-image: url("./images/topic_read_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_read_locked_mine {
- background-image: url("./images/topic_read_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread {
- background-image: url("./images/topic_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread_mine {
- background-image: url("./images/topic_unread_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread_hot {
- background-image: url("./images/topic_unread_hot.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread_hot_mine {
- background-image: url("./images/topic_unread_hot_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread_locked {
- background-image: url("./images/topic_unread_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.topic_unread_locked_mine {
- background-image: url("./images/topic_unread_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_read {
- background-image: url("./images/sticky_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_read_mine {
- background-image: url("./images/sticky_read_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_read_locked {
- background-image: url("./images/sticky_read_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_read_locked_mine {
- background-image: url("./images/sticky_read_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_unread {
- background-image: url("./images/sticky_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_unread_mine {
- background-image: url("./images/sticky_unread_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_unread_locked {
- background-image: url("./images/sticky_unread_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.sticky_unread_locked_mine {
- background-image: url("./images/sticky_unread_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_read {
- background-image: url("./images/announce_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_read_mine {
- background-image: url("./images/announce_read_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_read_locked {
- background-image: url("./images/announce_read_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_read_locked_mine {
- background-image: url("./images/announce_read_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_unread {
- background-image: url("./images/announce_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_unread_mine {
- background-image: url("./images/announce_unread_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_unread_locked {
- background-image: url("./images/announce_unread_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.announce_unread_locked_mine {
- background-image: url("./images/announce_unread_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_read {
- background-image: url("./images/announce_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_read_mine {
- background-image: url("./images/announce_read_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_read_locked {
- background-image: url("./images/announce_read_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_read_locked_mine {
- background-image: url("./images/announce_read_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_unread {
- background-image: url("./images/announce_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_unread_mine {
- background-image: url("./images/announce_unread_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_unread_locked {
- background-image: url("./images/announce_unread_locked.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.global_unread_locked_mine {
- background-image: url("./images/announce_unread_locked_mine.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.subforum_read {
- background-image: url("./images/subforum_read.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.subforum_unread {
- background-image: url("./images/subforum_unread.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.pm_read {
- background-image: url("./images/topic_read.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.pm_unread {
- background-image: url("./images/topic_unread.gif");
- padding-left: 27px;
- padding-top: 27px;
-}
-.imageset.icon_back_top {
- background-image: url("./images/icon_back_top.gif");
- padding-left: 11px;
- padding-top: 11px;
-}
-.imageset.phpbb_aol-icon, .imageset.icon_contact_aim {
- background-image: url("./images/icon_contact_aim.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_contact_email {
- background-image: url("./images/icon_contact_email.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_contact_icq, .imageset.phpbb_icq-icon {
- background-image: url("./images/icon_contact_icq.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_contact_jabber {
- background-image: url("./images/icon_contact_jabber.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm {
- background-image: url("./images/icon_contact_msnm.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_contact_www, .imageset.phpbb_website-icon {
- background-image: url("./images/icon_contact_www.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_contact_yahoo, .imageset.phpbb_yahoo-icon {
- background-image: url("./images/icon_contact_yahoo.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_post_delete {
- background-image: url("./images/icon_post_delete.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_post_info {
- background-image: url("./images/icon_post_info.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_post_report {
- background-image: url("./images/icon_post_report.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-.imageset.icon_post_target {
- background-image: url("./images/icon_post_target.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.icon_post_target_unread {
- background-image: url("./images/icon_post_target_unread.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.icon_topic_attach {
- background-image: url("./images/icon_topic_attach.gif");
- padding-left: 7px;
- padding-top: 10px;
-}
-.imageset.icon_topic_latest {
- background-image: url("./images/icon_topic_latest.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.icon_topic_newest {
- background-image: url("./images/icon_topic_newest.gif");
- padding-left: 11px;
- padding-top: 9px;
-}
-.imageset.icon_topic_reported {
- background-image: url("./images/icon_topic_reported.gif");
- padding-left: 16px;
- padding-top: 14px;
-}
-.imageset.icon_topic_deleted {
- background-image: url("./images/icon_topic_deleted.png");
- padding-left: 16px;
- padding-top: 14px;
-}
-.imageset.icon_topic_unapproved {
- background-image: url("./images/icon_topic_unapproved.gif");
- padding-left: 16px;
- padding-top: 14px;
-}
-.imageset.icon_topic_poll {
- background-image: url("./images/icon_topic_poll.gif");
- padding-left: 11px;
- padding-top: 10px;
-}
-.imageset.icon_user_warn {
- background-image: url("./images/icon_user_warn.gif");
- padding-left: 20px;
- padding-top: 20px;
-}
-
-.imageset.icon_contact {
- background-image: url("./images/icon_contact.png");
- padding-left: 16px;
- padding-top: 12px;
-}
-
-
-/* English images for fallback */
-.imageset.icon_user_online {
- background-image: url("./en/icon_user_online.gif");
- padding-left: 58px;
- padding-top: 58px;
-}
direction: ltr;
unicode-bidi: embed;
text-decoration: none;
-}
+ /* we use links inline more often then not so to address several bugs with
+ IE and some other browsers we render all links as inlineblock by default */
+ display: inline-block;
-a:hover { text-decoration: underline; }
+}
/* Coloured usernames */
.username-coloured {
text-decoration: underline;
}
-/* Navigation bar links */
-li.breadcrumbs span:first-child > a {
- display: inline-block;
- padding-left: 17px;
-}
-
/* Notification mark read link */
.dropdown-extended a.mark_read {
background-position: center center;
z-index: 2;
right: 0;
top: 50%;
- width: 30px;
- height: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dropdown-extended a.mark_read:hover {
- width: 40px;
+ width: 50px;
}
+.jumpbox-cat-link,
+.jumpbox-forum-link { font-weight: bold; }
+
+
/* Links for forum/topic lists */
a.forumtitle {
+ font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}
a.topictitle {
+ font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
+ display: inline;
}
a.topictitle:hover {
text-decoration: underline;
}
+.top {
+ font-size: 12px;
+ text-decoration: none;
+ margin-top: 10px;
+}
+
/* Back to top of page */
.back2top {
clear: both;
- height: 11px;
- text-align: right;
}
-a.top {
- background: none no-repeat top left;
- text-decoration: none;
- width: 11px;
- height: 11px;
- display: block;
+.back2top .top {
float: right;
- overflow: hidden;
- letter-spacing: 1000px;
- text-indent: 11px;
-}
-
-a.top2 {
- background: none no-repeat 0 50%;
- text-decoration: none;
- padding-left: 15px;
+ margin-right: -10px;
+ margin-top: 0;
}
/* Arrow links */
-a.arrow-up { background: none no-repeat left center; }
-a.arrow-down { background: none no-repeat right center; }
-a.arrow-left { background: none no-repeat 3px 60%; }
-a.arrow-right { background: none no-repeat 95% 60%; }
-a.arrow-up {
+.arrow-up {
padding-left: 10px;
text-decoration: none;
border-bottom-width: 0;
}
-a.arrow-up:hover {
- background-position: left top;
+.arrow-up:hover {
+
}
-a.arrow-down {
+.arrow-down {
padding-right: 10px;
}
-a.arrow-down:hover {
- background-position: right bottom;
- text-decoration: none;
-}
+.arrow-down:hover {
-a.arrow-left {
- padding-left: 12px;
}
-a.arrow-left:hover {
+.arrow-left:hover {
text-decoration: none;
- background-position: 0 60%;
-}
-
-a.arrow-right {
- padding-right: 12px;
}
-a.arrow-right:hover {
+.arrow-right:hover {
text-decoration: none;
- background-position: 100% 60%;
}
/* invisible skip link, used for accessibility */
--- /dev/null
+/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
+
+/**
+ * 1. Set default font family to sans-serif.
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
+ * without disabling user zoom.
+ */
+
+html {
+ font-family: sans-serif; /* 1 */
+ -ms-text-size-adjust: 100%; /* 2 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/**
+ * Remove default margin.
+ */
+
+body {
+ margin: 0;
+}
+
+/* HTML5 display definitions
+ ========================================================================== */
+
+/**
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
+ * and Firefox.
+ * Correct `block` display not defined for `main` in IE 11.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+/**
+ * 1. Correct `inline-block` display not defined in IE 8/9.
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
+ */
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block; /* 1 */
+ vertical-align: baseline; /* 2 */
+}
+
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
+ */
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+/**
+ * Address `[hidden]` styling not present in IE 8/9/10.
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
+ */
+
+[hidden],
+template {
+ display: none;
+}
+
+/* Links
+ ========================================================================== */
+
+/**
+ * Remove the gray background color from active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * Improve readability of focused elements when they are also in an
+ * active/hover state.
+ */
+
+a:active,
+a:hover {
+ outline: 0;
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
+ */
+
+abbr[title] {
+ border-bottom: 1px dotted;
+}
+
+/**
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
+ */
+
+b,
+strong {
+ font-weight: bold;
+}
+
+/**
+ * Address styling not present in Safari and Chrome.
+ */
+
+dfn {
+ font-style: italic;
+}
+
+/**
+ * Address variable `h1` font-size and margin within `section` and `article`
+ * contexts in Firefox 4+, Safari, and Chrome.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/**
+ * Address styling not present in IE 8/9.
+ */
+
+mark {
+ background: #ff0;
+ color: #000;
+}
+
+/**
+ * Address inconsistent and variable font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sup {
+ top: -0.5em;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove border when inside `a` element in IE 8/9/10.
+ */
+
+img {
+ border: 0;
+}
+
+/**
+ * Correct overflow not hidden in IE 9/10/11.
+ */
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * Address margin not present in IE 8/9 and Safari.
+ */
+
+figure {
+ margin: 1em 40px;
+}
+
+/**
+ * Address differences between Firefox and other browsers.
+ */
+
+hr {
+ box-sizing: content-box;
+ height: 0;
+}
+
+/**
+ * Contain overflow in all browsers.
+ */
+
+pre {
+ overflow: auto;
+}
+
+/**
+ * Address odd `em`-unit font size rendering in all browsers.
+ */
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
+ * styling of `select`, unless a `border` property is set.
+ */
+
+/**
+ * 1. Correct color not being inherited.
+ * Known issue: affects color of disabled elements.
+ * 2. Correct font properties not being inherited.
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ color: inherit; /* 1 */
+ font: inherit; /* 2 */
+ margin: 0; /* 3 */
+}
+
+/**
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
+ */
+
+button {
+ overflow: visible;
+}
+
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
+ * Correct `select` style inheritance in Firefox.
+ */
+
+button,
+select {
+ text-transform: none;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ * and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ * `input` and others.
+ */
+
+button,
+html input[type="button"], /* 1 */
+input[type="reset"],
+input[type="submit"] {
+ -webkit-appearance: button; /* 2 */
+ cursor: pointer; /* 3 */
+}
+
+/**
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+html input[disabled] {
+ cursor: default;
+}
+
+/**
+ * Remove inner padding and border in Firefox 4+.
+ */
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+ border: 0;
+ padding: 0;
+}
+
+/**
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
+ */
+
+input {
+ line-height: normal;
+}
+
+/**
+ * It's recommended that you don't attempt to style these elements.
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
+ *
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
+ * 2. Remove excess padding in IE 8/9/10.
+ */
+
+input[type="checkbox"],
+input[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
+ * `font-size` values of the `input`, it causes the cursor style of the
+ * decrement button to change from `default` to `text`.
+ */
+
+input[type="number"]::-webkit-inner-spin-button,
+input[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
+ */
+
+input[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ box-sizing: content-box; /* 2 */
+}
+
+/**
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
+ * Safari (but not Chrome) clips the cancel button when the search input has
+ * padding (and `textfield` appearance).
+ */
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * Define consistent border, margin, and padding.
+ */
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
+ */
+
+legend {
+ border: 0; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Remove default vertical scrollbar in IE 8/9/10/11.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * Don't inherit the `font-weight` (applied by a rule above).
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
+ */
+
+optgroup {
+ font-weight: bold;
+}
+
+/* Tables
+ ========================================================================== */
+
+/**
+ * Remove most spacing between table cells.
+ */
+
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+
+td,
+th {
+ padding: 0;
+}
--- /dev/null
+.attach-panel-multi {
+ display: none;
+ margin-bottom: 1em;
+}
+
+.file-list td {
+ vertical-align: middle;
+}
+
+.attach-name {
+ width: 50%;
+}
+
+.attach-comment {
+ width: 30%;
+}
+
+.attach-comment .inputbox {
+ resize: vertical;
+ width: 100%;
+}
+
+.attach-filesize {
+ width: 15%;
+}
+
+.attach-status {
+ width: 5%;
+}
+
+.attach-filesize, .attach-status {
+ text-align: center;
+}
+
+.attach-controls {
+ display: inline-block;
+ float: right;
+}
+
+.nojs .file-inline-bbcode {
+ display: none;
+}
+
+.file-total-progress {
+ height: 2px;
+ display: block;
+ position: relative;
+ margin: 4px -10px -6px -10px;
+}
+
+.file-progress {
+ background-color: #CCCCCC;
+ display:inline-block;
+ height: 8px;
+ width: 50px;
+}
+
+.file-progress-bar, .file-total-progress-bar {
+ background-color: green;
+ display: block;
+ height: 100%;
+ width: 0;
+}
+
+.file-status.file-working {
+ background: url('./images/plupload/throbber.gif');
+}
+
+.file-status.file-uploaded {
+ background: url('./images/plupload/done.gif');
+}
+
+.file-status.file-error {
+ background: url('./images/plupload/error.gif');
+}
+
+.file-status {
+ display: inline-block;
+ height: 16px;
+ width: 16px;
+}
+
+.file-name {
+ max-width: 65%;
+ vertical-align: bottom;
+}
--- /dev/null
+/* Print Style Sheet
+---------------------------------------- */
+
+
+/* Lots still TODO here! */
+
+/* General markup styles */
+* {
+ padding: 0;
+ margin: 0;
+}
+
+body {
+ font: 11pt Verdana, Arial, Helvetica, sans-serif;
+ color:#000000;
+}
+
+a:link { color: #000000; text-decoration: none; }
+a:visited { color: #000000; text-decoration: none; }
+a:active { color: #000000; text-decoration: none; }
+
+img, .noprint, .navbar, .box1, .divider, .signature { display: none; }
+/* Display smilies (Bug #47265) */
+.content img {
+ display: inline;
+}
+
+/* Container for the main body */
+.wrap {
+ margin: 0 2em;
+}
+
+p { font-size: 85%; }
+.copyright { font-size: 75%; }
+.page-number { float:right; width: auto; text-align: right; font-size: 75%; }
+
+h1, h2, h3, h1 a, h2 a, h3 a {
+ font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
+ color: #000000;
+ background: none;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+h1 { font-size: 20pt; }
+h2 { font-size: 16pt; margin-top: 1em; }
+h3 { font-size: 14pt; margin-top: 1em; }
+
+.content {
+ font-size: 11pt;
+ line-height: 14pt;
+ margin-bottom: 1em;
+ font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+ overflow: hidden;
+}
+
+/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
+.postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active {
+ text-decoration: underline;
+ padding: 0.1em 0.2em;
+ margin: -0.1em -0.2em;
+ color: #666;
+ background: none;
+ font-size: 100%;
+}
+
+html>body .postbody a:link:after, html>body .postbody a:visited:after {
+ content: " (" attr(href) ") ";
+ font-size: 90%;
+ text-decoration: none;
+}
+
+hr {
+ height: 1px;
+ background-color: #999999;
+ border-width: 0;
+}
+
+.author {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 75%;
+ margin-bottom: 0.6em;
+}
+
+.date {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ float: right;
+ position: relative;
+ text-align: right;
+ font-size: 75%;
+}
+
+/* Dont want to print url for names or titles in content area */
+.postbody .author a:link, .postbody .author a:visited,
+html>body .postbody .author a:link:after,
+html>body .postbody .author a:visited:after,
+.postquote .quote-by a:link, .postquote .quote-by a:visited,
+html>body .postquote .quote-by a:link:after,
+html>body .postquote .quote-by a:visited:after,
+html>body .postbody h1 a:link:after, html>body .postbody h2 a:link:after {
+ text-decoration: none;
+ content: "";
+}
+
+/* Poster profile */
+.postprofile { display: none; }
+.grip-show { display:none; }
+
+/* Quote */
+.postquote, blockquote {
+ font-size: 85%;
+ margin: 1em 18% 1em 4%;
+ padding: 0.5em;
+ position: relative;
+ line-height: 1.5em;
+ border: 1px #999999 solid;
+}
+
+.postquote img { display: none; }
+.postquote span { display: block; }
+.postquote span .postquote { font-size: 100%; }
+.quote-by, blockquote cite {
+ color: black;
+ display : block;
+ font-weight: bold;
+}
+
+/* List */
+ol, ul {
+ margin-left: 15pt
+}
+
+/* Misc page elements */
+div.spacer { clear: both; }
+
+/* Accessibility tweaks: Mozilla.org */
+.skip_link { display: none; }
+
+.codebox p { display: none; }
/* phpBB3 Style Sheet
--------------------------------------------------------------
- Style name: debianforum
- Based on style: prosilver (the default phpBB 3.1.x style)
- Original author: Tom Beddard ( http://www.subblue.com/ )
- Modified by:
+ Style name: prosilver (the default phpBB 3.1.x style)
+ Based on style:
+ Original author: Tom Beddard ( http://www.subblue.com/ )
+ Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
-
-
-
-
-
-
*/
+
+@import url("normalize.css");
+@import url("base.css");
+@import url("utilities.css");
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
-
+@import url("icons.css");
@import url("colours.css");
-@import url("imageset.css");
-
-
-@import url("df_images.css");
-
-.page-sideb2ar-left {
-/*display: flex; */
-display:block;
-float:left;
-overflow:hidden;
-background-color: "#ff00ff";
-margin-top:120px;
-width:10%;
-margin-left: 10px; padding: 20px;
-}
-
-.head2erbar {
-
-margin-left: 100px;
-
- background-color: #12a3eb;
- /* background-image: url("./images/bg_header.gif"); */
- display:block;float:left;
- padding: 25px;
-}
-
-
-#sides{
-margin:0;
-}
-#left{
-float:left;
-width:25%;
-overflow:hidden;
-}
-
-#wrap{
-/*float:right; */
-/* width:75%; */
-overflow:hidden;
-}
-
-@media (min-width: 650px) {
-#wrapdf{
- overflow:hidden;
- border: none;
- border-radius: 0;
- margin: 0;
- min-width: 290px;
-}
-}
-
-
-.klumpatsch {
-float:left;
-display:block;
-overflow:hidden;
-margin-left: 150px;
-
-background-color: #12a3eb;
-/* background-image: url("./images/bg_header.gif"); */
-
-padding: 25px;
-}
-
-
-
-dfnavibar {
- order:2;
- float: left;
- width: 130px;
- /* border: 3px solid #C6C6C6; */
-}
-
-
-#wrap {
- overflow: hidden;
-}
-#wrapoverallheader {
- background-color: #fff; /*hintergrundfarbe seite */
- border: 1px solid transparent;
- border-color: #e6e9ed;
- border-radius: 8px;
- overflow: hidden;
- padding: 7px;
-}
-
-
-/*Hauptseite*/
-.icon.forum_read {
-background-image: url("./images/forum_read.png");
-background-repeat: no-repeat;
-}
-/*Kategorien*/
-.icon.topic_read {
-background-image: url("./images/forum_read.png");
-background-repeat: no-repeat;
-}
-
-.icon.topic_read {
- background-image: url("./images/forum_read.png");
- background-repeat: no-repeat;
-}
-.forum_read {
- background-image: url("./images/forum_read.gif");
-}
-
-.page-body {
- float:right;
-}
-
-
-
- /* kann sein dass das tut, noetig fuer order:2 fuer navi und order:3 fuer beitraege ... mal sehn */
-body {
-padding: 0px 0;
-font-size: 10px;
- display:flex;
- flex-flow: column;
-}
-
-/* zitaticon soll nicht aussehn wie der rest */
-.quote-icon {
- box-shadow: "" ! important;
- border:0px;
- content:"";
- background-image: "" ! important;
- background-color: #F3F3F3;
- width: 56px;
- padding: 50px 0 50px 0;
- border-color: "" ! important;
- color: "" ! important;
- background-repeat: no-repeat;
-
-}
-
-/*
-.dfzitatbutton {
-background-image:
-url("./images/icon_post_quote.gif")
-}*/
-
-
-.quote-icon:after {
- background-image: "" ! important;
-}
-.quote-icon:hover:after {
- background-image: "" ! important;
- border:0px;
- content:"";
- /* padding: 50px 0 50px 0; */
-}
-
-.quote-icon:hover:before {
- background-image: "" ! important;
- content:"";
-}
-
-.quote-icon:hover{
- background-image: "" ! important;
- background-image: url("./images/icon_post_quote_r.gif") ;
- border:0px;
- content:"";
- width: 55px;
- /* padding: 50px 0 50px 0; */
-}
-
-
-
-
-/* dads */
-
-
-
-.forabg {
- border-radius: 5px;
- margin-right: 3px;
-}
-.forabg {
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors:none;
- -moz-border-top-colors: none;
- background-color: #dbdbdb;
- border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
- border-image: none;
- border-style: solid;
- border-width: 1px 1px 1px 3px;
- color: #000000;
-}
-
-.forabg {
- clear: both;
- margin-bottom: 4px;
- padding: 0 5px;
-}
-
-
-
-
-* {
- margin: 0;
- padding: 0;
-}
-
-
-.newPMarrived, .newPMarrived:hover {
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors: none;
- -moz-border-top-colors: none;
- background-color: #d70751;
- border-color: #d70751 #d70751 #d70751 #d70751;
- border-image: none;
- border-style: solid;
- border-width: 1px 1px 1px 1px;
- color: #000000;
- margin: 0.0em 0em 0em;
- font-size: 0.8rem;
- margin: 0em 1.0em 0em 1.4em;
- padding: 0 0 0 6px !important;
-}
-
-
-
-.menuitem {
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors: none;
- -moz-border-top-colors: none;
- background-color: #f0f0f0;
- border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
- border-image: none;
- border-style: solid;
- border-width: 1px 1px 1px 3px;
- color: #000000;
- margin: 0.5em 0 0;
- padding: 0.1em 0.2em;
- text-transform: uppercase;
- width: 80%;
- border-radius: 3px;
- font-size: 0.8rem;
-}
-
-
-.menusubitem {
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors: none;
- -moz-border-top-colors: none;
- /* background-color: #f0f0f0; */
- border-color: #d0d0d0 #d0d0d0 #d0d0d0 #dd0d0d0;
- border-image: none;
- border-style: solid;
- color: #000000;
- margin: 0.5em 0.2em 0;
- padding: 0.1em 0.2em;
- border-radius: 3px;
- width: 80%;
- font-size: 0.75rem;
-}
-
-
-
-
-.forumbg {
- border-radius: 5px;
- margin-right: 3px;
- -moz-border-bottom-colors: none;
- -moz-border-left-colors: none;
- -moz-border-right-colors:none;
- -moz-border-top-colors: none;
- background-color: #dbdbdb;
- border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
- border-image: none;
- border-style: solid;
- border-width: 1px 1px 1px 3px;
- color: #000000;
- clear: both;
- margin-bottom: 4px;
- padding: 0 5px;
-}
-
-
-
-.headerbar {
- background-color: #f0f0f0;
- border-bottom: 1px solid #b0b0b0;
- color: #707070;
- margin-bottom: 4px;
- padding: 0 5px;
-}
-
-#site-description {
-padding-left: 40px;
-}
-
-#site-description h1 {
-/*
- margin-right: 0;
- */
-}
-
-h1 {
- color: #606060;
- font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
- font-size: 40px;
- font-weight: 100;
- margin: 14px 0 0 69px;
-}
-
-
-
-.logo{
- /* float:none; */
- padding-left: -40px;
-}
-
-
-.imageset.site_logo {
- padding-top: 80px;
- background-image: url("./images/site_logo.gif");
- padding-left: 80px;
- /* background: transparent none no-repeat scroll 0 0; */
- display: inline-block !important;
- height: 0;
- margin-left: -20px;
- overflow: hidden;
- width: 0;
-}
-
-
-
-
-
-ul.forums {
- background-color: #f0f0f0;
-}
-
-a.forumtitle {
- color: #4d4d4d;
- font-family: Arial,sans-serif,"Lucida Grande","Trebuchet MS",Helvetica,Verdana;
- font-size: 1.2em;
- font-weight: bold;
- text-decoration: none;
-}
-
-.postbody.fist {
- font-size: 5em;
-}
-
-
-
-
-
-
-
-li.header dt, li.header dd {
- color: #000000;
- }
-
-
-
-.forumbg .header a, .forabg .header a, th a {
- color: #000000;
- }
-
-
-.button {
- /*color: #d3111a;*/
- color: #aa0040;
- font-weight: bold;
- }
-
-
-.site-description p {
-
- color: #606060;
- font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
- font-size: 40px;
- font-weight: 100;
- margin: 14px 200px 30px 69px;
- padding-left: 50px;
-
-}
-
-
-
-.icon-button::before {
- margin: 2px 0 0 2px;
- }
-
-
-
-
-.post-buttons .icon-button {
- padding: 1px 5px;
- }
-.quote-icon:before {
- background-image: "" ! important;
-}
-
-
-
-
+@import url("responsive.css");
--- /dev/null
+/* Style Sheet Tweaks
+
+These style definitions are IE 8 & 9 only.
+They are required due to the poor CSS support in IE browsers.
+------------------------------------------------------------------------------*/
+
+/* IE 8 Tweaks (value)\9 equates to IE <= 8
+------------------------------------------------------------------------------*/
+
+/* Clear float fix */
+.inner, ul.linklist { zoom: 1\9; }
+
+/* Align checkboxes/radio buttons nicely */
+dd label input { vertical-align: text-bottom\9; }
+
+/* Fixes header-avatar aspect-ratio */
+.header-avatar img { height: 20px\9; }
+
+/* IE8 often can't handle max-width in %, so we use px instead */
+.postprofile .avatar img { max-width: 150px\9; }
+
+
+/* IE 9 Tweaks
+------------------------------------------------------------------------------*/
+
+/* Border-radius bleed fix in IE9 */
+.search-header, .search-header .inputbox, .search-header a.button {
+ border-radius: 0;
+}
+
+.headerbar, .forumbg {
+ background-image: url("./images/bg_header.gif");
+}
+
+.forabg {
+ background-image: url("./images/bg_list.gif");
+}
+
+.tabs .tab > a {
+ border-radius: 0;
+}
--- /dev/null
+/* --------------------------------------------------------------
+ $Utilities
+-------------------------------------------------------------- */
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ margin: -1px;
+ padding: 0;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
+
+.clearfix:before,
+.clearfix:after,
+.container:before,
+.container:after,
+.container-fluid:before,
+.container-fluid:after,
+.row:before,
+.row:after {
+ content: " ";
+ display: table;
+}
+.clearfix:after,
+.container:after,
+.container-fluid:after,
+.row:after { clear: both }
+
+.center-block {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.pull-right { float: right !important }
+.pull-left { float: left !important }
+.hide { display: none !important }
+.show { display: block !important }
+.invisible { visibility: hidden }
+
+.text-hide {
+ font: 0/0 a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0;
+}
+
+.hidden {
+ display: none ;
+}
+
+.affix { position: fixed }