No changes between revisions
/Forum/templates/index.htm |
---|
0,0 → 1,10 |
<html> |
<head> |
<title></title> |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
</head> |
<body bgcolor="#FFFFFF" text="#000000"> |
</body> |
</html> |
/Forum/templates/subSilver/admin/admin_message_body.tpl |
---|
0,0 → 1,13 |
<br /><br /> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th class="thHead" align="center">{MESSAGE_TITLE}</th> |
</tr> |
<tr> |
<td class="row1" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td> |
</tr> |
</table> |
<br /> |
/Forum/templates/subSilver/admin/auth_forum_body.tpl |
---|
0,0 → 1,31 |
<h1>{L_AUTH_TITLE}</h1> |
<p>{L_AUTH_EXPLAIN}</p> |
<h2>{L_FORUM}: {FORUM_NAME}</h2> |
<form method="post" action="{S_FORUMAUTH_ACTION}"> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<!-- BEGIN forum_auth_titles --> |
<th class="thTop">{forum_auth_titles.CELL_TITLE}</th> |
<!-- END forum_auth_titles --> |
</tr> |
<tr> |
<!-- BEGIN forum_auth_data --> |
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td> |
<!-- END forum_auth_data --> |
</tr> |
<tr> |
<td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td> |
</tr> |
<tr> |
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/auth_select_body.tpl |
---|
0,0 → 1,13 |
<h1>{L_AUTH_TITLE}</h1> |
<p>{L_AUTH_EXPLAIN}</p> |
<form method="post" action="{S_AUTH_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" align="center">{L_AUTH_SELECT}</th> |
</tr> |
<tr> |
<td class="row1" align="center">{S_HIDDEN_FIELDS}{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/auth_ug_body.tpl |
---|
0,0 → 1,49 |
<h1>{L_AUTH_TITLE}</h1> |
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2> |
<form method="post" action="{S_AUTH_ACTION}"> |
<!-- BEGIN switch_user_auth --> |
<p>{USER_LEVEL}</p> |
<p>{USER_GROUP_MEMBERSHIPS}</p> |
<!-- END switch_user_auth --> |
<!-- BEGIN switch_group_auth --> |
<p>{GROUP_MEMBERSHIP}</p> |
<!-- END switch_group_auth --> |
<h2>{L_PERMISSIONS}</h2> |
<p>{L_AUTH_EXPLAIN}</p> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th width="30%" class="thCornerL">{L_FORUM}</th> |
<!-- BEGIN acltype --> |
<th class="thTop">{acltype.L_UG_ACL_TYPE}</th> |
<!-- END acltype --> |
<th class="thCornerR">{L_MODERATOR_STATUS}</th> |
</tr> |
<!-- BEGIN forums --> |
<tr> |
<td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td> |
<!-- BEGIN aclvalues --> |
<td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td> |
<!-- END aclvalues --> |
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td> |
</tr> |
<!-- END forums --> |
<tr> |
<td colspan="{S_COLUMN_SPAN}" class="row1" align="center"> <span class="gensmall">{U_SWITCH_MODE}</span></td> |
</tr> |
<tr> |
<td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS} |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
<input type="reset" value="{L_RESET}" class="liteoption" name="reset" /> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/board_config_body.tpl |
---|
0,0 → 1,272 |
<h1>{L_CONFIGURATION_TITLE}</h1> |
<p>{L_CONFIGURATION_EXPLAIN}</p> |
<form action="{S_CONFIG_ACTION}" method="post"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_SERVER_NAME}</td> |
<td class="row2"><input class="post" type="text" maxlength="255" size="40" name="server_name" value="{SERVER_NAME}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SERVER_PORT}<br /><span class="gensmall">{L_SERVER_PORT_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" maxlength="5" size="5" name="server_port" value="{SERVER_PORT}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SCRIPT_PATH}<br /><span class="gensmall">{L_SCRIPT_PATH_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" maxlength="255" name="script_path" value="{SCRIPT_PATH}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SITE_NAME}<br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SITE_DESCRIPTION}</td> |
<td class="row2"><input class="post" type="text" size="40" maxlength="255" name="site_desc" value="{SITE_DESCRIPTION}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_DISABLE_BOARD}<br /><span class="gensmall">{L_DISABLE_BOARD_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="board_disable" value="1" {S_DISABLE_BOARD_YES} /> {L_YES} <input type="radio" name="board_disable" value="0" {S_DISABLE_BOARD_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ACCT_ACTIVATION}</td> |
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED} />{L_NONE} <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED} />{L_USER} <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED} />{L_ADMIN}</td> |
</tr> |
<tr> |
<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES} <input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES} <input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE} /> {L_ENABLED} <input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE} /> {L_DISABLED}</td> |
</tr> |
<tr> |
<td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SEARCH_FLOOD_INTERVAL} <br /><span class="gensmall">{L_SEARCH_FLOOD_INTERVAL_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="search_flood_interval" value="{SEARCH_FLOOD_INTERVAL}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_MAX_LOGIN_ATTEMPTS}<br /><span class="gensmall">{L_MAX_LOGIN_ATTEMPTS_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_login_attempts" value="{MAX_LOGIN_ATTEMPTS}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_LOGIN_RESET_TIME}<br /><span class="gensmall">{L_LOGIN_RESET_TIME_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="login_reset_time" value="{LOGIN_RESET_TIME}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_TOPICS_PER_PAGE}</td> |
<td class="row2"><input class="post" type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_POSTS_PER_PAGE}</td> |
<td class="row2"><input class="post" type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_HOT_THRESHOLD}</td> |
<td class="row2"><input class="post" type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_DEFAULT_STYLE}</td> |
<td class="row2">{STYLE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1">{L_OVERRIDE_STYLE}<br /><span class="gensmall">{L_OVERRIDE_STYLE_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES} /> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_DEFAULT_LANGUAGE}</td> |
<td class="row2">{LANG_SELECT}</td> |
</tr> |
<tr> |
<td class="row1">{L_DATE_FORMAT}<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="default_dateformat" value="{DEFAULT_DATEFORMAT}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SYSTEM_TIMEZONE}</td> |
<td class="row2">{TIMEZONE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1">{L_ENABLE_GZIP}</td> |
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES} /> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ENABLE_PRUNE}</td> |
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES} /> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_COOKIE_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_COOKIE_SETTINGS_EXPLAIN}</span></td> |
</tr> |
<tr> |
<td class="row1">{L_COOKIE_DOMAIN}</td> |
<td class="row2"><input class="post" type="text" maxlength="255" name="cookie_domain" value="{COOKIE_DOMAIN}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_COOKIE_NAME}</td> |
<td class="row2"><input class="post" type="text" maxlength="16" name="cookie_name" value="{COOKIE_NAME}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_COOKIE_PATH}</td> |
<td class="row2"><input class="post" type="text" maxlength="255" name="cookie_path" value="{COOKIE_PATH}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_COOKIE_SECURE}<br /><span class="gensmall">{L_COOKIE_SECURE_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="cookie_secure" value="0" {S_COOKIE_SECURE_DISABLED} />{L_DISABLED} <input type="radio" name="cookie_secure" value="1" {S_COOKIE_SECURE_ENABLED} />{L_ENABLED}</td> |
</tr> |
<tr> |
<td class="row1">{L_SESSION_LENGTH}</td> |
<td class="row2"><input class="post" type="text" maxlength="5" size="5" name="session_length" value="{SESSION_LENGTH}" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_PRIVATE_MESSAGING}</th> |
</tr> |
<tr> |
<td class="row1">{L_DISABLE_PRIVATE_MESSAGING}</td> |
<td class="row2"><input type="radio" name="privmsg_disable" value="0" {S_PRIVMSG_ENABLED} />{L_ENABLED} <input type="radio" name="privmsg_disable" value="1" {S_PRIVMSG_DISABLED} />{L_DISABLED}</td> |
</tr> |
<tr> |
<td class="row1">{L_INBOX_LIMIT}</td> |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_inbox_privmsgs" value="{INBOX_LIMIT}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SENTBOX_LIMIT}</td> |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_sentbox_privmsgs" value="{SENTBOX_LIMIT}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SAVEBOX_LIMIT}</td> |
<td class="row2"><input class="post" type="text" maxlength="4" size="4" name="max_savebox_privmsgs" value="{SAVEBOX_LIMIT}" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_ABILITIES_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_MAX_POLL_OPTIONS}</td> |
<td class="row2"><input class="post" type="text" name="max_poll_options" size="4" maxlength="4" value="{MAX_POLL_OPTIONS}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_HTML}</td> |
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES} /> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOWED_TAGS}<br /><span class="gensmall">{L_ALLOWED_TAGS_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="30" maxlength="255" name="allow_html_tags" value="{HTML_TAGS}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_BBCODE}</td> |
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES} /> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_SMILIES}</td> |
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES} /> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_SMILIES_PATH} <br /><span class="gensmall">{L_SMILIES_PATH_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_SIG}</td> |
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES} /> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_MAX_SIG_LENGTH}<br /><span class="gensmall">{L_MAX_SIG_LENGTH_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_NAME_CHANGE}</td> |
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES} /> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_AVATAR_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_LOCAL}</td> |
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES} /> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_REMOTE} <br /><span class="gensmall">{L_ALLOW_REMOTE_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES} /> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_ALLOW_UPLOAD}</td> |
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES} /> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_MAX_FILESIZE}<br /><span class="gensmall">{L_MAX_FILESIZE_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}" /> Bytes</td> |
</tr> |
<tr> |
<td class="row1">{L_MAX_AVATAR_SIZE} <br /> |
<span class="gensmall">{L_MAX_AVATAR_SIZE_EXPLAIN}</span> |
</td> |
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}" /> x <input class="post" type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td> |
</tr> |
<tr> |
<td class="row1">{L_AVATAR_STORAGE_PATH} <br /><span class="gensmall">{L_AVATAR_STORAGE_PATH_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_AVATAR_GALLERY_PATH} <br /><span class="gensmall">{L_AVATAR_GALLERY_PATH_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="20" maxlength="255" name="avatar_gallery_path" value="{AVATAR_GALLERY_PATH}" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_COPPA_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_COPPA_FAX}</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="coppa_fax" value="{COPPA_FAX}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_COPPA_MAIL}<br /><span class="gensmall">{L_COPPA_MAIL_EXPLAIN}</span></td> |
<td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_EMAIL_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_ADMIN_EMAIL}</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_EMAIL_SIG}<br /><span class="gensmall">{L_EMAIL_SIG_EXPLAIN}</span></td> |
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td> |
</tr> |
<tr> |
<td class="row1">{L_USE_SMTP}<br /><span class="gensmall">{L_USE_SMTP_EXPLAIN}</span></td> |
<td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1">{L_SMTP_SERVER}</td> |
<td class="row2"><input class="post" type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SMTP_USERNAME}<br /><span class="gensmall">{L_SMTP_USERNAME_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="smtp_username" value="{SMTP_USERNAME}" size="25" maxlength="255" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SMTP_PASSWORD}<br /><span class="gensmall">{L_SMTP_PASSWORD_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="password" name="smtp_password" value="{SMTP_PASSWORD}" size="25" maxlength="255" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> |
</td> |
</tr> |
</table></form> |
<br clear="all" /> |
/Forum/templates/subSilver/admin/category_edit_body.tpl |
---|
0,0 → 1,21 |
<h1>{L_EDIT_CATEGORY}</h1> |
<p>{L_EDIT_CATEGORY_EXPLAIN}</p> |
<form action="{S_FORUM_ACTION}" method="post"> |
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th class="thHead" colspan="2">{L_EDIT_CATEGORY}</th> |
</tr> |
<tr> |
<td class="row1">{L_CATEGORY}</td> |
<td class="row2"><input class="post" type="text" size="25" name="cat_title" value="{CAT_TITLE}" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> |
</tr> |
</table> |
</form> |
<br clear="all" /> |
/Forum/templates/subSilver/admin/confirm_body.tpl |
---|
0,0 → 1,11 |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
<tr> |
<th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th> |
</tr> |
<tr> |
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/admin/db_utils_backup_body.tpl |
---|
0,0 → 1,33 |
<h1>{L_DATABASE_BACKUP}</h1> |
<P>{L_BACKUP_EXPLAIN}</p> |
<form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th colspan="2" class="thHead">{L_BACKUP_OPTIONS}</th> |
</tr> |
<tr> |
<td class="row2">{L_FULL_BACKUP}</td> |
<td class="row2"><input type="radio" name="backup_type" value="full" checked /></td> |
</tr> |
<tr> |
<td class="row1">{L_STRUCTURE_BACKUP}</td> |
<td class="row1"><input type="radio" name="backup_type" value="structure" /></td> |
</tr> |
<tr> |
<td class="row2">{L_DATA_BACKUP}</td> |
<td class="row2"><input type="radio" name="backup_type" value="data" /></td> |
</tr> |
<tr> |
<td class="row1">{L_ADDITIONAL_TABLES}</td> |
<td class="row1"><input class="post" type="text" name="additional_tables" /></td> |
</tr> |
<tr> |
<td class="row1">{L_GZIP_COMPRESS}</td> |
<td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" class="mainoption" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/db_utils_restore_body.tpl |
---|
0,0 → 1,13 |
<h1>{L_DATABASE_RESTORE}</h1> |
<P>{L_RESTORE_EXPLAIN}</p> |
<form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead">{L_SELECT_FILE}</th> |
</tr> |
<tr> |
<td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}" class="mainoption" /> </td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/disallow_body.tpl |
---|
0,0 → 1,24 |
<h1>{L_DISALLOW_TITLE}</h1> |
<p>{L_DISALLOW_EXPLAIN}</p> |
<form method="post" action="{S_FORM_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="2">{L_ADD_DISALLOW}</th> |
</tr> |
<tr> |
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_ADD_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="disallowed_user" size="30" /> <input type="submit" name="add_name" value="{L_ADD}" class="mainoption" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_DELETE_DISALLOW}</th> |
</tr> |
<tr> |
<td class="row1">{L_USERNAME}<br /><span class="gensmall">{L_DELETE_EXPLAIN}</span></td> |
<td class="row2">{S_DISALLOW_SELECT} <input type="submit" name="delete_name" value="{L_DELETE}" class="liteoption" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center"> </td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/forum_admin_body.tpl |
---|
0,0 → 1,39 |
<h1>{L_FORUM_TITLE}</h1> |
<p>{L_FORUM_EXPLAIN}</p> |
<form method="post" action="{S_FORUM_ACTION}"><table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th class="thHead" colspan="7">{L_FORUM_TITLE}</th> |
</tr> |
<!-- BEGIN catrow --> |
<tr> |
<td class="catLeft" colspan="3"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span></td> |
<td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_EDIT}">{L_EDIT}</a></span></td> |
<td class="cat" align="center" valign="middle"><span class="gen"><a href="{catrow.U_CAT_DELETE}">{L_DELETE}</a></span></td> |
<td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen"><a href="{catrow.U_CAT_MOVE_UP}">{L_MOVE_UP}</a> <a href="{catrow.U_CAT_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> |
<td class="catRight" align="center" valign="middle"><span class="gen"> </span></td> |
</tr> |
<!-- BEGIN forumrow --> |
<tr> |
<td class="row2"><span class="gen"><a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br /><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td> |
<td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_TOPICS}</span></td> |
<td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_POSTS}</span></td> |
<td class="row1" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_EDIT}">{L_EDIT}</a></span></td> |
<td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_DELETE}">{L_DELETE}</a></span></td> |
<td class="row1" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_MOVE_UP}">{L_MOVE_UP}</a> <br /> <a href="{catrow.forumrow.U_FORUM_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> |
<td class="row2" align="center" valign="middle"><span class="gen"><a href="{catrow.forumrow.U_FORUM_RESYNC}">{L_RESYNC}</a></span></td> |
</tr> |
<!-- END forumrow --> |
<tr> |
<td colspan="7" class="row2"><input class="post" type="text" name="{catrow.S_ADD_FORUM_NAME}" /> <input type="submit" class="liteoption" name="{catrow.S_ADD_FORUM_SUBMIT}" value="{L_CREATE_FORUM}" /></td> |
</tr> |
<tr> |
<td colspan="7" height="1" class="spaceRow"><img src="../templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> |
</tr> |
<!-- END catrow --> |
<tr> |
<td colspan="7" class="catBottom"><input class="post" type="text" name="categoryname" /> <input type="submit" class="liteoption" name="addcategory" value="{L_CREATE_CATEGORY}" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/forum_delete_body.tpl |
---|
0,0 → 1,23 |
<h1>{L_FORUM_DELETE}</h1> |
<p>{L_FORUM_DELETE_EXPLAIN}</p> |
<form action="{S_FORUM_ACTION}" method="post"> |
<table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th colspan="2" class="thHead">{L_FORUM_DELETE}</th> |
</tr> |
<tr> |
<td class="row1">{L_FORUM_NAME}</td> |
<td class="row1"><span class="row1">{NAME}</span></td> |
</tr> |
<tr> |
<td class="row1">{L_MOVE_CONTENTS}</td> |
<td class="row1">{S_SELECT_TO}</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/forum_edit_body.tpl |
---|
0,0 → 1,50 |
<h1>{L_FORUM_TITLE}</h1> |
<p>{L_FORUM_EXPLAIN}</p> |
<form action="{S_FORUM_ACTION}" method="post"> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th class="thHead" colspan="2">{L_FORUM_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_FORUM_NAME}</td> |
<td class="row2"><input type="text" size="25" name="forumname" value="{FORUM_NAME}" class="post" /></td> |
</tr> |
<tr> |
<td class="row1">{L_FORUM_DESCRIPTION}</td> |
<td class="row2"><textarea rows="5" cols="45" wrap="virtual" name="forumdesc" class="post">{DESCRIPTION}</textarea></td> |
</tr> |
<tr> |
<td class="row1">{L_CATEGORY}</td> |
<td class="row2"><select name="c">{S_CAT_LIST}</select></td> |
</tr> |
<tr> |
<td class="row1">{L_FORUM_STATUS}</td> |
<td class="row2"><select name="forumstatus">{S_STATUS_LIST}</select></td> |
</tr> |
<tr> |
<td class="row1">{L_AUTO_PRUNE}</td> |
<td class="row2"><table cellspacing="0" cellpadding="1" border="0"> |
<tr> |
<td align="right" valign="middle">{L_ENABLED}</td> |
<td align="left" valign="middle"><input type="checkbox" name="prune_enable" value="1" {S_PRUNE_ENABLED} /></td> |
</tr> |
<tr> |
<td align="right" valign="middle">{L_PRUNE_DAYS}</td> |
<td align="left" valign="middle"> <input type="text" name="prune_days" value="{PRUNE_DAYS}" size="5" class="post" /> {L_DAYS}</td> |
</tr> |
<tr> |
<td align="right" valign="middle">{L_PRUNE_FREQ}</td> |
<td align="left" valign="middle"> <input type="text" name="prune_freq" value="{PRUNE_FREQ}" size="5" class="post" /> {L_DAYS}</td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{S_SUBMIT_VALUE}" class="mainoption" /></td> |
</tr> |
</table> |
</form> |
<br clear="all" /> |
/Forum/templates/subSilver/admin/forum_prune_body.tpl |
---|
0,0 → 1,22 |
<h1>{L_FORUM_PRUNE}</h1> |
<p>{L_FORUM_PRUNE_EXPLAIN}</p> |
<h2>{L_FORUM}: {FORUM_NAME}</h2> |
<form method="post" action="{S_FORUMPRUNE_ACTION}"> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead">{L_FORUM_PRUNE}</th> |
</tr> |
<tr> |
<td class="row1">{S_PRUNE_DATA}</td> |
</tr> |
<tr> |
<td class="catBottom" align="center">{S_HIDDEN_VARS} |
<input type="submit" name="doprune" value="{L_DO_PRUNE}" class="mainoption"> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/forum_prune_result_body.tpl |
---|
0,0 → 1,21 |
<h1>{L_FORUM_PRUNE}</h1> |
<p>{L_PRUNE_RESULT}</p> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_FORUM}</th> |
<th class="thTop">{L_TOPICS_PRUNED}</th> |
<th class="thCornerR">{L_POSTS_PRUNED}</th> |
</tr> |
<!-- BEGIN prune_results --> |
<tr> |
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_NAME}</td> |
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_TOPICS}</td> |
<td class="{prune_results.ROW_CLASS}" align="center">{prune_results.FORUM_POSTS}</td> |
</tr> |
<!-- END prune_results --> |
</table> |
<br /> |
/Forum/templates/subSilver/admin/forum_prune_select_body.tpl |
---|
0,0 → 1,12 |
<h1>{L_FORUM_PRUNE}</h1> |
<form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" align="center">{L_SELECT_FORUM}</th> |
</tr> |
<tr> |
<td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}" class="mainoption"> </td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/group_edit_body.tpl |
---|
0,0 → 1,56 |
<h1>{L_GROUP_TITLE}</h1> |
<form action="{S_GROUP_ACTION}" method="post" name="post"><table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center"> |
<tr> |
<th class="thHead" colspan="2">{L_GROUP_EDIT_DELETE}</th> |
</tr> |
<tr> |
<td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td> |
<td class="row2" width="62%"> |
<input class="post" type="text" name="group_name" size="35" maxlength="40" value="{GROUP_NAME}" /> |
</td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td> |
<td class="row2" width="62%"> |
<textarea class="post" name="group_description" rows="5" cols="51">{GROUP_DESCRIPTION}</textarea> |
</td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td> |
<td class="row2" width="62%"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" value="{GROUP_MODERATOR}" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td> |
<td class="row2" width="62%"> |
<input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td> |
</tr> |
<!-- BEGIN group_edit --> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_DELETE_MODERATOR}</span> |
<br /> |
<span class="gensmall">{L_DELETE_MODERATOR_EXPLAIN}</span></td> |
<td class="row2" width="62%"> |
<input type="checkbox" name="delete_old_moderator" value="1"> |
{L_YES}</td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td> |
<td class="row2" width="62%"> |
<input type="checkbox" name="group_delete" value="1"> |
{L_GROUP_DELETE_CHECK}</td> |
</tr> |
<!-- END group_edit --> |
<tr> |
<td class="catBottom" colspan="2" align="center"><span class="cattitle"> |
<input type="submit" name="group_update" value="{L_SUBMIT}" class="mainoption" /> |
|
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
</span></td> |
</tr> |
</table>{S_HIDDEN_FIELDS}</form> |
/Forum/templates/subSilver/admin/group_select_body.tpl |
---|
0,0 → 1,19 |
<h1>{L_GROUP_TITLE}</h1> |
<p>{L_GROUP_EXPLAIN}</p> |
<form method="post" action="{S_GROUP_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" align="center">{L_GROUP_SELECT}</th> |
</tr> |
<!-- BEGIN select_box --> |
<tr> |
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td> |
</tr> |
<!-- END select_box --> |
<tr> |
<td class="catBottom" align="center">{S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/index.htm |
---|
0,0 → 1,10 |
<html> |
<head> |
<title></title> |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
</head> |
<body bgcolor="#FFFFFF" text="#000000"> |
</body> |
</html> |
/Forum/templates/subSilver/admin/index_body.tpl |
---|
0,0 → 1,86 |
<h1>{L_WELCOME}</h1> |
<p>{L_ADMIN_INTRO}</p> |
<h1>{L_FORUM_STATS}</h1> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th> |
<th width="25%" height="25" class="thTop">{L_VALUE}</th> |
<th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th> |
<th width="25%" height="25" class="thCornerR">{L_VALUE}</th> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td> |
<td class="row2"><b>{NUMBER_OF_POSTS}</b></td> |
<td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td> |
<td class="row2"><b>{POSTS_PER_DAY}</b></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td> |
<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td> |
<td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td> |
<td class="row2"><b>{TOPICS_PER_DAY}</b></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td> |
<td class="row2"><b>{NUMBER_OF_USERS}</b></td> |
<td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td> |
<td class="row2"><b>{USERS_PER_DAY}</b></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td> |
<td class="row2"><b>{START_DATE}</b></td> |
<td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td> |
<td class="row2"><b>{AVATAR_DIR_SIZE}</b></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td> |
<td class="row2"><b>{DB_SIZE}</b></td> |
<td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td> |
<td class="row2"><b>{GZIP_COMPRESSION}</b></td> |
</tr> |
</table> |
<h1>{L_VERSION_INFORMATION}</h1> |
{VERSION_INFO} |
<br /> |
<h1>{L_WHO_IS_ONLINE}</h1> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th> |
<th width="20%" height="25" class="thTop"> {L_STARTED} </th> |
<th width="20%" class="thTop"> {L_LAST_UPDATE} </th> |
<th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th> |
<th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th> |
</tr> |
<!-- BEGIN reg_user_row --> |
<tr> |
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> |
<td width="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td> |
<td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> |
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td> |
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td> |
</tr> |
<!-- END reg_user_row --> |
<tr> |
<td colspan="5" height="1" class="row3"><img src="../templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |
</tr> |
<!-- BEGIN guest_user_row --> |
<tr> |
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> |
<td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td> |
<td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> |
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td> |
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td> |
</tr> |
<!-- END guest_user_row --> |
</table> |
<br /> |
/Forum/templates/subSilver/admin/index_frameset.tpl |
---|
0,0 → 1,17 |
<html dir="{S_CONTENT_DIRECTION}"> |
<head> |
<title>phpBB Administration</title> |
<meta http-equiv="Content-Type" content="text/html;"> |
</head> |
<frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes"> |
<frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto"> |
<frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto"> |
</frameset> |
<noframes> |
<body bgcolor="#FFFFFF" text="#000000"> |
<p>Sorry, your browser doesn't seem to support frames</p> |
</body> |
</noframes> |
</html> |
/Forum/templates/subSilver/admin/index_navigate.tpl |
---|
0,0 → 1,37 |
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center"> |
<tr> |
<td align="center" ><a href="{U_FORUM_INDEX}" target="_parent"><img src="../templates/subSilver/images/logo_phpBB_med.gif" border="0" /></a></td> |
</tr> |
<tr> |
<td align="center" > |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th height="25" class="thHead"><b>{L_ADMIN}</b></th> |
</tr> |
<tr> |
<td class="row1"><span class="genmed"><a href="{U_ADMIN_INDEX}" target="main" class="genmed">{L_ADMIN_INDEX}</a></span></td> |
</tr> |
<tr> |
<td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="_parent" class="genmed">{L_FORUM_INDEX}</a></span></td> |
</tr> |
<tr> |
<td class="row1"><span class="genmed"><a href="{U_FORUM_INDEX}" target="main" class="genmed">{L_PREVIEW_FORUM}</a></span></td> |
</tr> |
<!-- BEGIN catrow --> |
<tr> |
<td height="28" class="catSides"><span class="cattitle">{catrow.ADMIN_CATEGORY}</span></td> |
</tr> |
<!-- BEGIN modulerow --> |
<tr> |
<td class="row1"><span class="genmed"><a href="{catrow.modulerow.U_ADMIN_MODULE}" target="main" class="genmed">{catrow.modulerow.ADMIN_MODULE}</a></span> |
</td> |
</tr> |
<!-- END modulerow --> |
<!-- END catrow --> |
</table> |
</td> |
</tr> |
</table> |
<br /> |
/Forum/templates/subSilver/admin/page_footer.tpl |
---|
0,0 → 1,22 |
<!-- |
Please note that the following copyright notice |
MUST be displayed on each and every page output |
by phpBB. You may alter the font, colour etc. but |
you CANNOT remove it, nor change it so that it be, |
to all intents and purposes, invisible. You may ADD |
your own notice to it should you have altered the |
code but you may not replace it. The hyperlink must |
also remain intact. These conditions are part of the |
licence this software is released under. See the |
LICENCE and README files for more information. |
The phpBB Group : 2001 |
//--> |
<div align="center"><span class="copyright">Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a><br />{TRANSLATION_INFO}</span></div> |
</body> |
</html> |
/Forum/templates/subSilver/admin/page_header.tpl |
---|
0,0 → 1,226 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
<html dir="{S_CONTENT_DIRECTION}"> |
<head> |
{META} |
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> |
<!-- link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> |
<style type="text/css"> |
<!-- |
/* |
The original subSilver Theme for phpBB version 2+ |
Created by subBlue design |
http://www.subBlue.com |
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 |
theme administration centre. When you have finalised your style you could cut the final CSS code |
and place it in an external file, deleting this section to save bandwidth. |
*/ |
/* General page style. The scroll bar colours only visible in IE5.5+ */ |
body { |
background-color: {T_BODY_BGCOLOR}; |
scrollbar-face-color: {T_TR_COLOR2}; |
scrollbar-highlight-color: {T_TD_COLOR2}; |
scrollbar-shadow-color: {T_TR_COLOR2}; |
scrollbar-3dlight-color: {T_TR_COLOR3}; |
scrollbar-arrow-color: {T_BODY_LINK}; |
scrollbar-track-color: {T_TR_COLOR1}; |
scrollbar-darkshadow-color: {T_TH_COLOR1}; |
} |
/* General font families for common tags */ |
font,th,td,p { font-family: {T_FONTFACE1} } |
p, td { font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; } |
a:link,a:active,a:visited { color : {T_BODY_LINK}; } |
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } |
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} |
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} |
/* This is the border line & background colour round the entire page */ |
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } |
/* This is the outline round the main forum tables */ |
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } |
/* Main table cell colours and backgrounds */ |
td.row1 { background-color: {T_TR_COLOR1}; } |
td.row2 { background-color: {T_TR_COLOR2}; } |
td.row3 { background-color: {T_TR_COLOR3}; } |
/* |
This is for the table cell above the Topics, Post & Last posts on the index.php page |
By default this is the fading out gradiated silver background. |
However, you could replace this with a bitmap specific for each forum |
*/ |
td.rowpic { |
background-color: {T_TD_COLOR2}; |
background-image: url(../templates/subSilver/images/{T_TH_CLASS3}); |
background-repeat: repeat-y; |
} |
/* Header cells - the blue and silver gradient backgrounds */ |
th { |
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; |
background-color: {T_BODY_LINK}; height: 25px; |
background-image: url(../templates/subSilver/images/{T_TH_CLASS2}); |
} |
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { |
background-image: url(../templates/subSilver/images/{T_TH_CLASS1}); |
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; |
} |
/* |
Setting additional nice inner borders for the main table cells. |
The names indicate which sides the border will be on. |
Don't worry if you don't understand this, just ignore it :-) |
*/ |
td.cat,td.catHead,td.catBottom { |
height: 29px; |
border-width: 0px 0px 0px 0px; |
} |
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { |
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; } |
td.row3Right,td.spaceRow { |
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; } |
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } |
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } |
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } |
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } |
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } |
th.thTop { border-width: 1px 0px 0px 0px; } |
th.thCornerL { border-width: 1px 0px 0px 1px; } |
th.thCornerR { border-width: 1px 1px 0px 0px; } |
/* The largest text used in the index page title and toptic title etc. */ |
.maintitle { |
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; |
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; |
} |
/* General text */ |
.gen { font-size : {T_FONTSIZE3}px; } |
.genmed { font-size : {T_FONTSIZE2}px; } |
.gensmall { font-size : {T_FONTSIZE1}px; } |
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } |
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } |
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } |
/* The register, login, search etc links at the top of the page */ |
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } |
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } |
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
/* Forum category titles */ |
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} |
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } |
a.cattitle:hover{ text-decoration: underline; } |
/* Forum title: Text and link to the forums used in: index.php */ |
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } |
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } |
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ |
.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} |
a.nav { text-decoration: none; color : {T_BODY_LINK}; } |
a.nav:hover { text-decoration: underline; } |
/* Name of poster in viewmsg.php and viewtopic.php and other places */ |
.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} |
/* Location, number of posts, post date etc */ |
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } |
/* The content of the posts (body of text) */ |
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} |
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } |
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } |
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} |
/* Quote & Code blocks */ |
.code { |
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; |
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
.quote { |
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; |
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
/* Copyright and bottom info */ |
.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} |
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} |
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} |
/* Form elements */ |
input,textarea, select { |
color : {T_BODY_TEXT}; |
font: normal {T_FONTSIZE2}px {T_FONTFACE1}; |
border-color : {T_BODY_TEXT}; |
} |
/* The text input fields background colour */ |
input.post, textarea.post, select { |
background-color : {T_TD_COLOR2}; |
} |
input { text-indent : 2px; } |
/* The buttons used for bbCode styling in message post */ |
input.button { |
background-color : {T_TR_COLOR1}; |
color : {T_BODY_TEXT}; |
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; |
} |
/* The main submit button option */ |
input.mainoption { |
background-color : {T_TD_COLOR1}; |
font-weight : bold; |
} |
/* None-bold submit button */ |
input.liteoption { |
background-color : {T_TD_COLOR1}; |
font-weight : normal; |
} |
/* This is the line in the posting page which shows the rollover |
help line. This is actually a text box, but if set to be the same |
colour as the background no one will know ;) |
*/ |
.helpline { background-color: {T_TR_COLOR2}; border-style: none; } |
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ |
@import url("../templates/subSilver/formIE.css"); |
--> |
</style> |
<title>{SITENAME} - {L_PHPBB_ADMIN}</title> |
</head> |
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> |
<a name="top"></a> |
/Forum/templates/subSilver/admin/ranks_edit_body.tpl |
---|
0,0 → 1,31 |
<h1>{L_RANKS_TITLE}</h1> |
<p>{L_RANKS_TEXT}</p> |
<form action="{S_RANK_ACTION}" method="post"><table class="forumline" cellpadding="4" cellspacing="1" border="0" align="center"> |
<tr> |
<th class="thTop" colspan="2">{L_RANKS_TITLE}</th> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td> |
<td class="row2"><input class="post" type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_RANK_SPECIAL}</span></td> |
<td class="row2"><input type="radio" name="special_rank" value="1" {SPECIAL_RANK} />{L_YES} <input type="radio" name="special_rank" value="0" {NOT_SPECIAL_RANK} /> {L_NO}</td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_RANK_MINIMUM}:</span></td> |
<td class="row2"><input class="post" type="text" name="min_posts" size="5" maxlength="10" value="{MINIMUM}" /></td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_RANK_IMAGE}:</span><br /> |
<span class="gensmall">{L_RANK_IMAGE_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="rank_image" size="40" maxlength="255" value="{IMAGE}" /><br />{IMAGE_DISPLAY}</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> |
</tr> |
</table> |
{S_HIDDEN_FIELDS}</form> |
/Forum/templates/subSilver/admin/ranks_list_body.tpl |
---|
0,0 → 1,26 |
<h1>{L_RANKS_TITLE}</h1> |
<p>{L_RANKS_TEXT}</p> |
<form method="post" action="{S_RANKS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_RANK}</th> |
<th class="thTop">{L_RANK_MINIMUM}</th> |
<th class="thTop">{L_SPECIAL_RANK}</th> |
<th class="thTop">{L_EDIT}</th> |
<th class="thCornerR">{L_DELETE}</th> |
</tr> |
<!-- BEGIN ranks --> |
<tr> |
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK}</td> |
<td class="{ranks.ROW_CLASS}" align="center">{ranks.RANK_MIN}</td> |
<td class="{ranks.ROW_CLASS}" align="center">{ranks.SPECIAL_RANK}</td> |
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_EDIT}">{L_EDIT}</a></td> |
<td class="{ranks.ROW_CLASS}" align="center"><a href="{ranks.U_RANK_DELETE}">{L_DELETE}</a></td> |
</tr> |
<!-- END ranks --> |
<tr> |
<td class="catBottom" align="center" colspan="6"><input type="submit" class="mainoption" name="add" value="{L_ADD_RANK}" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/smile_edit_body.tpl |
---|
0,0 → 1,34 |
<h1>{L_SMILEY_TITLE}</h1> |
<p>{L_SMILEY_EXPLAIN}</p> |
<script language="javascript" type="text/javascript"> |
<!-- |
function update_smiley(newimage) |
{ |
document.smiley_image.src = "{S_SMILEY_BASEDIR}/" + newimage; |
} |
//--> |
</script> |
<form method="post" action="{S_SMILEY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> |
<tr> |
<th class="thHead" colspan="2">{L_SMILEY_CONFIG}</th> |
</tr> |
<tr> |
<td class="row2">{L_SMILEY_CODE}</td> |
<td class="row2"><input class="post" type="text" name="smile_code" value="{SMILEY_CODE}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_SMILEY_URL}</td> |
<td class="row1"><select name="smile_url" onchange="update_smiley(this.options[selectedIndex].value);">{S_FILENAME_OPTIONS}</select> <img name="smiley_image" src="{SMILEY_IMG}" border="0" alt="" /> </td> |
</tr> |
<tr> |
<td class="row2">{L_SMILEY_EMOTION}</td> |
<td class="row2"><input class="post" type="text" name="smile_emotion" value="{SMILEY_EMOTICON}" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/smile_import_body.tpl |
---|
0,0 → 1,24 |
<h1>{L_SMILEY_TITLE}</h1> |
<p>{L_SMILEY_EXPLAIN}</p> |
<form method="post" action="{S_SMILEY_ACTION}"><table class="forumline" cellspacing="1" cellpadding="4" border="0" align="center"> |
<tr> |
<th class="thHead" colspan="2">{L_SMILEY_IMPORT}</th> |
</tr> |
<tr> |
<td class="row2">{L_SELECT_LBL}</td> |
<td class="row2">{S_SMILE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1">{L_DEL_EXISTING}</td> |
<td class="row1"><input type="checkbox" name="clear_current" value="1" /></td> |
</tr> |
<tr> |
<td class="row2" colspan="2" align="center">{L_CONFLICTS}<br /><input type="radio" name="replace" value="1" checked="checked"/> {L_REPLACE_EXISTING} <input type="radio" name="replace" value="0" /> {L_KEEP_EXISTING}</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="mainoption" name="import_pack" type="submit" value="{L_IMPORT}" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/smile_list_body.tpl |
---|
0,0 → 1,25 |
<h1>{L_SMILEY_TITLE}</h1> |
<P>{L_SMILEY_TEXT}</p> |
<form method="post" action="{S_SMILEY_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_CODE}</th> |
<th class="thTop">{L_SMILE}</th> |
<th class="thTop">{L_EMOT}</th> |
<th colspan="2" class="thCornerR">{L_ACTION}</th> |
</tr> |
<!-- BEGIN smiles --> |
<tr> |
<td class="{smiles.ROW_CLASS}">{smiles.CODE}</td> |
<td class="{smiles.ROW_CLASS}"><img src="{smiles.SMILEY_IMG}" alt="{smiles.CODE}" /></td> |
<td class="{smiles.ROW_CLASS}">{smiles.EMOT}</td> |
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_EDIT}">{L_EDIT}</a></td> |
<td class="{smiles.ROW_CLASS}"><a href="{smiles.U_SMILEY_DELETE}">{L_DELETE}</a></td> |
</tr> |
<!-- END smiles --> |
<tr> |
<td class="catBottom" colspan="5" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_SMILEY_ADD}" class="mainoption" /> <input class="liteoption" type="submit" name="import_pack" value="{L_IMPORT_PACK}"> <input class="liteoption" type="submit" name="export_pack" value="{L_EXPORT_PACK}"></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/styles_addnew_body.tpl |
---|
0,0 → 1,19 |
<h1>{L_STYLES_TITLE}</h1> |
<p>{L_STYLES_ADD_TEXT}</p> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_STYLE}</th> |
<th class="thTop">{L_TEMPLATE}</th> |
<th class="thCornerR">{L_ACTION}</th> |
</tr> |
<!-- BEGIN styles --> |
<tr> |
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td> |
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td> |
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td> |
</tr> |
<!-- END styles --> |
</table> |
/Forum/templates/subSilver/admin/styles_edit_body.tpl |
---|
0,0 → 1,246 |
<h1>{L_THEMES_TITLE}</h1> |
<p>{L_THEMES_EXPLAIN}</p> |
<form action="{S_THEME_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="3">{L_THEME_SETTINGS}</th> |
</tr> |
<tr> |
<td class="row1">{L_THEME_NAME}:</td> |
<td class="row2" colspan="2"><input class="post" type="text" size="25" maxlength="100" name="style_name" value="{THEME_NAME}"></td> |
</tr> |
<tr> |
<td class="row1">{L_TEMPLATE}:</td> |
<td class="row2" colspan="2">{S_TEMPLATE_SELECT}</td> |
</tr> |
<tr> |
<th>{L_THEME_ELEMENT}</th> |
<th>{L_VALUE}</th> |
<th>{L_SIMPLE_NAME}</th> |
</tr> |
<tr> |
<td class="row1">{L_STYLESHEET}:<br /><span class="gensmall">{L_STYLESHEET_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="head_stylesheet" value="{HEAD_STYLESHEET}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BACKGROUND_IMAGE}:</td> |
<td class="row2" ><input class="post" type="text" size="25" maxlength="100" name="body_background" value="{BODY_BACKGROUND}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BACKGROUND_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_bgcolor" value="{BODY_BGCOLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BODY_TEXT_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_text" value="{BODY_TEXT_COLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BODY_LINK_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_link" value="{BODY_LINK_COLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BODY_VLINK_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_vlink" value="{BODY_VLINK_COLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BODY_ALINK_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_alink" value="{BODY_ALINK_COLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_BODY_HLINK_COLOR}:</td> |
<td class="row2" ><input class="post" type="text" size="6" maxlength="6" name="body_hlink" value="{BODY_HLINK_COLOR}"></td> |
<td class="row2"> </td> |
</tr> |
<tr> |
<td class="row1">{L_TR_COLOR1}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="tr_color1" value="{TR_COLOR1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_color1_name" value="{TR_COLOR1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TR_COLOR2}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="tr_color2" value="{TR_COLOR2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_color2_name" value="{TR_COLOR2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TR_COLOR3}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="tr_color3" value="{TR_COLOR3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_color3_name" value="{TR_COLOR3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TR_CLASS1}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="tr_class1" value="{TR_CLASS1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_class1_name" value="{TR_CLASS1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TR_CLASS2}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="tr_class2" value="{TR_CLASS2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_class2_name" value="{TR_CLASS2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TR_CLASS3}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="tr_class3" value="{TR_CLASS3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="tr_class3_name" value="{TR_CLASS3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_COLOR1}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="th_color1" value="{TH_COLOR1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_color1_name" value="{TH_COLOR1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_COLOR2}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="th_color2" value="{TH_COLOR2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_color2_name" value="{TH_COLOR2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_COLOR3}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="th_color3" value="{TH_COLOR3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_color3_name" value="{TH_COLOR3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_CLASS1}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="th_class1" value="{TH_CLASS1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_class1_name" value="{TH_CLASS1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_CLASS2}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="th_class2" value="{TH_CLASS2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_class2_name" value="{TH_CLASS2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TH_CLASS3}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="th_class3" value="{TH_CLASS3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="th_class3_name" value="{TH_CLASS3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_COLOR1}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="td_color1" value="{TD_COLOR1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_color1_name" value="{TD_COLOR1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_COLOR2}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="td_color2" value="{TD_COLOR2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_color2_name" value="{TD_COLOR2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_COLOR3}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="td_color3" value="{TD_COLOR3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_color3_name" value="{TD_COLOR3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_CLASS1}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="td_class1" value="{TD_CLASS1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_class1_name" value="{TD_CLASS1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_CLASS2}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="td_class2" value="{TD_CLASS2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_class2_name" value="{TD_CLASS2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_TD_CLASS3}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="td_class3" value="{TD_CLASS3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="td_class3_name" value="{TD_CLASS3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTFACE_1}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="50" name="fontface1" value="{FONTFACE1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontface1_name" value="{FONTFACE1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTFACE_2}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="50" name="fontface2" value="{FONTFACE2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontface2_name" value="{FONTFACE2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTFACE_3}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="50" name="fontface3" value="{FONTFACE3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontface3_name" value="{FONTFACE3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTSIZE_1}:</td> |
<td class="row2"><input class="post" type="text" size="4" maxlength="4" name="fontsize1" value="{FONTSIZE1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontsize1_name" value="{FONTSIZE1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTSIZE_2}:</td> |
<td class="row2"><input class="post" type="text" size="4" maxlength="4" name="fontsize2" value="{FONTSIZE2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontsize2_name" value="{FONTSIZE2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTSIZE_3}:</td> |
<td class="row2"><input class="post" type="text" size="4" maxlength="4" name="fontsize3" value="{FONTSIZE3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontsize3_name" value="{FONTSIZE3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTCOLOR_1}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="fontcolor1" value="{FONTCOLOR1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontcolor1_name" value="{FONTCOLOR1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTCOLOR_2}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="fontcolor2" value="{FONTCOLOR2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontcolor2_name" value="{FONTCOLOR2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_FONTCOLOR_3}:</td> |
<td class="row2"><input class="post" type="text" size="6" maxlength="6" name="fontcolor3" value="{FONTCOLOR3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="fontcolor3_name" value="{FONTCOLOR3_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_SPAN_CLASS_1}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="span_class1" value="{SPAN_CLASS1}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="span_class1_name" value="{SPAN_CLASS1_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_SPAN_CLASS_2}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="span_class2" value="{SPAN_CLASS2}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="span_class2_name" value="{SPAN_CLASS2_NAME}"> |
</tr> |
<tr> |
<td class="row1">{L_SPAN_CLASS_3}:</td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="25" name="span_class3" value="{SPAN_CLASS3}"></td> |
<td class="row2"><input class="post" type="text" size="25" maxlength="100" name="span_class3_name" value="{SPAN_CLASS3_NAME}"> |
</tr> |
<tr> |
<td class="catBottom" colspan="3" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SAVE_SETTINGS}" class="mainoption" /> |
</td> |
</tr> |
</table></form> |
<br clear="all"> |
/Forum/templates/subSilver/admin/styles_exporter.tpl |
---|
0,0 → 1,14 |
<h1>{L_STYLE_EXPORTER}</h1> |
<p>{L_EXPORTER_EXPLAIN}</p> |
<form method="post" action="{S_EXPORTER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" align="center">{L_TEMPLATE_SELECT}</th> |
</tr> |
<tr> |
<td class="row1" align="center">{S_TEMPLATE_SELECT} <input type="submit" name="edit" value="{L_SUBMIT}" class="mainoption" /> </td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/styles_list_body.tpl |
---|
0,0 → 1,21 |
<h1>{L_STYLES_TITLE}</h1> |
<p>{L_STYLES_TEXT}</p> |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_STYLE}</th> |
<th class="thTop">{L_TEMPLATE}</th> |
<th class="thTop">{L_EDIT}</th> |
<th colspan="2" class="thCornerR">{L_DELETE}</th> |
</tr> |
<!-- BEGIN styles --> |
<tr> |
<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td> |
<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td> |
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_EDIT}">{L_EDIT}</a></td> |
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td> |
</tr> |
<!-- END styles --> |
</table> |
/Forum/templates/subSilver/admin/user_avatar_gallery.tpl |
---|
0,0 → 1,36 |
<h1>{L_USER_TITLE}</h1> |
<p>{L_USER_EXPLAIN}</p> |
<form action="{S_PROFILE_ACTION}" method="post"> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="{S_COLSPAN}" height="25" valign="middle">{L_AVATAR_GALLERY}</th> |
</tr> |
<tr> |
<td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_CATEGORY}: <select name="avatarcategory">{S_OPTIONS_CATEGORIES}</select> <input type="submit" class="liteoption" value="{L_GO}" name="avatargallery" /></span></td> |
</tr> |
<!-- BEGIN avatar_row --> |
<tr> |
<!-- BEGIN avatar_column --> |
<td class="row1" align="center"><img src="{avatar_row.avatar_column.AVATAR_IMAGE}" /></td> |
<!-- END avatar_column --> |
</tr> |
<tr> |
<!-- BEGIN avatar_option_column --> |
<td class="row2" align="center"><input type="radio" name="avatarselect" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td> |
<!-- END avatar_option_column --> |
</tr> |
<!-- END avatar_row --> |
<tr> |
<td class="catBottom" colspan="{S_COLSPAN}" align="center" height="28">{S_HIDDEN_FIELDS} |
<input type="submit" name="submitavatar" value="{L_SELECT_AVATAR}" class="mainoption" /> |
|
<input type="submit" name="cancelavatar" value="{L_RETURN_PROFILE}" class="liteoption" /> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/user_ban_body.tpl |
---|
0,0 → 1,54 |
<h1>{L_BAN_TITLE}</h1> |
<p>{L_BAN_EXPLAIN}</p> |
<form method="post" name="post" action="{S_BANLIST_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="2">{L_BAN_USER}</th> |
</tr> |
<tr> |
<td class="row1">{L_USERNAME}:</td> |
<td class="row2"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS} <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_UNBAN_USER}</th> |
</tr> |
<tr> |
<td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_UNBAN_USER_EXPLAIN}</span></td> |
<td class="row2">{S_UNBAN_USERLIST_SELECT}</td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_BAN_IP}</th> |
</tr> |
<tr> |
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="ban_ip" size="35" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_UNBAN_IP}</th> |
</tr> |
<tr> |
<td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_UNBAN_IP_EXPLAIN}</span></td> |
<td class="row2">{S_UNBAN_IPLIST_SELECT}</td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_BAN_EMAIL}</th> |
</tr> |
<tr> |
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td> |
<td class="row2"><input class="post" type="text" name="ban_email" size="35" /></td> |
</tr> |
<tr> |
<th class="thHead" colspan="2">{L_UNBAN_EMAIL}</th> |
</tr> |
<tr> |
<td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_UNBAN_EMAIL_EXPLAIN}</span></td> |
<td class="row2">{S_UNBAN_EMAILLIST_SELECT}</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /></td> |
</tr> |
</table></form> |
<p>{L_BAN_EXPLAIN_WARN}</p> |
/Forum/templates/subSilver/admin/user_edit_body.tpl |
---|
0,0 → 1,310 |
<h1>{L_USER_TITLE}</h1> |
<p>{L_USER_EXPLAIN}</p> |
{ERROR_BOX} |
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="2">{L_REGISTRATION_INFO}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
<td class="row2"> |
<input class="post" type="text" name="username" size="35" maxlength="40" value="{USERNAME}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> |
<td class="row2"> |
<input class="post" type="text" name="email" size="35" maxlength="255" value="{EMAIL}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> |
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> |
<td class="row2"> |
<input class="post" type="password" name="password" size="35" maxlength="32" value="" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> |
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> |
<td class="row2"> |
<input class="post" type="password" name="password_confirm" size="35" maxlength="32" value="" /> |
</td> |
</tr> |
<tr> |
<td class="catsides" colspan="2"> </td> |
</tr> |
<tr> |
<th class="thSides" colspan="2">{L_PROFILE_INFO}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ICQ_NUMBER}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="icq" size="10" maxlength="15" value="{ICQ}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_AIM}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="aim" size="20" maxlength="255" value="{AIM}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_MESSENGER}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="msn" size="20" maxlength="255" value="{MSN}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_YAHOO}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="yim" size="20" maxlength="255" value="{YIM}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_WEBSITE}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="website" size="35" maxlength="255" value="{WEBSITE}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_LOCATION}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="location" size="35" maxlength="100" value="{LOCATION}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_OCCUPATION}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="occupation" size="35" maxlength="100" value="{OCCUPATION}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_INTERESTS}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="interests" size="35" maxlength="150" value="{INTERESTS}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_SIGNATURE}</span><br /> |
<span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /> |
<br /> |
{HTML_STATUS}<br /> |
{BBCODE_STATUS}<br /> |
{SMILIES_STATUS}</span></td> |
<td class="row2"> |
<textarea class="post" name="signature" rows="6" cols="45">{SIGNATURE}</textarea> |
</td> |
</tr> |
<tr> |
<td class="catsides" colspan="2"><span class="cattitle"> </span></td> |
</tr> |
<tr> |
<th class="thSides" colspan="2">{L_PREFERENCES}</th> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}</span></td> |
<td class="row2"> |
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_HIDE_USER}</span></td> |
<td class="row2"> |
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}</span></td> |
<td class="row2"> |
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}</span></td> |
<td class="row2"> |
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}</span></td> |
<td class="row2"> |
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}</span></td> |
<td class="row2"> |
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}</span></td> |
<td class="row2"> |
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}</span></td> |
<td class="row2"> |
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}</span></td> |
<td class="row2"> |
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}</span></td> |
<td class="row2">{LANGUAGE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_BOARD_STYLE}</span></td> |
<td class="row2">{STYLE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_TIMEZONE}</span></td> |
<td class="row2">{TIMEZONE_SELECT}</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_DATE_FORMAT}</span><br /> |
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="16" /> |
</td> |
</tr> |
<tr> |
<td class="catSides" colspan="2"><span class="cattitle"> </span></td> |
</tr> |
<tr> |
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> |
</tr> |
<tr align="center"> |
<td class="row1" colspan="2"> |
<table width="70%" cellspacing="2" cellpadding="0" border="0"> |
<tr> |
<td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> |
<td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br /> |
{AVATAR}<br /> |
<input type="checkbox" name="avatardel" /> |
<span class="gensmall">{L_DELETE_AVATAR}</span></td> |
</tr> |
</table> |
</td> |
</tr> |
<!-- BEGIN avatar_local_upload --> |
<tr> |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}</span></td> |
<td class="row2"> |
<input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /> |
<input type="file" name="avatar" class="post" style="width: 200px" /> |
</td> |
</tr> |
<!-- END avatar_local_upload --> |
<!-- BEGIN avatar_remote_upload --> |
<tr> |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="avatarurl" size="40" style="width: 200px" /> |
</td> |
</tr> |
<!-- END avatar_remote_upload --> |
<!-- BEGIN avatar_remote_link --> |
<tr> |
<td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}</span></td> |
<td class="row2"> |
<input class="post" type="text" name="avatarremoteurl" size="40" style="width: 200px" /> |
</td> |
</tr> |
<!-- END avatar_remote_link --> |
<!-- BEGIN avatar_local_gallery --> |
<tr> |
<td class="row1"><span class="gen">{L_AVATAR_GALLERY}</span></td> |
<td class="row2"> |
<input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /> |
</td> |
</tr> |
<!-- END avatar_local_gallery --> |
<tr> |
<td class="catSides" colspan="2"> </td> |
</tr> |
<tr> |
<th class="thSides" colspan="2">{L_SPECIAL}</th> |
</tr> |
<tr> |
<td class="row1" colspan="2"><span class="gensmall">{L_SPECIAL_EXPLAIN}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_USER_ACTIVE}</span></td> |
<td class="row2"> |
<input type="radio" name="user_status" value="1" {USER_ACTIVE_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="user_status" value="0" {USER_ACTIVE_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALLOW_PM}</span></td> |
<td class="row2"> |
<input type="radio" name="user_allowpm" value="1" {ALLOW_PM_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="user_allowpm" value="0" {ALLOW_PM_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALLOW_AVATAR}</span></td> |
<td class="row2"> |
<input type="radio" name="user_allowavatar" value="1" {ALLOW_AVATAR_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="user_allowavatar" value="0" {ALLOW_AVATAR_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_SELECT_RANK}</span></td> |
<td class="row2"><select name="user_rank">{RANK_SELECT_BOX}</select></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_DELETE_USER}?</span></td> |
<td class="row2"> |
<input type="checkbox" name="deleteuser"> |
{L_DELETE_USER_EXPLAIN}</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
<input type="reset" value="{L_RESET}" class="liteoption" /> |
</td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/user_email_body.tpl |
---|
0,0 → 1,31 |
<h1>{L_EMAIL_TITLE}</h1> |
<p>{L_EMAIL_EXPLAIN}</p> |
<form method="post" action="{S_USER_ACTION}"> |
{ERROR_BOX} |
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" colspan="2">{L_COMPOSE}</th> |
</tr> |
<tr> |
<td class="row1" align="right"><b>{L_RECIPIENTS}</b></td> |
<td class="row2" align="left">{S_GROUP_SELECT}</td> |
</tr> |
<tr> |
<td class="row1" align="right"><b>{L_EMAIL_SUBJECT}</b></td> |
<td class="row2"><span class="gen"><input class="post" type="text" name="subject" size="45" maxlength="100" tabindex="2" class="post" value="{SUBJECT}" /></span></td> |
</tr> |
<tr> |
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_EMAIL_MSG}</b></span> |
<td class="row2"><span class="gen"> <textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post">{MESSAGE}</textarea></span> |
</tr> |
<tr> |
<td class="catBottom" align="center" colspan="2"><input type="submit" value="{L_EMAIL}" name="submit" class="mainoption" /></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/admin/user_select_body.tpl |
---|
0,0 → 1,13 |
<h1>{L_USER_TITLE}</h1> |
<p>{L_USER_EXPLAIN}</p> |
<form method="post" name="post" action="{S_USER_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thHead" align="center">{L_USER_SELECT}</th> |
</tr> |
<tr> |
<td class="row1" align="center"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS}<input type="submit" name="submituser" value="{L_LOOK_UP}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/words_edit_body.tpl |
---|
0,0 → 1,21 |
<h1>{L_WORDS_TITLE}</h1> |
<p>{L_WORDS_TEXT}</p> |
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th colspan="2" class="thHead">{L_WORD_CENSOR}</th> |
</tr> |
<tr> |
<td class="row1">{L_WORD}</td> |
<td class="row2"><input class="post" type="text" name="word" value="{WORD}" /></td> |
</tr> |
<tr> |
<td class="row1">{L_REPLACEMENT}</td> |
<td class="row2"><input class="post" type="text" name="replacement" value="{REPLACEMENT}" /></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="save" value="{L_SUBMIT}" class="mainoption" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/admin/words_list_body.tpl |
---|
0,0 → 1,23 |
<h1>{L_WORDS_TITLE}</h1> |
<P>{L_WORDS_TEXT}</p> |
<form method="post" action="{S_WORDS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> |
<tr> |
<th class="thCornerL">{L_WORD}</th> |
<th class="thTop">{L_REPLACEMENT}</th> |
<th colspan="2" class="thCornerR">{L_ACTION}</th> |
</tr> |
<!-- BEGIN words --> |
<tr> |
<td class="{words.ROW_CLASS}" align="center">{words.WORD}</td> |
<td class="{words.ROW_CLASS}" align="center">{words.REPLACEMENT}</td> |
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_EDIT}">{L_EDIT}</a></td> |
<td class="{words.ROW_CLASS}"><a href="{words.U_WORD_DELETE}">{L_DELETE}</a></td> |
</tr> |
<!-- END words --> |
<tr> |
<td colspan="5" align="center" class="catBottom">{S_HIDDEN_FIELDS}<input type="submit" name="add" value="{L_ADD_WORD}" class="mainoption" /></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/agreement.tpl |
---|
0,0 → 1,19 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> |
<tr> |
<th class="thHead" height="25" valign="middle">{SITENAME} - {REGISTRATION}</th> |
</tr> |
<tr> |
<td class="row1" align="center"><table width="80%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td><span class="genmed"><br />{AGREEMENT}<br /><br /><br /><div align="center"><a href="{U_AGREE_OVER13}" class="genmed">{AGREE_OVER_13}</a><br /><br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br /><br /><a href="{U_INDEX}" class="genmed">{DO_NOT_AGREE}</a></div><br /></span></td> |
</tr> |
</table></td> |
</tr> |
</table> |
/Forum/templates/subSilver/bbcode.tpl |
---|
0,0 → 1,60 |
<!-- BEGIN ulist_open --><ul><!-- END ulist_open --> |
<!-- BEGIN ulist_close --></ul><!-- END ulist_close --> |
<!-- BEGIN olist_open --><ol type="{LIST_TYPE}"><!-- END olist_open --> |
<!-- BEGIN olist_close --></ol><!-- END olist_close --> |
<!-- BEGIN listitem --><li><!-- END listitem --> |
<!-- BEGIN quote_username_open --></span> |
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<td><span class="genmed"><b>{USERNAME} {L_WROTE}:</b></span></td> |
</tr> |
<tr> |
<td class="quote"><!-- END quote_username_open --> |
<!-- BEGIN quote_open --></span> |
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<td><span class="genmed"><b>{L_QUOTE}:</b></span></td> |
</tr> |
<tr> |
<td class="quote"><!-- END quote_open --> |
<!-- BEGIN quote_close --></td> |
</tr> |
</table> |
<span class="postbody"><!-- END quote_close --> |
<!-- BEGIN code_open --></span> |
<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<td><span class="genmed"><b>{L_CODE}:</b></span></td> |
</tr> |
<tr> |
<td class="code"><!-- END code_open --> |
<!-- BEGIN code_close --></td> |
</tr> |
</table> |
<span class="postbody"><!-- END code_close --> |
<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> |
<!-- BEGIN b_close --></span><!-- END b_close --> |
<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> |
<!-- BEGIN u_close --></span><!-- END u_close --> |
<!-- BEGIN i_open --><span style="font-style: italic"><!-- END i_open --> |
<!-- BEGIN i_close --></span><!-- END i_close --> |
<!-- BEGIN color_open --><span style="color: {COLOR}"><!-- END color_open --> |
<!-- BEGIN color_close --></span><!-- END color_close --> |
<!-- BEGIN size_open --><span style="font-size: {SIZE}px; line-height: normal"><!-- END size_open --> |
<!-- BEGIN size_close --></span><!-- END size_close --> |
<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img --> |
<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url --> |
<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email --> |
/Forum/templates/subSilver/confirm_body.tpl |
---|
0,0 → 1,17 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td class="nav" align="left"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> |
<tr> |
<th class="thHead" height="25" valign="middle">{MESSAGE_TITLE}</th> |
</tr> |
<tr> |
<td class="row1" align="center"><form action="{S_CONFIRM_ACTION}" method="post"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="mainoption" /> <input type="submit" name="cancel" value="{L_NO}" class="liteoption" /></span></form></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/error_body.tpl |
---|
0,0 → 1,18 |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
<tr> |
<td><table width="100%" cellspacing="0" cellpadding="1" border="0"> |
<tr> |
<td> </td> |
</tr> |
<tr> |
<td align="center"><span class="gen">{ERROR_MESSAGE}</span></td> |
</tr> |
<tr> |
<td> </td> |
</tr> |
</table></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/faq_body.tpl |
---|
0,0 → 1,52 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<th class="thHead">{L_FAQ_TITLE}</th> |
</tr> |
<tr> |
<td class="row1"> |
<!-- BEGIN faq_block_link --> |
<span class="gen"><b>{faq_block_link.BLOCK_TITLE}</b></span><br /> |
<!-- BEGIN faq_row_link --> |
<span class="gen"><a href="{faq_block_link.faq_row_link.U_FAQ_LINK}" class="postlink">{faq_block_link.faq_row_link.FAQ_LINK}</a></span><br /> |
<!-- END faq_row_link --> |
<br /> |
<!-- END faq_block_link --> |
</td> |
</tr> |
<tr> |
<td class="catBottom" height="28"> </td> |
</tr> |
</table> |
<br clear="all" /> |
<!-- BEGIN faq_block --> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<td class="catHead" height="28" align="center"><span class="cattitle">{faq_block.BLOCK_TITLE}</span></td> |
</tr> |
<!-- BEGIN faq_row --> |
<tr> |
<td class="{faq_block.faq_row.ROW_CLASS}" align="left" valign="top"><span class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>{faq_block.faq_row.FAQ_QUESTION}</b></span><br /><span class="postbody">{faq_block.faq_row.FAQ_ANSWER}<br /><a class="postlink" href="#top">{L_BACK_TO_TOP}</a></span></td> |
</tr> |
<tr> |
<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> |
</tr> |
<!-- END faq_row --> |
</table> |
<br clear="all" /> |
<!-- END faq_block --> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><br />{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/formIE.css |
---|
0,0 → 1,19 |
/* Fancy form styles for IE */ |
input, textarea, select { |
border-top-width : 1px; |
border-right-width : 1px; |
border-bottom-width : 1px; |
border-left-width : 1px; |
} |
input { text-indent : 2px; } |
input.button { |
border-top-width : 1px; |
border-right-width : 1px; |
border-bottom-width : 1px; |
border-left-width : 1px; |
} |
.postbody { line-height: 18px} |
/Forum/templates/subSilver/groupcp_info_body.tpl |
---|
0,0 → 1,128 |
<form action="{S_GROUPCP_ACTION}" method="post"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
<tr> |
<th class="thHead" colspan="7" height="25">{L_GROUP_INFORMATION}</th> |
</tr> |
<tr> |
<td class="row1" width="20%"><span class="gen">{L_GROUP_NAME}:</span></td> |
<td class="row2"><span class="gen"><b>{GROUP_NAME}</b></span></td> |
</tr> |
<tr> |
<td class="row1" width="20%"><span class="gen">{L_GROUP_DESC}:</span></td> |
<td class="row2"><span class="gen">{GROUP_DESC}</span></td> |
</tr> |
<tr> |
<td class="row1" width="20%"><span class="gen">{L_GROUP_MEMBERSHIP}:</span></td> |
<td class="row2"><span class="gen">{GROUP_DETAILS} |
<!-- BEGIN switch_subscribe_group_input --> |
<input class="mainoption" type="submit" name="joingroup" value="{L_JOIN_GROUP}" /> |
<!-- END switch_subscribe_group_input --> |
<!-- BEGIN switch_unsubscribe_group_input --> |
<input class="mainoption" type="submit" name="unsub" value="{L_UNSUBSCRIBE_GROUP}" /> |
<!-- END switch_unsubscribe_group_input --> |
</span></td> |
</tr> |
<!-- BEGIN switch_mod_option --> |
<tr> |
<td class="row1" width="20%"><span class="gen">{L_GROUP_TYPE}:</span></td> |
<td class="row2"><span class="gen"><input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN} <input class="mainoption" type="submit" name="groupstatus" value="{L_UPDATE}" /></span></td> |
</tr> |
<!-- END switch_mod_option --> |
</table> |
{S_HIDDEN_FIELDS} |
</form> |
<form action="{S_GROUPCP_ACTION}" method="post" name="post"> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th class="thCornerL" height="25">{L_PM}</th> |
<th class="thTop">{L_USERNAME}</th> |
<th class="thTop">{L_POSTS}</th> |
<th class="thTop">{L_FROM}</th> |
<th class="thTop">{L_EMAIL}</th> |
<th class="thTop">{L_WEBSITE}</th> |
<th class="thCornerR">{L_SELECT}</th> |
</tr> |
<tr> |
<td class="catSides" colspan="8" height="28"><span class="cattitle">{L_GROUP_MODERATOR}</span></td> |
</tr> |
<tr> |
<td class="row1" align="center"> {MOD_PM_IMG} </td> |
<td class="row1" align="center"><span class="gen"><a href="{U_MOD_VIEWPROFILE}" class="gen">{MOD_USERNAME}</a></span></td> |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_POSTS}</span></td> |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_FROM}</span></td> |
<td class="row1" align="center" valign="middle"><span class="gen">{MOD_EMAIL_IMG}</span></td> |
<td class="row1" align="center">{MOD_WWW_IMG}</td> |
<td class="row1" align="center"> </td> |
</tr> |
<tr> |
<td class="catSides" colspan="8" height="28"><span class="cattitle">{L_GROUP_MEMBERS}</span></td> |
</tr> |
<!-- BEGIN member_row --> |
<tr> |
<td class="{member_row.ROW_CLASS}" align="center"> {member_row.PM_IMG} </td> |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen"><a href="{member_row.U_VIEWPROFILE}" class="gen">{member_row.USERNAME}</a></span></td> |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen">{member_row.POSTS}</span></td> |
<td class="{member_row.ROW_CLASS}" align="center"><span class="gen"> {member_row.FROM} |
</span></td> |
<td class="{member_row.ROW_CLASS}" align="center" valign="middle"><span class="gen">{member_row.EMAIL_IMG}</span></td> |
<td class="{member_row.ROW_CLASS}" align="center"> {member_row.WWW_IMG}</td> |
<td class="{member_row.ROW_CLASS}" align="center"> |
<!-- BEGIN switch_mod_option --> |
<input type="checkbox" name="members[]" value="{member_row.USER_ID}" /> |
<!-- END switch_mod_option --> |
</td> |
</tr> |
<!-- END member_row --> |
<!-- BEGIN switch_no_members --> |
<tr> |
<td class="row1" colspan="7" align="center"><span class="gen">{L_NO_MEMBERS}</span></td> |
</tr> |
<!-- END switch_no_members --> |
<!-- BEGIN switch_hidden_group --> |
<tr> |
<td class="row1" colspan="7" align="center"><span class="gen">{L_HIDDEN_MEMBERS}</span></td> |
</tr> |
<!-- END switch_hidden_group --> |
<!-- BEGIN switch_mod_option --> |
<tr> |
<td class="catBottom" colspan="8" align="right"> |
<span class="cattitle"><input type="submit" name="remove" value="{L_REMOVE_SELECTED}" class="mainoption" /></span> |
</td> |
</tr> |
<!-- END switch_mod_option --> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="top"> |
<!-- BEGIN switch_mod_option --> |
<span class="genmed"><input type="text" class="post" name="username" maxlength="50" size="20" /> <input type="submit" name="add" value="{L_ADD_MEMBER}" class="mainoption" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span><br /><br /> |
<!-- END switch_mod_option --> |
<span class="nav">{PAGE_NUMBER}</span></td> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> |
</tr> |
</table> |
{PENDING_USER_BOX} |
{S_HIDDEN_FIELDS}</form> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/groupcp_pending_info.tpl |
---|
0,0 → 1,36 |
<br clear="all" /> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th class="thCornerL" height="25">{L_PM}</th> |
<th class="thTop">{L_USERNAME}</th> |
<th class="thTop">{L_POSTS}</th> |
<th class="thTop">{L_FROM}</th> |
<th class="thTop">{L_EMAIL}</th> |
<th class="thTop">{L_WEBSITE}</th> |
<th class="thCornerR">{L_SELECT}</th> |
</tr> |
<tr> |
<td class="catSides" colspan="8" height="28"><span class="cattitle">{L_PENDING_MEMBERS}</span></td> |
</tr> |
<!-- BEGIN pending_members_row --> |
<tr> |
<td class="{pending_members_row.ROW_CLASS}" align="center"> {pending_members_row.PM_IMG} |
</td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen"><a href="{pending_members_row.U_VIEWPROFILE}" class="gen">{pending_members_row.USERNAME}</a></span></td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.POSTS}</span></td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.FROM}</span></td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.EMAIL_IMG}</span></td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gen">{pending_members_row.WWW_IMG}</span></td> |
<td class="{pending_members_row.ROW_CLASS}" align="center"><span class="gensmall"> <input type="checkbox" name="pending_members[]" value="{pending_members_row.USER_ID}" checked="checked" /></span></td> |
</tr> |
<!-- END pending_members_row --> |
<tr> |
<td class="cat" colspan="8" align="right"><span class="cattitle"> |
<input type="submit" name="approve" value="{L_APPROVE_SELECTED}" class="mainoption" /> |
|
<input type="submit" name="deny" value="{L_DENY_SELECTED}" class="liteoption" /> |
</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/groupcp_user_body.tpl |
---|
0,0 → 1,76 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<!-- BEGIN switch_groups_joined --> |
<tr> |
<th colspan="2" align="center" class="thHead" height="25">{L_GROUP_MEMBERSHIP_DETAILS}</th> |
</tr> |
<!-- BEGIN switch_groups_member --> |
<tr> |
<td class="row1"><span class="gen">{L_YOU_BELONG_GROUPS}</span></td> |
<td class="row2" align="right"> |
<table width="90%" cellspacing="0" cellpadding="0" border="0"> |
<tr><form method="get" action="{S_USERGROUP_ACTION}"> |
<td width="40%"><span class="gensmall">{GROUP_MEMBER_SELECT}</span></td> |
<td align="center" width="30%"> |
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS} |
</td> |
</form></tr> |
</table> |
</td> |
</tr> |
<!-- END switch_groups_member --> |
<!-- BEGIN switch_groups_pending --> |
<tr> |
<td class="row1"><span class="gen">{L_PENDING_GROUPS}</span></td> |
<td class="row2" align="right"> |
<table width="90%" cellspacing="0" cellpadding="0" border="0"> |
<tr><form method="get" action="{S_USERGROUP_ACTION}"> |
<td width="40%"><span class="gensmall">{GROUP_PENDING_SELECT}</span></td> |
<td align="center" width="30%"> |
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS} |
</td> |
</form></tr> |
</table> |
</td> |
</tr> |
<!-- END switch_groups_pending --> |
<!-- END switch_groups_joined --> |
<!-- BEGIN switch_groups_remaining --> |
<tr> |
<th colspan="2" align="center" class="thHead" height="25">{L_JOIN_A_GROUP}</th> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_SELECT_A_GROUP}</span></td> |
<td class="row2" align="right"> |
<table width="90%" cellspacing="0" cellpadding="0" border="0"> |
<tr><form method="get" action="{S_USERGROUP_ACTION}"> |
<td width="40%"><span class="gensmall">{GROUP_LIST_SELECT}</span></td> |
<td align="center" width="30%"> |
<input type="submit" value="{L_VIEW_INFORMATION}" class="liteoption" />{S_HIDDEN_FIELDS} |
</td> |
</form></tr> |
</table> |
</td> |
</tr> |
<!-- END switch_groups_remaining --> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
<br clear="all" /> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/images/cellpic.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/cellpic1.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/cellpic2.jpg |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/cellpic3.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/created_by.jpg |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_announce.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_announce_new.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_big.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_hot.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_lock.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_lock_new.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_locked_big.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_new.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_new_big.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_new_hot.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_sticky.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/folder_sticky_new.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_delete.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_latest_reply.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_faq.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_groups.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_login.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_members.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_message.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_profile.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_register.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_mini_search.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_minipost.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_minipost_new.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/icon_newest_reply.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/index.htm |
---|
0,0 → 1,16 |
<html> |
<head> |
<title>subSilver created by subBlue Design</title> |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
</head> |
<body bgcolor="#FFFFFF" text="#000000"> |
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td align="center" valign="middle"><a href="http://www.subblue.com/" target="_new"><img src="created_by.jpg" width="400" height="300" border="0" alt="Created by subBlue Design" /></a></td> |
</tr> |
</table> |
</body> |
</html> |
/Forum/templates/subSilver/images/lang_english/icon_aim.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_edit.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_email.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_icq_add.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_ip.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_msnm.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_pm.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_profile.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_quote.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_search.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_www.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/icon_yim.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/msg_newpost.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/post.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/reply-locked.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/lang_english/reply.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/logo_phpBB.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/logo_phpBB_med.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/msg_inbox.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/msg_outbox.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/msg_savebox.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/msg_sentbox.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/spacer.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/topic_delete.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/topic_lock.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/topic_move.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/topic_split.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/topic_unlock.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/vote_lcap.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/vote_rcap.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/voting_bar.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/images/whosonline.gif |
---|
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes: |
Added: svn:mime-type |
+application/octet-stream |
\ No newline at end of property |
/Forum/templates/subSilver/index.htm |
---|
0,0 → 1,16 |
<html> |
<head> |
<title>subSilver created by subBlue Design</title> |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
</head> |
<body bgcolor="#FFFFFF" text="#000000"> |
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td align="center" valign="middle"><a href="http://www.subblue.com/" target="_new"><img src="images/created_by.jpg" width="400" height="300" border="0" alt="Created by subBlue Design" /></a></td> |
</tr> |
</table> |
</body> |
</html> |
/Forum/templates/subSilver/index_body.tpl |
---|
0,0 → 1,109 |
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="bottom"><span class="gensmall"> |
<!-- BEGIN switch_user_logged_in --> |
{LAST_VISIT_DATE}<br /> |
<!-- END switch_user_logged_in --> |
{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
<td align="right" valign="bottom" class="gensmall"> |
<!-- BEGIN switch_user_logged_in --> |
<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> |
<!-- END switch_user_logged_in --> |
<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td> |
</tr> |
</table> |
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th> |
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> |
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th> |
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> |
</tr> |
<!-- BEGIN catrow --> |
<tr> |
<td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td> |
<td class="rowpic" colspan="3" align="right"> </td> |
</tr> |
<!-- BEGIN forumrow --> |
<tr> |
<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td> |
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /> |
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br /> |
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td> |
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td> |
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td> |
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td> |
</tr> |
<!-- END forumrow --> |
<!-- END catrow --> |
</table> |
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left"> |
<!-- BEGIN switch_user_logged_in --> |
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span> |
<!-- END switch_user_logged_in --> |
</td> |
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
<tr> |
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td> |
</tr> |
<tr> |
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> |
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span> |
</td> |
</tr> |
<tr> |
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="1" cellspacing="1" border="0"> |
<tr> |
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> |
</tr> |
</table> |
<!-- BEGIN switch_user_logged_out --> |
<form method="post" action="{S_LOGIN_ACTION}"> |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
<tr> |
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> |
</tr> |
<tr> |
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: |
<input class="post" type="text" name="username" size="10" /> |
{L_PASSWORD}: |
<input class="post" type="password" name="password" size="10" maxlength="32" /> |
<!-- BEGIN switch_allow_autologin --> |
{L_AUTO_LOGIN} |
<input class="text" type="checkbox" name="autologin" /> |
<!-- END switch_allow_autologin --> |
|
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> |
</span> </td> |
</tr> |
</table> |
</form> |
<!-- END switch_user_logged_out --> |
<br clear="all" /> |
<table cellspacing="3" border="0" align="center" cellpadding="0"> |
<tr> |
<td width="20" align="center"><img src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td> |
<td><span class="gensmall">{L_NEW_POSTS}</span></td> |
<td> </td> |
<td width="20" align="center"><img src="templates/subSilver/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td> |
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> |
<td> </td> |
<td width="20" align="center"><img src="templates/subSilver/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td> |
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/jumpbox.tpl |
---|
0,0 → 1,6 |
<form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input type="submit" value="{L_GO}" class="liteoption" /></span></td> |
</tr> |
</table></form> |
/Forum/templates/subSilver/login_body.tpl |
---|
0,0 → 1,46 |
<form action="{S_LOGIN_ACTION}" method="post" target="_top"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th> |
</tr> |
<tr> |
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%"> |
<tr> |
<td colspan="2" align="center"> </td> |
</tr> |
<tr> |
<td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td> |
<td> |
<input type="text" class="post" name="username" size="25" maxlength="40" value="{USERNAME}" /> |
</td> |
</tr> |
<tr> |
<td align="right"><span class="gen">{L_PASSWORD}:</span></td> |
<td> |
<input type="password" class="post" name="password" size="25" maxlength="32" /> |
</td> |
</tr> |
<!-- BEGIN switch_allow_autologin --> |
<tr align="center"> |
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td> |
</tr> |
<!-- END switch_allow_autologin --> |
<tr align="center"> |
<td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td> |
</tr> |
<tr align="center"> |
<td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td> |
</tr> |
</table></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/memberlist_body.tpl |
---|
0,0 → 1,55 |
<form method="post" action="{S_MODE_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
<td align="right" nowrap="nowrap"><span class="genmed">{L_SELECT_SORT_METHOD}: {S_MODE_SELECT} {L_ORDER} {S_ORDER_SELECT} |
<input type="submit" name="submit" value="{L_SUBMIT}" class="liteoption" /> |
</span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th height="25" class="thCornerL" nowrap="nowrap">#</th> |
<th class="thTop" nowrap="nowrap"> </th> |
<th class="thTop" nowrap="nowrap">{L_USERNAME}</th> |
<th class="thTop" nowrap="nowrap">{L_EMAIL}</th> |
<th class="thTop" nowrap="nowrap">{L_FROM}</th> |
<th class="thTop" nowrap="nowrap">{L_JOINED}</th> |
<th class="thTop" nowrap="nowrap">{L_POSTS}</th> |
<th class="thCornerR" nowrap="nowrap">{L_WEBSITE}</th> |
</tr> |
<!-- BEGIN memberrow --> |
<tr> |
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"> {memberrow.ROW_NUMBER} </span></td> |
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td> |
<td class="{memberrow.ROW_CLASS}" align="center"><span class="gen"><a href="{memberrow.U_VIEWPROFILE}" class="gen">{memberrow.USERNAME}</a></span></td> |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td> |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.FROM}</span></td> |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gensmall">{memberrow.JOINED}</span></td> |
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"><span class="gen">{memberrow.POSTS}</span></td> |
<td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td> |
</tr> |
<!-- END memberrow --> |
<tr> |
<td class="catBottom" colspan="8" height="28"> </td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="right" valign="top"></td> |
</tr> |
</table> |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td><span class="nav">{PAGE_NUMBER}</span></td> |
<td align="right"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> |
</tr> |
</table></form> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/message_body.tpl |
---|
0,0 → 1,27 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
<tr> |
<th class="thHead" height="25"><b>{MESSAGE_TITLE}</b></th> |
</tr> |
<tr> |
<td class="row1"><table width="100%" cellspacing="0" cellpadding="1" border="0"> |
<tr> |
<td> </td> |
</tr> |
<tr> |
<td align="center"><span class="gen">{MESSAGE_TEXT}</span></td> |
</tr> |
<tr> |
<td> </td> |
</tr> |
</table></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/modcp_body.tpl |
---|
0,0 → 1,58 |
<form method="post" action="{S_MODCP_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<td class="catHead" colspan="5" align="center" height="28"><span class="cattitle">{L_MOD_CP}</span> |
</td> |
</tr> |
<tr> |
<td class="spaceRow" colspan="5" align="center"><span class="gensmall">{L_MOD_CP_EXPLAIN}</span></td> |
</tr> |
<tr> |
<th width="4%" class="thLeft" nowrap="nowrap"> </th> |
<th nowrap="nowrap"> {L_TOPICS} </th> |
<th width="8%" nowrap="nowrap"> {L_REPLIES} </th> |
<th width="17%" nowrap="nowrap"> {L_LASTPOST} </th> |
<th width="5%" class="thRight" nowrap="nowrap"> {L_SELECT} </th> |
</tr> |
<!-- BEGIN topicrow --> |
<tr> |
<td class="row1" align="center" valign="middle"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> |
<td class="row1"> <span class="topictitle">{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span></td> |
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> |
<td class="row1" align="center" valign="middle"><span class="postdetails">{topicrow.LAST_POST_TIME}</span></td> |
<td class="row2" align="center" valign="middle"> |
<input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}" /> |
</td> |
</tr> |
<!-- END topicrow --> |
<tr align="right"> |
<td class="catBottom" colspan="5" height="29"> {S_HIDDEN_FIELDS} |
<input type="submit" name="delete" class="liteoption" value="{L_DELETE}" /> |
|
<input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> |
|
<input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> |
|
<input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> |
</td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</b></span></td> |
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td> |
</tr> |
</table> |
</form> |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/modcp_move.tpl |
---|
0,0 → 1,37 |
<form action="{S_MODCP_ACTION}" method="post"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th height="25" class="thHead"><b>{MESSAGE_TITLE}</b></th> |
</tr> |
<tr> |
<td class="row1"> |
<table width="100%" border="0" cellspacing="0" cellpadding="1"> |
<tr> |
<td> </td> |
</tr> |
<tr> |
<td align="center"><span class="gen">{L_MOVE_TO_FORUM} {S_FORUM_SELECT}<br /><br /> |
<input type="checkbox" name="move_leave_shadow" checked="checked" />{L_LEAVESHADOW}<br /> |
<br /> |
{MESSAGE_TEXT}</span><br /> |
<br /> |
{S_HIDDEN_FIELDS} |
<input class="mainoption" type="submit" name="confirm" value="{L_YES}" /> |
|
<input class="liteoption" type="submit" name="cancel" value="{L_NO}" /> |
</td> |
</tr> |
<tr> |
<td> </td> |
</tr> |
</table> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/modcp_split.tpl |
---|
0,0 → 1,85 |
<form method="post" action="{S_SPLIT_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav"> |
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> |
</tr> |
<tr> |
<td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> |
<td class="row2" colspan="2"><input class="post" type="text" size="35" style="width: 350px" maxlength="60" name="subject" /></td> |
</tr> |
<tr> |
<td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> |
<td class="row2" colspan="2">{S_FORUM_SELECT}</td> |
</tr> |
<tr> |
<td class="catHead" colspan="3" height="28"> |
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> |
<tr> |
<td width="50%" align="center"> |
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> |
</td> |
<td width="50%" align="center"> |
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> |
</td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<th class="thLeft" nowrap="nowrap">{L_AUTHOR}</th> |
<th nowrap="nowrap">{L_MESSAGE}</th> |
<th class="thRight" nowrap="nowrap">{L_SELECT}</th> |
</tr> |
<!-- BEGIN postrow --> |
<tr> |
<td align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td> |
<td width="100%" valign="top" class="{postrow.ROW_CLASS}"> |
<table width="100%" cellspacing="0" cellpadding="3" border="0"> |
<tr> |
<td valign="middle"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}: |
{postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> |
</tr> |
<tr> |
<td valign="top"> |
<hr size="1" /> |
<span class="postbody">{postrow.MESSAGE}</span></td> |
</tr> |
</table> |
</td> |
<td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.S_SPLIT_CHECKBOX}</td> |
</tr> |
<tr> |
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |
</tr> |
<!-- END postrow --> |
<tr> |
<td class="catBottom" colspan="3" height="28"> |
<table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> |
<tr> |
<td width="50%" align="center"> |
<input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> |
</td> |
<td width="50%" align="center"> |
<input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> |
{S_HIDDEN_FIELDS} </td> |
</tr> |
</table> |
</td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/modcp_viewip.tpl |
---|
0,0 → 1,58 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th height="25" class="thHead">{L_IP_INFO}</th> |
</tr> |
<tr> |
<td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td> |
</tr> |
<tr> |
<td class="row1"> |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td> <span class="gen">{IP} [ {POSTS} ]</span></td> |
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> |
] </span></td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td> |
</tr> |
<!-- BEGIN userrow --> |
<tr> |
<td class="{userrow.ROW_CLASS}"> |
<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</span></td> |
<td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a> |
</td> |
</tr> |
</table> |
</td> |
</tr> |
<!-- END userrow --> |
<tr> |
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td> |
</tr> |
<!-- BEGIN iprow --> |
<tr> |
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td> <span class="gen">{iprow.IP} [ {iprow.POSTS} ]</span></td> |
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> |
] </span></td> |
</tr> |
</table></td> |
</tr> |
<!-- END iprow --> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/overall_footer.tpl |
---|
0,0 → 1,34 |
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br /> |
<!-- |
We request you retain the full copyright notice below including the link to www.phpbb.com. |
This not only gives respect to the large amount of time given freely by the developers |
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good |
reason) retain the full copyright we request you at least leave in place the |
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse |
to include even this then support on our forums may be affected. |
The phpBB Group : 2002 |
// --> |
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />{TRANSLATION_INFO}</span></div> |
</td> |
</tr> |
</table> |
<!-- AUTOINCLUDE START "Page/Footer.cs.ihtml" DO NOT REMOVE --> |
<!-- ============== PATIÈKA ============== --> |
<div class="Footer"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("../../"); |
DrawFooter(); |
// --> |
</script> |
<noscript> |
<b> Pro zobrazení (vloení) hlavièky je potøeba JavaScript </b> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
</body> |
</html> |
/Forum/templates/subSilver/overall_header.tpl |
---|
0,0 → 1,81 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
<html dir="{S_CONTENT_DIRECTION}"> |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> |
<meta http-equiv="Content-Style-Type" content="text/css"> |
{META} |
{NAV_LINKS} |
<title>{SITENAME} :: {PAGE_TITLE}</title> |
<!-- BEGIN switch_enable_pm_popup --> |
<script language="Javascript" type="text/javascript"> |
<!-- |
if ( {PRIVATE_MESSAGE_NEW_FLAG} ) |
{ |
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; |
} |
//--> |
</script> |
<!-- END switch_enable_pm_popup --> |
<!-- AUTOINCLUDE START "Page/Head.cs.ihtml" DO NOT REMOVE --> |
<link rel="StyleSheet" href="http://test.mlab.cz/Web/CSS/MLAB.css" type="text/css" title="MLAB základní styl" /> |
<link rel="shortcut icon" type="image/x-icon" href="http://test.mlab.cz/Web/PIC/MLAB.ico" /> |
<script language="JavaScript" type="text/javascript" src="http://test.mlab.cz/Web/JS/MLAB_Menu.js"></script> |
<!-- AUTOINCLUDE END --> |
</head> |
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> |
<!-- AUTOINCLUDE START "Page/Header.cs.ihtml" DO NOT REMOVE --> |
<!-- ============== HLAVICKA ============== --> |
<div class="Header"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("../../"); |
DrawHeader(); |
// --> |
</script> |
<noscript> |
<b> Pro zobrazení (vloení) hlavièky je potøeba JavaScript </b> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
<!-- AUTOINCLUDE START "Page/Menu.cs.ihtml" DO NOT REMOVE --> |
<!-- ============== MENU ============== --> |
<div class="Menu"> |
<script type="text/javascript"> |
<!-- |
SetRelativePath("../../"); |
DrawMenu(); |
// --> |
</script> |
<noscript> |
<b> Pro zobrazení (vloení) menu je potøeba JavaScript </b> |
</noscript> |
</div> |
<!-- AUTOINCLUDE END --> |
<a name="top"></a> |
<table> |
<tr> |
<td class="bodyline"><table> |
<tr> |
<table> |
<tr> |
<td><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> |
<!-- BEGIN switch_user_logged_out --> |
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a> |
<!-- END switch_user_logged_out --> |
</span></td> |
</tr> |
<tr> |
<td><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td> |
</tr> |
</table></td> |
</tr> |
</table> |
<br /> |
/Forum/templates/subSilver/posting_body.tpl |
---|
0,0 → 1,481 |
<script language="JavaScript" type="text/javascript"> |
<!-- |
// bbCode control by |
// subBlue design |
// www.subBlue.com |
// Startup variables |
var imageTag = false; |
var theSelection = false; |
// Check for Browser & Platform for PC & IE specific bits |
// More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html |
var clientPC = navigator.userAgent.toLowerCase(); // Get client info |
var clientVer = parseInt(navigator.appVersion); // Get browser version |
var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); |
var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) |
&& (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) |
&& (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); |
var is_moz = 0; |
var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); |
var is_mac = (clientPC.indexOf("mac")!=-1); |
// Helpline messages |
b_help = "{L_BBCODE_B_HELP}"; |
i_help = "{L_BBCODE_I_HELP}"; |
u_help = "{L_BBCODE_U_HELP}"; |
q_help = "{L_BBCODE_Q_HELP}"; |
c_help = "{L_BBCODE_C_HELP}"; |
l_help = "{L_BBCODE_L_HELP}"; |
o_help = "{L_BBCODE_O_HELP}"; |
p_help = "{L_BBCODE_P_HELP}"; |
w_help = "{L_BBCODE_W_HELP}"; |
a_help = "{L_BBCODE_A_HELP}"; |
s_help = "{L_BBCODE_S_HELP}"; |
f_help = "{L_BBCODE_F_HELP}"; |
// Define the bbCode tags |
bbcode = new Array(); |
bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); |
imageTag = false; |
// Shows the help messages in the helpline window |
function helpline(help) { |
document.post.helpbox.value = eval(help + "_help"); |
} |
// Replacement for arrayname.length property |
function getarraysize(thearray) { |
for (i = 0; i < thearray.length; i++) { |
if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) |
return i; |
} |
return thearray.length; |
} |
// Replacement for arrayname.push(value) not implemented in IE until version 5.5 |
// Appends element to the array |
function arraypush(thearray,value) { |
thearray[ getarraysize(thearray) ] = value; |
} |
// Replacement for arrayname.pop() not implemented in IE until version 5.5 |
// Removes and returns the last element of an array |
function arraypop(thearray) { |
thearraysize = getarraysize(thearray); |
retval = thearray[thearraysize - 1]; |
delete thearray[thearraysize - 1]; |
return retval; |
} |
function checkForm() { |
formErrors = false; |
if (document.post.message.value.length < 2) { |
formErrors = "{L_EMPTY_MESSAGE}"; |
} |
if (formErrors) { |
alert(formErrors); |
return false; |
} else { |
bbstyle(-1); |
//formObj.preview.disabled = true; |
//formObj.submit.disabled = true; |
return true; |
} |
} |
function emoticon(text) { |
var txtarea = document.post.message; |
text = ' ' + text + ' '; |
if (txtarea.createTextRange && txtarea.caretPos) { |
var caretPos = txtarea.caretPos; |
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text; |
txtarea.focus(); |
} else { |
txtarea.value += text; |
txtarea.focus(); |
} |
} |
function bbfontstyle(bbopen, bbclose) { |
var txtarea = document.post.message; |
if ((clientVer >= 4) && is_ie && is_win) { |
theSelection = document.selection.createRange().text; |
if (!theSelection) { |
txtarea.value += bbopen + bbclose; |
txtarea.focus(); |
return; |
} |
document.selection.createRange().text = bbopen + theSelection + bbclose; |
txtarea.focus(); |
return; |
} |
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) |
{ |
mozWrap(txtarea, bbopen, bbclose); |
return; |
} |
else |
{ |
txtarea.value += bbopen + bbclose; |
txtarea.focus(); |
} |
storeCaret(txtarea); |
} |
function bbstyle(bbnumber) { |
var txtarea = document.post.message; |
txtarea.focus(); |
donotinsert = false; |
theSelection = false; |
bblast = 0; |
if (bbnumber == -1) { // Close all open tags & default button names |
while (bbcode[0]) { |
butnumber = arraypop(bbcode) - 1; |
txtarea.value += bbtags[butnumber + 1]; |
buttext = eval('document.post.addbbcode' + butnumber + '.value'); |
eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); |
} |
imageTag = false; // All tags are closed including image tags :D |
txtarea.focus(); |
return; |
} |
if ((clientVer >= 4) && is_ie && is_win) |
{ |
theSelection = document.selection.createRange().text; // Get text selection |
if (theSelection) { |
// Add tags around selection |
document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; |
txtarea.focus(); |
theSelection = ''; |
return; |
} |
} |
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) |
{ |
mozWrap(txtarea, bbtags[bbnumber], bbtags[bbnumber+1]); |
return; |
} |
// Find last occurance of an open tag the same as the one just clicked |
for (i = 0; i < bbcode.length; i++) { |
if (bbcode[i] == bbnumber+1) { |
bblast = i; |
donotinsert = true; |
} |
} |
if (donotinsert) { // Close all open tags up to the one just clicked & default button names |
while (bbcode[bblast]) { |
butnumber = arraypop(bbcode) - 1; |
txtarea.value += bbtags[butnumber + 1]; |
buttext = eval('document.post.addbbcode' + butnumber + '.value'); |
eval('document.post.addbbcode' + butnumber + '.value ="' + buttext.substr(0,(buttext.length - 1)) + '"'); |
imageTag = false; |
} |
txtarea.focus(); |
return; |
} else { // Open tags |
if (imageTag && (bbnumber != 14)) { // Close image tag before adding another |
txtarea.value += bbtags[15]; |
lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list |
document.post.addbbcode14.value = "Img"; // Return button back to normal state |
imageTag = false; |
} |
// Open tag |
txtarea.value += bbtags[bbnumber]; |
if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag |
arraypush(bbcode,bbnumber+1); |
eval('document.post.addbbcode'+bbnumber+'.value += "*"'); |
txtarea.focus(); |
return; |
} |
storeCaret(txtarea); |
} |
// From http://www.massless.org/mozedit/ |
function mozWrap(txtarea, open, close) |
{ |
var selLength = txtarea.textLength; |
var selStart = txtarea.selectionStart; |
var selEnd = txtarea.selectionEnd; |
if (selEnd == 1 || selEnd == 2) |
selEnd = selLength; |
var s1 = (txtarea.value).substring(0,selStart); |
var s2 = (txtarea.value).substring(selStart, selEnd) |
var s3 = (txtarea.value).substring(selEnd, selLength); |
txtarea.value = s1 + open + s2 + close + s3; |
return; |
} |
// Insert at Claret position. Code from |
// http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 |
function storeCaret(textEl) { |
if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); |
} |
//--> |
</script> |
<!-- BEGIN privmsg_extensions --> |
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"> |
<tr> |
<td valign="top" align="center" width="100%"> |
<table height="40" cellspacing="2" cellpadding="2" border="0"> |
<tr valign="middle"> |
<td>{INBOX_IMG}</td> |
<td><span class="cattitle">{INBOX_LINK} </span></td> |
<td>{SENTBOX_IMG}</td> |
<td><span class="cattitle">{SENTBOX_LINK} </span></td> |
<td>{OUTBOX_IMG}</td> |
<td><span class="cattitle">{OUTBOX_LINK} </span></td> |
<td>{SAVEBOX_IMG}</td> |
<td><span class="cattitle">{SAVEBOX_LINK} </span></td> |
</tr> |
</table> |
</td> |
</tr> |
</table> |
<br clear="all" /> |
<!-- END privmsg_extensions --> |
<form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)"> |
{POST_PREVIEW_BOX} |
{ERROR_BOX} |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> |
<!-- BEGIN switch_not_privmsg --> |
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
<!-- END switch_not_privmsg --> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="2" height="25"><b>{L_POST_A}</b></th> |
</tr> |
<!-- BEGIN switch_username_select --> |
<tr> |
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="{USERNAME}" /></span></td> |
</tr> |
<!-- END switch_username_select --> |
<!-- BEGIN switch_privmsg --> |
<tr> |
<td class="row1"><span class="gen"><b>{L_USERNAME}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" class="post" name="username" maxlength="25" size="25" tabindex="1" value="{USERNAME}" /> <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></span></td> |
</tr> |
<!-- END switch_privmsg --> |
<tr> |
<td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td> |
<td class="row2" width="78%"> <span class="gen"> |
<input type="text" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /> |
</span> </td> |
</tr> |
<tr> |
<td class="row1" valign="top"> |
<table width="100%" border="0" cellspacing="0" cellpadding="1"> |
<tr> |
<td><span class="gen"><b>{L_MESSAGE_BODY}</b></span> </td> |
</tr> |
<tr> |
<td valign="middle" align="center"> <br /> |
<table width="100" border="0" cellspacing="0" cellpadding="5"> |
<tr align="center"> |
<td colspan="{S_SMILIES_COLSPAN}" class="gensmall"><b>{L_EMOTICONS}</b></td> |
</tr> |
<!-- BEGIN smilies_row --> |
<tr align="center" valign="middle"> |
<!-- BEGIN smilies_col --> |
<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> |
<!-- END smilies_col --> |
</tr> |
<!-- END smilies_row --> |
<!-- BEGIN switch_smilies_extra --> |
<tr align="center"> |
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td> |
</tr> |
<!-- END switch_smilies_extra --> |
</table> |
</td> |
</tr> |
</table> |
</td> |
<td class="row2" valign="top"><span class="gen"> <span class="genmed"> </span> |
<table width="450" border="0" cellspacing="0" cellpadding="2"> |
<tr align="center" valign="middle"> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" onMouseOver="helpline('b')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" onMouseOver="helpline('i')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" onMouseOver="helpline('u')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" onMouseOver="helpline('q')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onClick="bbstyle(8)" onMouseOver="helpline('c')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onClick="bbstyle(10)" onMouseOver="helpline('l')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onClick="bbstyle(12)" onMouseOver="helpline('o')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" /> |
</span></td> |
<td><span class="genmed"> |
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" /> |
</span></td> |
</tr> |
<tr> |
<td colspan="9"> |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td><span class="genmed"> {L_FONT_COLOR}: |
<select name="addbbcode18" onChange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onMouseOver="helpline('s')"> |
<option style="color:black; background-color: {T_TD_COLOR1}" value="{T_FONTCOLOR1}" class="genmed">{L_COLOR_DEFAULT}</option> |
<option style="color:darkred; background-color: {T_TD_COLOR1}" value="darkred" class="genmed">{L_COLOR_DARK_RED}</option> |
<option style="color:red; background-color: {T_TD_COLOR1}" value="red" class="genmed">{L_COLOR_RED}</option> |
<option style="color:orange; background-color: {T_TD_COLOR1}" value="orange" class="genmed">{L_COLOR_ORANGE}</option> |
<option style="color:brown; background-color: {T_TD_COLOR1}" value="brown" class="genmed">{L_COLOR_BROWN}</option> |
<option style="color:yellow; background-color: {T_TD_COLOR1}" value="yellow" class="genmed">{L_COLOR_YELLOW}</option> |
<option style="color:green; background-color: {T_TD_COLOR1}" value="green" class="genmed">{L_COLOR_GREEN}</option> |
<option style="color:olive; background-color: {T_TD_COLOR1}" value="olive" class="genmed">{L_COLOR_OLIVE}</option> |
<option style="color:cyan; background-color: {T_TD_COLOR1}" value="cyan" class="genmed">{L_COLOR_CYAN}</option> |
<option style="color:blue; background-color: {T_TD_COLOR1}" value="blue" class="genmed">{L_COLOR_BLUE}</option> |
<option style="color:darkblue; background-color: {T_TD_COLOR1}" value="darkblue" class="genmed">{L_COLOR_DARK_BLUE}</option> |
<option style="color:indigo; background-color: {T_TD_COLOR1}" value="indigo" class="genmed">{L_COLOR_INDIGO}</option> |
<option style="color:violet; background-color: {T_TD_COLOR1}" value="violet" class="genmed">{L_COLOR_VIOLET}</option> |
<option style="color:white; background-color: {T_TD_COLOR1}" value="white" class="genmed">{L_COLOR_WHITE}</option> |
<option style="color:black; background-color: {T_TD_COLOR1}" value="black" class="genmed">{L_COLOR_BLACK}</option> |
</select> {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')"> |
<option value="7" class="genmed">{L_FONT_TINY}</option> |
<option value="9" class="genmed">{L_FONT_SMALL}</option> |
<option value="12" selected class="genmed">{L_FONT_NORMAL}</option> |
<option value="18" class="genmed">{L_FONT_LARGE}</option> |
<option value="24" class="genmed">{L_FONT_HUGE}</option> |
</select> |
</span></td> |
<td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<td colspan="9"> <span class="gensmall"> |
<input type="text" name="helpbox" size="45" maxlength="100" style="width:450px; font-size:10px" class="helpline" value="{L_STYLES_TIP}" /> |
</span></td> |
</tr> |
<tr> |
<td colspan="9"><span class="gen"> |
<textarea name="message" rows="15" cols="35" wrap="virtual" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea> |
</span></td> |
</tr> |
</table> |
</span></td> |
</tr> |
<tr> |
<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span><br /><span class="gensmall">{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> |
<td class="row2"><span class="gen"> </span> |
<table cellspacing="0" cellpadding="1" border="0"> |
<!-- BEGIN switch_html_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="disable_html" {S_HTML_CHECKED} /> |
</td> |
<td><span class="gen">{L_DISABLE_HTML}</span></td> |
</tr> |
<!-- END switch_html_checkbox --> |
<!-- BEGIN switch_bbcode_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="disable_bbcode" {S_BBCODE_CHECKED} /> |
</td> |
<td><span class="gen">{L_DISABLE_BBCODE}</span></td> |
</tr> |
<!-- END switch_bbcode_checkbox --> |
<!-- BEGIN switch_smilies_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="disable_smilies" {S_SMILIES_CHECKED} /> |
</td> |
<td><span class="gen">{L_DISABLE_SMILIES}</span></td> |
</tr> |
<!-- END switch_smilies_checkbox --> |
<!-- BEGIN switch_signature_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="attach_sig" {S_SIGNATURE_CHECKED} /> |
</td> |
<td><span class="gen">{L_ATTACH_SIGNATURE}</span></td> |
</tr> |
<!-- END switch_signature_checkbox --> |
<!-- BEGIN switch_notify_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /> |
</td> |
<td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td> |
</tr> |
<!-- END switch_notify_checkbox --> |
<!-- BEGIN switch_delete_checkbox --> |
<tr> |
<td> |
<input type="checkbox" name="delete" /> |
</td> |
<td><span class="gen">{L_DELETE_POST}</span></td> |
</tr> |
<!-- END switch_delete_checkbox --> |
<!-- BEGIN switch_type_toggle --> |
<tr> |
<td></td> |
<td><span class="gen">{S_TYPE_TOGGLE}</span></td> |
</tr> |
<!-- END switch_type_toggle --> |
</table> |
</td> |
</tr> |
{POLLBOX} |
<tr> |
<td class="catBottom" colspan="2" align="center" height="28"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="5" name="preview" class="mainoption" value="{L_PREVIEW}" /> <input type="submit" accesskey="s" tabindex="6" name="post" class="mainoption" value="{L_SUBMIT}" /></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
</form> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
{TOPIC_REVIEW_BOX} |
/Forum/templates/subSilver/posting_poll_body.tpl |
---|
0,0 → 1,31 |
<tr> |
<th class="thHead" colspan="2">{L_ADD_A_POLL}</th> |
</tr> |
<tr> |
<td class="row1" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td> |
</tr> |
<!-- BEGIN poll_option_rows --> |
<tr> |
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option" value="{L_UPDATE_OPTION}" class="liteoption" /> <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /></td> |
</tr> |
<!-- END poll_option_rows --> |
<tr> |
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td> |
<td class="row2"><span class="genmed"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td> |
</tr> |
<!-- BEGIN switch_poll_delete_toggle --> |
<tr> |
<td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> |
<td class="row2"><input type="checkbox" name="poll_delete" /></td> |
</tr> |
<!-- END switch_poll_delete_toggle --> |
/Forum/templates/subSilver/posting_preview.tpl |
---|
0,0 → 1,23 |
<table class="forumline" width="100%" cellspacing="1" cellpadding="4" border="0"> |
<tr> |
<th height="25" class="thHead">{L_PREVIEW}</th> |
</tr> |
<tr> |
<td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="{L_POST}" /><span class="postdetails">{L_POSTED}: {POST_DATE} {L_POST_SUBJECT}: {POST_SUBJECT}</span></td> |
</tr> |
<tr> |
<td class="row1"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td> |
<span class="postbody">{MESSAGE}</span> |
</td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" /></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/posting_smilies.tpl |
---|
0,0 → 1,45 |
<script language="javascript" type="text/javascript"> |
<!-- |
function emoticon(text) { |
text = ' ' + text + ' '; |
if (opener.document.forms['post'].message.createTextRange && opener.document.forms['post'].message.caretPos) { |
var caretPos = opener.document.forms['post'].message.caretPos; |
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; |
opener.document.forms['post'].message.focus(); |
} else { |
opener.document.forms['post'].message.value += text; |
opener.document.forms['post'].message.focus(); |
} |
} |
//--> |
</script> |
<table width="100%" border="0" cellspacing="0" cellpadding="10"> |
<tr> |
<td><table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> |
<tr> |
<th class="thHead" height="25">{L_EMOTICONS}</th> |
</tr> |
<tr> |
<td><table width="100" border="0" cellspacing="0" cellpadding="5"> |
<!-- BEGIN smilies_row --> |
<tr align="center" valign="middle"> |
<!-- BEGIN smilies_col --> |
<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> |
<!-- END smilies_col --> |
</tr> |
<!-- END smilies_row --> |
<!-- BEGIN switch_smilies_extra --> |
<tr align="center"> |
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies" class="nav">{L_MORE_SMILIES}</a></td> |
</tr> |
<!-- END switch_smilies_extra --> |
</table></td> |
</tr> |
<tr> |
<td align="center"><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td> |
</tr> |
</table></td> |
</tr> |
</table> |
/Forum/templates/subSilver/posting_topic_review.tpl |
---|
0,0 → 1,39 |
<!-- BEGIN switch_inline_mode --> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<td class="catHead" height="28" align="center"><b><span class="cattitle">{L_TOPIC_REVIEW}</span></b></td> |
</tr> |
<tr> |
<td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" > |
<!-- END switch_inline_mode --> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th> |
<th class="thCornerR">{L_MESSAGE}</th> |
</tr> |
<!-- BEGIN postrow --> |
<tr> |
<td width="22%" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span></td> |
<td class="{postrow.ROW_CLASS}" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> |
</tr> |
<tr> |
<td colspan="2"><hr /></td> |
</tr> |
<tr> |
<td colspan="2"><span class="postbody">{postrow.MESSAGE}</span></td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td colspan="2" height="1" class="spaceRow"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> |
</tr> |
<!-- END postrow --> |
</table> |
<!-- BEGIN switch_inline_mode --> |
</iframe></td> |
</tr> |
</table> |
<!-- END switch_inline_mode --> |
/Forum/templates/subSilver/privmsgs_body.tpl |
---|
0,0 → 1,120 |
<script language="Javascript" type="text/javascript"> |
// |
// Should really check the browser to stop this whining ... |
// |
function select_switch(status) |
{ |
for (i = 0; i < document.privmsg_list.length; i++) |
{ |
document.privmsg_list.elements[i].checked = status; |
} |
} |
</script> |
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%"> |
<tr> |
<td valign="top" align="center" width="100%"> |
<table height="40" cellspacing="2" cellpadding="2" border="0"> |
<tr valign="middle"> |
<td>{INBOX_IMG}</td> |
<td><span class="cattitle">{INBOX} </span></td> |
<td>{SENTBOX_IMG}</td> |
<td><span class="cattitle">{SENTBOX} </span></td> |
<td>{OUTBOX_IMG}</td> |
<td><span class="cattitle">{OUTBOX} </span></td> |
<td>{SAVEBOX_IMG}</td> |
<td><span class="cattitle">{SAVEBOX} </span></td> |
</tr> |
</table> |
</td> |
<td align="right"> |
<!-- BEGIN switch_box_size_notice --> |
<table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline"> |
<tr> |
<td colspan="3" width="175" class="row1" nowrap="nowrap"><span class="gensmall">{BOX_SIZE_STATUS}</span></td> |
</tr> |
<tr> |
<td colspan="3" width="175" class="row2"> |
<table cellspacing="0" cellpadding="1" border="0"> |
<tr> |
<td bgcolor="{T_TD_COLOR2}"><img src="templates/subSilver/images/spacer.gif" width="{INBOX_LIMIT_IMG_WIDTH}" height="8" alt="{INBOX_LIMIT_PERCENT}" /></td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<td width="33%" class="row1"><span class="gensmall">0%</span></td> |
<td width="34%" align="center" class="row1"><span class="gensmall">50%</span></td> |
<td width="33%" align="right" class="row1"><span class="gensmall">100%</span></td> |
</tr> |
</table> |
<!-- END switch_box_size_notice --> |
</td> |
</tr> |
</table> |
<br clear="all" /> |
<form method="post" name="privmsg_list" action="{S_PRIVMSGS_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="middle">{POST_PM_IMG}</td> |
<td align="left" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
<td align="right" nowrap="nowrap"><span class="gensmall">{L_DISPLAY_MESSAGES}: |
<select name="msgdays">{S_SELECT_MSG_DAYS} |
</select> |
<input type="submit" value="{L_GO}" name="submit_msgdays" class="liteoption" /> |
</span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th width="5%" height="25" class="thCornerL" nowrap="nowrap"> {L_FLAG} </th> |
<th width="55%" class="thTop" nowrap="nowrap"> {L_SUBJECT} </th> |
<th width="20%" class="thTop" nowrap="nowrap"> {L_FROM_OR_TO} </th> |
<th width="15%" class="thTop" nowrap="nowrap"> {L_DATE} </th> |
<th width="5%" class="thCornerR" nowrap="nowrap"> {L_MARK} </th> |
</tr> |
<!-- BEGIN listrow --> |
<tr> |
<td class="{listrow.ROW_CLASS}" width="5%" align="center" valign="middle"><img src="{listrow.PRIVMSG_FOLDER_IMG}" width="19" height="18" alt="{listrow.L_PRIVMSG_FOLDER_ALT}" title="{listrow.L_PRIVMSG_FOLDER_ALT}" /></td> |
<td width="55%" valign="middle" class="{listrow.ROW_CLASS}"><span class="topictitle"> <a href="{listrow.U_READ}" class="topictitle">{listrow.SUBJECT}</a></span></td> |
<td width="20%" valign="middle" align="center" class="{listrow.ROW_CLASS}"><span class="name"> <a href="{listrow.U_FROM_USER_PROFILE}" class="name">{listrow.FROM}</a></span></td> |
<td width="15%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails">{listrow.DATE}</span></td> |
<td width="5%" align="center" valign="middle" class="{listrow.ROW_CLASS}"><span class="postdetails"> |
<input type="checkbox" name="mark[]2" value="{listrow.S_MARK_ID}" /> |
</span></td> |
</tr> |
<!-- END listrow --> |
<!-- BEGIN switch_no_messages --> |
<tr> |
<td class="row1" colspan="5" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td> |
</tr> |
<!-- END switch_no_messages --> |
<tr> |
<td class="catBottom" colspan="5" height="28" align="right"> {S_HIDDEN_FIELDS} |
<input type="submit" name="save" value="{L_SAVE_MARKED}" class="mainoption" /> |
|
<input type="submit" name="delete" value="{L_DELETE_MARKED}" class="liteoption" /> |
|
<input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="liteoption" /> |
</td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="middle"><span class="nav">{POST_PM_IMG}</span></td> |
<td align="left" valign="middle" width="100%"><span class="nav">{PAGE_NUMBER}</span></td> |
<td align="right" valign="top" nowrap="nowrap"><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><span class="nav">{PAGINATION}<br /></span><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
</form> |
<table width="100%" border="0"> |
<tr> |
<td align="right" valign="top">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/privmsgs_popup.tpl |
---|
0,0 → 1,22 |
<script language="javascript" type="text/javascript"> |
<!-- |
function jump_to_inbox() |
{ |
opener.document.location.href = "{U_PRIVATEMSGS}"; |
window.close(); |
} |
//--> |
</script> |
<table width="100%" border="0" cellspacing="0" cellpadding="10"> |
<tr> |
<td> |
<table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline"> |
<tr> |
<td valign="top" class="row1" align="center"><br /><span class="gen">{L_MESSAGE}</span><br /><br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span><br /><br /></td> |
</tr> |
</table> |
</td> |
</tr> |
</table> |
/Forum/templates/subSilver/privmsgs_preview.tpl |
---|
0,0 → 1,27 |
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th height="25" class="thHead" colspan="2">{L_PREVIEW}</th> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_FROM}:</span></td> |
<td width="100%" class="row2"><span class="genmed">{MESSAGE_FROM}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_TO}:</span></td> |
<td width="100%" class="row2"><span class="genmed">{MESSAGE_TO}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_POSTED}:</span></td> |
<td width="100%" class="row2"><span class="genmed">{POST_DATE}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_SUBJECT}:</span></td> |
<td width="100%" class="row2"><span class="genmed">{POST_SUBJECT}</span></td> |
</tr> |
<tr> |
<td valign="top" colspan="2" class="row1"><span class="postbody">{MESSAGE}</span></td> |
</tr> |
</table> |
<br clear="all" /> |
/Forum/templates/subSilver/privmsgs_read_body.tpl |
---|
0,0 → 1,86 |
<table cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td valign="middle">{INBOX_IMG}</td> |
<td valign="middle"><span class="cattitle">{INBOX} </span></td> |
<td valign="middle">{SENTBOX_IMG}</td> |
<td valign="middle"><span class="cattitle">{SENTBOX} </span></td> |
<td valign="middle">{OUTBOX_IMG}</td> |
<td valign="middle"><span class="cattitle">{OUTBOX} </span></td> |
<td valign="middle">{SAVEBOX_IMG}</td> |
<td valign="middle"><span class="cattitle">{SAVEBOX}</span></td> |
</tr> |
</table> |
<br clear="all" /> |
<form method="post" action="{S_PRIVMSGS_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0"> |
<tr> |
<td valign="middle">{REPLY_PM_IMG}</td> |
<td width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th colspan="3" class="thHead" nowrap="nowrap">{BOX_NAME} :: {L_MESSAGE}</th> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_FROM}:</span></td> |
<td width="100%" class="row2" colspan="2"><span class="genmed">{MESSAGE_FROM}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_TO}:</span></td> |
<td width="100%" class="row2" colspan="2"><span class="genmed">{MESSAGE_TO}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_POSTED}:</span></td> |
<td width="100%" class="row2" colspan="2"><span class="genmed">{POST_DATE}</span></td> |
</tr> |
<tr> |
<td class="row2"><span class="genmed">{L_SUBJECT}:</span></td> |
<td width="100%" class="row2"><span class="genmed">{POST_SUBJECT}</span></td> |
<td nowrap="nowrap" class="row2" align="right"> {QUOTE_PM_IMG} {EDIT_PM_IMG}</td> |
</tr> |
<tr> |
<td valign="top" colspan="3" class="row1"><span class="postbody">{MESSAGE}</span></td> |
</tr> |
<tr> |
<td width="78%" height="28" valign="bottom" colspan="3" class="row1"> |
<table cellspacing="0" cellpadding="0" border="0" height="18"> |
<tr> |
<td valign="middle" nowrap="nowrap">{PROFILE_IMG} {PM_IMG} {EMAIL_IMG} |
{WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG}</td><td> </td><td valign="top" nowrap="nowrap"><script language="JavaScript" type="text/javascript"><!-- |
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 ) |
document.write('{ICQ_IMG}'); |
else |
document.write('<div style="position:relative"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px">{ICQ_STATUS_IMG}</div></div>'); |
//--></script><noscript>{ICQ_IMG}</noscript></td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="3" height="28" align="right"> {S_HIDDEN_FIELDS} |
<input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" /> |
|
<input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" /> |
</td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td>{REPLY_PM_IMG}</td> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
</form> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td valign="top" align="right"><span class="gensmall">{JUMPBOX}</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/profile_add_body.tpl |
---|
0,0 → 1,274 |
<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"> |
{ERROR_BOX} |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
</tr> |
<!-- BEGIN switch_namechange_disallowed --> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
<td class="row2"><input type="hidden" name="username" value="{USERNAME}" /><span class="gen"><b>{USERNAME}</b></span></td> |
</tr> |
<!-- END switch_namechange_disallowed --> |
<!-- BEGIN switch_namechange_allowed --> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
<td class="row2"><input type="text" class="post" style="width:200px" name="username" size="25" maxlength="25" value="{USERNAME}" /></td> |
</tr> |
<!-- END switch_namechange_allowed --> |
<tr> |
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> |
<td class="row2"><input type="text" class="post" style="width:200px" name="email" size="25" maxlength="255" value="{EMAIL}" /></td> |
</tr> |
<!-- BEGIN switch_edit_profile --> |
<tr> |
<td class="row1"><span class="gen">{L_CURRENT_PASSWORD}: *</span><br /> |
<span class="gensmall">{L_CONFIRM_PASSWORD_EXPLAIN}</span></td> |
<td class="row2"> |
<input type="password" class="post" style="width: 200px" name="cur_password" size="25" maxlength="32" value="{CUR_PASSWORD}" /> |
</td> |
</tr> |
<!-- END switch_edit_profile --> |
<tr> |
<td class="row1"><span class="gen">{L_NEW_PASSWORD}: *</span><br /> |
<span class="gensmall">{L_PASSWORD_IF_CHANGED}</span></td> |
<td class="row2"> |
<input type="password" class="post" style="width: 200px" name="new_password" size="25" maxlength="32" value="{NEW_PASSWORD}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> |
<span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> |
<td class="row2"> |
<input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" /> |
</td> |
</tr> |
<!-- Visual Confirmation --> |
<!-- BEGIN switch_confirm --> |
<tr> |
<td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td> |
<td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td> |
</tr> |
<!-- END switch_confirm --> |
<tr> |
<td class="catSides" colspan="2" height="28"> </td> |
</tr> |
<tr> |
<th class="thSides" colspan="2" height="25" valign="middle">{L_PROFILE_INFO}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_PROFILE_INFO_NOTICE}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ICQ_NUMBER}:</span></td> |
<td class="row2"> |
<input type="text" name="icq" class="post" style="width: 100px" size="10" maxlength="15" value="{ICQ}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_AIM}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 150px" name="aim" size="20" maxlength="255" value="{AIM}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_MESSENGER}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 150px" name="msn" size="20" maxlength="255" value="{MSN}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_YAHOO}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 150px" name="yim" size="20" maxlength="255" value="{YIM}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_WEBSITE}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="website" size="25" maxlength="255" value="{WEBSITE}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_LOCATION}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="location" size="25" maxlength="100" value="{LOCATION}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_OCCUPATION}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="occupation" size="25" maxlength="100" value="{OCCUPATION}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_INTERESTS}:</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="interests" size="35" maxlength="150" value="{INTERESTS}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td> |
<td class="row2"> |
<textarea name="signature" style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea> |
</td> |
</tr> |
<tr> |
<td class="catSides" colspan="2" height="28"> </td> |
</tr> |
<tr> |
<th class="thSides" colspan="2" height="25" valign="middle">{L_PREFERENCES}</th> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_PUBLIC_VIEW_EMAIL}:</span></td> |
<td class="row2"> |
<input type="radio" name="viewemail" value="1" {VIEW_EMAIL_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="viewemail" value="0" {VIEW_EMAIL_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_HIDE_USER}:</span></td> |
<td class="row2"> |
<input type="radio" name="hideonline" value="1" {HIDE_USER_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="hideonline" value="0" {HIDE_USER_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br /> |
<span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td> |
<td class="row2"> |
<input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_NOTIFY_ON_PRIVMSG}:</span></td> |
<td class="row2"> |
<input type="radio" name="notifypm" value="1" {NOTIFY_PM_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="notifypm" value="0" {NOTIFY_PM_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_POPUP_ON_PRIVMSG}:</span><br /><span class="gensmall">{L_POPUP_ON_PRIVMSG_EXPLAIN}</span></td> |
<td class="row2"> |
<input type="radio" name="popup_pm" value="1" {POPUP_PM_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="popup_pm" value="0" {POPUP_PM_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE}:</span></td> |
<td class="row2"> |
<input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_BBCODE}:</span></td> |
<td class="row2"> |
<input type="radio" name="allowbbcode" value="1" {ALWAYS_ALLOW_BBCODE_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowbbcode" value="0" {ALWAYS_ALLOW_BBCODE_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_HTML}:</span></td> |
<td class="row2"> |
<input type="radio" name="allowhtml" value="1" {ALWAYS_ALLOW_HTML_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowhtml" value="0" {ALWAYS_ALLOW_HTML_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_ALWAYS_ALLOW_SMILIES}:</span></td> |
<td class="row2"> |
<input type="radio" name="allowsmilies" value="1" {ALWAYS_ALLOW_SMILIES_YES} /> |
<span class="gen">{L_YES}</span> |
<input type="radio" name="allowsmilies" value="0" {ALWAYS_ALLOW_SMILIES_NO} /> |
<span class="gen">{L_NO}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_BOARD_LANGUAGE}:</span></td> |
<td class="row2"><span class="gensmall">{LANGUAGE_SELECT}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_BOARD_STYLE}:</span></td> |
<td class="row2"><span class="gensmall">{STYLE_SELECT}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_TIMEZONE}:</span></td> |
<td class="row2"><span class="gensmall">{TIMEZONE_SELECT}</span></td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_DATE_FORMAT}:</span><br /> |
<span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td> |
<td class="row2"> |
<input type="text" name="dateformat" value="{DATE_FORMAT}" maxlength="14" class="post" /> |
</td> |
</tr> |
<!-- BEGIN switch_avatar_block --> |
<tr> |
<td class="catSides" colspan="2" height="28"> </td> |
</tr> |
<tr> |
<th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th> |
</tr> |
<tr> |
<td class="row1" colspan="2"><table width="70%" cellspacing="2" cellpadding="0" border="0" align="center"> |
<tr> |
<td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> |
<td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />{AVATAR}<br /><input type="checkbox" name="avatardel" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> |
</tr> |
</table></td> |
</tr> |
<!-- BEGIN switch_avatar_local_upload --> |
<tr> |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_FILE}:</span></td> |
<td class="row2"><input type="hidden" name="MAX_FILE_SIZE" value="{AVATAR_SIZE}" /><input type="file" name="avatar" class="post" style="width:200px" /></td> |
</tr> |
<!-- END switch_avatar_local_upload --> |
<!-- BEGIN switch_avatar_remote_upload --> |
<tr> |
<td class="row1"><span class="gen">{L_UPLOAD_AVATAR_URL}:</span><br /><span class="gensmall">{L_UPLOAD_AVATAR_URL_EXPLAIN}</span></td> |
<td class="row2"><input type="text" name="avatarurl" size="40" class="post" style="width:200px" /></td> |
</tr> |
<!-- END switch_avatar_remote_upload --> |
<!-- BEGIN switch_avatar_remote_link --> |
<tr> |
<td class="row1"><span class="gen">{L_LINK_REMOTE_AVATAR}:</span><br /><span class="gensmall">{L_LINK_REMOTE_AVATAR_EXPLAIN}</span></td> |
<td class="row2"><input type="text" name="avatarremoteurl" size="40" class="post" style="width:200px" /></td> |
</tr> |
<!-- END switch_avatar_remote_link --> |
<!-- BEGIN switch_avatar_local_gallery --> |
<tr> |
<td class="row1"><span class="gen">{L_AVATAR_GALLERY}:</span></td> |
<td class="row2"><input type="submit" name="avatargallery" value="{L_SHOW_GALLERY}" class="liteoption" /></td> |
</tr> |
<!-- END switch_avatar_local_gallery --> |
<!-- END switch_avatar_block --> |
<tr> |
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" name="reset" class="liteoption" /></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/profile_avatar_gallery.tpl |
---|
0,0 → 1,37 |
<form action="{S_PROFILE_ACTION}" method="post"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="{S_COLSPAN}" height="25" valign="middle">{L_AVATAR_GALLERY}</th> |
</tr> |
<tr> |
<td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_CATEGORY}: {S_CATEGORY_SELECT} <input type="submit" class="liteoption" value="{L_GO}" name="avatargallery" /></span></td> |
</tr> |
<!-- BEGIN avatar_row --> |
<tr> |
<!-- BEGIN avatar_column --> |
<td class="row1" align="center"><img src="{avatar_row.avatar_column.AVATAR_IMAGE}" alt="{avatar_row.avatar_column.AVATAR_NAME}" title="{avatar_row.avatar_column.AVATAR_NAME}" /></td> |
<!-- END avatar_column --> |
</tr> |
<tr> |
<!-- BEGIN avatar_option_column --> |
<td class="row2" align="center"><input type="radio" name="avatarselect" value="{avatar_row.avatar_option_column.S_OPTIONS_AVATAR}" /></td> |
<!-- END avatar_option_column --> |
</tr> |
<!-- END avatar_row --> |
<tr> |
<td class="catBottom" colspan="{S_COLSPAN}" align="center" height="28">{S_HIDDEN_FIELDS} |
<input type="submit" name="submitavatar" value="{L_SELECT_AVATAR}" class="mainoption" /> |
|
<input type="submit" name="cancelavatar" value="{L_RETURN_PROFILE}" class="liteoption" /> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/profile_send_email.tpl |
---|
0,0 → 1,74 |
<script language="JavaScript" type="text/javascript"> |
<!-- |
function checkForm(formObj) { |
formErrors = false; |
if (formObj.message.value.length < 2) { |
formErrors = "{L_EMPTY_MESSAGE_EMAIL}"; |
} |
else if ( formObj.subject.value.length < 2) |
{ |
formErrors = "{L_EMPTY_SUBJECT_EMAIL}"; |
} |
if (formErrors) { |
alert(formErrors); |
return false; |
} |
} |
//--> |
</script> |
<form action="{S_POST_ACTION}" method="post" name="post" onSubmit="return checkForm(this)"> |
{ERROR_BOX} |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="2" height="25"><b>{L_SEND_EMAIL_MSG}</b></th> |
</tr> |
<tr> |
<td class="row1" width="22%"><span class="gen"><b>{L_RECIPIENT}</b></span></td> |
<td class="row2" width="78%"><span class="gen"><b>{USERNAME}</b></span> </td> |
</tr> |
<tr> |
<td class="row1" width="22%"><span class="gen"><b>{L_SUBJECT}</b></span></td> |
<td class="row2" width="78%"><span class="gen"><input type="text" name="subject" size="45" maxlength="100" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /></span> </td> |
</tr> |
<tr> |
<td class="row1" valign="top"><span class="gen"><b>{L_MESSAGE_BODY}</b></span><br /><span class="gensmall">{L_MESSAGE_BODY_DESC}</span></td> |
<td class="row2"><span class="gen"><textarea name="message" rows="25" cols="40" wrap="virtual" style="width:500px" tabindex="3" class="post">{MESSAGE}</textarea></span></td> |
</tr> |
<tr> |
<td class="row1" valign="top"><span class="gen"><b>{L_OPTIONS}</b></span></td> |
<td class="row2"><table cellspacing="0" cellpadding="1" border="0"> |
<tr> |
<td><input type="checkbox" name="cc_email" value="1" checked="checked" /></td> |
<td><span class="gen">{L_CC_EMAIL}</span></td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS}<input type="submit" tabindex="6" name="submit" class="mainoption" value="{L_SEND_EMAIL}" /></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table></form> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/profile_send_pass.tpl |
---|
0,0 → 1,35 |
<form action="{S_PROFILE_ACTION}" method="post"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th class="thHead" colspan="2" height="25" valign="middle">{L_SEND_PASSWORD}</th> |
</tr> |
<tr> |
<td class="row2" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td> |
</tr> |
<tr> |
<td class="row1" width="38%"><span class="gen">{L_USERNAME}: *</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="username" size="25" maxlength="40" value="{USERNAME}" /> |
</td> |
</tr> |
<tr> |
<td class="row1"><span class="gen">{L_EMAIL_ADDRESS}: *</span></td> |
<td class="row2"> |
<input type="text" class="post" style="width: 200px" name="email" size="25" maxlength="255" value="{EMAIL}" /> |
</td> |
</tr> |
<tr> |
<td class="catBottom" colspan="2" align="center" height="28">{S_HIDDEN_FIELDS} |
<input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> |
|
<input type="reset" value="{L_RESET}" name="reset" class="liteoption" /> |
</td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/profile_view_body.tpl |
---|
0,0 → 1,91 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center"> |
<tr> |
<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th> |
</tr> |
<tr> |
<td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">{L_AVATAR}</span></b></td> |
<td class="catRight" width="60%"><b><span class="gen">{L_ABOUT_USER}</span></b></td> |
</tr> |
<tr> |
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td> |
<td class="row1" rowspan="3" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3"> |
<tr> |
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_JOINED}: </span></td> |
<td width="100%"><b><span class="gen">{JOINED}</span></b></td> |
</tr> |
<tr> |
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_POSTS}: </span></td> |
<td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br /><span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td> |
</tr> |
<tr> |
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}: </span></td> |
<td><b><span class="gen">{LOCATION}</span></b></td> |
</tr> |
<tr> |
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}: </span></td> |
<td><span class="gen"><b>{WWW}</b></span></td> |
</tr> |
<tr> |
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_OCCUPATION}: </span></td> |
<td><b><span class="gen">{OCCUPATION}</span></b></td> |
</tr> |
<tr> |
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td> |
<td> <b><span class="gen">{INTERESTS}</span></b></td> |
</tr> |
</table> |
</td> |
</tr> |
<tr> |
<td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME} </span></b></td> |
</tr> |
<tr> |
<td class="row1" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3"> |
<tr> |
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_EMAIL_ADDRESS}:</span></td> |
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td> |
</tr> |
<tr> |
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_PM}:</span></td> |
<td class="row1" valign="middle"><b><span class="gen">{PM_IMG}</span></b></td> |
</tr> |
<tr> |
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_MESSENGER}:</span></td> |
<td class="row1" valign="middle"><span class="gen">{MSN}</span></td> |
</tr> |
<tr> |
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_YAHOO}:</span></td> |
<td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td> |
</tr> |
<tr> |
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td> |
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td> |
</tr> |
<tr> |
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td> |
<td class="row1"><script language="JavaScript" type="text/javascript"><!-- |
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 ) |
document.write(' {ICQ_IMG}'); |
else |
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>'); |
//--></script><noscript>{ICQ_IMG}</noscript></td> |
</tr> |
</table> |
</td> |
</tr> |
</table> |
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"> |
<tr> |
<td align="right"><span class="nav"><br />{JUMPBOX}</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/search_body.tpl |
---|
0,0 → 1,57 |
<form action="{S_SEARCH_ACTION}" method="POST"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0"> |
<tr> |
<th class="thHead" colspan="4" height="25">{L_SEARCH_QUERY}</th> |
</tr> |
<tr> |
<td class="row1" colspan="2" width="50%"><span class="gen">{L_SEARCH_KEYWORDS}:</span><br /><span class="gensmall">{L_SEARCH_KEYWORDS_EXPLAIN}</span></td> |
<td class="row2" colspan="2" valign="top"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_keywords" size="30" /><br /><input type="radio" name="search_terms" value="any" checked="checked" /> {L_SEARCH_ANY_TERMS}<br /><input type="radio" name="search_terms" value="all" /> {L_SEARCH_ALL_TERMS}</span></td> |
</tr> |
<tr> |
<td class="row1" colspan="2"><span class="gen">{L_SEARCH_AUTHOR}:</span><br /><span class="gensmall">{L_SEARCH_AUTHOR_EXPLAIN}</span></td> |
<td class="row2" colspan="2" valign="middle"><span class="genmed"><input type="text" style="width: 300px" class="post" name="search_author" size="30" /></span></td> |
</tr> |
<tr> |
<th class="thHead" colspan="4" height="25">{L_SEARCH_OPTIONS}</th> |
</tr> |
<tr> |
<td class="row1" align="right"><span class="gen">{L_FORUM}: </span></td> |
<td class="row2"><span class="genmed"><select class="post" name="search_forum">{S_FORUM_OPTIONS}</select></span></td> |
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_SEARCH_PREVIOUS}: </span></td> |
<td class="row2" valign="middle"><span class="genmed"><select class="post" name="search_time">{S_TIME_OPTIONS}</select><br /><input type="radio" name="search_fields" value="all" checked="checked" /> {L_SEARCH_MESSAGE_TITLE}<br /><input type="radio" name="search_fields" value="msgonly" /> {L_SEARCH_MESSAGE_ONLY}</span></td> |
</tr> |
<tr> |
<td class="row1" align="right"><span class="gen">{L_CATEGORY}: </span></td> |
<td class="row2"><span class="genmed"><select class="post" name="search_cat">{S_CATEGORY_OPTIONS} |
</select></span></td> |
<td class="row1" align="right"><span class="gen">{L_SORT_BY}: </span></td> |
<td class="row2" valign="middle" nowrap="nowrap"><span class="genmed"><select class="post" name="sort_by">{S_SORT_OPTIONS}</select><br /><input type="radio" name="sort_dir" value="ASC" /> {L_SORT_ASCENDING}<br /><input type="radio" name="sort_dir" value="DESC" checked="checked" /> {L_SORT_DESCENDING}</span> </td> |
</tr> |
<tr> |
<td class="row1" align="right" nowrap="nowrap"><span class="gen">{L_DISPLAY_RESULTS}: </span></td> |
<td class="row2" nowrap="nowrap"><input type="radio" name="show_results" value="posts" /><span class="genmed">{L_POSTS}<input type="radio" name="show_results" value="topics" checked="checked" />{L_TOPICS}</span></td> |
<td class="row1" align="right"><span class="gen">{L_RETURN_FIRST}</span></td> |
<td class="row2"><span class="genmed"><select class="post" name="return_chars">{S_CHARACTER_OPTIONS}</select> {L_CHARACTERS}</span></td> |
</tr> |
<tr> |
<td class="catBottom" colspan="4" align="center" height="28">{S_HIDDEN_FIELDS}<input class="liteoption" type="submit" value="{L_SEARCH}" /></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="right" valign="middle"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table></form> |
<table width="100%" border="0"> |
<tr> |
<td align="right" valign="top">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/search_results_posts.tpl |
---|
0,0 → 1,51 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" align="center"> |
<tr> |
<th width="150" height="25" class="thCornerL" nowrap="nowrap">{L_AUTHOR}</th> |
<th width="100%" class="thCornerR" nowrap="nowrap">{L_MESSAGE}</th> |
</tr> |
<!-- BEGIN searchresults --> |
<tr> |
<td class="catHead" colspan="2" height="28"><span class="topictitle"><img src="templates/subSilver/images/folder.gif" align="absmiddle" /> {L_TOPIC}: <a href="{searchresults.U_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span></td> |
</tr> |
<tr> |
<td width="150" align="left" valign="top" class="row1" rowspan="2"><span class="name"><b>{searchresults.POSTER_NAME}</b></span><br /> |
<br /> |
<span class="postdetails">{L_REPLIES}: <b>{searchresults.TOPIC_REPLIES}</b><br /> |
{L_VIEWS}: <b>{searchresults.TOPIC_VIEWS}</b></span><br /> |
</td> |
<td width="100%" valign="top" class="row1"><img src="{searchresults.MINI_POST_IMG}" width="12" height="9" alt="{searchresults.L_MINI_POST_ALT}" title="{searchresults.L_MINI_POST_ALT}" border="0" /><span class="postdetails">{L_FORUM}: <b><a href="{searchresults.U_FORUM}" class="postdetails">{searchresults.FORUM_NAME}</a></b> {L_POSTED}: {searchresults.POST_DATE} {L_SUBJECT}: <b><a href="{searchresults.U_POST}">{searchresults.POST_SUBJECT}</a></b></span></td> |
</tr> |
<tr> |
<td valign="top" class="row1"><span class="postbody">{searchresults.MESSAGE}</span></td> |
</tr> |
<!-- END searchresults --> |
<tr> |
<td class="catBottom" colspan="2" height="28" align="center"> </td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> |
<td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/search_results_topics.tpl |
---|
0,0 → 1,51 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> |
<tr> |
<th width="4%" height="25" class="thCornerL" nowrap="nowrap"> </th> |
<th class="thTop" nowrap="nowrap"> {L_FORUM} </th> |
<th class="thTop" nowrap="nowrap"> {L_TOPICS} </th> |
<th class="thTop" nowrap="nowrap"> {L_AUTHOR} </th> |
<th class="thTop" nowrap="nowrap"> {L_REPLIES} </th> |
<th class="thTop" nowrap="nowrap"> {L_VIEWS} </th> |
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> |
</tr> |
<!-- BEGIN searchresults --> |
<tr> |
<td class="row1" align="center" valign="middle"><img src="{searchresults.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{searchresults.L_TOPIC_FOLDER_ALT}" title="{searchresults.L_TOPIC_FOLDER_ALT}" /></td> |
<td class="row1"><span class="forumlink"><a href="{searchresults.U_VIEW_FORUM}" class="forumlink">{searchresults.FORUM_NAME}</a></span></td> |
<td class="row2"><span class="topictitle">{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a></span><br /><span class="gensmall">{searchresults.GOTO_PAGE}</span></td> |
<td class="row1" align="center" valign="middle"><span class="name">{searchresults.TOPIC_AUTHOR}</span></td> |
<td class="row2" align="center" valign="middle"><span class="postdetails">{searchresults.REPLIES}</span></td> |
<td class="row1" align="center" valign="middle"><span class="postdetails">{searchresults.VIEWS}</span></td> |
<td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{searchresults.LAST_POST_TIME}<br />{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}</span></td> |
</tr> |
<!-- END searchresults --> |
<tr> |
<td class="catBottom" colspan="7" height="28" valign="middle"> </td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> |
<td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span><br /><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/search_username.tpl |
---|
0,0 → 1,30 |
<script language="javascript" type="text/javascript"> |
<!-- |
function refresh_username(selected_username) |
{ |
opener.document.forms['post'].username.value = selected_username; |
opener.focus(); |
window.close(); |
} |
//--> |
</script> |
<form method="post" name="search" action="{S_SEARCH_ACTION}"> |
<table width="100%" border="0" cellspacing="0" cellpadding="10"> |
<tr> |
<td><table width="100%" class="forumline" cellpadding="4" cellspacing="1" border="0"> |
<tr> |
<th class="thHead" height="25">{L_SEARCH_USERNAME}</th> |
</tr> |
<tr> |
<td valign="top" class="row1"><span class="genmed"><br /><input type="text" name="search_username" value="{USERNAME}" class="post" /> <input type="submit" name="search" value="{L_SEARCH}" class="liteoption" /></span><br /><span class="gensmall">{L_SEARCH_EXPLAIN}</span><br /> |
<!-- BEGIN switch_select_name --> |
<span class="genmed">{L_UPDATE_USERNAME}<br /><select name="username_list">{S_USERNAME_OPTIONS}</select> <input type="submit" class="liteoption" onClick="refresh_username(this.form.username_list.options[this.form.username_list.selectedIndex].value);return false;" name="use" value="{L_SELECT}" /></span><br /> |
<!-- END switch_select_name --> |
<br /><span class="genmed"><a href="javascript:window.close();" class="genmed">{L_CLOSE_WINDOW}</a></span></td> |
</tr> |
</table></td> |
</tr> |
</table> |
</form> |
/Forum/templates/subSilver/simple_footer.tpl |
---|
0,0 → 1,19 |
<div align="center"><span class="copyright"><br /> |
<!-- |
We request you retain the full copyright notice below including the link to www.phpbb.com. |
This not only gives respect to the large amount of time given freely by the developers |
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good |
reason) retain the full copyright we request you at least leave in place the |
Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse |
to include even this then support on our forums may be affected. |
The phpBB Group : 2002 |
// --> |
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group</span></div> |
</td> |
</tr> |
</table> |
</body> |
</html> |
/Forum/templates/subSilver/simple_header.tpl |
---|
0,0 → 1,237 |
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> |
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
<html dir="{S_CONTENT_DIRECTION}"> |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> |
<meta http-equiv="Content-Style-Type" content="text/css" /> |
<style type="text/css"> |
<!-- |
--> |
</style> |
{META} |
<title>{SITENAME} :: {PAGE_TITLE}</title> |
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" --> |
<style type="text/css"> |
<!-- |
/* |
The original subSilver Theme for phpBB version 2+ |
Created by subBlue design |
http://www.subBlue.com |
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 |
theme administration centre. When you have finalised your style you could cut the final CSS code |
and place it in an external file, deleting this section to save bandwidth. |
*/ |
/* General page style. The scroll bar colours only visible in IE5.5+ */ |
body { |
background-color: {T_BODY_BGCOLOR}; |
scrollbar-face-color: {T_TR_COLOR2}; |
scrollbar-highlight-color: {T_TD_COLOR2}; |
scrollbar-shadow-color: {T_TR_COLOR2}; |
scrollbar-3dlight-color: {T_TR_COLOR3}; |
scrollbar-arrow-color: {T_BODY_LINK}; |
scrollbar-track-color: {T_TR_COLOR1}; |
scrollbar-darkshadow-color: {T_TH_COLOR1}; |
} |
/* General font families for common tags */ |
font,th,td,p { font-family: {T_FONTFACE1} } |
a:link,a:active,a:visited { color : {T_BODY_LINK}; } |
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } |
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} |
/* This is the border line & background colour round the entire page */ |
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } |
/* This is the outline round the main forum tables */ |
.forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } |
/* Main table cell colours and backgrounds */ |
td.row1 { background-color: {T_TR_COLOR1}; } |
td.row2 { background-color: {T_TR_COLOR2}; } |
td.row3 { background-color: {T_TR_COLOR3}; } |
/* |
This is for the table cell above the Topics, Post & Last posts on the index.php page |
By default this is the fading out gradiated silver background. |
However, you could replace this with a bitmap specific for each forum |
*/ |
td.rowpic { |
background-color: {T_TD_COLOR2}; |
background-image: url(templates/subSilver/images/{T_TH_CLASS3}); |
background-repeat: repeat-y; |
} |
/* Header cells - the blue and silver gradient backgrounds */ |
th { |
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; |
background-color: {T_BODY_LINK}; height: 25px; |
background-image: url(templates/subSilver/images/{T_TH_CLASS2}); |
} |
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { |
background-image: url(templates/subSilver/images/{T_TH_CLASS1}); |
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; |
} |
/* |
Setting additional nice inner borders for the main table cells. |
The names indicate which sides the border will be on. |
Don't worry if you don't understand this, just ignore it :-) |
*/ |
td.cat,td.catHead,td.catBottom { |
height: 29px; |
} |
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { |
font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; } |
td.row3Right,td.spaceRow { |
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; } |
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } |
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } |
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } |
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } |
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } |
th.thTop { border-width: 1px 0px 0px 0px; } |
th.thCornerL { border-width: 1px 0px 0px 1px; } |
th.thCornerR { border-width: 1px 1px 0px 0px; } |
/* The largest text used in the index page title and toptic title etc. */ |
.maintitle { |
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; |
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; |
} |
/* General text */ |
.gen { font-size : {T_FONTSIZE3}px; } |
.genmed { font-size : {T_FONTSIZE2}px; } |
.gensmall { font-size : {T_FONTSIZE1}px; } |
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } |
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } |
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } |
/* The register, login, search etc links at the top of the page */ |
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } |
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } |
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
/* Forum category titles */ |
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} |
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } |
a.cattitle:hover{ text-decoration: underline; } |
/* Forum title: Text and link to the forums used in: index.php */ |
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } |
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } |
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ |
.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} |
a.nav { text-decoration: none; color : {T_BODY_LINK}; } |
a.nav:hover { text-decoration: underline; } |
/* titles for the topics: could specify viewed link colour too */ |
.topictitle { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } |
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } |
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } |
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } |
/* Name of poster in viewmsg.php and viewtopic.php and other places */ |
.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} |
/* Location, number of posts, post date etc */ |
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } |
/* The content of the posts (body of text) */ |
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} |
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } |
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } |
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} |
/* Quote & Code blocks */ |
.code { |
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; |
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
.quote { |
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; |
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
/* Copyright and bottom info */ |
.copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} |
a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} |
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} |
/* Form elements */ |
input,textarea, select { |
color : {T_BODY_TEXT}; |
font: normal {T_FONTSIZE2}px {T_FONTFACE1}; |
border-color : {T_BODY_TEXT}; |
} |
/* The text input fields background colour */ |
input.post, textarea.post, select { |
background-color : {T_TD_COLOR2}; |
} |
input { text-indent : 2px; } |
/* The buttons used for bbCode styling in message post */ |
input.button { |
background-color : {T_TR_COLOR1}; |
color : {T_BODY_TEXT}; |
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; |
} |
/* The main submit button option */ |
input.mainoption { |
background-color : {T_TD_COLOR1}; |
font-weight : bold; |
} |
/* None-bold submit button */ |
input.liteoption { |
background-color : {T_TD_COLOR1}; |
font-weight : normal; |
} |
/* This is the line in the posting page which shows the rollover |
help line. This is actually a text box, but if set to be the same |
colour as the background no one will know ;) |
*/ |
.helpline { background-color: {T_TR_COLOR2}; border-style: none; } |
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ |
@import url("templates/subSilver/formIE.css"); |
--> |
</style> |
</head> |
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> |
<span class="gen"><a name="top"></a></span> |
/Forum/templates/subSilver/subSilver.cfg |
---|
0,0 → 1,101 |
<?php |
// |
// ** Configuration file for subSilver template ** |
// |
// ** copyright (C) 2001 The phpBB Group ** |
// ** Created by subBlue design ** |
// ** www.subBlue.com ** |
// |
// ** subSilver dev. forum: www.subSky.com/phpBB2/ ** |
// |
// $Id: subSilver.cfg,v 1.11.2.1 2005/10/08 19:41:31 grahamje Exp $ |
// |
// Please note that to enable support of different languages |
// the {LANG} place holder is available. This will be replaced |
// with xxx where xxx is the users selected language. If |
// that language isn't available it will default to english. |
// Therefore you MUST ensure you have at least a english |
// directory if you choose to localise your template |
// |
// |
// Do not alter this line! |
// |
define(TEMPLATE_CONFIG, TRUE); |
$current_template_images = $current_template_path . "/images"; |
$images['icon_quote'] = "$current_template_images/{LANG}/icon_quote.gif"; |
$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif"; |
$images['icon_search'] = "$current_template_images/{LANG}/icon_search.gif"; |
$images['icon_profile'] = "$current_template_images/{LANG}/icon_profile.gif"; |
$images['icon_pm'] = "$current_template_images/{LANG}/icon_pm.gif"; |
$images['icon_email'] = "$current_template_images/{LANG}/icon_email.gif"; |
$images['icon_delpost'] = "$current_template_images/icon_delete.gif"; |
$images['icon_ip'] = "$current_template_images/{LANG}/icon_ip.gif"; |
$images['icon_www'] = "$current_template_images/{LANG}/icon_www.gif"; |
$images['icon_icq'] = "$current_template_images/{LANG}/icon_icq_add.gif"; |
$images['icon_aim'] = "$current_template_images/{LANG}/icon_aim.gif"; |
$images['icon_yim'] = "$current_template_images/{LANG}/icon_yim.gif"; |
$images['icon_msnm'] = "$current_template_images/{LANG}/icon_msnm.gif"; |
$images['icon_minipost'] = "$current_template_images/icon_minipost.gif"; |
$images['icon_gotopost'] = "$current_template_images/icon_minipost.gif"; |
$images['icon_minipost_new'] = "$current_template_images/icon_minipost_new.gif"; |
$images['icon_latest_reply'] = "$current_template_images/icon_latest_reply.gif"; |
$images['icon_newest_reply'] = "$current_template_images/icon_newest_reply.gif"; |
$images['forum'] = "$current_template_images/folder_big.gif"; |
$images['forum_new'] = "$current_template_images/folder_new_big.gif"; |
$images['forum_locked'] = "$current_template_images/folder_locked_big.gif"; |
$images['folder'] = "$current_template_images/folder.gif"; |
$images['folder_new'] = "$current_template_images/folder_new.gif"; |
$images['folder_hot'] = "$current_template_images/folder_hot.gif"; |
$images['folder_hot_new'] = "$current_template_images/folder_new_hot.gif"; |
$images['folder_locked'] = "$current_template_images/folder_lock.gif"; |
$images['folder_locked_new'] = "$current_template_images/folder_lock_new.gif"; |
$images['folder_sticky'] = "$current_template_images/folder_sticky.gif"; |
$images['folder_sticky_new'] = "$current_template_images/folder_sticky_new.gif"; |
$images['folder_announce'] = "$current_template_images/folder_announce.gif"; |
$images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif"; |
$images['post_new'] = "$current_template_images/{LANG}/post.gif"; |
$images['post_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; |
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif"; |
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif"; |
$images['pm_inbox'] = "$current_template_images/msg_inbox.gif"; |
$images['pm_outbox'] = "$current_template_images/msg_outbox.gif"; |
$images['pm_savebox'] = "$current_template_images/msg_savebox.gif"; |
$images['pm_sentbox'] = "$current_template_images/msg_sentbox.gif"; |
$images['pm_readmsg'] = "$current_template_images/folder.gif"; |
$images['pm_unreadmsg'] = "$current_template_images/folder_new.gif"; |
$images['pm_replymsg'] = "$current_template_images/{LANG}/reply.gif"; |
$images['pm_postmsg'] = "$current_template_images/{LANG}/msg_newpost.gif"; |
$images['pm_quotemsg'] = "$current_template_images/{LANG}/icon_quote.gif"; |
$images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif"; |
$images['pm_new_msg'] = ""; |
$images['pm_no_new_msg'] = ""; |
$images['Topic_watch'] = ""; |
$images['topic_un_watch'] = ""; |
$images['topic_mod_lock'] = "$current_template_images/topic_lock.gif"; |
$images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif"; |
$images['topic_mod_split'] = "$current_template_images/topic_split.gif"; |
$images['topic_mod_move'] = "$current_template_images/topic_move.gif"; |
$images['topic_mod_delete'] = "$current_template_images/topic_delete.gif"; |
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif"; |
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif"; |
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif"; |
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif"; |
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif"; |
// |
// Vote graphic length defines the maximum length of a vote result |
// graphic, ie. 100% = this length |
// |
$board_config['vote_graphic_length'] = 205; |
$board_config['privmsg_graphic_length'] = 175; |
?> |
/Forum/templates/subSilver/subSilver.css |
---|
0,0 → 1,210 |
/* |
The original subSilver Theme for phpBB version 2+ |
Created by subBlue design |
http://www.subBlue.com |
*/ |
/* General page style. The scroll bar colours only visible in IE5.5+ */ |
body { |
background-color: #E5E5E5; |
scrollbar-face-color: #DEE3E7; |
scrollbar-highlight-color: #FFFFFF; |
scrollbar-shadow-color: #DEE3E7; |
scrollbar-3dlight-color: #D1D7DC; |
scrollbar-arrow-color: #006699; |
scrollbar-track-color: #EFEFEF; |
scrollbar-darkshadow-color: #98AAB1; |
} |
/* General font families for common tags */ |
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } |
a:link,a:active,a:visited { color : #006699; } |
a:hover { text-decoration: underline; color : #DD6900; } |
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} |
/* This is the border line & background colour round the entire page */ |
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } |
/* This is the outline round the main forum tables */ |
.forumline { background-color: #FFFFFF; border: 2px #006699 solid; } |
/* Main table cell colours and backgrounds */ |
td.row1 { background-color: #EFEFEF; } |
td.row2 { background-color: #DEE3E7; } |
td.row3 { background-color: #D1D7DC; } |
/* |
This is for the table cell above the Topics, Post & Last posts on the index.php page |
By default this is the fading out gradiated silver background. |
However, you could replace this with a bitmap specific for each forum |
*/ |
td.rowpic { |
background-color: #FFFFFF; |
background-image: url(images/cellpic2.jpg); |
background-repeat: repeat-y; |
} |
/* Header cells - the blue and silver gradient backgrounds */ |
th { |
color: #FFA34F; font-size: 11px; font-weight : bold; |
background-color: #006699; height: 25px; |
background-image: url(images/cellpic3.gif); |
} |
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { |
background-image: url(images/cellpic1.gif); |
background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px; |
} |
/* |
Setting additional nice inner borders for the main table cells. |
The names indicate which sides the border will be on. |
Don't worry if you don't understand this, just ignore it :-) |
*/ |
td.cat,td.catHead,td.catBottom { |
height: 29px; |
border-width: 0px 0px 0px 0px; |
} |
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { |
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } |
td.row3Right,td.spaceRow { |
background-color: #D1D7DC; border: #FFFFFF; border-style: solid; } |
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } |
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } |
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } |
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } |
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } |
th.thTop { border-width: 1px 0px 0px 0px; } |
th.thCornerL { border-width: 1px 0px 0px 1px; } |
th.thCornerR { border-width: 1px 1px 0px 0px; } |
/* The largest text used in the index page title and toptic title etc. */ |
.maintitle,h1,h2 { |
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; |
text-decoration: none; line-height : 120%; color : #000000; |
} |
/* General text */ |
.gen { font-size : 12px; } |
.genmed { font-size : 11px; } |
.gensmall { font-size : 10px; } |
.gen,.genmed,.gensmall { color : #000000; } |
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; } |
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; } |
/* The register, login, search etc links at the top of the page */ |
.mainmenu { font-size : 11px; color : #000000 } |
a.mainmenu { text-decoration: none; color : #006699; } |
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } |
/* Forum category titles */ |
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} |
a.cattitle { text-decoration: none; color : #006699; } |
a.cattitle:hover{ text-decoration: underline; } |
/* Forum title: Text and link to the forums used in: index.php */ |
.forumlink { font-weight: bold; font-size: 12px; color : #006699; } |
a.forumlink { text-decoration: none; color : #006699; } |
a.forumlink:hover{ text-decoration: underline; color : #DD6900; } |
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ |
.nav { font-weight: bold; font-size: 11px; color : #000000;} |
a.nav { text-decoration: none; color : #006699; } |
a.nav:hover { text-decoration: underline; } |
/* titles for the topics: could specify viewed link colour too */ |
.topictitle { font-weight: bold; font-size: 11px; color : #000000; } |
a.topictitle:link { text-decoration: none; color : #006699; } |
a.topictitle:visited { text-decoration: none; color : #5493B4; } |
a.topictitle:hover { text-decoration: underline; color : #DD6900; } |
/* Name of poster in viewmsg.php and viewtopic.php and other places */ |
.name { font-size : 11px; color : #000000;} |
/* Location, number of posts, post date etc */ |
.postdetails { font-size : 10px; color : #000000; } |
/* The content of the posts (body of text) */ |
.postbody { font-size : 12px;} |
a.postlink:link { text-decoration: none; color : #006699 } |
a.postlink:visited { text-decoration: none; color : #5493B4; } |
a.postlink:hover { text-decoration: underline; color : #DD6900} |
/* Quote & Code blocks */ |
.code { |
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; |
background-color: #FAFAFA; border: #D1D7DC; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
.quote { |
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; |
background-color: #FAFAFA; border: #D1D7DC; border-style: solid; |
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px |
} |
/* Copyright and bottom info */ |
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} |
a.copyright { color: #444444; text-decoration: none;} |
a.copyright:hover { color: #000000; text-decoration: underline;} |
/* Form elements */ |
input,textarea, select { |
color : #000000; |
font: normal 11px Verdana, Arial, Helvetica, sans-serif; |
border-color : #000000; |
} |
/* The text input fields background colour */ |
input.post, textarea.post, select { |
background-color : #FFFFFF; |
} |
input { text-indent : 2px; } |
/* The buttons used for bbCode styling in message post */ |
input.button { |
background-color : #EFEFEF; |
color : #000000; |
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; |
} |
/* The main submit button option */ |
input.mainoption { |
background-color : #FAFAFA; |
font-weight : bold; |
} |
/* None-bold submit button */ |
input.liteoption { |
background-color : #FAFAFA; |
font-weight : normal; |
} |
/* This is the line in the posting page which shows the rollover |
help line. This is actually a text box, but if set to be the same |
colour as the background no one will know ;) |
*/ |
.helpline { background-color: #DEE3E7; border-style: none; } |
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ |
@import url("formIE.css"); |
/Forum/templates/subSilver/theme_info.cfg |
---|
0,0 → 1,51 |
<?php |
// |
// phpBB 2.x auto-generated theme config file for subSilver |
// Do not change anything in this file! |
// |
$subSilver[0]['template_name'] = "subSilver"; |
$subSilver[0]['style_name'] = "subSilver"; |
$subSilver[0]['head_stylesheet'] = "subSilver.css"; |
$subSilver[0]['body_background'] = ""; |
$subSilver[0]['body_bgcolor'] = "E5E5E5"; |
$subSilver[0]['body_text'] = "000000"; |
$subSilver[0]['body_link'] = "006699"; |
$subSilver[0]['body_vlink'] = "5493B4"; |
$subSilver[0]['body_alink'] = ""; |
$subSilver[0]['body_hlink'] = "DD6900"; |
$subSilver[0]['tr_color1'] = "EFEFEF"; |
$subSilver[0]['tr_color2'] = "DEE3E7"; |
$subSilver[0]['tr_color3'] = "D1D7DC"; |
$subSilver[0]['tr_class1'] = ""; |
$subSilver[0]['tr_class2'] = ""; |
$subSilver[0]['tr_class3'] = ""; |
$subSilver[0]['th_color1'] = "98AAB1"; |
$subSilver[0]['th_color2'] = "006699"; |
$subSilver[0]['th_color3'] = "FFFFFF"; |
$subSilver[0]['th_class1'] = "cellpic1.gif"; |
$subSilver[0]['th_class2'] = "cellpic3.gif"; |
$subSilver[0]['th_class3'] = "cellpic2.jpg"; |
$subSilver[0]['td_color1'] = "FAFAFA"; |
$subSilver[0]['td_color2'] = "FFFFFF"; |
$subSilver[0]['td_color3'] = ""; |
$subSilver[0]['td_class1'] = "row1"; |
$subSilver[0]['td_class2'] = "row2"; |
$subSilver[0]['td_class3'] = ""; |
$subSilver[0]['fontface1'] = "Verdana, Arial, Helvetica, sans-serif"; |
$subSilver[0]['fontface2'] = "Trebuchet MS"; |
$subSilver[0]['fontface3'] = "Courier, \'Courier New\', sans-serif"; |
$subSilver[0]['fontsize1'] = "10"; |
$subSilver[0]['fontsize2'] = "11"; |
$subSilver[0]['fontsize3'] = "12"; |
$subSilver[0]['fontcolor1'] = "444444"; |
$subSilver[0]['fontcolor2'] = "006600"; |
$subSilver[0]['fontcolor3'] = "FFA34F"; |
$subSilver[0]['span_class1'] = ""; |
$subSilver[0]['span_class2'] = ""; |
$subSilver[0]['span_class3'] = ""; |
$subSilver[0]['img_size_poll'] = "0"; |
$subSilver[0]['img_size_privmsg'] = "0"; |
?> |
/Forum/templates/subSilver/viewforum_body.tpl |
---|
0,0 → 1,98 |
<form method="post" action="{S_POST_DAYS_ACTION}"> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td> |
<td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td> |
</tr> |
<tr> |
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> |
<td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> |
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td> |
</tr> |
</table> |
<table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> |
<tr> |
<th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th> |
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th> |
<th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th> |
<th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th> |
<th align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> |
</tr> |
<!-- BEGIN topicrow --> |
<tr> |
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td> |
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br /> |
{topicrow.GOTO_PAGE}</span></td> |
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td> |
<td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td> |
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td> |
<td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td> |
</tr> |
<!-- END topicrow --> |
<!-- BEGIN switch_no_topics --> |
<tr> |
<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td> |
</tr> |
<!-- END switch_no_topics --> |
<tr> |
<td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_TOPIC_DAYS} |
<input type="submit" class="liteoption" value="{L_GO}" name="submit" /> |
</span></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td> |
<td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a class="nav" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td> |
<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> |
</td> |
</tr> |
<tr> |
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> |
</tr> |
</table> |
</form> |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td align="right">{JUMPBOX}</td> |
</tr> |
</table> |
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0"> |
<tr> |
<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> |
<tr> |
<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> |
<td class="gensmall">{L_NEW_POSTS}</td> |
<td> </td> |
<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> |
<td class="gensmall">{L_NO_NEW_POSTS}</td> |
<td> </td> |
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td> |
<td class="gensmall">{L_ANNOUNCEMENT}</td> |
</tr> |
<tr> |
<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td> |
<td class="gensmall">{L_NEW_POSTS_HOT}</td> |
<td> </td> |
<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td> |
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td> |
<td> </td> |
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td> |
<td class="gensmall">{L_STICKY}</td> |
</tr> |
<tr> |
<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td> |
<td class="gensmall">{L_NEW_POSTS_LOCKED}</td> |
<td> </td> |
<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td> |
<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> |
</tr> |
</table></td> |
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/viewonline_body.tpl |
---|
0,0 → 1,53 |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> |
</tr> |
</table> |
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> |
<tr> |
<th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th> |
<th width="25%" class="thTop"> {L_LAST_UPDATE} </th> |
<th width="40%" class="thCornerR"> {L_FORUM_LOCATION} </th> |
</tr> |
<tr> |
<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td> |
</tr> |
<!-- BEGIN reg_user_row --> |
<tr> |
<td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> |
<td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> |
<td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td> |
</tr> |
<!-- END reg_user_row --> |
<tr> |
<td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> |
</tr> |
<tr> |
<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td> |
</tr> |
<!-- BEGIN guest_user_row --> |
<tr> |
<td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td> |
<td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> |
<td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td> |
</tr> |
<!-- END guest_user_row --> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> |
<tr> |
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> |
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> |
</tr> |
</table> |
<br /> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td valign="top" align="right">{JUMPBOX}</td> |
</tr> |
</table> |
/Forum/templates/subSilver/viewtopic_body.tpl |
---|
0,0 → 1,91 |
<table width="100%" cellspacing="2" cellpadding="2" border="0"> |
<tr> |
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br /> |
<span class="gensmall"><b>{PAGINATION}</b><br /> |
</span></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" cellpadding="2" border="0"> |
<tr> |
<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td> |
<td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> |
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
</tr> |
</table> |
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> |
<tr align="right"> |
<td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td> |
</tr> |
{POLL_DISPLAY} |
<tr> |
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th> |
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th> |
</tr> |
<!-- BEGIN postrow --> |
<tr> |
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td> |
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
<tr> |
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> |
<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> |
</tr> |
<tr> |
<td colspan="2"><hr /></td> |
</tr> |
<tr> |
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td> |
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18"> |
<tr> |
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- |
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 ) |
document.write(' {postrow.ICQ_IMG}'); |
else |
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>'); |
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td> |
</tr> |
</table></td> |
</tr> |
<tr> |
<td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> |
</tr> |
<!-- END postrow --> |
<tr align="center"> |
<td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0"> |
<tr><form method="post" action="{S_POST_DAYS_ACTION}"> |
<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} <input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td> |
</form></tr> |
</table></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> |
<tr> |
<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td> |
<td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> |
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> |
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> |
</td> |
</tr> |
<tr> |
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> |
</tr> |
</table> |
<table width="100%" cellspacing="2" border="0" align="center"> |
<tr> |
<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br /> |
<br /> |
{S_TOPIC_ADMIN}</td> |
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td> |
</tr> |
</table> |
/Forum/templates/subSilver/viewtopic_poll_ballot.tpl |
---|
0,0 → 1,26 |
<tr> |
<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center"> |
<tr> |
<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> |
</tr> |
<tr> |
<td align="center"><table cellspacing="0" cellpadding="2" border="0"> |
<!-- BEGIN poll_option --> |
<tr> |
<td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" /> </td> |
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> |
</tr> |
<!-- END poll_option --> |
</table></td> |
</tr> |
<tr> |
<td align="center"> |
<input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" /> |
</td> |
</tr> |
<tr> |
<td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td> |
</tr> |
</table>{S_HIDDEN_FIELDS}</form></td> |
</tr> |
/Forum/templates/subSilver/viewtopic_poll_result.tpl |
---|
0,0 → 1,36 |
<tr> |
<td class="row2" colspan="2"><br clear="all" /> |
<table cellspacing="0" cellpadding="4" border="0" align="center"> |
<tr> |
<td colspan="4" align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td> |
</tr> |
<tr> |
<td align="center"> |
<table cellspacing="0" cellpadding="2" border="0"> |
<!-- BEGIN poll_option --> |
<tr> |
<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td> |
<td> |
<table cellspacing="0" cellpadding="0" border="0"> |
<tr> |
<td><img src="templates/subSilver/images/vote_lcap.gif" width="4" alt="" height="12" /></td> |
<td><img src="{poll_option.POLL_OPTION_IMG}" width="{poll_option.POLL_OPTION_IMG_WIDTH}" height="12" alt="{poll_option.POLL_OPTION_PERCENT}" /></td> |
<td><img src="templates/subSilver/images/vote_rcap.gif" width="4" alt="" height="12" /></td> |
</tr> |
</table> |
</td> |
<td align="center"><b><span class="gen"> {poll_option.POLL_OPTION_PERCENT} </span></b></td> |
<td align="center"><span class="gen">[ {poll_option.POLL_OPTION_RESULT} ]</span></td> |
</tr> |
<!-- END poll_option --> |
</table> |
</td> |
</tr> |
<tr> |
<td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td> |
</tr> |
</table> |
<br clear="all" /> |
</td> |
</tr> |