Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / ns-groups / lang / zho [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 05 Aug 2002 03:50:28 | postnuke_official/html/modules/ns-groups/lang/zho | global.php,NONE,1.1.2.1 manual.html,NONE,1.1.2.1 | Xiaoyu Huang |
| working | |||
Update of /home/cvsroot/postnuke_official/html/modules/ns-groups/lang/zho
In directory ns7.hostnuke.net:/tmp/cvs-serv26853
Added Files:
Tag: PostNuke_71
global.php manual.html
Log Message:
working
--- NEW FILE: global.php ---
<?php // $Id: global.php,v 1.1.2.1 2002/08/05 03:50:26 class007 Exp $
//
// Original Author of file: Jim McDonald
// Purpose of file: Language defines for NS-Security module
//
define("_ADDGROUP","添加新组");
define("_ADDUSER","添加用户");
define("_ADDUSERTOGROUP","添加用户到组");
define("_CONFIRM","确认");
define("_DELETE","删除");
define("_DELETEGROUP","删除组");
define("_DELETEGROUPSURE","您确定要删除该组吗?");
define("_DELETESELECTEDFROMGROUP","从组中删除用户");
define("_DOWN","下");
define("_EDIT","编辑");
define("_GROUP","组");
define('_GROUPADMIN','用户组管理');
define("_GROUPALREADYEXISTS","该组名已经存在");
define("_GROUPNAME","组名");
define("_GROUPSADDNOAUTH","您没有权限添加组");
define("_GROUPSDELNOAUTH","您没有权限删除组");
define("_GROUPSEDITNOAUTH","您没有权限编辑组");
define('_GROUPSNOAUTH','您没有权限访问组');
define("_MODIFYGROUP","编辑组");
define("_NEWGROUP","新组");
define("_NO","否");
define("_NOONEINGROUP","该组中没有用户");
define("_RENAMEGROUP","重命名组");
define("_UP","上");
define("_USER","用户");
define("_USERNAME","用户名");
define("_USERSINGROUP","该组中已经存在的用户");
define("_USERTOADD","添加用户");
define("_YES","是");
?>
--- NEW FILE: manual.html ---
<html>
<head>
<title>Groups</title>
<style>
body,td,div {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-size : .8em;
color: black;
background-color: white;
}
table.main {
background-color: black;
width : 100%;
}
.help-topic {
font-weight : bold;
font-size : 1em;
color : white;
background-color : black;
}
.item {
font-weight : bold;
vertical-align : top;
background-color: #cccccc;
}
.item-heading {
font-weight : bold;
vertical-align : top;
text-align : center;
background-color: #dddddd;
}
.item-desc {
}
</style>
</head>
<body>
<table class="main" cellpadding=4 cellspacing=1>
<tr class="help-topic">
<td class="help-topic"><img src=../../../../images/global/manual.jpg border=0></td>
<td class="help-topic">Groups</td>
</tr>
<tr>
<td class="help-desc" colspan=2>
<p>The PostNuke groups system allows users to be placed into a number of groups,
which can then be used to control access and administrative functions on the
site.</p>
<p>The mapping between users and groups is many-to-many <I>i.e.</I> multiple users
can be in a single group, and each user can be in any number of groups.</p>
<p>This help file covers the administration of the groups system.</p>
</td>
<tr>
<td class="item" colspan=2>Creating Groups</td>
</tr>
<tr>
<td class="item-desc" colspan=2>
To create a group, select the 'Add A New Group' option from the 'Groups' main
administration page. Type in the name of the new group, and select the 'New
Group' button.
</td>
</tr>
<tr>
<td class="item" colspan=2>Adding A User to a Group</td>
</tr>
<tr>
<td class="item-desc" colspan=2>
To add a user to a group, select the group name from the 'Groups' main
adminstration page, and then the 'Add a user to this group' link. You will be
given a list of users who are not currently in this group; choose the one that
you want to add and select the 'Confirm' button.
</td>
</tr>
<tr>
<td class="item" colspan=2>Removing a User from a Group</td>
</tr>
<tr>
<td class="item-desc" colspan=2>
To remove a user from a group, select the group name from the 'Groups' main
adminstration page. A list of users who are currently in the group is shown; to
remove a user select the 'Delete' link next to the user's name.
</td>
</tr>
<tr>
<td class="item" colspan=2>Renaming a Group</td>
</tr>
<tr>
<td class="item-desc" colspan=2>To rename a group, select the group name from the 'Groups' main administration
page, and select the 'Modify Group' link. Rename the group as desired, and
then select the 'Rename group' button.
</td>
</tr>
<tr>
<td class="item" colspan=2>Deleting a Group</td>
</tr>
<tr>
<td class="item-desc" colspan=2>
To delete a group, select the 'Delete' link next to the group that you wish to
delete from the 'Groups' main administration page.
</td>
</tr>
</table>
</body>
</html>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |