Blame Extras/phpBB/3.0.4/styles/modern/template/overall_header.html

4c79b5
4c79b5
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
4c79b5
<head>
4c79b5
4c79b5
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
4c79b5
<meta http-equiv="content-style-type" content="text/css" />
4c79b5
<meta http-equiv="content-language" content="{S_USER_LANG}" />
4c79b5
<meta http-equiv="imagetoolbar" content="no" />
4c79b5
<meta name="resource-type" content="document" />
4c79b5
<meta name="distribution" content="global" />
4c79b5
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
4c79b5
<meta name="keywords" content="" />
4c79b5
<meta name="description" content="" />
4c79b5
{META}
4c79b5
<title>{SITENAME} • {L_MCP} • {L_UCP} • {PAGE_TITLE}</title>
4c79b5
4c79b5
4c79b5
	phpBB style name : modern
4c79b5
	Based on style   : prosilver (this is the default phpBB3 style)
4c79b5
	Original author  : Tom Beddard ( http://www.subBlue.com/ )
4c79b5
	Modified by      :      
4c79b5
	
4c79b5
	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
4c79b5
	      The phpBB Group is not responsible for the content of this page and forum. For more information
4c79b5
	      about phpBB please visit http://www.phpbb.com
4c79b5
-->
4c79b5
4c79b5
<script type="text/javascript">
4c79b5
// 
4c79b5
	var jump_page = '{LA_JUMP_PAGE}:';
4c79b5
	var on_page = '{ON_PAGE}';
4c79b5
	var per_page = '{PER_PAGE}';
4c79b5
	var base_url = '{A_BASE_URL}';
4c79b5
	var style_cookie = 'phpBBstyle';
4c79b5
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
4c79b5
	var onload_functions = new Array();
4c79b5
	var onunload_functions = new Array();
4c79b5
4c79b5
	
4c79b5
		if ({S_NEW_PM})
4c79b5
		{
4c79b5
			var url = '{UA_POPUP_PM}';
4c79b5
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
4c79b5
		}
4c79b5
	
4c79b5
4c79b5
	/**
4c79b5
	* Find a member
4c79b5
	*/
4c79b5
	function find_username(url)
4c79b5
	{
4c79b5
		popup(url, 760, 570, '_usersearch');
4c79b5
		return false;
4c79b5
	}
4c79b5
4c79b5
	/**
4c79b5
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
4c79b5
	*/
4c79b5
	window.onload = function()
4c79b5
	{
4c79b5
		for (var i = 0; i < onload_functions.length; i++)
4c79b5
		{
4c79b5
			eval(onload_functions[i]);
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
	window.onunload = function()
4c79b5
	{
4c79b5
		for (var i = 0; i < onunload_functions.length; i++)
4c79b5
		{
4c79b5
			eval(onunload_functions[i]);
4c79b5
		}
4c79b5
	}
4c79b5
4c79b5
// ]]>
4c79b5
</script>
4c79b5
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
4c79b5
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
4c79b5
4c79b5
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
4c79b5
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
4c79b5
4c79b5
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
4c79b5
4c79b5
<link href="/error/include/common.css" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
<link href="/error/include/phpBB.css" rel="stylesheet" type="text/css" media="screen, projection" />
4c79b5
4c79b5
</head>
4c79b5
4c79b5
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
4c79b5
4c79b5
4c79b5
    
4c79b5
    
4c79b5
    
    4c79b5
                
  • Home
  • 4c79b5
                
  • Downloads
  • 4c79b5
                
  • Docs
  • 4c79b5
                
  • Wiki
  • 4c79b5
                
  • Lists
  • 4c79b5
                
  • Bugs
  • 4c79b5
                
  • Forums
  • 4c79b5
                
  • Projects
  • 4c79b5
        
    4c79b5
        
    4c79b5
    4c79b5
    4c79b5
    4c79b5
        Forums
    4c79b5
        
    4c79b5
        
    4c79b5
    	<form action="{U_SEARCH}" method="post" id="search">
    4c79b5
    	<fieldset>
    4c79b5
    		<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}';" /> 
    4c79b5
    		<input class="button2" value="{L_SEARCH}" type="submit" />
    4c79b5
    		{L_SEARCH_ADV} {S_SEARCH_HIDDEN_FIELDS}
    4c79b5
    	</fieldset>
    4c79b5
    	</form>
    4c79b5
        
    4c79b5
        
    4c79b5
        

    {SITENAME}

    4c79b5
        

    {SITE_DESCRIPTION}

    4c79b5
        

    {L_SKIP}

    4c79b5
    4c79b5
    4c79b5
    4c79b5
        
    4c79b5
    4c79b5
    		
    4c79b5
    			
    4c79b5
    4c79b5
    			
      4c79b5
      				
    • {L_INDEX} {navlinks.FORUM_NAME}
    • 4c79b5
      4c79b5
      				
    • {L_EMAIL_TOPIC}
    • 4c79b5
      				
    • {L_EMAIL_PM}
    • 4c79b5
      				
    • {L_PRINT_TOPIC}
    • 4c79b5
      				
    • {L_PRINT_PM}
    • 4c79b5
      			
      4c79b5
      4c79b5
      			
      4c79b5
      			
        4c79b5
        				
      • 4c79b5
        					{L_PROFILE}
        4c79b5
        						 ({PRIVATE_MESSAGE_INFO}) • 
        4c79b5
        					{L_SEARCH_SELF}
        4c79b5
        4c79b5
        					{L_RESTORE_PERMISSIONS}
        4c79b5
        					
        4c79b5
        				
        4c79b5
        			
        4c79b5
        			
        4c79b5
        4c79b5
        			
          4c79b5
          				
        • {L_FAQ}
        • 4c79b5
          				
          4c79b5
          					
        • {L_MEMBERLIST}
        • 4c79b5
          					
        • {L_REGISTER}
        • 4c79b5
          					
        • {L_LOGIN_LOGOUT}
        • 4c79b5
          				
          4c79b5
          			
          4c79b5
          4c79b5
          			
          4c79b5
          4c79b5
          	        
          4c79b5
          		
          4c79b5
          4c79b5
          	
          4c79b5
          		
          4c79b5
          		  
          4c79b5
          		
          4c79b5
          			
          4c79b5
          				{L_INFORMATION}: {L_BOARD_DISABLED}
          4c79b5
          			
          4c79b5
          		
          4c79b5