mirror of
				https://github.com/phpbb/phpbb.git
				synced 2025-10-29 06:26:22 +01:00 
			
		
		
		
	- changed attachment config to utilize the config build methods - cleaned up posting.php - the submit/delete_post functions are now usable (functions_posting.php) - adjusted header icons (transparency) - a bunch of fixes for mssql - bug fixes git-svn-id: file:///svn/phpbb/trunk@5902 89ea8834-ac86-4346-8a33-228a782c2dd0
		
			
				
	
	
		
			138 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			138 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!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" dir="{S_CONTENT_DIRECTION}">
 | |
| <head>
 | |
| 
 | |
| <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 | |
| <meta name="resource-type" content="document" />
 | |
| <meta name="language" content="{S_USER_LANG}" />
 | |
| <meta name="distribution" content="global" />
 | |
| <meta name="copyright" content="2002-2006 phpBB Group" />
 | |
| <meta name="keywords" content="" />
 | |
| <meta name="description" content="" />
 | |
| <meta http-equiv="content-style-type" content="text/css" />
 | |
| <meta http-equiv="imagetoolbar" content="no" />
 | |
| {META}
 | |
| <title>{SITENAME} • {PAGE_TITLE}</title>
 | |
| 
 | |
| <!-- IF T_STYLESHEET_LINK -->
 | |
| <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
 | |
| <!-- ELSE -->
 | |
| <style type="text/css">
 | |
| {T_THEME_DATA}
 | |
| </style>
 | |
| <!-- ENDIF -->
 | |
| 
 | |
| <script language="Javascript" type="text/javascript">
 | |
| <!--
 | |
| <!-- IF S_USER_PM_POPUP -->
 | |
| 	if ({S_NEW_PM})
 | |
| 	{
 | |
| 		window.open('{UA_POPUP_PM}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
 | |
| 	}
 | |
| <!-- ENDIF -->
 | |
| 
 | |
| function popup(url, width, height)
 | |
| {
 | |
| 	window.open(url, '_popup', 'HEIGHT=' + height + ',resizable=yes,scrollbars=yes, WIDTH=' + width);
 | |
| 	return false;
 | |
| }
 | |
| 
 | |
| function jumpto()
 | |
| {
 | |
| 	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
 | |
| 	var perpage = '{PER_PAGE}';
 | |
| 	var base_url = '{BASE_URL}';
 | |
| 
 | |
| 	if (page !== null && !isNaN(page) && page > 0)
 | |
| 	{
 | |
| 		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // Mark/unmark checkboxes
 | |
| // id = ID of parent container, name = name prefix, state = state [true/false]
 | |
| function marklist(id, name, state)
 | |
| {
 | |
| 	var parent = document.getElementById(id);
 | |
| 	if (!parent)
 | |
| 	{
 | |
| 		eval('parent = document.' + id);
 | |
| 	}
 | |
| 
 | |
| 	if (!parent)
 | |
| 	{
 | |
| 		return;
 | |
| 	}
 | |
| 
 | |
| 	var rb = parent.getElementsByTagName('input');
 | |
| 	
 | |
| 	for (var r = 0; r < rb.length; r++)
 | |
| 	{
 | |
| 		if (rb[r].name.substr(0, name.length) == name)
 | |
| 		{
 | |
| 			rb[r].checked = state;
 | |
| 		}
 | |
| 	}
 | |
| }
 | |
| 
 | |
| //-->
 | |
| </script>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <a name="top"></a>
 | |
| 
 | |
| <div id="wrapheader">
 | |
| 
 | |
| 	<div id="logodesc"><table width="100%" cellspacing="0">
 | |
| 		<tr>
 | |
| 			<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
 | |
| 			<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
 | |
| 		</tr>
 | |
| 	</table></div>
 | |
| 
 | |
| 	<div id="menubar"><table width="100%" cellspacing="0">
 | |
| 		<tr>
 | |
| 			<td class="genmed">
 | |
| 				<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" /> {L_LOGIN_LOGOUT}</a> 
 | |
| 				<!-- IF U_RESTORE_PERMISSIONS -->  <a href="{U_RESTORE_PERMISSIONS}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_RESTORE_PERMISSIONS}" /> {L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
 | |
| 				<!-- IF S_USER_LOGGED_IN -->
 | |
| 					<!-- IF S_DISPLAY_PM -->  <a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_PRIVATE_MESSAGES}" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
 | |
| 				<!-- ELSE -->  <a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" /> {L_REGISTER}</a>
 | |
| 				<!-- ENDIF -->
 | |
| 			</td>
 | |
| 			<td class="genmed" align="right"><a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" /> {L_FAQ}</a><!-- IF S_DISPLAY_SEARCH -->   <a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" /> {L_SEARCH}</a><!-- ENDIF --><!-- IF S_DISPLAY_MEMBERLIST -->   <a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" /> {L_MEMBERLIST}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN -->   <a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" /> {L_PROFILE}</a><!-- ENDIF --></td>
 | |
| 		</tr>
 | |
| 	</table></div>
 | |
| 
 | |
| 	<div id="datebar"><table width="100%" cellspacing="0">
 | |
| 		<tr>
 | |
| 			<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
 | |
| 			<td class="gensmall" align="right">{CURRENT_TIME}<br /></td>
 | |
| 		</tr>
 | |
| 	</table></div>
 | |
| 
 | |
| </div>
 | |
| 
 | |
| <div id="wrapcentre">
 | |
| 
 | |
| 	<p class="searchbar">
 | |
| 		<span style="float: left;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
 | |
| 		<!-- IF S_USER_LOGGED_IN -->
 | |
| 		<span style="float: right;"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
 | |
| 		<!-- ENDIF -->
 | |
| 	</p>
 | |
| 
 | |
| 	<br style="clear: both;" />
 | |
| 
 | |
| 	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
 | |
| 		<tr>
 | |
| 			<td class="row1">
 | |
| 				<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
 | |
| 				<p class="datetime">{S_TIMEZONE}</p>
 | |
| 			</td>
 | |
| 		</tr>
 | |
| 	</table>
 | |
| 
 | |
| 	<br />
 |