mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Lots of languagification and redirection path change
git-svn-id: file:///svn/phpbb/trunk@759 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
33
phpBB/templates/PSO/admin/auth_forum_body.tpl
Normal file
33
phpBB/templates/PSO/admin/auth_forum_body.tpl
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<h2>{L_FORUM}: {FORUM_NAME}</h2>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr><form method="post" action="{S_FORUMAUTH_ACTION}">
|
||||
<!-- BEGIN forum_auth_titles -->
|
||||
<th>{forum_auth_titles.CELL_TITLE}</th>
|
||||
<!-- END forum_auth_titles -->
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- BEGIN forum_auth_data -->
|
||||
<td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
|
||||
<!-- END forum_auth_data -->
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}"> <input type="reset" value="{L_RESET_CHANGES}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
17
phpBB/templates/PSO/admin/auth_select_body.tpl
Normal file
17
phpBB/templates/PSO/admin/auth_select_body.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_AUTH_SELECT}</b></span></td>
|
||||
</tr>
|
||||
<tr><form method="get" action="{S_AUTH_ACTION}">
|
||||
<td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
43
phpBB/templates/PSO/admin/auth_ug_body.tpl
Normal file
43
phpBB/templates/PSO/admin/auth_ug_body.tpl
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<h1>{L_AUTH_TITLE}</h1>
|
||||
|
||||
<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2>
|
||||
|
||||
<p>{USER_GROUP_MEMBERSHIPS}</p>
|
||||
|
||||
<h2>{L_PERMISSIONS}</h2>
|
||||
|
||||
<p>{L_AUTH_EXPLAIN}</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr><form method="post" action="{S_AUTH_ACTION}">
|
||||
<th width="30%">{L_FORUM}</th>
|
||||
<!-- BEGIN acltype -->
|
||||
<th>{acltype.L_UG_ACL_TYPE}</th>
|
||||
<!-- END acltype -->
|
||||
<th>{L_MODERATOR_STATUS}</th>
|
||||
</tr>
|
||||
<!-- BEGIN forums -->
|
||||
<tr>
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
|
||||
<!-- BEGIN aclvalues -->
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
|
||||
<!-- END aclvalues -->
|
||||
<td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
|
||||
</tr>
|
||||
<!-- END forums -->
|
||||
<tr>
|
||||
<td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}"> <input type="reset" value="{L_RESET_CHANGES}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
9
phpBB/templates/PSO/admin/db_utils_backup_body.tpl
Normal file
9
phpBB/templates/PSO/admin/db_utils_backup_body.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>Database Utilities : Backup</h1>
|
||||
|
||||
<div align="center">{U_DB_MESSAGE}
|
||||
|
||||
{U_DB_LINKS}</div>
|
||||
|
||||
<br clear="all" />
|
16
phpBB/templates/PSO/admin/db_utils_restore_body.tpl
Normal file
16
phpBB/templates/PSO/admin/db_utils_restore_body.tpl
Normal file
@@ -0,0 +1,16 @@
|
||||
<br clear="all" />
|
||||
|
||||
<h1>Database Utilities : Restore</h1>
|
||||
|
||||
<P>This will perform a full restore of all phpBB tables from a saved file. <b>WARNING</b> This will overwrite any existing data</p>
|
||||
|
||||
<table cellspacing="1" cellpadding="4" border="0" align="center">
|
||||
<tr>
|
||||
<th>Select a File</th>
|
||||
</tr>
|
||||
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
|
||||
<td class="row1" align="center"> <input type="file" name="backup_file"> <input type="submit" name="restore_start" value="Start Restore"> </td>
|
||||
</form></tr>
|
||||
</table></div>
|
||||
|
||||
<br clear="all" />
|
@@ -1,24 +1,21 @@
|
||||
|
||||
<table width="100%" cellpadding="4" cellspacing="1" border="0">
|
||||
<tr>
|
||||
<th class="cat">phpBB Admin</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><a href="{U_ADMIN_INDEX}" target="main">{L_ADMIN_INDEX}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><a href="{U_BOARD_INDEX}" target="_top">{L_BOARD_INDEX}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{catrow.CATNAME}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN actionrow -->
|
||||
<tr>
|
||||
<td class="{catrow.actionrow.ROW_CLASS}"><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
|
||||
</tr>
|
||||
<!-- END actionrow -->
|
||||
<!-- END catrow -->
|
||||
<!-- <a href="{U_BOARD_INDEX}" target="_top"><img src="../images/logo_medium.gif" border="0"/></a> -->
|
||||
<div align="center"><font face="Impact,sans-serif" size="6"><a href="{U_BOARD_INDEX}" target="_top">phpBB2</a></font></div>
|
||||
|
||||
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
|
||||
<tr>
|
||||
<td ><a href="{U_ADMIN_INDEX}" target="main">{L_ADMIN_INDEX}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr>
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{catrow.CATNAME}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN actionrow -->
|
||||
<tr>
|
||||
<td><a href="{catrow.actionrow.FILE}" target="main">{catrow.actionrow.ACTIONNAME}</a></td>
|
||||
</tr>
|
||||
<!-- END actionrow -->
|
||||
<!-- END catrow -->
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
@@ -16,9 +16,7 @@
|
||||
|
||||
//-->
|
||||
<div align="center">
|
||||
<span class="gensmall">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0 - alpha</a></span>
|
||||
<br clear="all" />
|
||||
<span class="gensmall">This bulletin board software is copyright © 2001 phpBB Group, All Rights Reserved</span>
|
||||
<span class="gensmall">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0a</a> © 2001 phpBB Group</span>
|
||||
</div>
|
||||
|
||||
<br clear="all" />
|
||||
|
@@ -31,6 +31,12 @@ SPAN.courier {font-family:{T_FONTFACE3};font-size:8pt}
|
||||
|
||||
SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px}
|
||||
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
|
||||
|
||||
A:link {text-decoration:none}
|
||||
A:visited {text-decoration:none}
|
||||
A:active {text-decoration:none}
|
||||
A:hover {text-decoration:underline}
|
||||
|
||||
//-->
|
||||
</style>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user