Blame Identity/Webenv/phpBB/3.0.4/adm/style/overall_header.html

ef5584
ef5584
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
ef5584
<head>
ef5584
ef5584
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
ef5584
<meta http-equiv="Content-Style-Type" content="text/css" />
ef5584
<meta http-equiv="Content-Language" content="{S_USER_LANG}" />
ef5584
<meta http-equiv="imagetoolbar" content="no" />
ef5584
{META}
ef5584
<title>{PAGE_TITLE}</title>
ef5584
ef5584
<link href="style/admin.css" rel="stylesheet" type="text/css" media="screen" />
ef5584
<link href="/error/include/common.css" rel="stylesheet" type="text/css" media="screen" />
ef5584
<link href="/error/include/phpBB.css" rel="stylesheet" type="text/css" media="screen" />
ef5584
ef5584
<script type="text/javascript">
ef5584
// 
ef5584
var jump_page = '{LA_JUMP_PAGE}:';
ef5584
var on_page = '{ON_PAGE}';
ef5584
var per_page = '{PER_PAGE}';
ef5584
var base_url = '{A_BASE_URL}';
ef5584
ef5584
var menu_state = 'shown';
ef5584
ef5584
ef5584
/**
ef5584
* Jump to page
ef5584
*/
ef5584
function jumpto()
ef5584
{
ef5584
	var page = prompt(jump_page, on_page);
ef5584
ef5584
	if (page !== null && !isNaN(page) && page > 0)	
ef5584
	{
ef5584
		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page);
ef5584
	}
ef5584
}
ef5584
ef5584
/**
ef5584
* Set display of page element
ef5584
* s[-1,0,1] = hide,toggle display,show
ef5584
*/
ef5584
function dE(n, s, type)
ef5584
{
ef5584
	if (!type)
ef5584
	{
ef5584
		type = 'block';
ef5584
	}
ef5584
ef5584
	var e = document.getElementById(n);
ef5584
	if (!s)
ef5584
	{
ef5584
		s = (e.style.display == '') ? -1 : 1;
ef5584
	}
ef5584
	e.style.display = (s == 1) ? type : 'none';
ef5584
}
ef5584
ef5584
/**
ef5584
* Mark/unmark checkboxes
ef5584
* id = ID of parent container, name = name prefix, state = state [true/false]
ef5584
*/
ef5584
function marklist(id, name, state)
ef5584
{
ef5584
	var parent = document.getElementById(id);
ef5584
	if (!parent)
ef5584
	{
ef5584
		eval('parent = document.' + id);
ef5584
	}
ef5584
ef5584
	if (!parent)
ef5584
	{
ef5584
		return;
ef5584
	}
ef5584
ef5584
	var rb = parent.getElementsByTagName('input');
ef5584
	
ef5584
	for (var r = 0; r < rb.length; r++)
ef5584
	{
ef5584
		if (rb[r].name.substr(0, name.length) == name)
ef5584
		{
ef5584
			rb[r].checked = state;
ef5584
		}
ef5584
	}
ef5584
}
ef5584
ef5584
/**
ef5584
* Find a member
ef5584
*/
ef5584
function find_username(url)
ef5584
{
ef5584
	popup(url, 760, 570, '_usersearch');
ef5584
	return false;
ef5584
}
ef5584
ef5584
/**
ef5584
* Window popup
ef5584
*/
ef5584
function popup(url, width, height, name)
ef5584
{
ef5584
	if (!name)
ef5584
	{
ef5584
		name = '_popup';
ef5584
	}
ef5584
ef5584
	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes, width=' + width);
ef5584
	return false;
ef5584
}
ef5584
ef5584
/**
ef5584
* Hiding/Showing the side menu
ef5584
*/
ef5584
function switch_menu()
ef5584
{
ef5584
	var menu = document.getElementById('menu');
ef5584
	var main = document.getElementById('main');
ef5584
	var toggle = document.getElementById('toggle');
ef5584
	var handle = document.getElementById('toggle-handle');
ef5584
ef5584
	switch (menu_state)
ef5584
	{
ef5584
		// hide
ef5584
		case 'shown':
ef5584
			main.style.width = '93%';
ef5584
			menu_state = 'hidden';
ef5584
			menu.style.display = 'none';
ef5584
			toggle.style.width = '20px';
ef5584
			handle.style.backgroundImage = 'url(images/toggle.gif)';
ef5584
			handle.style.backgroundRepeat = 'no-repeat';
ef5584
ef5584
			
ef5584
				handle.style.backgroundPosition = '0% 50%';
ef5584
				toggle.style.left = '96%';
ef5584
			
ef5584
				handle.style.backgroundPosition = '100% 50%';
ef5584
				toggle.style.left = '0';
ef5584
			
ef5584
		break;
ef5584
ef5584
		// show
ef5584
		case 'hidden':
ef5584
			main.style.width = '76%';
ef5584
			menu_state = 'shown';
ef5584
			menu.style.display = 'block';
ef5584
			toggle.style.width = '5%';
ef5584
			handle.style.backgroundImage = 'url(images/toggle.gif)';
ef5584
			handle.style.backgroundRepeat = 'no-repeat';
ef5584
ef5584
			
ef5584
				handle.style.backgroundPosition = '100% 50%';
ef5584
				toggle.style.left = '75%';
ef5584
			
ef5584
				handle.style.backgroundPosition = '0% 50%';
ef5584
				toggle.style.left = '15%';
ef5584
			
ef5584
		break;
ef5584
	}
ef5584
}
ef5584
ef5584
// ]]>
ef5584
</script>
ef5584
</head>
ef5584
ef5584
<body class="{S_CONTENT_DIRECTION}">
ef5584
ef5584
ef5584
    
ef5584
tOS" />
ef5584
    
ef5584
    
    ef5584
                
  • Home
  • ef5584
                
  • Downloads
  • ef5584
                
  • Docs
  • ef5584
                
  • Wiki
  • ef5584
                
  • Lists
  • ef5584
                
  • Bugs
  • ef5584
                
  • Forums
  • ef5584
                
  • Projects
  • ef5584
        
    ef5584
        
    ef5584
    ef5584
    ef5584
    ef5584
        Forums
    ef5584
        

    Forums

    ef5584
    ef5584
    ef5584
    ef5584
    	
    ef5584
        		

    {L_ADMIN_PANEL}

    ef5584
    	        

    {L_ADMIN_INDEX}{L_FORUM_INDEX}

    ef5584
    		

    {L_SKIP}

    ef5584
    	
    ef5584
    	
    ef5584
    	
    ef5584
    		
    ef5584
    			
      ef5584
      			
      ef5584
      				<li<!-- IF t_block1.S_SELECTED --> id="activetab">{t_block1.L_TITLE}
      ef5584
      			
      ef5584
      			
      ef5584
      		
      ef5584
      ef5584
      		
      ef5584
      		
      ef5584
      			
      ef5584
      				
      ef5584
      					 
      ef5584
      					
      ef5584
      						
      ef5584
      					
      ef5584
      					
      ef5584
      						

      {L_LOGGED_IN_AS}
      {USERNAME}{L_LOGOUT} ][ {L_ADM_LOGOUT} ]     

      ef5584
      						
        ef5584
        						
        ef5584
        							
        ef5584
        	
        ef5584
        						
        ef5584
        							
        ef5584
        							
      • {l_block1.l_block2.L_TITLE}
      • ef5584
        							
        ef5584
        	
        ef5584
        							
        ef5584
        								<li<!-- IF l_block1.l_block2.l_block3.S_SELECTED --> id="activemenu">{l_block1.l_block2.l_block3.L_TITLE}
        ef5584
        							
        ef5584
        						
        ef5584
        						
        ef5584
        							
        ef5584
        						
        ef5584
        						
        ef5584
        					
        ef5584
        	
        ef5584