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-mailusers / lang / zho [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 05 Aug 2002 03:54:17 | postnuke_official/html/modules/ns-mailusers/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-mailusers/lang/zho
In directory ns7.hostnuke.net:/tmp/cvs-serv26978
Added Files:
Tag: PostNuke_71
global.php manual.html
Log Message:
working
--- NEW FILE: global.php ---
<?php // File: $Id: global.php,v 1.1.2.1 2002/08/05 03:54:15 class007 Exp $ $Name: $
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2001 by the Post-Nuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// Based on:
// Thatware - http://thatware.org/
// PHP-NUKE Web Portal System - http://phpnuke.org/
// ----------------------------------------------------------------------
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
// ----------------------------------------------------------------------
// Original Author of file: Christopher Thorjussen <joffer@online.no>
// Purpose of file:
// PHP-Nuke MailUsers Module for PHP-Nuke v5.0BETA
// Copyright (c) 2001 by Christopher Thorjussen (joffer@online.no)
// http://www.nukemodules.com
// Nuke MailUsers is a hack of the email_user script in
// PHP-Nuke AddOn v5.01
// Copyright (c)2001 Richard Tirtadji (rtirtadji@hotmail.com)
// URL: http://www.nukeaddon.com
// ----------------------------------------------------------------------
define('_MAILUSERSNOAUTH',"�û��Ȩ���ʼ����û�");
define('_NB_ERRORCOLOR','#FF0000');
define('_NM_CHOOSEUSER','ѡ���û�');
define('_NM_ERROR1',"�û��ѡ���ռ���");
define('_NM_ERROR2',"�û��ָ��������");
define('_NM_ERROR3',"�û��ָ���ظ�Email");
define('_NM_ERROR4',"�û����д���");
define('_NM_ERROR5',"�û����дEmail����");
define('_NM_FROM','�����ˣ�');
define('_NM_MAILALLUSERS','���ʼ������ע���û�');
define('_NM_MAILUSER','Email�û�');
define('_NM_MESSAGE','���ݣ�');
define('_NM_REMEMBER','�������пո�');
define('_NM_REPLYTOADDRESS','�ظ���ַ��');
define('_NM_SEND_MAIL','�����ʼ�');
define('_NM_SUBJECT','��⣺');
define('_NM_USERNAME','�ռ��ˣ�');
define('_NM_VERSION','Version 1.0.0');
?>
--- NEW FILE: manual.html ---
<html>
<head>
<title>Nuke Mail Users</title>
<style>
body,td,div {
font-family : Verdana,Arial,Helvetica,sans-serif;
font-size : .8em;
color: black;
background-color: white;
text-align : justify;
}
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">Nuke Mail Users</td>
</tr>
<tr>
<td class="help-desc" colspan=2>
The mail users module allows the site admin to send messages to individual users or to all registered users. All fields are required fields.
</td>
<tr>
<td class="item">Mail User</td>
<td class="item-desc">Pick which users to send email to or tick the mail all users option to send a message to all regsitered users.</td>
</tr>
<tr>
<td class="item">From</td>
<td class="item-desc">Who should this email appear to originate from.</td>
</tr>
<tr>
<td class="item">Reply-to-address</td>
<td class="item-desc">What reply-to address should be set in the email.</td>
</tr>
<tr>
<td class="item">Subject</td>
<td class="item-desc">What subject should the email use.</td>
</tr>
<tr>
<td class="item">Message</td>
<td class="item-desc">This is where you actually put the text and content of the message.</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 |