2007-04-01 22:05:42 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" dir = "{S_CONTENT_DIRECTION}" lang = "{S_USER_LANG}" xml:lang = "{S_USER_LANG}" >
< head >
< meta http-equiv = "content-type" content = "text/html; charset={S_CONTENT_ENCODING}" / >
< meta http-equiv = "content-style-type" content = "text/css" / >
< meta http-equiv = "content-language" content = "{S_USER_LANG}" / >
< meta http-equiv = "imagetoolbar" content = "no" / >
< meta name = "resource-type" content = "document" / >
< meta name = "distribution" content = "global" / >
< meta name = "keywords" content = "" / >
< meta name = "description" content = "" / >
{META}
2007-05-04 12:30:21 +00:00
< title > {SITENAME} • <!-- IF S_IN_MCP --> {L_MCP} • <!-- ELSEIF S_IN_UCP --> {L_UCP} • <!-- ENDIF --> {PAGE_TITLE}< / title >
2007-04-01 22:05:42 +00:00
2009-06-12 14:41:03 +00:00
<!-- IF S_ENABLE_FEEDS -->
2009-12-22 19:21:41 +00:00
<!-- IF S_ENABLE_FEEDS_OVERALL --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {SITENAME}" href = "{U_FEED}" / > <!-- ENDIF -->
2009-06-12 14:41:03 +00:00
<!-- IF S_ENABLE_FEEDS_NEWS --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_FEED_NEWS}" href = "{U_FEED}?mode=news" / > <!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUMS --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_ALL_FORUMS}" href = "{U_FEED}?mode=forums" / > <!-- ENDIF -->
2009-12-27 00:48:52 +00:00
<!-- IF S_ENABLE_FEEDS_TOPICS --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_FEED_TOPICS_NEW}" href = "{U_FEED}?mode=topics" / > <!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href = "{U_FEED}?mode=topics_active" / > <!-- ENDIF -->
2009-08-12 15:00:47 +00:00
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_FORUM} - {FORUM_NAME}" href = "{U_FEED}?f={S_FORUM_ID}" / > <!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --> < link rel = "alternate" type = "application/atom+xml" title = "{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href = "{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" / > <!-- ENDIF -->
2009-06-12 14:41:03 +00:00
<!-- ENDIF -->
2007-04-01 22:05:42 +00:00
<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
2009-08-20 09:31:43 +00:00
Modified by:
2007-04-01 22:05:42 +00:00
NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->
< script type = "text/javascript" >
// < ![CDATA[
2007-09-22 18:31:50 +00:00
var jump_page = '{LA_JUMP_PAGE}:';
2007-04-01 22:05:42 +00:00
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
2007-09-22 18:31:50 +00:00
var base_url = '{A_BASE_URL}';
2007-04-01 22:05:42 +00:00
var style_cookie = 'phpBBstyle';
2008-09-18 14:17:08 +00:00
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
var onload_functions = new Array();
var onunload_functions = new Array();
2007-04-01 22:05:42 +00:00
2011-01-29 16:13:36 +01:00
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
var url = '{UA_POPUP_PM}';
window.open(url.replace(/& /g, '& '), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
2007-04-01 22:05:42 +00:00
<!-- ENDIF -->
/**
* Find a member
*/
2007-09-22 18:31:50 +00:00
function find_username(url)
2007-04-01 22:05:42 +00:00
{
2007-09-22 18:31:50 +00:00
popup(url, 760, 570, '_usersearch');
2007-04-01 22:05:42 +00:00
return false;
}
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
2008-02-01 15:15:45 +00:00
for (var i = 0; i < onload_functions.length ; i + + )
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
{
eval(onload_functions[i]);
}
}
window.onunload = function()
{
2008-02-01 15:15:45 +00:00
for (var i = 0; i < onunload_functions.length ; i + + )
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925
syndicate window.onload events where necessary - #9878
Duplicate topics in forums with announcements - #9840
Email template for forced re-activation - #9808
Topic pagination adjustment - #9763
Changed compose message layout in UCP - #9706, #9702
Fixed inline attachment font size (hopefully)
git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-04-22 15:27:40 +00:00
{
eval(onunload_functions[i]);
}
}
2007-04-01 22:05:42 +00:00
// ]]>
< / script >
2011-01-07 23:47:17 +01:00
< script type = "text/javascript" src = "{T_SUPER_TEMPLATE_PATH}/styleswitcher.js" > < / script >
< script type = "text/javascript" src = "{T_SUPER_TEMPLATE_PATH}/forum_fn.js" > < / script >
2007-04-01 22:05:42 +00:00
2007-07-17 17:02:05 +00:00
< link href = "{T_THEME_PATH}/print.css" rel = "stylesheet" type = "text/css" media = "print" title = "printonly" / >
< link href = "{T_STYLESHEET_LINK}" rel = "stylesheet" type = "text/css" media = "screen, projection" / >
2007-04-01 22:05:42 +00:00
2007-07-17 17:02:05 +00:00
< link href = "{T_THEME_PATH}/normal.css" rel = "stylesheet" type = "text/css" title = "A" / >
< link href = "{T_THEME_PATH}/medium.css" rel = "alternate stylesheet" type = "text/css" title = "A+" / >
< link href = "{T_THEME_PATH}/large.css" rel = "alternate stylesheet" type = "text/css" title = "A++" / >
2007-06-18 14:10:19 +00:00
2007-06-12 21:29:16 +00:00
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
< link href = "{T_THEME_PATH}/bidi.css" rel = "stylesheet" type = "text/css" media = "screen, projection" / >
<!-- ENDIF -->
2009-08-25 10:02:24 +00:00
2007-04-01 22:05:42 +00:00
< / head >
< body id = "phpbb" class = "section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}" >
< div id = "wrap" >
< a id = "top" name = "top" accesskey = "t" > < / a >
< div id = "page-header" >
2009-08-20 09:08:53 +00:00
< div class = "headerbar" >
2007-04-01 22:05:42 +00:00
< div class = "inner" > < span class = "corners-top" > < span > < / span > < / span >
2007-05-02 16:19:35 +00:00
< div id = "site-description" >
< a href = "{U_INDEX}" title = "{L_INDEX}" id = "logo" > {SITE_LOGO_IMG}< / a >
< h1 > {SITENAME}< / h1 >
< p > {SITE_DESCRIPTION}< / p >
2009-04-23 12:34:45 +00:00
< p class = "skiplink" > < a href = "#start_here" > {L_SKIP}< / a > < / p >
2007-05-02 16:19:35 +00:00
< / div >
2007-05-17 14:59:33 +00:00
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
2009-08-20 09:08:53 +00:00
< div id = "search-box" >
2011-06-02 09:44:02 +02:00
< form action = "{U_SEARCH}" method = "get" id = "search" >
2007-05-02 16:19:35 +00:00
< fieldset >
2009-08-20 09:31:43 +00:00
< input name = "keywords" id = "keywords" type = "text" maxlength = "128" title = "{L_SEARCH_KEYWORDS}" class = "inputbox search" value = "<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick = "if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur = "if(this.value=='')this.value='{LA_SEARCH_MINI}';" / >
2007-05-02 16:19:35 +00:00
< input class = "button2" value = "{L_SEARCH}" type = "submit" / > < br / >
2007-11-18 12:13:33 +00:00
< a href = "{U_SEARCH}" title = "{L_SEARCH_ADV_EXPLAIN}" > {L_SEARCH_ADV}< / a > {S_SEARCH_HIDDEN_FIELDS}
2007-05-02 16:19:35 +00:00
< / fieldset >
< / form >
< / div >
<!-- ENDIF -->
2007-04-01 22:05:42 +00:00
< span class = "corners-bottom" > < span > < / span > < / span > < / div >
< / div >
2009-08-20 09:08:53 +00:00
< div class = "navbar" >
2007-04-01 22:05:42 +00:00
< div class = "inner" > < span class = "corners-top" > < span > < / span > < / span >
< ul class = "linklist navlinks" >
2007-08-17 12:32:41 +00:00
< li class = "icon-home" > < a href = "{U_INDEX}" accesskey = "h" > {L_INDEX}< / a > <!-- BEGIN navlinks --> < strong > ‹ < / strong > < a href = "{navlinks.U_VIEW_FORUM}" > {navlinks.FORUM_NAME}< / a > <!-- END navlinks --> < / li >
2007-04-01 22:05:42 +00:00
2009-08-15 20:44:53 +00:00
< li class = "rightside" > < a href = "#" onclick = "fontsizeup(); return false;" onkeypress = "return fontsizeup(event);" class = "fontsize" title = "{L_CHANGE_FONT_SIZE}" > {L_CHANGE_FONT_SIZE}< / a > < / li >
2007-04-01 22:05:42 +00:00
<!-- IF U_EMAIL_TOPIC --> < li class = "rightside" > < a href = "{U_EMAIL_TOPIC}" title = "{L_EMAIL_TOPIC}" class = "sendemail" > {L_EMAIL_TOPIC}< / a > < / li > <!-- ENDIF -->
<!-- IF U_EMAIL_PM --> < li class = "rightside" > < a href = "{U_EMAIL_PM}" title = "{L_EMAIL_PM}" class = "sendemail" > {L_EMAIL_PM}< / a > < / li > <!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --> < li class = "rightside" > < a href = "{U_PRINT_TOPIC}" title = "{L_PRINT_TOPIC}" accesskey = "p" class = "print" > {L_PRINT_TOPIC}< / a > < / li > <!-- ENDIF -->
<!-- IF U_PRINT_PM --> < li class = "rightside" > < a href = "{U_PRINT_PM}" title = "{L_PRINT_PM}" accesskey = "p" class = "print" > {L_PRINT_PM}< / a > < / li > <!-- ENDIF -->
< / ul >
2007-08-17 12:32:41 +00:00
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
< ul class = "linklist leftside" >
< li class = "icon-ucp" >
2009-06-26 10:43:01 +00:00
< a href = "{U_PROFILE}" title = "{L_PROFILE}" accesskey = "e" > {L_PROFILE}< / a >
2009-09-05 12:03:52 +00:00
<!-- IF S_DISPLAY_PM --> (< a href = "{U_PRIVATEMSGS}" > {PRIVATE_MESSAGE_INFO}< / a > )<!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --> •
2007-08-17 12:32:41 +00:00
< a href = "{U_SEARCH_SELF}" > {L_SEARCH_SELF}< / a >
2009-09-05 12:03:52 +00:00
<!-- ENDIF -->
2007-08-17 12:32:41 +00:00
<!-- IF U_RESTORE_PERMISSIONS --> •
< a href = "{U_RESTORE_PERMISSIONS}" > {L_RESTORE_PERMISSIONS}< / a >
2007-07-04 14:32:46 +00:00
<!-- ENDIF -->
< / li >
2007-04-01 22:05:42 +00:00
< / ul >
2007-08-17 12:32:41 +00:00
<!-- ENDIF -->
< ul class = "linklist rightside" >
< li class = "icon-faq" > < a href = "{U_FAQ}" title = "{L_FAQ_EXPLAIN}" > {L_FAQ}< / a > < / li >
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --> < li class = "icon-members" > < a href = "{U_MEMBERLIST}" title = "{L_MEMBERLIST_EXPLAIN}" > {L_MEMBERLIST}< / a > < / li > <!-- ENDIF -->
2009-06-24 03:11:20 +00:00
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> < li class = "icon-register" > < a href = "{U_REGISTER}" > {L_REGISTER}< / a > < / li > <!-- ENDIF -->
2009-08-10 15:32:37 +00:00
< li class = "icon-logout" > < a href = "{U_LOGIN_LOGOUT}" title = "{L_LOGIN_LOGOUT}" accesskey = "x" > {L_LOGIN_LOGOUT}< / a > < / li >
2007-08-17 12:32:41 +00:00
<!-- ENDIF -->
< / ul >
2007-04-01 22:05:42 +00:00
< span class = "corners-bottom" > < span > < / span > < / span > < / div >
< / div >
< / div >
< a name = "start_here" > < / a >
2009-08-20 09:08:53 +00:00
< div id = "page-body" >
2009-08-20 09:31:43 +00:00
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
2009-06-12 12:29:08 +00:00
< div id = "information" class = "rules" >
2007-04-01 22:05:42 +00:00
< div class = "inner" > < span class = "corners-top" > < span > < / span > < / span >
< strong > {L_INFORMATION}:< / strong > {L_BOARD_DISABLED}
< span class = "corners-bottom" > < span > < / span > < / span > < / div >
< / div >
2009-06-24 03:11:20 +00:00
<!-- ENDIF -->