diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-13 16:25:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-13 16:25:12 +0000 |
commit | df799b8a16e25ffd39f018d6e131fc5c94157c8e (patch) | |
tree | 7aee565f6bd563e7b20cd29051d0115ee8dfe228 /phpBB/templates/Default | |
parent | 27a4ee3f941f318ba9412d6739a3b690d3852023 (diff) | |
download | forums-df799b8a16e25ffd39f018d6e131fc5c94157c8e.tar forums-df799b8a16e25ffd39f018d6e131fc5c94157c8e.tar.gz forums-df799b8a16e25ffd39f018d6e131fc5c94157c8e.tar.bz2 forums-df799b8a16e25ffd39f018d6e131fc5c94157c8e.tar.xz forums-df799b8a16e25ffd39f018d6e131fc5c94157c8e.zip |
Name changes
git-svn-id: file:///svn/phpbb/trunk@648 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/Default')
-rw-r--r-- | phpBB/templates/Default/admin/ug_auth_body.tpl | 87 | ||||
-rw-r--r-- | phpBB/templates/Default/admin/ug_auth_select_body.tpl (renamed from phpBB/templates/Default/admin/userauth_select_body.tpl) | 8 | ||||
-rw-r--r-- | phpBB/templates/Default/admin/userauth_body.tpl | 91 |
3 files changed, 90 insertions, 96 deletions
diff --git a/phpBB/templates/Default/admin/ug_auth_body.tpl b/phpBB/templates/Default/admin/ug_auth_body.tpl new file mode 100644 index 0000000000..725308abc0 --- /dev/null +++ b/phpBB/templates/Default/admin/ug_auth_body.tpl @@ -0,0 +1,87 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> +<title>phpBB - auth testing</title> +<script language="JavaScript" type="text/javascript"> +<!-- +function open_new_window(strURL){ + weblinkswin = window.open(strURL, "_weblinks", "LEFT=2,HEIGHT=400,resizable=yes,scrollbars=yes,TOP=2,WIDTH=740"); +} +//--> +</script> +<style type="text/css"> +<!-- + P {font-family:Verdana,serif;font-size:8pt} + + H1 {font-family:Arial,Helvetica,sans-serif;font-size:14pt;text-align:center} + H2 {font-family:Arial,Helvetica,sans-serif;font-size:12pt;} + H3 {font-family:Arial,Helvetica,sans-serif;font-size:10pt;} + + TH {background-color:#CCCCCC;font-family:Verdana,serif;font-size:8pt} + TD {font-family:Verdana,serif;font-size:8pt} + + TD.row1 {background-color:#DDDDDD} + TD.row2 {background-color:#EEEEEE} + + TD.row1authuser {background-color:#FF8888} + TD.row2authuser {background-color:#EE8888} + + TD.row1authgroup {background-color:#77FF77} + TD.row2authgroup {background-color:#66EE66} + + SELECT.small {width:140px;font-family:"Courier New",courier;font-size:8pt;} + INPUT.text {font-family:"Courier New",courier;font-size:8pt;} +//--> +</style> +</head> +<body bgcolor="#FFFFFF" text="#000000"> + +<h1>{L_USER_OR_GROUP} Authorisation Control</h1> + +<form method="post" action="{S_USER_AUTH_ACTION}"> + +<h2>{L_USER_OR_GROUPNAME}: {USERNAME}</h2> + +<p>{USER_GROUP_MEMBERSHIPS}</p> + +<h3>Access to Forums</h3> + +<p>Remember that there are two possible places for controlling access to forums, user and group auth control. Removing access rights from a user will not affect any rights granted via group membership. You will be warned if you remove access rights from a user (or group) but access is still granted via membership of a group (or via individual user rights)</p> + +<div align="center"><table cellspacing="1" cellpadding="4" border="0"> + <tr> + <th width="30%">Forum Name</th> + <th>Simple Access Control</th> + <th>Moderator</th> + </tr> + <!-- BEGIN forums --> + <tr> + <td class="{forums.ROW_CLASS}" align="center"><a href="{forums.U_FORUM_AUTH}" onClick="open_new_window('{forums.U_FORUM_AUTH}');return false" target="_new">{forums.FORUM_NAME}</a></td> + <td class="{forums.ROW_CLASS}" align="center">{forums.S_ACL_SELECT}</td> + <td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td> + </tr> + <!-- END forums --> + <tr> + <td colspan="4" align="center"><br clear="all"> +{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Request Update"> <input type="reset" value="Reset Changes"></td> + </tr> +</table></div> + +</form> + +<center> + +<p><a href="{U_USER_OR_GROUP}">{L_USER_OR_GROUP} Authorisation Admin</a></p> +<p><a href="{U_FORUMAUTH}">Forum Authorisation Admin</a></p> + +<font face="Verdana,serif" size="1">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0</a></font> + +<br clear="all"> + +<font face="Verdana,serif" size="1"> +Copyright © 2001 phpBB Group, All Rights Reserved</font> +<br> + +</body> +</html>
\ No newline at end of file diff --git a/phpBB/templates/Default/admin/userauth_select_body.tpl b/phpBB/templates/Default/admin/ug_auth_select_body.tpl index 35c55ff9da..30850a834f 100644 --- a/phpBB/templates/Default/admin/userauth_select_body.tpl +++ b/phpBB/templates/Default/admin/ug_auth_select_body.tpl @@ -21,13 +21,11 @@ </head> <body bgcolor="#FFFFFF" text="#000000"> -<h1>User Authorisation Control</h1> +<div align="center"><h1>{L_USER_OR_GROUP} Authorisation Control</h1> -<p>Remember that users are also granted access via usergroups so be sure to check group auth control when assigning and changing access rights!</p> - -<div align="center"><table cellspacing="1" cellpadding="4" border="0"> +<table cellspacing="1" cellpadding="4" border="0"> <tr> - <th bgcolor="#CCCCCC">Select a User</th> + <th bgcolor="#CCCCCC">Select a {L_USER_OR_GROUP}</th> </tr> <tr><form method="get" action="{S_USERAUTH_ACTION}"> <td bgcolor="#DDDDDD" align="center">{S_USERS_SELECT} <input type="submit" value="Look up User"> </td> diff --git a/phpBB/templates/Default/admin/userauth_body.tpl b/phpBB/templates/Default/admin/userauth_body.tpl deleted file mode 100644 index 3c9ce596bb..0000000000 --- a/phpBB/templates/Default/admin/userauth_body.tpl +++ /dev/null @@ -1,91 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>phpBB - auth testing</title> -<style type="text/css"> -<!-- - P {font-family:Verdana,serif;font-size:8pt} - - H1 {font-family:Arial,Helvetica,sans-serif;font-size:14pt;} - H2 {font-family:Arial,Helvetica,sans-serif;font-size:12pt;} - H3 {font-family:Arial,Helvetica,sans-serif;font-size:10pt;} - - TH {background-color:#CCCCCC;font-family:Verdana,serif;font-size:8pt} - TD {font-family:Verdana,serif;font-size:8pt} - - TD.cell1 {background-color:#DDDDDD} - TD.cell2 {background-color:#EEEEEE} - - TD.authall {background-color:#EEEEEE;text-align:center} - TD.authacl {background-color:#DDDDDD;text-align:center} - TD.authmod {background-color:#CCCCCC;text-align:center} - TD.authadmin {background-color:#BBBBBB;text-align:center} - - SELECT.small {width:140px;font-family:"Courier New",courier;font-size:8pt;} - INPUT.text {font-family:"Courier New",courier;font-size:8pt;} -//--> -</style> -</head> -<body bgcolor="#FFFFFF" text="#000000"> - -<h1>User Authorisation Control</h1> - -<p>Remember that users are also granted access via usergroups so be sure to check group auth control when assigning and changing access rights!</p> - - -<h2>Username: {USERNAME}</h2> -<p>This user is {USERTYPE} and {USER_GROUP_LIST}</p> - - -<h3>Restricted Forums</h3> - -<p>These forums need users to be granted specific access for one or more auth fields. Please keep in mind that when you grant access you are giving a user the maximum rights to the forum. So, if this forum has auth fields set for admin only access the user will be made an admin! So think before granting rights!</p> - -<div align="center"><table cellspacing="1" cellpadding="4" border="0"> - <tr> - <th width="25%">Forum Name</th> - <th>Simple Access Control</th> - <th>Moderator</th> - </tr> - <!-- BEGIN restrictedforums --> - <tr> - <td class="{restrictedforums.ROW_CLASS}">{restrictedforums.FORUM_NAME}</td> - <td class="{restrictedforums.ROW_CLASS}">{restrictedforums.SELECT_GRANT_LIST}</td> - <td class="{restrictedforums.ROW_CLASS}">{restrictedforums.SELECT_MOD_LIST}</td> - </tr> - <!-- END restrictedforums --> -</table></div> - -<br clear="all"> - -<div align="center"><p>The colour coded rows in the table indicate the access level required to view, read, post or reply in the forum.</p> - -<table cellspacing="1" cellpadding="4" border="0"> - <tr> - <td class="authall">Any or registered users can access this forum</td> - </tr> - <tr> - <td class="authacl">Users must be granted special access</td> - </tr> - <tr> - <td class="authmod">Users must be moderators</td> - </tr> - <tr> - <td class="authadmin">Users must be admins</td> - </tr> -</table></div> - -<br clear="all"> - -<center> -<p><a href="forumauth.php">Forum Authorisation Admin</a></p> - -<font face="Verdana,serif" size="1">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0</a></font> -<br clear="all"> -<font face="Verdana,serif" size="1"> -Copyright © 2001 phpBB Group, All Rights Reserved</font> -<br> - -</body> -</html>
\ No newline at end of file |