Blame Extras/phpBB/3.0.4/styles/subsilver2/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-language" content="{S_USER_LANG}" />
4c79b5
<meta http-equiv="content-style-type" content="text/css" />
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
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
4c79b5
4c79b5
<script type="text/javascript">
4c79b5
// 
4c79b5
4c79b5
	if ({S_NEW_PM})
4c79b5
	{
4c79b5
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
4c79b5
	}
4c79b5
4c79b5
4c79b5
function popup(url, width, height, name)
4c79b5
{
4c79b5
	if (!name)
4c79b5
	{
4c79b5
		name = '_popup';
4c79b5
	}
4c79b5
4c79b5
	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
4c79b5
	return false;
4c79b5
}
4c79b5
4c79b5
function jumpto()
4c79b5
{
4c79b5
	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
4c79b5
	var perpage = '{PER_PAGE}';
4c79b5
	var base_url = '{A_BASE_URL}';
4c79b5
4c79b5
	if (page !== null && !isNaN(page) && page > 0)
4c79b5
	{
4c79b5
		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
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
* Mark/unmark checklist
4c79b5
* id = ID of parent container, name = name prefix, state = state [true/false]
4c79b5
*/
4c79b5
function marklist(id, name, state)
4c79b5
{
4c79b5
	var parent = document.getElementById(id);
4c79b5
	if (!parent)
4c79b5
	{
4c79b5
		eval('parent = document.' + id);
4c79b5
	}
4c79b5
4c79b5
	if (!parent)
4c79b5
	{
4c79b5
		return;
4c79b5
	}
4c79b5
4c79b5
	var rb = parent.getElementsByTagName('input');
4c79b5
	
4c79b5
	for (var r = 0; r < rb.length; r++)
4c79b5
	{
4c79b5
		if (rb[r].name.substr(0, name.length) == name)
4c79b5
		{
4c79b5
			rb[r].checked = state;
4c79b5
		}
4c79b5
	}
4c79b5
}
4c79b5
4c79b5
4c79b5
4c79b5
	/**
4c79b5
	* Play quicktime file by determining it's width/height
4c79b5
	* from the displayed rectangle area
4c79b5
	*
4c79b5
	* Only defined if there is a file block present.
4c79b5
	*/
4c79b5
	function play_qt_file(obj)
4c79b5
	{
4c79b5
		var rectangle = obj.GetRectangle();
4c79b5
4c79b5
		if (rectangle)
4c79b5
		{
4c79b5
			rectangle = rectangle.split(',')
4c79b5
			var x1 = parseInt(rectangle[0]);
4c79b5
			var x2 = parseInt(rectangle[2]);
4c79b5
			var y1 = parseInt(rectangle[1]);
4c79b5
			var y2 = parseInt(rectangle[3]);
4c79b5
4c79b5
			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
4c79b5
			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
4c79b5
		}
4c79b5
		else
4c79b5
		{
4c79b5
			var width = 200;
4c79b5
			var height = 0;
4c79b5
		}
4c79b5
4c79b5
		obj.width = width;
4c79b5
		obj.height = height + 16;
4c79b5
4c79b5
		obj.SetControllerVisible(true);
4c79b5
4c79b5
		obj.Play();
4c79b5
	}
4c79b5
4c79b5
4c79b5
// ]]>
4c79b5
</script>
4c79b5
</head>
4c79b5
<body class="{S_CONTENT_DIRECTION}">
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
		
4c79b5
		
4c79b5
			{SITE_LOGO_IMG}
4c79b5
			

{SITENAME}

{SITE_DESCRIPTION}
4c79b5
		
4c79b5
		
4c79b5
	
4c79b5
4c79b5
	
4c79b5
		
4c79b5
		
4c79b5
			
4c79b5
				* {L_LOGIN_LOGOUT} 
4c79b5
				  * {L_RESTORE_PERMISSIONS}
4c79b5
				  {L_BOARD_DISABLED}
4c79b5
				
4c79b5
					
4c79b5
						  * {PRIVATE_MESSAGE_INFO}, {PRIVATE_MESSAGE_INFO_UNREAD}
4c79b5
					  * {L_REGISTER}
4c79b5
					
4c79b5
				
4c79b5
			
4c79b5
			
4c79b5
				* {L_FAQ}
4c79b5
				   * {L_SEARCH}
4c79b5
				
4c79b5
					   * {L_MEMBERLIST}
4c79b5
					   * {L_PROFILE}
4c79b5
				
4c79b5
			
4c79b5
		
4c79b5
		
4c79b5
	
4c79b5
4c79b5
	
4c79b5
		
4c79b5
		
4c79b5
			{LAST_VISIT_DATE}
4c79b5
			{CURRENT_TIME}
4c79b5
		
4c79b5
		
4c79b5
	
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
4c79b5
	
4c79b5
	

4c79b5
		{L_SEARCH_UNANSWERED} | {L_SEARCH_ACTIVE_TOPICS}
4c79b5
		
4c79b5
		{L_SEARCH_NEW} | {L_SEARCH_SELF}
4c79b5
		
4c79b5
	

4c79b5
	
4c79b5
4c79b5
	
4c79b5
4c79b5
	
4c79b5
4c79b5