*** empty log message ***

This commit is contained in:
Eric J. Bowersox
2003-05-20 03:25:31 +00:00
commit b80fa05ed1
682 changed files with 85738 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
language governing rights and limitations under the License.
The Original Code is the Venice Web Communities System.
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2002 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<dialog name="login" defaultbutton="login">
<title>Log In</title>
<action>login.js.vs</action>
<instructions><![CDATA[
Forgot your password? Enter your user name and click the <b>Reminder</b> button to receive a password
reminder via E-mail.
]]></instructions>
<hidden name="tgt"/>
<dynamo-id name="user" caption="User name" size="32" maxlength="64"/>
<password name="pass" caption="Password" size="32" maxlength="128"/>
<checkbox name="saveme" caption="Remember me for next time so I can log in automatically"/>
<button name="login"/>
<button name="reminder"/>
<button name="cancel"/>
</dialog>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
language governing rights and limitations under the License.
The Original Code is the Venice Web Communities System.
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<dialog name="new_account" defaultbutton="create">
<title>Create Account</title>
<action>new_account_2.js.vs</action>
<instructions><![CDATA[
To create a new account, please enter your information below.
]]></instructions>
<hidden name="tgt" value=""/>
<header name="name_hdr" caption="Name"/>
<text name="prefix" caption="Prefix" caption2="(Mr., Ms., etc.)" size="8" maxlength="8"/>
<text name="first" caption="First Name" required="true" size="32" maxlength="64"/>
<text name="mid" caption="Middle initial" size="1" maxlength="1"/>
<text name="last" caption="Last Name" required="true" size="32" maxlength="64"/>
<text name="suffix" caption="Suffix" caption2="(Jr., III, etc.)" size="16" maxlength="16"/>
<header name="loc_hdr" caption="Location"/>
<text name="loc" caption="City" required="true" size="32" maxlength="64"/>
<text name="reg" caption="State/Province" required="true" size="32" maxlength="64"/>
<text name="pcode" caption="Zip/Postal Code" required="true" size="32" maxlength="64"/>
<countrylist name="country" caption="Country" required="true"/>
<header name="email_hdr" caption="E-Mail"/>
<email name="email" caption="E-mail address" required="true" size="32" maxlength="255"/>
<header name="inf_hdr" caption="Account Information"/>
<dynamo-id name="user" caption="User name" required="true" size="32" maxlength="64"/>
<password name="pass1" caption="Password" required="true" size="32" maxlength="128"/>
<password name="pass2" caption="Password" caption2="(retype)" required="true" size="32" maxlength="128"/>
<text name="remind" caption="Password reminder phrase" size="32" maxlength="255"/>
<button name="create"/>
<button name="cancel"/>
</dialog>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
language governing rights and limitations under the License.
The Original Code is the Venice Web Communities System.
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<dialog name="user_profile" defaultbutton="update">
<title>Edit Your Profile</title>
<action>profile.js.vs</action>
<render-param name="rtgt"/>
<hidden name="tgt" value=""/>
<header name="pw_hdr" caption="Password">
To change your password, enter a new password into the fields below.
</header>
<password name="pass1" caption="Password" size="32" maxlength="128"/>
<password name="pass2" caption="Password" caption2="(retype)" size="32" maxlength="128"/>
<text name="remind" caption="Password reminder phrase" size="32" maxlength="255"/>
<header name="name_hdr" caption="Name"/>
<text name="prefix" caption="Prefix" caption2="(Mr., Ms., etc.)" size="8" maxlength="8"/>
<text name="first" caption="First Name" required="true" size="32" maxlength="64"/>
<text name="mid" caption="Middle initial" size="1" maxlength="1"/>
<text name="last" caption="Last Name" required="true" size="32" maxlength="64"/>
<text name="suffix" caption="Suffix" caption2="(Jr., III, etc.)" size="16" maxlength="16"/>
<header name="loc_hdr" caption="Location"/>
<text name="company" caption="Company" size="32" maxlength="255"/>
<text name="addr1" caption="Address" size="32" maxlength="255"/>
<text name="addr2" caption="Address" caption2="(line 2)" size="32" maxlength="255"/>
<checkbox name="pvt_addr" caption="Hide address in profile"/>
<text name="loc" caption="City" required="true" size="32" maxlength="64"/>
<text name="reg" caption="State/Province" required="true" size="32" maxlength="64"/>
<text name="pcode" caption="Zip/Postal Code" required="true" size="32" maxlength="64"/>
<countrylist name="country" caption="Country" required="true"/>
<header name="phone_hdr" caption="Phone Numbers"/>
<text name="phone" caption="Telephone" size="32" maxlength="32"/>
<checkbox name="pvt_phone" caption="Hide phone number in profile"/>
<text name="mobile" caption="Mobile/cellphone" size="32" maxlength="32"/>
<checkbox name="pvt_mobile" caption="Hide mobile phone number in profile"/>
<text name="fax" caption="Fax" size="32" maxlength="32"/>
<checkbox name="pvt_fax" caption="Hide fax number in profile"/>
<header name="email_hdr" caption="Internet"/>
<email name="email" caption="E-mail address" required="true" size="32" maxlength="255"/>
<checkbox name="pvt_email" caption="Hide E-mail address in profile"/>
<text name="url" caption="Home Page" caption2="(URL)" size="32" maxlength="255"/>
<header name="pers_hdr" caption="Personal"/>
<text name="descr" caption="Personal description" size="32" maxlength="255"/>
<userphoto name="photo" caption="User Photo" link="profile_photo.js.vs?tgt=${rtgt}" type="servlet"/>
<header name="prefs_hdr" caption="User Preferences"/>
<checkbox name="no_mass_mail" caption="Don't send me mass E-mail messages"/>
<localelist name="locale" caption="Default locale" caption2="(for formatting dates/times)" required="true"/>
<tzlist name="tz" caption="Default time zone" required="true"/>
<button name="update"/>
<button name="cancel"/>
</dialog>

View File

@@ -0,0 +1,33 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public License Version 1.1
(the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
language governing rights and limitations under the License.
The Original Code is the Venice Web Communities System.
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
-->
<dialog name="verify" defaultbutton="ok">
<title>Verify E-mail Address</title>
<action>verify_email.js.vs</action>
<instructions><![CDATA[
Check your E-mail, then enter the confirmation number that was E-mailed to you in the field below.
(The E-mail might take a few minutes or so to get to you, so be patient.) Once you do so, your account
will be fully validated. If you have not received your confirmation within a few minutes, click on the
<B>Send Again</B> button below.
]]></instructions>
<hidden name="tgt" value=""/>
<int name="num" caption="Confirmation Number" min="1000000" max="9999999"/>
<button name="ok"/>
<button name="send.again"/>
<button name="cancel"/>
</dialog>