John J. Xenakis Xenakis Consulting Services Inc.

John J. Xenakis
100 Memorial Drive Apt 8-13A
Cambridge, MA 02142
Phone: 617-864-0010
E-mail: john@jxenakis.com

File forms.txt


=file forms.txt
=// Copyright (C) 2001-2004 by Xenakis Consulting Services Inc.
=content forms




=data forms.dbtest.tableborder
border="0"
=eod

=data forms.dbtest
=html

=// <html><head>
=// 
=// <base href="http://www.jxenakis.com/" />
=// 
=// </head>
=// 
=// <body>

<h1>Db Test Form</h1>

<p class="formerror">$(topmessage)</p>

<table <#include forms.dbtest.tableborder#>>
<tr><td valign="middle" width=100%>

<form name="dbform" method="POST" action="<#xcturl dbtest#>">

<input type="hidden" value="frater.a.dbtest" name="dataset" class="bttn">

<input type="submit" value="New File" name="NewFile" class="bttn">
<input type="submit" value="Delete File" name="DeleteFile" class="bttn">
<input type="submit" value="Display File" name="DisplayFile" class="bttn">

<em style="visibility: hidden"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -</em>

<hr>

<table <#include forms.dbtest.tableborder#>>
    <tr>
	<td valign="middle">Key</td>
	<td valign="middle"><input maxlength=20 name=key value="$(key)"></td>
	    <p class="formerror">$(keyerror)</p>
    </tr>
</table>

<input type="submit" value="Get" name="Get" class="bttn">
<input type="submit" value="Delete" name="Delete" class="bttn">

<hr>

<table <#include forms.dbtest.tableborder#>>

    <tr>
	<td valign="middle">Month</td>
	<td valign="middle">
	    <select name=month size=1>
<#include forms.codes.month#>
	    </select>
	    <p class="formerror">$(montherror)</p>
	</td>
    </tr>


    <tr>
	<td valign="middle">Amount</td>
	<td valign="middle">
	    <input name=amount size=10 value="$(amount)">
	    <p class="formerror">$(amounterror)</p>
	</td>
    </tr>
</table>

<input type="submit" value="New" name="New" class="bttn">
<input type="submit" value="Update" name="Update" class="bttn">

<hr>

<table <#include forms.dbtest.tableborder#>>
    <tr>
	<td valign="middle">Key for new cloned dataset:</td>
	<td valign="middle"><input maxlength=20 name=clonekey value="$(clonekey)"></td>
	    <p class="formerror">$(clonekeyerror)</p>
    </tr>

</table>


<input type="submit" value="Clone" name="Clone" class="bttn">


</form>

</td></tr></table>

<p class="formerror">$(bottommessage)</p>

</body></html>
=eod

=data forms.codes.month
=parameters $(Month)
<option value=<#selected 1 $(Month)#>>January </option>
<option value=<#selected 2 $(Month)#>>February </option>
<option value=<#selected 3 $(Month)#>>March </option>
<option value=<#selected 4 $(Month)#>>April </option>
<option value=<#selected 5 $(Month)#>>May </option>
<option value=<#selected 6 $(Month)#>>June </option>
<option value=<#selected 7 $(Month)#>>July </option>
<option value=<#selected 8 $(Month)#>>August </option>
<option value=<#selected 9 $(Month)#>>September </option>
<option value=<#selected 10 $(Month)#>>October</option>
<option value=<#selected 11 $(Month)#>>November</option>
<option value=<#selected 12 $(Month)#>>December</option>
=eod


=data forms.codes.year
=parameters $(Year)
<option value=<#selected 2001 $(Year)#>>2001 </option>
<option value=<#selected 2002 $(Year)#>>2002 </option>
<option value=<#selected 2003 $(Year)#>>2003 </option>
<option value=<#selected 2004 $(Year)#>>2004 </option>
<option value=<#selected 2005 $(Year)#>>2005 </option>
<option value=<#selected 2006 $(Year)#>>2006 </option>
<option value=<#selected 2007 $(Year)#>>2007 </option>
<option value=<#selected 2008 $(Year)#>>2008 </option>
<option value=<#selected 2009 $(Year)#>>2009 </option>
<option value=<#selected 2010 $(Year)#>>2010 </option> 
<option value=<#selected 2011 $(Year)#>>2011 </option> 
<option value=<#selected 2012 $(Year)#>>2012 </option> 
<option value=<#selected 2013 $(Year)#>>2013 </option>
<option value=<#selected 2014 $(Year)#>>2014 </option>
<option value=<#selected 2015 $(Year)#>>2015 </option>
<option value=<#selected 2016 $(Year)#>>2016 </option>
<option value=<#selected 2017 $(Year)#>>2017 </option>
<option value=<#selected 2018 $(Year)#>>2018 </option>
<option value=<#selected 2019 $(Year)#>>2019 </option>
<option value=<#selected 2020 $(Year)#>>2020 </option> 
=eod



=data forms.codes.state
=parameters $(State)
<option value=<#selected '' $(State)#>>None
<option value=<#selected ak $(State)#>>Alaska
<option value=<#selected al $(State)#>>Alabama
<option value=<#selected as $(State)#>>American Samoa
<option value=<#selected az $(State)#>>Arizona
<option value=<#selected ar $(State)#>>Arkansas
<option value=<#selected ae $(State)#>>Armed Forces Africa
<option value=<#selected aa $(State)#>>Armed Forces Americas
<option value=<#selected ae $(State)#>>Armed Forces Canada
<option value=<#selected ae $(State)#>>Armed Forces Europe
<option value=<#selected ae $(State)#>>Armed Forces Middle East
<option value=<#selected ap $(State)#>>Armed Forces Pacific
<option value=<#selected ca $(State)#>>California
<option value=<#selected co $(State)#>>Colorado
<option value=<#selected ct $(State)#>>Connecticut
<option value=<#selected de $(State)#>>Delaware
<option value=<#selected dc $(State)#>>District of Columbia
<option value=<#selected fm $(State)#>>Federated States of Micronesia
<option value=<#selected fl $(State)#>>Florida
<option value=<#selected ga $(State)#>>Georgia
<option value=<#selected gu $(State)#>>Guam
<option value=<#selected hi $(State)#>>Hawaii
<option value=<#selected id $(State)#>>Idaho
<option value=<#selected il $(State)#>>Illinois
<option value=<#selected in $(State)#>>Indiana
<option value=<#selected ia $(State)#>>Iowa
<option value=<#selected ks $(State)#>>Kansas
<option value=<#selected ky $(State)#>>Kentucky
<option value=<#selected la $(State)#>>Louisiana
<option value=<#selected me $(State)#>>Maine
<option value=<#selected mh $(State)#>>Marshall Islands
<option value=<#selected md $(State)#>>Maryland
<option value=<#selected ma $(State)#>>Massachusetts
<option value=<#selected mi $(State)#>>Michigan
<option value=<#selected mn $(State)#>>Minnesota
<option value=<#selected ms $(State)#>>Mississippi
<option value=<#selected mo $(State)#>>Missouri
<option value=<#selected mt $(State)#>>Montana
<option value=<#selected ne $(State)#>>Nebraska
<option value=<#selected nv $(State)#>>Nevada
<option value=<#selected nh $(State)#>>New Hampshire
<option value=<#selected nj $(State)#>>New Jersey
<option value=<#selected nm $(State)#>>New Mexico
<option value=<#selected ny $(State)#>>New York
<option value=<#selected nc $(State)#>>North Carolina
<option value=<#selected nd $(State)#>>North Dakota
<option value=<#selected mp $(State)#>>Northern Mariana Islands
<option value=<#selected oh $(State)#>>Ohio
<option value=<#selected ok $(State)#>>Oklahoma
<option value=<#selected or $(State)#>>Oregon
<option value=<#selected pw $(State)#>>Palau
<option value=<#selected pa $(State)#>>Pennsylvania
<option value=<#selected pr $(State)#>>Puerto Rico
<option value=<#selected ri $(State)#>>Rhode Island
<option value=<#selected sc $(State)#>>South Carolina
<option value=<#selected sd $(State)#>>South Dakota
<option value=<#selected tn $(State)#>>Tennessee
<option value=<#selected tx $(State)#>>Texas
<option value=<#selected ut $(State)#>>Utah
<option value=<#selected vt $(State)#>>Vermont
<option value=<#selected vi $(State)#>>Virgin Islands
<option value=<#selected va $(State)#>>Virginia
<option value=<#selected wa $(State)#>>Washington
<option value=<#selected wv $(State)#>>West Virginia
<option value=<#selected wi $(State)#>>Wisconsin
<option value=<#selected wy $(State)#>>Wyoming
<option value=<#selected ab $(State)#>>Alberta
<option value=<#selected bc $(State)#>>British Columbia
<option value=<#selected mb $(State)#>>Manitoba
<option value=<#selected nb $(State)#>>New Brunswick
<option value=<#selected nf $(State)#>>Newfoundland
<option value=<#selected nt $(State)#>>Northwest Territories
<option value=<#selected ns $(State)#>>Nova Scotia
<option value=<#selected on $(State)#>>Ontario
<option value=<#selected pe $(State)#>>Prince Edward Island
<option value=<#selected qc $(State)#>>Quebec
<option value=<#selected sk $(State)#>>Saskatchewan
<option value=<#selected yt $(State)#>>Yukon Territory
=eod

=data forms.codes.country
=parameters $(Country)
<option value=<#selected us $(Country)#>>United States
<option value=<#selected al $(Country)#>>Albania
<option value=<#selected dz $(Country)#>>Algeria
<option value=<#selected as $(Country)#>>American Samoa
<option value=<#selected ad $(Country)#>>Andorra
<option value=<#selected ai $(Country)#>>Anguilla
<option value=<#selected aq $(Country)#>>Antarctica
<option value=<#selected ag $(Country)#>>Antigua and Barbuda
<option value=<#selected ar $(Country)#>>Argentina
<option value=<#selected am $(Country)#>>Armenia
<option value=<#selected aw $(Country)#>>Aruba
<option value=<#selected au $(Country)#>>Australia
<option value=<#selected at $(Country)#>>Austria
<option value=<#selected az $(Country)#>>Azerbaijan
<option value=<#selected bs $(Country)#>>Bahamas
<option value=<#selected bh $(Country)#>>Bahrain
<option value=<#selected bd $(Country)#>>Bangladesh
<option value=<#selected bb $(Country)#>>Barbados
<option value=<#selected by $(Country)#>>Belarus
<option value=<#selected be $(Country)#>>Belgium
<option value=<#selected bz $(Country)#>>Belize
<option value=<#selected bj $(Country)#>>Benin
<option value=<#selected bm $(Country)#>>Bermuda
<option value=<#selected bt $(Country)#>>Bhutan
<option value=<#selected bo $(Country)#>>Bolivia
<option value=<#selected ba $(Country)#>>Bosnia-Herzegovina
<option value=<#selected bw $(Country)#>>Botswana
<option value=<#selected bv $(Country)#>>Bouvet Island
<option value=<#selected br $(Country)#>>Brazil
<option value=<#selected io $(Country)#>>British Indian Ocean Territory
<option value=<#selected bn $(Country)#>>Brunei Darussalam
<option value=<#selected bf $(Country)#>>Burkina Faso
<option value=<#selected bi $(Country)#>>Burundi
<option value=<#selected kh $(Country)#>>Cambodia
<option value=<#selected cm $(Country)#>>Cameroon
<option value=<#selected ca $(Country)#>>Canada
<option value=<#selected cv $(Country)#>>Cape Verde
<option value=<#selected ky $(Country)#>>Cayman Islands
<option value=<#selected cf $(Country)#>>Central African Republic
<option value=<#selected td $(Country)#>>Chad
<option value=<#selected cl $(Country)#>>Chile
<option value=<#selected cn $(Country)#>>China
<option value=<#selected cx $(Country)#>>Christmas Island
<option value=<#selected cc $(Country)#>>Cocos Islands
<option value=<#selected co $(Country)#>>Colombia
<option value=<#selected km $(Country)#>>Comoros
<option value=<#selected cg $(Country)#>>Congo
<option value=<#selected ck $(Country)#>>Cook Islands
<option value=<#selected cr $(Country)#>>Costa Rica
<option value=<#selected ci $(Country)#>>Cote d'Ivoire
<option value=<#selected hr $(Country)#>>Croatia
<option value=<#selected cy $(Country)#>>Cyprus
<option value=<#selected cz $(Country)#>>Czech Republic
<option value=<#selected dk $(Country)#>>Denmark
<option value=<#selected dj $(Country)#>>Djibouti
<option value=<#selected dm $(Country)#>>Dominica
<option value=<#selected do $(Country)#>>Dominican Republic
<option value=<#selected tp $(Country)#>>East Timor
<option value=<#selected ec $(Country)#>>Ecuador
<option value=<#selected eg $(Country)#>>Egypt
<option value=<#selected sv $(Country)#>>El Salvador
<option value=<#selected gq $(Country)#>>Equatorial Guinea
<option value=<#selected er $(Country)#>>Eritrea
<option value=<#selected ee $(Country)#>>Estonia
<option value=<#selected et $(Country)#>>Ethiopia
<option value=<#selected fk $(Country)#>>Falkland Islands
<option value=<#selected fo $(Country)#>>Faroe Islands
<option value=<#selected fj $(Country)#>>Fiji
<option value=<#selected fi $(Country)#>>Finland
<option value=<#selected fr $(Country)#>>France
<option value=<#selected gf $(Country)#>>French Guiana
<option value=<#selected pf $(Country)#>>French Polynesia
<option value=<#selected ga $(Country)#>>Gabon
<option value=<#selected gm $(Country)#>>Gambia
<option value=<#selected ge $(Country)#>>Georgia
<option value=<#selected de $(Country)#>>Germany
<option value=<#selected gh $(Country)#>>Ghana
<option value=<#selected gi $(Country)#>>Gibraltar
<option value=<#selected gr $(Country)#>>Greece
<option value=<#selected gl $(Country)#>>Greenland
<option value=<#selected gd $(Country)#>>Grenada
<option value=<#selected gp $(Country)#>>Guadeloupe
<option value=<#selected gu $(Country)#>>Guam
<option value=<#selected gt $(Country)#>>Guatemala
<option value=<#selected gn $(Country)#>>Guinea
<option value=<#selected gw $(Country)#>>Guinea-Bissau
<option value=<#selected gy $(Country)#>>Guyana
<option value=<#selected ht $(Country)#>>Haiti
<option value=<#selected hm $(Country)#>>Heard and McDonald Islands
<option value=<#selected hn $(Country)#>>Honduras
<option value=<#selected hk $(Country)#>>Hong Kong
<option value=<#selected hu $(Country)#>>Hungary
<option value=<#selected is $(Country)#>>Iceland
<option value=<#selected in $(Country)#>>India
<option value=<#selected id $(Country)#>>Indonesia
<option value=<#selected ie $(Country)#>>Ireland
<option value=<#selected il $(Country)#>>Israel
<option value=<#selected jm $(Country)#>>Jamaica
<option value=<#selected jp $(Country)#>>Japan
<option value=<#selected jo $(Country)#>>Jordan
<option value=<#selected kz $(Country)#>>Kazakhstan
<option value=<#selected ke $(Country)#>>Kenya
<option value=<#selected ki $(Country)#>>Kiribati
<option value=<#selected kw $(Country)#>>Kuwait
<option value=<#selected kg $(Country)#>>Kyrgyz Republic
<option value=<#selected la $(Country)#>>Lao People's Democratic Republic
<option value=<#selected lv $(Country)#>>Latvia
<option value=<#selected lb $(Country)#>>Lebanon
<option value=<#selected ls $(Country)#>>Lesotho
<option value=<#selected lr $(Country)#>>Liberia
<option value=<#selected li $(Country)#>>Liechtenstein
<option value=<#selected lt $(Country)#>>Lithuania
<option value=<#selected lu $(Country)#>>Luxembourg
<option value=<#selected mo $(Country)#>>Macau
<option value=<#selected mg $(Country)#>>Madagascar
<option value=<#selected mw $(Country)#>>Malawi
<option value=<#selected my $(Country)#>>Malaysia
<option value=<#selected mv $(Country)#>>Maldives
<option value=<#selected ml $(Country)#>>Mali
<option value=<#selected mt $(Country)#>>Malta
<option value=<#selected mh $(Country)#>>Marshall Islands
<option value=<#selected mq $(Country)#>>Martinique
<option value=<#selected mr $(Country)#>>Mauritania
<option value=<#selected mu $(Country)#>>Mauritius
<option value=<#selected yt $(Country)#>>Mayotte
<option value=<#selected mx $(Country)#>>Mexico
<option value=<#selected fm $(Country)#>>Micronesia
<option value=<#selected md $(Country)#>>Moldova
<option value=<#selected mc $(Country)#>>Monaco
<option value=<#selected mn $(Country)#>>Mongolia
<option value=<#selected ms $(Country)#>>Montserrat
<option value=<#selected ma $(Country)#>>Morocco
<option value=<#selected mz $(Country)#>>Mozambique
<option value=<#selected mm $(Country)#>>Myanmar
<option value=<#selected na $(Country)#>>Namibia
<option value=<#selected nr $(Country)#>>Nauru
<option value=<#selected np $(Country)#>>Nepal
<option value=<#selected nl $(Country)#>>Netherlands
<option value=<#selected an $(Country)#>>Netherlands Antilles
<option value=<#selected nt $(Country)#>>Neutral Zone
<option value=<#selected nc $(Country)#>>New Caledonia
<option value=<#selected nz $(Country)#>>New Zealand
<option value=<#selected ni $(Country)#>>Nicaragua
<option value=<#selected ne $(Country)#>>Niger
<option value=<#selected ng $(Country)#>>Nigeria
<option value=<#selected nu $(Country)#>>Niue
<option value=<#selected nf $(Country)#>>Norfolk Island
<option value=<#selected mp $(Country)#>>Northern Mariana Islands
<option value=<#selected no $(Country)#>>Norway
<option value=<#selected om $(Country)#>>Oman
<option value=<#selected pk $(Country)#>>Pakistan
<option value=<#selected pw $(Country)#>>Palau
<option value=<#selected pa $(Country)#>>Panama
<option value=<#selected pg $(Country)#>>Papua New Guinea
<option value=<#selected py $(Country)#>>Paraguay
<option value=<#selected pe $(Country)#>>Peru
<option value=<#selected ph $(Country)#>>Philippines
<option value=<#selected pn $(Country)#>>Pitcairn
<option value=<#selected pl $(Country)#>>Poland
<option value=<#selected pt $(Country)#>>Portugal
<option value=<#selected pr $(Country)#>>Puerto Rico
<option value=<#selected qa $(Country)#>>Qatar
<option value=<#selected re $(Country)#>>Re'union
<option value=<#selected ro $(Country)#>>Romania
<option value=<#selected ru $(Country)#>>Russian Federation
<option value=<#selected rw $(Country)#>>Rwanda
<option value=<#selected sh $(Country)#>>Saint Helena
<option value=<#selected kn $(Country)#>>Saint Kitts and Nevis
<option value=<#selected lc $(Country)#>>Saint Lucia
<option value=<#selected pm $(Country)#>>Saint Pierre and Miquelon
<option value=<#selected vc $(Country)#>>Saint Vincent and the Grenadines
<option value=<#selected ws $(Country)#>>Samoa
<option value=<#selected sm $(Country)#>>San Marino
<option value=<#selected st $(Country)#>>Sao Tome and Principe
<option value=<#selected sa $(Country)#>>Saudi Arabia
<option value=<#selected sn $(Country)#>>Senegal
<option value=<#selected sc $(Country)#>>Seychelles
<option value=<#selected sl $(Country)#>>Sierra Leone
<option value=<#selected sg $(Country)#>>Singapore
<option value=<#selected sk $(Country)#>>Slovakia
<option value=<#selected si $(Country)#>>Slovenia
<option value=<#selected sb $(Country)#>>Solomon Islands
<option value=<#selected so $(Country)#>>Somalia
<option value=<#selected za $(Country)#>>South Africa
<option value=<#selected kr $(Country)#>>South Korea
<option value=<#selected es $(Country)#>>Spain
<option value=<#selected lk $(Country)#>>Sri Lanka
<option value=<#selected sr $(Country)#>>Suriname
<option value=<#selected sj $(Country)#>>Svalbard and Jan Mayen Islands
<option value=<#selected sz $(Country)#>>Swaziland
<option value=<#selected se $(Country)#>>Sweden
<option value=<#selected ch $(Country)#>>Switzerland
<option value=<#selected tw $(Country)#>>Taiwan
<option value=<#selected tj $(Country)#>>Tajikistan
<option value=<#selected tz $(Country)#>>Tanzania
<option value=<#selected th $(Country)#>>Thailand
<option value=<#selected tg $(Country)#>>Togo
<option value=<#selected tk $(Country)#>>Tokelau
<option value=<#selected to $(Country)#>>Tonga
<option value=<#selected tt $(Country)#>>Trinidad and Tobago
<option value=<#selected tn $(Country)#>>Tunisia
<option value=<#selected tr $(Country)#>>Turkey
<option value=<#selected tm $(Country)#>>Turkmenistan
<option value=<#selected tc $(Country)#>>Turks and Caicos Islands
<option value=<#selected tv $(Country)#>>Tuvalu
<option value=<#selected ug $(Country)#>>Uganda
<option value=<#selected ua $(Country)#>>Ukraine
<option value=<#selected ae $(Country)#>>United Arab Emirates
<option value=<#selected gb $(Country)#>>United Kingdom
<option value=<#selected um $(Country)#>>United States Minor Outlying Islands
<option value=<#selected uy $(Country)#>>Uruguay
<option value=<#selected uz $(Country)#>>Uzbekistan
<option value=<#selected vu $(Country)#>>Vanuatu
<option value=<#selected va $(Country)#>>Vatican City State
<option value=<#selected ve $(Country)#>>Venezuela
<option value=<#selected vn $(Country)#>>Vietnam
<option value=<#selected vg $(Country)#>>British Virgin Islands
<option value=<#selected vi $(Country)#>>US Virgin Islands
<option value=<#selected wf $(Country)#>>Wallis and Futuna Islands
<option value=<#selected eh $(Country)#>>Western Sahara
<option value=<#selected ye $(Country)#>>Yemen
<option value=<#selected zr $(Country)#>>Zaire
<option value=<#selected zm $(Country)#>>Zambia
<option value=<#selected zw $(Country)#>>Zimbabwe
=eod



=data forms.codes.ccard
=parameters $(Ccard)
<option value=<#selected mc $(Ccard)#>>Master Card
<option value=<#selected visa $(Ccard)#>>Visa
<option value=<#selected amex $(Ccard)#>>American Express
<option value=<#selected discover $(Ccard)#>>Discover
=eod


=data forms.codes.color
=parameters $(Selcolor)
<option value=<#selected '' $(Selcolor)#>>None</option>

<option value=<#selected #f0f8ff $(Selcolor)#>>AliceBlue</option>
<option value=<#selected #faebd7 $(Selcolor)#>>AntiqueWhite</option>
=// <option value=<#selected #00ffff $(Selcolor)#>>Aqua</option>
<option value=<#selected aqua $(Selcolor)#>>Aqua</option>
<option value=<#selected #7fffd4 $(Selcolor)#>>Aquamarine</option>
<option value=<#selected #f0ffff $(Selcolor)#>>Azure</option>
<option value=<#selected #f5f5dc $(Selcolor)#>>Beige</option>
<option value=<#selected #ffe4c4 $(Selcolor)#>>Bisque</option>
=// <option value=<#selected #000000 $(Selcolor)#>>Black</option>
<option value=<#selected black $(Selcolor)#>>Black</option>
<option value=<#selected #ffebcd $(Selcolor)#>>BlanchedAlmond</option>
=// <option value=<#selected #0000ff $(Selcolor)#>>Blue</option>
<option value=<#selected blue $(Selcolor)#>>Blue</option>
<option value=<#selected #8a2be2 $(Selcolor)#>>BlueViolet</option>
<option value=<#selected #a52a2a $(Selcolor)#>>Brown</option>
<option value=<#selected #deb887 $(Selcolor)#>>BurlyWood</option>
<option value=<#selected #5f9ea0 $(Selcolor)#>>CadetBlue</option>
<option value=<#selected #7fff00 $(Selcolor)#>>Chartreuse</option>
<option value=<#selected #d2691e $(Selcolor)#>>Chocolate</option>
<option value=<#selected #ff7f50 $(Selcolor)#>>Coral</option>
<option value=<#selected #6495ed $(Selcolor)#>>CornflowerBlue</option>
<option value=<#selected #fff8dc $(Selcolor)#>>Cornsilk</option>
<option value=<#selected #dc143c $(Selcolor)#>>Crimson</option>
=// <option value=<#selected #00ffff $(Selcolor)#>>Cyan</option>
<option value=<#selected cyan $(Selcolor)#>>Cyan</option>
<option value=<#selected #00008b $(Selcolor)#>>DarkBlue</option>
<option value=<#selected #008b8b $(Selcolor)#>>DarkCyan</option>
<option value=<#selected #b8860b $(Selcolor)#>>DarkGoldenrod</option>
<option value=<#selected #a9a9a9 $(Selcolor)#>>DarkGray</option>
<option value=<#selected #006400 $(Selcolor)#>>DarkGreen</option>
<option value=<#selected #bdb76b $(Selcolor)#>>DarkKhaki</option>
<option value=<#selected #8b008b $(Selcolor)#>>DarkMagenta</option>
<option value=<#selected #556b2f $(Selcolor)#>>DarkOliveGreen</option>
<option value=<#selected #ff8c00 $(Selcolor)#>>DarkOrange</option>
<option value=<#selected #9932cc $(Selcolor)#>>DarkOrchid</option>
<option value=<#selected #8b0000 $(Selcolor)#>>DarkRed</option>
<option value=<#selected #e9967a $(Selcolor)#>>DarkSalmon</option>
<option value=<#selected #8fbc8f $(Selcolor)#>>DarkSeaGreen</option>
<option value=<#selected #483d8b $(Selcolor)#>>DarkSlateBlue</option>
<option value=<#selected #2f4f4f $(Selcolor)#>>DarkSlateGray</option>
<option value=<#selected #00ced1 $(Selcolor)#>>DarkTurquoise</option>
<option value=<#selected #9400d3 $(Selcolor)#>>DarkViolet</option>
<option value=<#selected #ff1493 $(Selcolor)#>>DeepPink</option>
<option value=<#selected #00bfff $(Selcolor)#>>DeepSkyBlue</option>
<option value=<#selected #696969 $(Selcolor)#>>DimGray</option>
<option value=<#selected #1e90ff $(Selcolor)#>>DodgerBlue</option>
<option value=<#selected #b22222 $(Selcolor)#>>FireBrick</option>
<option value=<#selected #fffaf0 $(Selcolor)#>>FloralWhite</option>
<option value=<#selected #228b22 $(Selcolor)#>>ForestGreen</option>
<option value=<#selected #ff00ff $(Selcolor)#>>Fuchsia</option>
<option value=<#selected #dcdcdc $(Selcolor)#>>Gainsboro</option>
<option value=<#selected #f8f8ff $(Selcolor)#>>GhostWhite</option>
<option value=<#selected #ffd700 $(Selcolor)#>>Gold</option>
<option value=<#selected #daa520 $(Selcolor)#>>Goldenrod</option>
<option value=<#selected #808080 $(Selcolor)#>>Gray</option>
=// <option value=<#selected #008000 $(Selcolor)#>>Green</option>
<option value=<#selected green $(Selcolor)#>>Green</option>
<option value=<#selected #adff2f $(Selcolor)#>>GreenYellow</option>
<option value=<#selected #f0fff0 $(Selcolor)#>>Honeydew</option>
<option value=<#selected #ff69b4 $(Selcolor)#>>HotPink</option>
<option value=<#selected #cd5c5c $(Selcolor)#>>IndianRed</option>
<option value=<#selected #4b0082 $(Selcolor)#>>Indigo</option>
<option value=<#selected #fffff0 $(Selcolor)#>>Ivory</option>
<option value=<#selected #f0e68c $(Selcolor)#>>Khaki</option>
<option value=<#selected #e6e6fa $(Selcolor)#>>Lavender</option>
<option value=<#selected #fff0f5 $(Selcolor)#>>LavenderBlush</option>
<option value=<#selected #7cfc00 $(Selcolor)#>>LawnGreen</option>
<option value=<#selected #fffacd $(Selcolor)#>>LemonChiffon</option>
<option value=<#selected #add8e6 $(Selcolor)#>>LightBlue</option>
<option value=<#selected #f08080 $(Selcolor)#>>LightCoral</option>
<option value=<#selected #e0ffff $(Selcolor)#>>LightCyan</option>
<option value=<#selected #90ee90 $(Selcolor)#>>LightGreen</option>
<option value=<#selected #fafad2 $(Selcolor)#>>LightGoldenrodYellow</option>
<option value=<#selected #d3d3d3 $(Selcolor)#>>LightGrey</option>
<option value=<#selected #ffb6c1 $(Selcolor)#>>LightPink</option>
<option value=<#selected #ffa07a $(Selcolor)#>>LightSalmon</option>
<option value=<#selected #20b2aa $(Selcolor)#>>LightSeaGreen</option>
<option value=<#selected #87cefa $(Selcolor)#>>LightSkyBlue</option>
<option value=<#selected #778899 $(Selcolor)#>>LightSlateGray</option>
<option value=<#selected #b0c4de $(Selcolor)#>>LightSteelBlue</option>
<option value=<#selected #ffffe0 $(Selcolor)#>>LightYellow</option>
=// <option value=<#selected #00ff00 $(Selcolor)#>>Lime</option>
<option value=<#selected lime $(Selcolor)#>>Lime</option>
<option value=<#selected #32cd32 $(Selcolor)#>>LimeGreen</option>
<option value=<#selected #faf0e6 $(Selcolor)#>>Linen</option>
=// <option value=<#selected #ff00ff $(Selcolor)#>>Magenta</option>
<option value=<#selected magenta $(Selcolor)#>>Magenta</option>
<option value=<#selected #800000 $(Selcolor)#>>Maroon</option>
<option value=<#selected #66cdaa $(Selcolor)#>>MediumAquamarine</option>
<option value=<#selected #0000cd $(Selcolor)#>>MediumBlue</option>
<option value=<#selected #ba55d3 $(Selcolor)#>>MediumOrchid</option>
<option value=<#selected #9370db $(Selcolor)#>>MediumPurple</option>
<option value=<#selected #3cb371 $(Selcolor)#>>MediumSeaGreen</option>

<option value=<#selected #7b68ee $(Selcolor)#>>MediumSlateBlue</option>
<option value=<#selected #00fa9a $(Selcolor)#>>MediumSpringGreen</option>
<option value=<#selected #48d1cc $(Selcolor)#>>MediumTurquoise</option>
<option value=<#selected #c71585 $(Selcolor)#>>MediumVioletRed</option>

<option value=<#selected #191970 $(Selcolor)#>>MidnightBlue</option>
<option value=<#selected #f5fffa $(Selcolor)#>>MintCream</option>
<option value=<#selected #ffe4e1 $(Selcolor)#>>MistyRose</option>
<option value=<#selected #ffe4b5 $(Selcolor)#>>Moccasin</option>
<option value=<#selected #ffdead $(Selcolor)#>>NavajoWhite</option>
<option value=<#selected #000080 $(Selcolor)#>>Navy</option>
<option value=<#selected #fdf5e6 $(Selcolor)#>>OldLace</option>
<option value=<#selected #808000 $(Selcolor)#>>Olive</option>
<option value=<#selected #6b8e23 $(Selcolor)#>>OliveDrab</option>
<option value=<#selected #ffa500 $(Selcolor)#>>Orange</option>
<option value=<#selected #ff4500 $(Selcolor)#>>OrangeRed</option>
<option value=<#selected #da70d6 $(Selcolor)#>>Orchid</option>
<option value=<#selected #eee8aa $(Selcolor)#>>PaleGoldenrod</option>
<option value=<#selected #98fb98 $(Selcolor)#>>PaleGreen</option>
<option value=<#selected #afeeee $(Selcolor)#>>PaleTurquoise</option>
<option value=<#selected #db7093 $(Selcolor)#>>PaleVioletRed</option>
<option value=<#selected #ffefd5 $(Selcolor)#>>PapayaWhip</option>
<option value=<#selected #ffdab9 $(Selcolor)#>>PeachPuff</option>
<option value=<#selected #cd853f $(Selcolor)#>>Peru</option>
<option value=<#selected #ffc0cb $(Selcolor)#>>Pink</option>
<option value=<#selected #dda0dd $(Selcolor)#>>Plum</option>
<option value=<#selected #b0e0e6 $(Selcolor)#>>PowderBlue</option>
<option value=<#selected #800080 $(Selcolor)#>>Purple</option>
=// <option value=<#selected #ff0000 $(Selcolor)#>>Red</option>
<option value=<#selected red $(Selcolor)#>>Red</option>
<option value=<#selected #bc8f8f $(Selcolor)#>>RosyBrown</option>
<option value=<#selected #4169e1 $(Selcolor)#>>RoyalBlue</option>
<option value=<#selected #8b4513 $(Selcolor)#>>SaddleBrown</option>
<option value=<#selected #fa8072 $(Selcolor)#>>Salmon</option>
<option value=<#selected #f4a460 $(Selcolor)#>>SandyBrown</option>
<option value=<#selected #2e8b57 $(Selcolor)#>>SeaGreen</option>
<option value=<#selected #fff5ee $(Selcolor)#>>Seashell</option>
<option value=<#selected #a0522d $(Selcolor)#>>Sienna</option>
<option value=<#selected #c0c0c0 $(Selcolor)#>>Silver</option>
<option value=<#selected #87ceeb $(Selcolor)#>>SkyBlue</option>
<option value=<#selected #6a5acd $(Selcolor)#>>SlateBlue</option>
<option value=<#selected #708090 $(Selcolor)#>>SlateGray</option>
<option value=<#selected #fffafa $(Selcolor)#>>Snow</option>
<option value=<#selected #00ff7f $(Selcolor)#>>SpringGreen</option>
<option value=<#selected #4682b4 $(Selcolor)#>>SteelBlue</option>
<option value=<#selected #d2b48c $(Selcolor)#>>Tan</option>
<option value=<#selected #008080 $(Selcolor)#>>Teal</option>
<option value=<#selected #d8bfd8 $(Selcolor)#>>Thistle</option>
<option value=<#selected #ff6347 $(Selcolor)#>>Tomato</option>
<option value=<#selected #40e0d0 $(Selcolor)#>>Turquoise</option>
<option value=<#selected #ee82ee $(Selcolor)#>>Violet</option>
<option value=<#selected #f5deb3 $(Selcolor)#>>Wheat</option>
=// <option value=<#selected #ffffff $(Selcolor)#>>White</option>
<option value=<#selected white $(Selcolor)#>>White</option>
<option value=<#selected #f5f5f5 $(Selcolor)#>>WhiteSmoke</option>
=// <option value=<#selected #ffff00 $(Selcolor)#>>Yellow</option>
<option value=<#selected yellow $(Selcolor)#>>Yellow</option>
<option value=<#selected #9acd32 $(Selcolor)#>>YellowGreen</option>

=eod


=data forms.std.tableborder
border="0"
=eod


=data forms.std2.field1
=html
=parameters $(Text)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td>
=data forms.std2.field2
=parameters $(Fieldname)
	    <span class="formerror">$($(Fieldname)error)</span>
	</td>
    </tr>
=eod

=data forms.std2.radiofield
=html
=parameters $(Keyword),$(Value),$(Text)
	    <table cellspacing=0 border=0 cellpadding=0 width=1>
	    <tr><td>
		<input type="radio" name="$(Keyword)"
		    value=<#checked $(Value) $($(Keyword))#>>
		</td><td>$(Text)</td></tr>
	    </table>
=eod

=data forms.std2.bareradiofield
=html
=parameters $(Keyword),$(Value),$(Text)
		<input type="radio" name="$(Keyword)"
		    value=<#checked $(Value) $($(Keyword))#>>
		$(Text)
=eod


=data forms.std2.checkfield
=html
=parameters $(Keyword),$(Text)
	    <table cellspacing=0 border=0 cellpadding=0>
	    <tr><td>
		<input type="checkbox" name="$(Keyword)"
		    value=<#checked 1 $($(Keyword))#>>
		</td><td>$(Text)</td></tr>
	    </table>
=eod



=data forms.std.checkfield
=html
=parameters $(Keyword),$(Text)
	    <tr><td align="right">
		<input type="checkbox" name="$(Keyword)"
		    value=<#checked 1 $($(Keyword))#>>
		</td><td>$(Text)</td></tr>
=eod



=data forms.std.namefield
=html
=parameters $(Keyword),$(Text)
    <tr>
	<#include forms.register.left "$(Text)"#>
=//	<td valign="middle" align="right"><b>$(Text)</b></td>
	<td valign="middle">
		    <input maxlength=50 name=$(Keyword)
				value="$($(Keyword))">
	    <span class="formerror">$($(Keyword)error)</span></td>
    </tr>
=eod


=data forms.std.widefield
=html
=parameters $(Keyword),$(Text)
    <tr>
	<td colspan=2>
	<b>$(Text)</b><br>
		    <input maxlength=100 size=60 name=$(Keyword)
				value="$($(Keyword))">
	    <span class="formerror">$($(Keyword)error)</span></td>
    </tr>
=eod

=data forms.std.staticfield
=html
=parameters $(Keyword),$(Text)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td valign="middle"> $($(Keyword))</td>
    </tr>
=eod

=data forms.std.passwordfield
=html
=parameters $(Keyword),$(Text)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td valign="middle">
		    <input type="password" maxlength=20 name=$(Keyword)
				value="$($(Keyword))">
	    <span class="formerror">$($(Keyword)error)</span></td>
    </tr>
=eod




=data forms.std.filefield
=html
=parameters $(Keyword),$(Text)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td valign="middle">
		    <input type="file" maxlength=50 name=$(Keyword)
				value="$($(Keyword))">
	    <span class="formerror">$($(Keyword)error)</span></td>
    </tr>
=eod




=data forms.std.selectfield
=html
=parameters $(Type),$(Value),$(Keyword),$(Text),$(Options)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td valign="middle">
	    <select name="$(Keyword)">
		<#include $(Type) $(Value)#>
	    </select>
	    <span class="formerror">$($(Keyword)error)</span></td>
	</td>
    </tr>
=eod



=data forms.std.selectdate
=html
=parameters $(Keyword),$(Monthvalue),$(Yearvalue),$(Text),$(Options)
    <tr>
	<#include forms.register.left "$(Text)"#>
	<td valign="middle">
	    <select name="$(Keyword)month">
		<#include forms.codes.month $(Monthvalue)#>
	    </select>
	    <select name="$(Keyword)year">
		<#include forms.codes.year $(Yearvalue)#>
	    </select>
	    <span class="formerror">$($(Keyword)montherror)</span></td>
	</td>
    </tr>
=eod





=data forms.register.left
=parameters $(Text)
	<td valign="middle" align="right"><b>$(Text)</b></td>
=eod


=data forms.register.new
=html
<h1>New User Registration</h1>
<#include forms.register forms.register.new.button#>
=eod

=data forms.register.new.button
<input type="submit" value="Submit New Profile" name="Submit" class="bttn">
=eod

=data forms.register.update
=html
<h1>Update User Profile</h1>
<#include forms.register forms.register.update.button#>
=eod

=data forms.register.update.button
<input type="submit" value="Update Profile" name="Update" class="bttn">
=eod

=data forms.register
=parameters $(Button)
=html

<p class="formerror">$(topmessage)</p>

<table <#include forms.std.tableborder#>>
<tr><td valign="middle" width=100%>

<form name="register" method="POST"
		action="<#xcturl up#>&xt=$(Type)">

<input type="hidden" name="dataset" value="frater.a.register" class="bttn">
=// <input type="hidden" name="type" value="$(Type)" class="bttn">

<input type="hidden" name="mod" value="$(Mod)" class="bttn">

<table <#include forms.std.tableborder#>>

<#include forms.std.namefield email "E-mail Address"#>
<#include forms.std.namefield nickname Nickname#>
<#include forms.std.passwordfield password1 Password#>
<#include forms.std.passwordfield password2
			"Type Password Again"#>



<tr><td colspan=2><hr></td></tr>
<#include forms.std.namefield firstname "First Name"#>
<#include forms.std.namefield middlename "Middle"#>
<#include forms.std.namefield lastname "Last Name"#>
<#include forms.std.namefield city "Your City"#>
<#include forms.std.selectfield forms.codes.state "$(state)" state
				"State or Province" #>
<#include forms.std.selectfield forms.codes.country "$(country)" country "Country"#>
=// <#include forms.std.namefield zip "Zip Code / Mail Code"#>

<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2><center><b>Please tell a little bit about
yourself</b><center>
<br>
<textarea cols=60 rows=5 name="profilestring" wrap=soft>
$(profilestring)</textarea>
</td></tr>

<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2>
    <input type="checkbox" name="displayable"
	value=<#checked 1 $(displayable)#>>
    Check to prevent other users from seeing your user profile.
</td></tr>


<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2><center><#include $(Button)#></center></td></tr>

</table>

<p class="formerror">$(bottommessage)</p>

</form>
=eod

=data forms.login
=html

<table <#include forms.std.tableborder#>>

<tr><td valign="middle" width=100%>

<h1><center>Login</center></h1>

<p><center>Log in by specifying your nickname or e-mail address and
password. </center></p>

<#hreftext "xx&xct=up" Class=clickhere
	"Click Here if you haven't previously registered."#>


<p class="formerror">$(topmessage)</p>

<hr>
</td></tr>


<tr><td valign="middle" width=100%>

<form name="login" method="POST"
	action="<#xcturl login#>&xt=$(Type)">

=// <input type="hidden" name="dataset" value="frater.a.login">
=// <input type="hidden" name="canceldataset" value="$(canceldataset)">
=// <input type="hidden" name="logindataset" value="$(logindataset)">
<input type="hidden" name="newxct" value="$(newxct)">

<center>
<table <#include forms.std.tableborder#>>
<#include forms.std.namefield email "E-mail Address or Nickname"#>
<#include forms.std.passwordfield password1 Password#>

</table>
</center>

<hr>

<center>
<input type="submit" name="Login" value="Login" class="bttn">
<input type="submit" name="Cancel" value="Cancel" class="bttn">
</center>

<p class="formerror">$(bottommessage)</p>

</form>
</table>
=eod



=data forms.leftcol.login
=html

<form name="login" method="POST" action="<#xcturl login#>&xt=$(Type)">

=// <input type="hidden" name="dataset" value="frater.a.login">
=// 
=// <input type="hidden" name="dataset" value="frater.main">
=// <input type="hidden" name="canceldataset" value="frater.main">
=// <input type="hidden" name="logindataset" value="frater.main">


<tr>
    E-mail<br>
    <input maxlength=50 name=email><br>
    Password<br>
    <input type="password" name=password1><br>
    <input type="submit" name="Login" value="Login" class="bttn">
</tr>


</form>

</body></html>
=eod






=data forms.sysfunctions.entry
=parameters $(Left),$(Right)
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><th align="left">$(Left)</th>
<th align="right">&nbsp;$(Right)</th></tr></table>
=eod


=// Note: trick with ref (for refresh) didn't work below
=data forms.sysfunctions
=parameters $(Button)
=// =set ref "$(ref)"
=// =setifnull ref "3600;&auto=yes"
=// =setifnull ref "10;http://www.jxenakis.com/cgi-bin/dx.pl?xct=sys&auto=yes"
=setifnull ref "3600;URL=dx.pl?xct=sys&auto=yes"
=inc forms.sysfunctions2 $(Button)
=eod


=data forms.sysfunctions2
=parameters $(Button)
=html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta  HTTP-EQUIV="refresh" CONTENT="$(ref)">
<html><head><title>00 System Functions</title>
<link rel="SHORTCUT ICON" href="/jxicon.ico"/>

<style type="text/css">
<!--
    /* button format */
    .bttn { background: slategray ;
	color: white ; font-size:11px ;
	border-bottom: 2px solid black ;
	border-right: 2px solid black ;
	border-top: 2px solid white ;
	border-left: 2px solid white ;
	height: 19px ; text-decoration:none ; cursor: pointer ;
	}
    span.fixed, div.fixed {font-family: 'Courier New',Courier,monospace ;
                font-weight: 700 }
-->
</style>

<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><h1>System Functions</h1></td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td align=right><#hrefxct sm#> Mail</a></td></tr></table>

=// <p class="formerror">$(topmessage)</p>

$(topmessage)


<form name="register" method="POST" action="<#xcturl sys#>">

<input type="submit" value="Update" name="Update" class="bttn">
<b>$(helloline)</b>

<table <#include forms.std.tableborder#>>
=inc forms.std2.field1 "Delta:"
=inc forms.std2.bareradiofield delta 1 Auto
=inc forms.std2.bareradiofield delta 15 15
=inc forms.std2.bareradiofield delta 30 30
=inc forms.std2.bareradiofield delta 60 60
=inc forms.std2.bareradiofield delta 120 120
=inc forms.std2.bareradiofield delta 240 240
=inc forms.std2.bareradiofield delta 360 360
=inc forms.std2.field2
</table>


<p><b>$(shortsummmsg)</b></p>


=// <form name="register" method="POST"
=//		action="<#xcturl sys#>&xt=$(Type)">

<table <#include forms.std.tableborder#>>


=// <tr><td colspan=2><center><#include $(Button)#></center></td></tr>

<tr><td colspan=2>

<input type="submit" value="Update" name="Update" class="bttn">
<input type="submit" value="Get User" name="GetUser" class="bttn">
<input type="submit" value="Set User" name="SetUser" class="bttn">

</td></tr>

<tr><td colspan=2>

    <input type="submit" value="Purge Sessions" name="PurgeSessions"
	class="bttn">
    <input type="submit" value="Generate Pages" name="GeneratePages"
	class="bttn">
    <input type="submit" value="Reset Forums" name="ResetForums"
	class="bttn"><br>
    <input type="submit" value="Reset Disk Cache" name="ResetDiskCache"
	class="bttn"><br>

    <b>Purge Minutes</b>
    <input maxlength=50 name=purgeminutes value="">
<p class="formerror">
| $(generatepagesmessage) | $(purgemessage) |
$(resetforumsmessage) | $(resetdiskcachemessage) |</p>

</td></tr>

	    

<tr><td colspan=2><hr></td></tr>


<tr><td valign="middle" width=100%>

<input type="hidden" name="dataset" value="forms.sysfunctions">

<input type="hidden" name="mod" value="$(Mod)" class="bttn">

<table <#include forms.std.tableborder#>>

<tr><td colspan=2>

<table <#include forms.std.tableborder#>>

    <tr><td>

	<input type="checkbox" name="displaysessions"
	    value=<#checked 1 $(displaysessions)#>>
	    Display Sessions File
    <br>
	<input type="checkbox" name="displaysystem"
	    value=<#checked 1 $(displaysystem)#>>
	    Display System File
    <br>
	<input type="checkbox" name="displaylog"
	    value=<#checked 1 $(displaylog)#>>
	    Display System Log File

    </td><td>

	<input type="checkbox" name="displayusers"
	    value=<#checked 1 $(displayusers)#>>
	    Display Users File
    <br>
	<input type="checkbox" name="displayforums"
	    value=<#checked 1 $(displayforums)#>>
	    Display Forums File
    </td><td>
	<input type="checkbox" name="displayerrlog"
	    value=<#checked 1 $(displayerrlog)#>>
	    Display Error Log File
    <br>
	<input type="checkbox" name="displaytranlog"
	    value=<#checked 1 $(displaytranlog)#>>
	    Display Transfer Log File
    </td></tr>
</table>

</td></tr>


<tr><td colspan=2><hr></td></tr>


<tr><td colspan=2>

<input type="submit" value="Execute" name="Execute" class="bttn">

    <input maxlength=300 size=60 name=command value="$(command)">
<input type="hidden" name="tempfile" value="$(tempfile)">


$(executemessage)

</td></tr>

<tr><td colspan=2><hr></td></tr>

=// Session  handling
<table <#include forms.std.tableborder#>>

=inc forms.std.namefield sessionnum Session

=inc forms.std2.field1 "Session Activation"
=inc forms.std2.radiofield sessioncancel activate Activate
=inc forms.std2.radiofield sessioncancel cancel "Cancel&nbsp;Session"
=inc forms.std2.field2

=inc forms.std2.field1 "Session Content"
=inc forms.std2.radiofield sessioncontent normal "Normal"
=inc forms.std2.radiofield sessioncontent literal "Literal"
=inc forms.std2.field2

=inc forms.std2.field1 "Use Disk Cache"
=inc forms.std2.radiofield usediskcache default "Default"
=inc forms.std2.radiofield usediskcache no "No"
=inc forms.std2.radiofield usediskcache yes "Yes"
=inc forms.std2.field2

<tr><td colspan=2>
<input type="submit" name="SessionGet" value="Display" class="bttn">
<input type="submit" name="SessionCtl" value="Store Settings" class="bttn">
</td></tr>

</table>
$(sessionmessage)

=// End of - Session  handling

<tr><td colspan=2><hr></td></tr>

<table <#include forms.std.tableborder#>>

<#include forms.std.namefield userid "User Id"#>
<#include forms.std.namefield useremail "E-mail Address"#>
<#include forms.std.namefield usernickname Nickname#>
<#include forms.std.passwordfield userpassword1 "Reset Password"#>
<#include forms.std.passwordfield userpassword2
			"Type Password Again"#>
</table>

=// <input type="hidden" name="hideuserid" value="$(hideuserid)">
<input type="hidden" name="hideuseremail" value="$(hideuseremail)">
<input type="hidden" name="hideusernickname" value="$(hideusernickname)">
<input type="hidden" name="hideusermod" value="$(hideusermod)">


<tr><td colspan=2>
<p class="formerror">$(usermessage)</p>
</td></tr>

<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2>
<h1>Engine Sessions</h1>
<b>$(enginesummmsg)</b>
</td></tr>

<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2>
<h1>All Sessions</h1>
<b>$(summmsg)</b>
</td></tr>



<tr><td colspan=2><hr></td></tr>



</table>

<p class="formerror">$(bottommessage)</p>

</form>
</body></html>
=eod





=data forms.sendmail
=parameters $(Button)
=html

<h1>Send Mail</h1>

<form name="sm" method="POST" action="<#xcturl 'sm&xxxcgixxx'#>">

<p class="formerror">$(topmessage)</p>

<input type="hidden" name="tempfile" value="$(tempfile)">

<p><input type="submit" value="Send" name="Send" class="bttn">
&nbsp;&nbsp;&nbsp;&nbsp;
Low: <input name=low size=5 value="$(low)">
&nbsp;&nbsp;&nbsp;&nbsp;
High: <input name=high size=5 value="$(high)">
</p>

<p><pre>
$(outtext)
</pre></p>

<p><textarea cols=75 rows=25 name="intext" wrap=soft>
$(intext)</textarea></p>

<p><input type="submit" value="Parse" name="Parse" class="bttn"></p>

<p class="formerror">$(bottommessage)</p>


</form>
</body></html>
=eod






=data forms.forumprofile.null
=eod

=data forms.forumprofile
=html

<table <#include forms.std.tableborder#>>

<tr><td valign="middle" width=100%>

=// title is "Create New Forum" or "Update Forum" or "Confirm"
<h1><center>$(m_snickname): $(m_stitle)</center></h1>

<form name="fp" method="POST" action="<#xcturl fp#>">

<input type="hidden" name="m_stempfile" value="$(m_stempfile)">
<input type="hidden" name="m_iforumnum" value="$(m_iforumnum)">

<input type="hidden" name="m_smod" value="$(m_smod)">

<p class="formerror">$(topmessage)</p>

=// *** confirmsection -- either 'null' or 'confirm'
<#include forms.forumprofile.$(confirmsection)#>


=// *** profilesection -- either 'null' or 'profile'
<#include forms.forumprofile.$(profilesection)#>


=// *** memberssection -- either 'null' or 'members'
<#include forms.forumprofile.$(memberssection)#>


</form>
</table>

<p class="formerror">$(bottommessage)</p>
=eod

=data forms.forumprofile.confirm
<h3>Confirmation List</h3>

You have specified that the following actions be taken with respect
to this forum.  If you agree with this list, press the "Confirm"
button.  If you'd like to make changes, then do so on the form below
the "Confirm" button, and press the "Update" button.

=// <pre><ul>
=// $(confirmtext)
=// </ul></pre>

<ul>
$(confirmtext)
</ul>

<center><input type="submit" value="Confirm"
    	name="Confirm" class="bttn"></center>
<hr>

=eod


=// ******* profile section of forum
=data forms.forumprofile.profile

<h3>Forum Profile</h3>

<center>
<table <#include forms.std.tableborder#>>
<#include forms.std.namefield m_snickname
		"4-8 character forum nickname"#>


<tr><td colspan=2>
    Provide a one-line forum title:
<br>
    <textarea cols=60 rows=1 name="m_stitle">$(m_stitle)</textarea>
</td></tr>



=// *** descriptionsection -- either 'null' or 'description'
<#include forms.forumprofile.$(descriptionsection)#>


=// ************* fix the following to 3 radio buttons 
<tr><td colspan=2>
    
    <font size="-1">You can specify that this forum is:
    <ul><li><b>Public &#151;</b>
    meaning that anyone can read the messages and reply to them, or</li>
    <li><b>Public Read/Only &#151;</b> meaning that anyone can read the messages, and
    only people that you invite can reply to them, or</li>
    <li><b>Private &#151;</b>
    meaning that only people that you invite can read messages or
    reply to them.</li></ul></font>

=//    <font size="-1"><table><tr><td colspan=2>
=//	    You can specify that this forum is:</td></tr>
=//    <tr><td>Public</td>
=//    <td>meaning that anyone can read the messages and reply to them, or</td></tr>
=//    <tr><td>Public Read/Only</td> <td>meaning that anyone can read the messages, and
=//    only people that you invite can reply to them, or</td></tr>
=//    <tr><td>Private</td> <td>
=//    meaning that only people that you invite can read messages or
=//    reply to them.</td></tr></table></font>

    <input type="radio" name="m_sforumstatus"
	value=<#checked public $(m_sforumstatus)#>> Public Forum
    <input type="radio" name="m_sforumstatus"
	value=<#checked publicro $(m_sforumstatus)#>> Public Read/Only Forum
    <input type="radio" name="m_sforumstatus"
	value=<#checked private $(m_sforumstatus)#>> Private Forum


    <center><input type="submit" value="$(buttontext)"
    	name="$(buttonname)" class="bttn"></center>

</td></tr>



</table>
</center>

<hr>


=eod


=data forms.forumprofile.description

<tr><td colspan=2>
    Write the first message of the forum -- this message should
    tell what the forum is about, and should invite people
    to join and contribute:
<br>
    <textarea cols=60 rows=5 name="description" wrap=soft>$(description)</textarea>
</td></tr>

=eod

=// ******* members section of forum
=data forms.forumprofile.members
<h3>Forum Members</h3>
$(memberstext)

<h3>Invited Members</h3>

You may specifically invite users to join the forum.  (You may also
lock out specific users.)  If you wish to invite more than 3 users,
then specify 3 users now, press 'Update', and then you'll be given an
opportunity to invite more.<br>

=// includes instances of forums.forumprofile.invite
$(invitetext)

<hr>

=eod

=data forms.forumprofile.member
=parameters $(Usernum),$(Nickname),$(Description)
<br>($(Usernum)) $(Nickname) -- $(Description)<ul>
=eod

=data forms.forumprofile.action
=parameters $(Name),$(Action),$(Value),$(Description)
    <input type="radio" name="$(Name)"
	    value=<#checked $(Action) $(Value)#>>&nbsp;$(Description)
=eod

=data forms.forumprofile.memberx
</ul>
=eod

=data forums.forumprofile.invite
=parameters $(Name)
<br> <select name=$(Name) size=1>
<#include forums.forumprofile.inviteuser 0 'Select a User'#>
=// includes instances of forums.forumprofile.inviteuser
$(inviteusertext)
</select> <br>
=eod

=data forums.forumprofile.inviteuser
=parameters $(Usernum),$(Nickname)
<option value="$(Usernum)"> $(Nickname) </option>
=eod

=//	    value="$(Action)">
=//    <input type="radio" name="m_sforumstatus"
=//	value=<#checked public $(m_sforumstatus)#>> Public Forum


=data forms.crformtest
<pre>
$(crformtest)
</pre>
=eod

=data forms.addmessage
=html

<table <#include forms.std.tableborder#>>

<tr><td valign="middle" width=100%>

<h1><center>Add Message</center></h1>

<p><center>$(m_snickname): $(m_stitle)</center></p>


=// <#hreftext "xx&xct=up" Class=clickhere
=// 	"Click Here if you haven't previously registered."#>


<p class="formerror">$(topmessage)</p>

=// <hr>
</td></tr>


<tr><td valign="middle" width=100%>

<form name="login" method="POST"
	action="<#xcturl login#>&xt=$(Type)">

=// <input type="hidden" name="dataset" value="frater.a.login">
=// <input type="hidden" name="canceldataset" value="$(canceldataset)">
=// <input type="hidden" name="logindataset" value="$(logindataset)">

<input type="hidden" name="forumkey" value="$(forumkey)">

<center>
<table <#include forms.std.tableborder#>>
<#include forms.std.widefield messageheading "Message Heading"#>

=// <tr><td colspan=2><hr></td></tr>

<tr><td colspan=2><b>Message Text</b>
<br>
<textarea cols=60 rows=10 name="messagetext" wrap=soft>
$(messagetext)</textarea>
</td></tr>


</table>
</center>

<hr>

<center>
<input type="submit" name="Submit" value="Submit" class="bttn">
<input type="submit" name="Preview" value="Preview" class="bttn">
<input type="submit" name="Cancel" value="Cancel" class="bttn">
</center>

<p class="formerror">$(bottommessage)</p>

</form>
</table>
=eod




=data forms.color.td
=parameters $(Code),$(Display),$(R),$(G),$(B),$(Name)
<td bgcolor="$(Code)" width="65">
<font face="sans-serif" color="$(Display)" size="-1"><b>$(Code)<br>
R: $(R)<br>G: $(G)<br>B: $(B)<br>$(Name)&nbsp;</b></font></td>
=eod


=data forms.color.txt
=text
<h1>Browser-Safe Colors</h1>

The following chart and table each show the 216 "browser-safe" colors
-- colors that are safe to use on almost every browser and platform.
In the chart, if a color name (e.g., "YELLOW") also appears, then that
name can be safely used on almost every browser and platform.

<#hreftext $(SysDatasetPrefix)colors2 Class=clickhere
    "Click Here for the Named Color Reference Chart" #>


<table border=0 cellspacing=0 cellpadding=0 align=center>
<tr><td>
<img src="/visibone.gif" title="Color Pallette">
</td></tr>
<caption align="bottom"><b><font size="-1">
Color pallette from <#stdurl "www.visibone.com/colorlab/"#>
</font></b>
</caption>
</table>

<h2>Browser-Safe Color Reference Chart</h2>

<table width="520" border="0" cellpadding="0" cellspacing="0">
    <tr><td width="520" bgcolor="black">
	<table width="520" border="0" cellpadding="3" cellspacing="1">

<tr>

=inc forms.color.td FFFFFF black 255 255 255 WHITE
=inc forms.color.td FFFFCC black 255 255 204
=inc forms.color.td FFFF99 black 255 255 153
=inc forms.color.td FFFF66 black 255 255 102
=inc forms.color.td FFFF33 black 255 255 51
=inc forms.color.td FFFF00 black 255 255 0 YELLOW

</tr> <tr>

=inc forms.color.td FFCCFF black 255 204 255
=inc forms.color.td FFCCCC black 255 204 204
=inc forms.color.td FFCC99 black 255 204 153
=inc forms.color.td FFCC66 black 255 204 102
=inc forms.color.td FFCC33 black 255 204 51
=inc forms.color.td FFCC00 black 255 204 0

</tr> <tr>

=inc forms.color.td FF99FF black 255 153 255
=inc forms.color.td FF99CC black 255 153 204
=inc forms.color.td FF9999 black 255 153 153
=inc forms.color.td FF9966 black 255 153 102
=inc forms.color.td FF9933 black 255 153 51
=inc forms.color.td FF9900 black 255 153 0

</tr> <tr>

=inc forms.color.td FF66FF black 255 102 255
=inc forms.color.td FF66CC black 255 102 204
=inc forms.color.td FF6699 black 255 102 153
=inc forms.color.td FF6666 black 255 102 102
=inc forms.color.td FF6633 black 255 102 51
=inc forms.color.td FF6600 black 255 102 0

</tr> <tr>

=inc forms.color.td FF33FF black 255 51 255
=inc forms.color.td FF33CC black 255 51 204
=inc forms.color.td FF3399 black 255 51 153
=inc forms.color.td FF3366 black 255 51 102
=inc forms.color.td FF3333 white 255 51 51
=inc forms.color.td FF3300 white 255 51 0

</tr> <tr>

=inc forms.color.td FF00FF white 255 0 255 MAGENTA
=inc forms.color.td FF00CC white 255 0 204
=inc forms.color.td FF0099 white 255 0 153
=inc forms.color.td FF0066 white 255 0 102
=inc forms.color.td FF0033 white 255 0 51
=inc forms.color.td FF0000 white 255 0 0 RED

</tr> <tr>

=inc forms.color.td CCFFFF black 204 255 255
=inc forms.color.td CCFFCC black 204 255 204
=inc forms.color.td CCFF99 black 204 255 153
=inc forms.color.td CCFF66 black 204 204 102
=inc forms.color.td CCFF33 black 204 255 51
=inc forms.color.td CCFF00 black 204 255 0

</tr> <tr>

=inc forms.color.td CCCCFF black 204 204 255
=inc forms.color.td CCCCCC black 204 204 204
=inc forms.color.td CCCC99 black 204 204 153
=inc forms.color.td CCCC66 black 204 204 102
=inc forms.color.td CCCC33 black 204 204 51
=inc forms.color.td CCCC00 black 204 204 0

</tr> <tr>

=inc forms.color.td CC99FF black 204 153 255
=inc forms.color.td CC99CC black 204 153 204
=inc forms.color.td CC9999 black 204 153 153
=inc forms.color.td CC9966 black 204 153 102
=inc forms.color.td CC9933 black 204 153 51
=inc forms.color.td CC9900 black 204 153 0

</tr> <tr>

=inc forms.color.td CC66FF white 204 102 255
=inc forms.color.td CC66CC white 204 102 204
=inc forms.color.td CC6699 white 204 102 153
=inc forms.color.td CC6666 white 204 102 102
=inc forms.color.td CC6633 white 204 102 51
=inc forms.color.td CC6600 white 204 102 0

</tr> <tr>

=inc forms.color.td CC33FF white 204 51 255
=inc forms.color.td CC33CC white 204 51 204
=inc forms.color.td CC3399 white 204 51 153
=inc forms.color.td CC3366 white 204 51 102
=inc forms.color.td CC3333 white 204 51 51
=inc forms.color.td CC3300 white 204 51 0

</tr> <tr>

=inc forms.color.td CC00FF white 204 0 255
=inc forms.color.td CC00CC white 204 0 204
=inc forms.color.td CC0099 white 204 0 153
=inc forms.color.td CC0066 white 204 0 102
=inc forms.color.td CC0033 white 204 0 51
=inc forms.color.td CC0000 white 204 0 0

</tr> <tr>

=inc forms.color.td 99FFFF black 153 255 255
=inc forms.color.td 99FFCC black 153 255 204
=inc forms.color.td 99FF99 black 153 255 153
=inc forms.color.td 99FF66 black 153 255 102
=inc forms.color.td 99FF33 black 153 255 51
=inc forms.color.td 99FF00 black 153 255 0

</tr> <tr>

=inc forms.color.td 99CCFF black 153 204 255
=inc forms.color.td 99CCCC black 153 204 204
=inc forms.color.td 99CC99 black 153 204 153
=inc forms.color.td 99CC66 black 153 204 102
=inc forms.color.td 99CC33 black 153 204 51
=inc forms.color.td 99CC00 black 153 204 0

</tr> <tr>

=inc forms.color.td 9999FF black 153 153 255
=inc forms.color.td 9999CC black 153 153 204
=inc forms.color.td 999999 black 153 153 153
=inc forms.color.td 999966 black 153 153 102
=inc forms.color.td 999933 black 153 153 51
=inc forms.color.td 999900 black 153 153 0

</tr> <tr>

=inc forms.color.td 9966FF white 153 102 255
=inc forms.color.td 9966CC white 153 102 204
=inc forms.color.td 996699 white 153 102 153
=inc forms.color.td 996666 white 153 102 102
=inc forms.color.td 996633 white 153 102 51
=inc forms.color.td 996600 white 153 102 0

</tr> <tr>

=inc forms.color.td 9933FF white 153 51 255
=inc forms.color.td 9933CC white 153 51 204
=inc forms.color.td 993399 white 153 51 153
=inc forms.color.td 993366 white 153 51 102
=inc forms.color.td 993333 white 153 51 51
=inc forms.color.td 993300 white 153 51 0

</tr> <tr>

=inc forms.color.td 9900FF white 153 0 255
=inc forms.color.td 9900CC white 153 0 204
=inc forms.color.td 990099 white 153 0 153
=inc forms.color.td 990066 white 153 0 102
=inc forms.color.td 990033 white 153 0 51
=inc forms.color.td 990000 white 153 0 0

</tr> <tr>

=inc forms.color.td 66FFFF black 102 255 255
=inc forms.color.td 66FFCC black 102 255 204
=inc forms.color.td 66FF99 black 102 255 153
=inc forms.color.td 66FF66 black 102 255 102
=inc forms.color.td 66FF33 black 102 255 51
=inc forms.color.td 66FF00 black 102 255 0

</tr> <tr>

=inc forms.color.td 66CCFF black 102 204 255
=inc forms.color.td 66CCCC black 102 204 204
=inc forms.color.td 66CC99 black 102 204 153
=inc forms.color.td 66CC66 black 102 204 102
=inc forms.color.td 66CC33 black 102 204 51
=inc forms.color.td 66CC00 black 102 204 0

</tr> <tr>

=inc forms.color.td 6699FF black 102 153 255
=inc forms.color.td 6699CC black 102 153 204
=inc forms.color.td 669999 black 102 153 153
=inc forms.color.td 669966 black 102 153 102
=inc forms.color.td 669933 black 102 153 51
=inc forms.color.td 669900 black 102 153 0

</tr> <tr>

=inc forms.color.td 6666FF white 102 102 255
=inc forms.color.td 6666CC white 102 102 204
=inc forms.color.td 666699 white 102 102 153
=inc forms.color.td 666666 white 102 102 102
=inc forms.color.td 666633 white 102 102 51
=inc forms.color.td 666600 white 102 102 0

</tr> <tr>

=inc forms.color.td 6633FF white 102 51 255
=inc forms.color.td 6633CC white 102 51 204
=inc forms.color.td 663399 white 102 51 153
=inc forms.color.td 663366 white 102 51 102
=inc forms.color.td 663333 white 102 51 51
=inc forms.color.td 663300 white 102 51 0

</tr> <tr>

=inc forms.color.td 6600FF white 102 0 255
=inc forms.color.td 6600CC white 102 0 204
=inc forms.color.td 660099 white 102 0 153
=inc forms.color.td 660066 white 102 0 102
=inc forms.color.td 660033 white 102 0 51
=inc forms.color.td 660000 white 102 0 0

</tr> <tr>

=inc forms.color.td 33FFFF black 51 255 255
=inc forms.color.td 33FFCC black 51 255 204
=inc forms.color.td 33FF99 black 51 255 153
=inc forms.color.td 33FF66 black 51 255 102
=inc forms.color.td 33FF33 black 51 255 51
=inc forms.color.td 33FF00 black 51 255 0

</tr> <tr>

=inc forms.color.td 33CCFF black 51 204 255
=inc forms.color.td 33CCCC black 51 204 204
=inc forms.color.td 33CC99 black 51 204 153
=inc forms.color.td 33CC66 black 51 204 102
=inc forms.color.td 33CC33 black 51 204 51
=inc forms.color.td 33CC00 black 51 204 0

</tr> <tr>

=inc forms.color.td 3399FF black 51 153 255
=inc forms.color.td 3399CC black 51 153 204
=inc forms.color.td 339999 black 51 153 153
=inc forms.color.td 339966 black 51 153 102
=inc forms.color.td 339933 black 51 153 51
=inc forms.color.td 339900 black 51 153 0

</tr> <tr>

=inc forms.color.td 3366FF white 51 102 255
=inc forms.color.td 3366CC white 51 102 204
=inc forms.color.td 336699 white 51 102 153
=inc forms.color.td 336666 white 51 102 102
=inc forms.color.td 336633 white 51 102 51
=inc forms.color.td 336600 white 51 102 0

</tr> <tr>

=inc forms.color.td 3333FF white 51 51 255
=inc forms.color.td 3333CC white 51 51 204
=inc forms.color.td 333399 white 51 51 153
=inc forms.color.td 333366 white 51 51 102
=inc forms.color.td 333333 white 51 51 51
=inc forms.color.td 333300 white 51 51 0

</tr> <tr>

=inc forms.color.td 3300FF white 51 0 255
=inc forms.color.td 3300CC white 51 0 204
=inc forms.color.td 330099 white 51 0 153
=inc forms.color.td 330066 white 51 0 102
=inc forms.color.td 330033 white 51 0 51
=inc forms.color.td 330000 white 51 0 0

</tr> <tr>

=inc forms.color.td 00FFFF black 0 255 255 CYAN
=inc forms.color.td 00FFCC black 0 255 204
=inc forms.color.td 00FF99 black 0 255 153
=inc forms.color.td 00FF66 black 0 255 102
=inc forms.color.td 00FF33 black 0 255 51
=inc forms.color.td 00FF00 black 0 255 0 LIME

</tr> <tr>

=inc forms.color.td 00CCFF black 0 204 255
=inc forms.color.td 00CCCC black 0 204 204
=inc forms.color.td 00CC99 black 0 204 153
=inc forms.color.td 00CC66 black 0 204 102
=inc forms.color.td 00CC33 black 0 204 51
=inc forms.color.td 00CC00 black 0 204 0

</tr> <tr>

=inc forms.color.td 0099FF black 0 153 255
=inc forms.color.td 0099CC black 0 153 204
=inc forms.color.td 009999 black 0 153 153
=inc forms.color.td 009966 black 0 153 102
=inc forms.color.td 009933 black 0 153 51
=inc forms.color.td 009900 black 0 153 0 GREEN**

</tr> <tr>

=inc forms.color.td 0066FF white 0 102 255
=inc forms.color.td 0066CC white 0 102 204
=inc forms.color.td 006699 white 0 102 153
=inc forms.color.td 006666 white 0 102 102
=inc forms.color.td 006633 white 0 102 51
=inc forms.color.td 006600 white 0 102 0

</tr> <tr>

=inc forms.color.td 0033FF white 0 51 255
=inc forms.color.td 0033CC white 0 51 204
=inc forms.color.td 003399 white 0 51 153
=inc forms.color.td 003366 white 0 51 102
=inc forms.color.td 003333 white 0 51 51
=inc forms.color.td 003300 white 0 51 0

</tr> <tr>

=inc forms.color.td 0000FF white 0 0 255 BLUE
=inc forms.color.td 0000CC white 0 0 204
=inc forms.color.td 000099 white 0 0 153
=inc forms.color.td 000066 white 0 0 102
=inc forms.color.td 000033 white 0 0 51
=inc forms.color.td 000000 white 0 0 0 BLACK

</tr>
</table>
</td>
</tr>
</table>

<font color="green">
** Note: Green is actually 008000 (R: 0, G:128, B: 0)</font>

=eod


=data forms.color2.td
=parameters $(Display),$(Name),$(Code)
=// <td bgcolor="$(Code)" width="65" align=center>
<td bgcolor="$(Code)" width="140" align=center>
<font face="sans-serif" color="$(Display)" size="-1">
<b>$(Code)<br>$(Name)</b></font></td>
=eod


=data forms.color2.txt
=text
<h1>Named Color Reference Chart</h1>

The following is a table of named colors.

<#hreftext $(SysDatasetPrefix)colors Class=clickhere
    "Click Here for the Browser-Safe Color Reference Chart" #>

=// =inc forms.color.td FFFFFF black 255 255 255 WHITE
=// =inc forms.color.td FFFFCC black 255 255 204
=// =inc forms.color.td FFFF99 black 255 255 153

=// http://msdn.microsoft.com/workshop/author/dhtml/reference/colors/colors.asp
=// <table class=clsstd cellspacing=5 cellpadding=0 bgcolor=gray border=5>

=html

<table width="520" border="0" cellpadding="0" cellspacing="0">
    <tr><td width="520" bgcolor="black">
	<table width="520" border="0" cellpadding="3" cellspacing="1">

<tr>

=inc forms.color2.td black ALICEBLUE #F0F8FF
=inc forms.color2.td black ANTIQUEWHITE #FAEBD7
=inc forms.color2.td black AQUA #00FFFF
=inc forms.color2.td black AQUAMARINE #7FFFD4

</tr> <tr>

=inc forms.color2.td black AZURE #F0FFFF
=inc forms.color2.td black BEIGE #F5F5DC
=inc forms.color2.td black BISQUE #FFE4C4
=inc forms.color2.td white BLACK #000000

</tr> <tr>

=inc forms.color2.td black BLANCHEDALMOND #FFEBCD
=inc forms.color2.td white BLUE #0000FF
=inc forms.color2.td black BLUEVIOLET #8A2BE2
=inc forms.color2.td white BROWN #A52A2A

</tr> <tr>

=inc forms.color2.td black BURLYWOOD #DEB887
=inc forms.color2.td black CADETBLUE #5F9EA0
=inc forms.color2.td black CHARTREUSE #7FFF00
=inc forms.color2.td black CHOCOLATE #D2691E

</tr> <tr>

=inc forms.color2.td black CORAL #FF7F50
=inc forms.color2.td black CORNFLOWERBLUE #6495ED
=inc forms.color2.td black CORNSILK #FFF8DC
=inc forms.color2.td black CRIMSON #DC143C

</tr> <tr>

=inc forms.color2.td black CYAN #00FFFF
=inc forms.color2.td white DARKBLUE #00008B
=inc forms.color2.td white DARKCYAN #008B8B
=inc forms.color2.td white DARKGOLDENROD #B8860B

</tr> <tr>

=inc forms.color2.td white DARKGRAY #A9A9A9
=inc forms.color2.td white DARKGREEN #006400
=inc forms.color2.td white DARKKHAKI #BDB76B
=inc forms.color2.td white DARKMAGENTA #8B008B

</tr> <tr>

=inc forms.color2.td white DARKOLIVEGREEN #556B2F
=inc forms.color2.td white DARKORANGE #FF8C00
=inc forms.color2.td white DARKORCHID #9932CC
=inc forms.color2.td white DARKRED #8B0000

</tr> <tr>

=inc forms.color2.td white DARKSALMON #E9967A
=inc forms.color2.td white DARKSEAGREEN #8FBC8B
=inc forms.color2.td white DARKSLATEBLUE #483D8B
=inc forms.color2.td white DARKSLATEGRAY #2F4F4F

</tr> <tr>

=inc forms.color2.td white DARKTURQUOISE #00CED1
=inc forms.color2.td white DARKVIOLET #9400D3
=inc forms.color2.td black DEEPPINK #FF1493
=inc forms.color2.td black DEEPSKYBLUE #00BFFF

</tr> <tr>

=inc forms.color2.td white DIMGRAY #696969
=inc forms.color2.td black DODGERBLUE #1E90FF
=inc forms.color2.td white FIREBRICK #B22222
=inc forms.color2.td black FLORALWHITE #FFFAF0

</tr> <tr>

=inc forms.color2.td white FORESTGREEN #228B22
=inc forms.color2.td black FUCHSIA #FF00FF
=inc forms.color2.td black GAINSBORO #DCDCDC
=inc forms.color2.td black GHOSTWHITE #F8F8FF

</tr> <tr>

=inc forms.color2.td black GOLD #FFD700
=inc forms.color2.td black GOLDENROD #DAA520
=inc forms.color2.td black GRAY #808080
=inc forms.color2.td black GREEN #008000

</tr> <tr>

=inc forms.color2.td black GREENYELLOW #ADFF2F
=inc forms.color2.td black HONEYDEW #F0FFF0
=inc forms.color2.td black HOTPINK #FF69B4
=inc forms.color2.td black INDIANRED #CD5C5C

</tr> <tr>

=inc forms.color2.td white INDIGO #4B0082
=inc forms.color2.td black IVORY #FFFFF0
=inc forms.color2.td black KHAKI #F0E68C
=inc forms.color2.td black LAVENDER #E6E6FA

</tr> <tr>

=inc forms.color2.td black LAVENDERBLUSH #FFF0F5
=inc forms.color2.td black LAWNGREEN #7CFC00
=inc forms.color2.td black LEMONCHIFFON #FFFACD
=inc forms.color2.td black LIGHTBLUE #ADD8E6

</tr> <tr>

=inc forms.color2.td black LIGHTCORAL #F08080
=inc forms.color2.td black LIGHTCYAN #E0FFFF
=inc forms.color2.td black LIGHTGOLDENRODYELLOW #FAFAD2
=inc forms.color2.td black LIGHTGREEN #90EE90

</tr> <tr>

=inc forms.color2.td black LIGHTGREY #D3D3D3
=inc forms.color2.td black LIGHTPINK #FFB6C1
=inc forms.color2.td black LIGHTSALMON #FFA07A
=inc forms.color2.td white LIGHTSEAGREEN #20B2AA

</tr> <tr>

=inc forms.color2.td black LIGHTSKYBLUE #87CEFA
=inc forms.color2.td white LIGHTSLATEGRAY #778899
=inc forms.color2.td black LIGHTSTEELBLUE #B0C4DE
=inc forms.color2.td black LIGHTYELLOW #FFFFE0

</tr> <tr>

=inc forms.color2.td black LIME #00FF00
=inc forms.color2.td black LIMEGREEN #32CD32
=inc forms.color2.td black LINEN #FAF0E6
=inc forms.color2.td white MAGENTA #FF00FF

</tr> <tr>

=inc forms.color2.td white MAROON #800000
=inc forms.color2.td black MEDIUMAQUAMARINE #66CDAA
=inc forms.color2.td white MEDIUMBLUE #0000CD
=inc forms.color2.td white MEDIUMORCHID #BA55D3

</tr> <tr>

=inc forms.color2.td white MEDIUMPURPLE #9370DB
=inc forms.color2.td white MEDIUMSEAGREEN #3CB371
=inc forms.color2.td white MEDIUMSLATEBLUE #7B68EE
=inc forms.color2.td black MEDIUMSPRINGGREEN #00FA9A

</tr> <tr>

=inc forms.color2.td black MEDIUMTURQUOISE #48D1CC
=inc forms.color2.td black MEDIUMVIOLETRED #C71585
=inc forms.color2.td white MIDNIGHTBLUE #191970
=inc forms.color2.td black MINTCREAM #F5FFFA

</tr> <tr>

=inc forms.color2.td black MISTYROSE #FFE4E1
=inc forms.color2.td black MOCCASIN #FFE4B5
=inc forms.color2.td black NAVAJOWHITE #FFDEAD
=inc forms.color2.td white NAVY #000080

</tr> <tr>

=inc forms.color2.td black OLDLACE #FDF5E6
=inc forms.color2.td white OLIVE #808000
=inc forms.color2.td white OLIVEDRAB #6B8E23
=inc forms.color2.td white ORANGE #FFA500

</tr> <tr>

=inc forms.color2.td black ORANGERED #FF4500
=inc forms.color2.td black ORCHID #DA70D6
=inc forms.color2.td black PALEGOLDENROD #EEE8AA
=inc forms.color2.td black PALEGREEN #98FB98

</tr> <tr>

=inc forms.color2.td black PALETURQUOISE #AFEEEE
=inc forms.color2.td black PALEVIOLETRED #DB7093
=inc forms.color2.td black PAPAYAWHIP #FFEFD5
=inc forms.color2.td black PEACHPUFF #FFDAB9

</tr> <tr>

=inc forms.color2.td black PERU #CD853F
=inc forms.color2.td black PINK #FFC0CB
=inc forms.color2.td black PLUM #DDA0DD
=inc forms.color2.td black POWDERBLUE #B0E0E6

</tr> <tr>

=inc forms.color2.td white PURPLE #800080
=inc forms.color2.td black RED #FF0000
=inc forms.color2.td black ROSYBROWN #BC8F8F
=inc forms.color2.td white ROYALBLUE #4169E1

</tr> <tr>

=inc forms.color2.td white SADDLEBROWN #8B4513
=inc forms.color2.td black SALMON #FA8072
=inc forms.color2.td black SANDYBROWN #F4A460
=inc forms.color2.td white SEAGREEN #2E8B57

</tr> <tr>

=inc forms.color2.td black SEASHELL #FFF5EE
=inc forms.color2.td white SIENNA #A0522D
=inc forms.color2.td black SILVER #C0C0C0
=inc forms.color2.td black SKYBLUE #87CEEB

</tr> <tr>

=inc forms.color2.td white SLATEBLUE #6A5ACD
=inc forms.color2.td white SLATEGRAY #708090
=inc forms.color2.td black SNOW #FFFAFA
=inc forms.color2.td black SPRINGGREEN #00FF7F

</tr> <tr>

=inc forms.color2.td white STEELBLUE #4682B4
=inc forms.color2.td black TAN #D2B48C
=inc forms.color2.td white TEAL #008080
=inc forms.color2.td black THISTLE #D8BFD8

</tr> <tr>

=inc forms.color2.td black TOMATO #FF6347
=inc forms.color2.td black TURQUOISE #40E0D0
=inc forms.color2.td black VIOLET #EE82EE
=inc forms.color2.td black WHEAT #F5DEB3

</tr> <tr>

=inc forms.color2.td black WHITE #FFFFFF
=inc forms.color2.td black WHITESMOKE #F5F5F5
=inc forms.color2.td black YELLOW #FFFF00
=inc forms.color2.td black YELLOWGREEN #9ACD32

=// <td colspan=4>&nbsp;</td>

</tr>
</table>
</td>
</tr>
</table>

=eod


=data forms.dsup
=html

<p class="formerror">$(topmessage)</p>


<form name="dsup" method="POST" action="<#xcturl dsup#>">


<b>Dataset name:</b><br>
<input maxlength=100 size=60 name=datasetname value="$(datasetname)">
<br>
<span class="formerror">$(dataseterror)</span>

<br><br>

<b>Text:</b><br>

<textarea cols=80 rows=40 name="dsstring" wrap=soft>
$(dsstring)</textarea>

<br><br>
<input type="submit" value="Submit" name="Submit" class="bttn">

<br>

<p class="formerror">$(bottommessage)</p>

</form>


=eod



=data forms.fonts.txt
=inc forms.fonts.txt.size 12
=eod

=data forms.fonts.size
=parameters $(Size)
<#hreftext "forms.fonts.txt.size&arg2=$(Size)" "$(Size)"#>
=eod



=data forms.fonts.txt.size
=parameters $(Size)
=html

Point size:
=inc forms.fonts.size 8
=inc forms.fonts.size 10
=inc forms.fonts.size 12
=inc forms.fonts.size 14
=inc forms.fonts.size 16
=inc forms.fonts.size 24
=inc forms.fonts.size 48
<br>

=// <div style="font-size: $(Size)">
<table border="1" cellpadding="1" cellspacing="0" width="100%">
<tr><th colspan="2"><font size="+2">Browser Fonts</font></th></tr>
<tr><th>Name</th><th>Sample</th></tr>

=inc forms.fonts.f "Abadi MT Condensed (TrueType)" "Abadi MT Condensed" $(Size)
=inc forms.fonts.f "Abadi MT Condensed Extra Bold (TrueType)" "Abadi MT Condensed Extra Bold" $(Size)
=inc forms.fonts.f "Abadi MT Condensed Light (TrueType)" "Abadi MT Condensed Light" $(Size)
=inc forms.fonts.f "Algerian (TrueType)" "Algerian" $(Size)
=inc forms.fonts.f "Almanac MT (TrueType)" "Almanac MT" $(Size)
=inc forms.fonts.f "American Uncial (TrueType)" "American Uncial" $(Size)
=inc forms.fonts.f "Andale Mono IPA (TrueType)" "Andale Mono IPA" $(Size)
=inc forms.fonts.f "Andy Bold (TrueType)" "Andy Bold" $(Size)
=inc forms.fonts.f "Arial (TrueType)" "Arial" $(Size)
=inc forms.fonts.f "Arial Alternative Regular" "Arial Alternative Regular" $(Size)
=inc forms.fonts.f "Arial Alternative Symbol" "Arial Alternative Symbol" $(Size)
=inc forms.fonts.f "Arial Black (TrueType)" "Arial Black" $(Size)
=inc forms.fonts.f "Arial Black Italic (TrueType)" "Arial Black Italic" $(Size)
=inc forms.fonts.f "Arial Bold (TrueType)" "Arial Bold" $(Size)
=inc forms.fonts.f "Arial Bold Italic (TrueType)" "Arial Bold Italic" $(Size)
=inc forms.fonts.f "Arial Italic (TrueType)" "Arial Italic" $(Size)
=inc forms.fonts.f "Arial Narrow (TrueType)" "Arial Narrow" $(Size)
=inc forms.fonts.f "Arial Narrow Bold (TrueType)" "Arial Narrow Bold" $(Size)
=inc forms.fonts.f "Arial Narrow Bold Italic (TrueType)" "Arial Narrow Bold Italic" $(Size)
=inc forms.fonts.f "Arial Narrow Italic (TrueType)" "Arial Narrow Italic" $(Size)
=inc forms.fonts.f "Arial Rounded MT Bold (TrueType)" "Arial Rounded MT Bold" $(Size)
=inc forms.fonts.f "Augsburger Initials (TrueType)" "Augsburger Initials" $(Size)
=inc forms.fonts.f "Baskerville Old Face (TrueType)" "Baskerville Old Face" $(Size)
=inc forms.fonts.f "Bauhaus 93 (TrueType)" "Bauhaus 93" $(Size)
=inc forms.fonts.f "Beesknees ITC (TrueType)" "Beesknees ITC" $(Size)
=inc forms.fonts.f "Bell MT (TrueType)" "Bell MT" $(Size)
=inc forms.fonts.f "Bell MT Bold (TrueType)" "Bell MT Bold" $(Size)
=inc forms.fonts.f "Bell MT Italic (TrueType)" "Bell MT Italic" $(Size)
=inc forms.fonts.f "Bernard MT Condensed (TrueType)" "Bernard MT Condensed" $(Size)
=inc forms.fonts.f "Bickley Script (TrueType)" "Bickley Script" $(Size)
=inc forms.fonts.f "Blackadder ITC (TrueType)" "Blackadder ITC" $(Size)
=inc forms.fonts.f "Book Antiqua (TrueType)" "Book Antiqua" $(Size)
=inc forms.fonts.f "Book Antiqua Bold (TrueType)" "Book Antiqua Bold" $(Size)
=inc forms.fonts.f "Book Antiqua Bold Italic (TrueType)" "Book Antiqua Bold Italic" $(Size)
=inc forms.fonts.f "Book Antiqua Italic (TrueType)" "Book Antiqua Italic" $(Size)
=inc forms.fonts.f "Bookman Old Style (TrueType)" "Bookman Old Style" $(Size)
=inc forms.fonts.f "Bookman Old Style Bold (TrueType)" "Bookman Old Style Bold" $(Size)
=inc forms.fonts.f "Bookman Old Style Bold Italic (TrueType)" "Bookman Old Style Bold Italic" $(Size)
=inc forms.fonts.f "Bookman Old Style Italic (TrueType)" "Bookman Old Style Italic" $(Size)
=inc forms.fonts.f "Bradley Hand ITC (TrueType)" "Bradley Hand ITC" $(Size)
=inc forms.fonts.f "Braggadocio (TrueType)" "Braggadocio" $(Size)
=inc forms.fonts.f "Britannic Bold (TrueType)" "Britannic Bold" $(Size)
=inc forms.fonts.f "Broadway (TrueType)" "Broadway" $(Size)
=inc forms.fonts.f "Brush Script MT Italic (TrueType)" "Brush Script MT Italic" $(Size)
=inc forms.fonts.f "Californian FB (TrueType)" "Californian FB" $(Size)
=inc forms.fonts.f "Californian FB Bold (TrueType)" "Californian FB Bold" $(Size)
=inc forms.fonts.f "Californian FB Italic (TrueType)" "Californian FB Italic" $(Size)
=inc forms.fonts.f "Calisto MT (TrueType)" "Calisto MT" $(Size)
=inc forms.fonts.f "Calisto MT Bold (TrueType)" "Calisto MT Bold" $(Size)
=inc forms.fonts.f "Calisto MT Bold Italic (TrueType)" "Calisto MT Bold Italic" $(Size)
=inc forms.fonts.f "Calisto MT Italic (TrueType)" "Calisto MT Italic" $(Size)
=inc forms.fonts.f "Castellar (TrueType)" "Castellar" $(Size)
=inc forms.fonts.f "Century (TrueType)" "Century" $(Size)
=inc forms.fonts.f "Century Gothic (TrueType)" "Century Gothic" $(Size)
=inc forms.fonts.f "Century Gothic Bold (TrueType)" "Century Gothic Bold" $(Size)
=inc forms.fonts.f "Century Gothic Bold Italic (TrueType)" "Century Gothic Bold Italic" $(Size)
=inc forms.fonts.f "Century Gothic Italic (TrueType)" "Century Gothic Italic" $(Size)
=inc forms.fonts.f "Chiller (TrueType)" "Chiller" $(Size)
=inc forms.fonts.f "Comic Sans MS (TrueType)" "Comic Sans MS" $(Size)
=inc forms.fonts.f "Comic Sans MS Bold (TrueType)" "Comic Sans MS Bold" $(Size)
=inc forms.fonts.f "Cooper Black (TrueType)" "Cooper Black" $(Size)
=inc forms.fonts.f "Copperplate Gothic Bold (TrueType)" "Copperplate Gothic Bold" $(Size)
=inc forms.fonts.f "Copperplate Gothic Light (TrueType)" "Copperplate Gothic Light" $(Size)
=inc forms.fonts.f "Courier 10,12,15 (8514/a res)" "Courier 10,12,15 " $(Size)
=inc forms.fonts.f "Courier New (TrueType)" "Courier New" $(Size)
=inc forms.fonts.f "Courier New Bold (TrueType)" "Courier New Bold" $(Size)
=inc forms.fonts.f "Courier New Bold Italic (TrueType)" "Courier New Bold Italic" $(Size)
=inc forms.fonts.f "Courier New Italic (TrueType)" "Courier New Italic" $(Size)
=inc forms.fonts.f "Curlz MT (TrueType)" "Curlz MT" $(Size)
=inc forms.fonts.f "David (TrueType)" "David" $(Size)
=inc forms.fonts.f "David Bold (TrueType)" "David Bold" $(Size)
=inc forms.fonts.f "David Transparent (TrueType)" "David Transparent" $(Size)
=inc forms.fonts.f "Desdemona (TrueType)" "Desdemona" $(Size)
=inc forms.fonts.f "Edda (TrueType)" "Edda" $(Size)
=inc forms.fonts.f "Edwardian Script ITC (TrueType)" "Edwardian Script ITC" $(Size)
=inc forms.fonts.f "Elephant (TrueType)" "Elephant" $(Size)
=inc forms.fonts.f "Elephant Italic (TrueType)" "Elephant Italic" $(Size)
=inc forms.fonts.f "Engravers MT (TrueType)" "Engravers MT" $(Size)
=inc forms.fonts.f "Engravers MT Bold (TrueType)" "Engravers MT Bold" $(Size)
=inc forms.fonts.f "Enviro (TrueType)" "Enviro" $(Size)
=inc forms.fonts.f "Eras Bold ITC (TrueType)" "Eras Bold ITC" $(Size)
=inc forms.fonts.f "Eras Demi ITC (TrueType)" "Eras Demi ITC" $(Size)
=inc forms.fonts.f "Eras Light ITC (TrueType)" "Eras Light ITC" $(Size)
=inc forms.fonts.f "Eras Medium ITC (TrueType)" "Eras Medium ITC" $(Size)
=inc forms.fonts.f "Eras Ultra ITC (TrueType)" "Eras Ultra ITC" $(Size)
=inc forms.fonts.f "Eurostile (TrueType)" "Eurostile" $(Size)
=inc forms.fonts.f "Eurostile Bold (TrueType)" "Eurostile Bold" $(Size)
=inc forms.fonts.f "Felix Titling (TrueType)" "Felix Titling" $(Size)
=inc forms.fonts.f "Fine Hand (TrueType)" "Fine Hand" $(Size)
=inc forms.fonts.f "Fixed Miriam Transparent (TrueType)" "Fixed Miriam Transparent" $(Size)
=inc forms.fonts.f "Fixedsys (Set #6)" "Fixedsys " $(Size)
=inc forms.fonts.f "Fixedsys for the IBM 8514" "Fixedsys for the IBM 8514" $(Size)
=inc forms.fonts.f "Footlight MT Light (TrueType)" "Footlight MT Light" $(Size)
=inc forms.fonts.f "Forte (TrueType)" "Forte" $(Size)
=inc forms.fonts.f "Franklin Gothic Book (TrueType)" "Franklin Gothic Book" $(Size)
=inc forms.fonts.f "Franklin Gothic Book Italic (TrueType)" "Franklin Gothic Book Italic" $(Size)
=inc forms.fonts.f "Franklin Gothic Demi (TrueType)" "Franklin Gothic Demi" $(Size)
=inc forms.fonts.f "Franklin Gothic Demi Cond (TrueType)" "Franklin Gothic Demi Cond" $(Size)
=inc forms.fonts.f "Franklin Gothic Demi Italic (TrueType)" "Franklin Gothic Demi Italic" $(Size)
=inc forms.fonts.f "Franklin Gothic Heavy (TrueType)" "Franklin Gothic Heavy" $(Size)
=inc forms.fonts.f "Franklin Gothic Heavy Italic (TrueType)" "Franklin Gothic Heavy Italic" $(Size)
=inc forms.fonts.f "Franklin Gothic Medium (TrueType)" "Franklin Gothic Medium" $(Size)
=inc forms.fonts.f "Franklin Gothic Medium Cond (TrueType)" "Franklin Gothic Medium Cond" $(Size)
=inc forms.fonts.f "Franklin Gothic Medium Italic (TrueType)" "Franklin Gothic Medium Italic" $(Size)
=inc forms.fonts.f "Freestyle Script (TrueType)" "Freestyle Script" $(Size)
=inc forms.fonts.f "French Script MT (TrueType)" "French Script MT" $(Size)
=inc forms.fonts.f "Garamond (TrueType)" "Garamond" $(Size)
=inc forms.fonts.f "Garamond Bold (TrueType)" "Garamond Bold" $(Size)
=inc forms.fonts.f "Garamond Italic (TrueType)" "Garamond Italic" $(Size)
=inc forms.fonts.f "Georgia (TrueType)" "Georgia" $(Size)
=inc forms.fonts.f "Georgia Bold (TrueType)" "Georgia Bold" $(Size)
=inc forms.fonts.f "Georgia Bold Italic (TrueType)" "Georgia Bold Italic" $(Size)
=inc forms.fonts.f "Georgia Italic (TrueType)" "Georgia Italic" $(Size)
=inc forms.fonts.f "Georgia Ref (TrueType)" "Georgia Ref" $(Size)
=inc forms.fonts.f "Gigi (TrueType)" "Gigi" $(Size)
=inc forms.fonts.f "Gill Sans MT (TrueType)" "Gill Sans MT" $(Size)
=inc forms.fonts.f "Gill Sans MT Bold (TrueType)" "Gill Sans MT Bold" $(Size)
=inc forms.fonts.f "Gill Sans MT Bold Italic (TrueType)" "Gill Sans MT Bold Italic" $(Size)
=inc forms.fonts.f "Gill Sans MT Condensed (TrueType)" "Gill Sans MT Condensed" $(Size)
=inc forms.fonts.f "Gill Sans MT Condensed Bold (TrueType)" "Gill Sans MT Condensed Bold" $(Size)
=inc forms.fonts.f "Gill Sans MT Ext Condensed Bold (TrueType)" "Gill Sans MT Ext Condensed Bold" $(Size)
=inc forms.fonts.f "Gill Sans MT Italic (TrueType)" "Gill Sans MT Italic" $(Size)
=inc forms.fonts.f "Gill Sans Ultra Bold (TrueType)" "Gill Sans Ultra Bold" $(Size)
=inc forms.fonts.f "Gill Sans Ultra Bold Condensed (TrueType)" "Gill Sans Ultra Bold Condensed" $(Size)
=inc forms.fonts.f "Goudy Old Style (TrueType)" "Goudy Old Style" $(Size)
=inc forms.fonts.f "Goudy Old Style Bold (TrueType)" "Goudy Old Style Bold" $(Size)
=inc forms.fonts.f "Goudy Old Style Italic (TrueType)" "Goudy Old Style Italic" $(Size)
=inc forms.fonts.f "Goudy Stout (TrueType)" "Goudy Stout" $(Size)
=inc forms.fonts.f "Gradl (TrueType)" "Gradl" $(Size)
=inc forms.fonts.f "Haettenschweiler (TrueType)" "Haettenschweiler" $(Size)
=inc forms.fonts.f "Harlow Solid Italic (TrueType)" "Harlow Solid Italic" $(Size)
=inc forms.fonts.f "Harrington (TrueType)" "Harrington" $(Size)
=inc forms.fonts.f "Helvetica (TrueType)" "Helvetica" $(Size)
=inc forms.fonts.f "High Tower Text (TrueType)" "High Tower Text" $(Size)
=inc forms.fonts.f "High Tower Text Italic (TrueType)" "High Tower Text Italic" $(Size)
=inc forms.fonts.f "HM Phonetic" "HM Phonetic" $(Size)
=inc forms.fonts.f "Holidays MT (TrueType)" "Holidays MT" $(Size)
=inc forms.fonts.f "Impact (TrueType)" "Impact" $(Size)
=inc forms.fonts.f "Imprint MT Shadow (TrueType)" "Imprint MT Shadow" $(Size)
=inc forms.fonts.f "Informal Roman (TrueType)" "Informal Roman" $(Size)
=inc forms.fonts.f "Jokerman (TrueType)" "Jokerman" $(Size)
=inc forms.fonts.f "Juice ITC (TrueType)" "Juice ITC" $(Size)
=inc forms.fonts.f "Kino MT (TrueType)" "Kino MT" $(Size)
=inc forms.fonts.f "Kristen ITC (TrueType)" "Kristen ITC" $(Size)
=inc forms.fonts.f "Kunstler Script (TrueType)" "Kunstler Script" $(Size)
=inc forms.fonts.f "Lucida Calligraphy Italic (TrueType)" "Lucida Calligraphy Italic" $(Size)
=inc forms.fonts.f "Lucida Console (TrueType)" "Lucida Console" $(Size)
=inc forms.fonts.f "Lucida Handwriting Italic (TrueType)" "Lucida Handwriting Italic" $(Size)
=inc forms.fonts.f "Lucida Sans Demibold Italic (TrueType)" "Lucida Sans Demibold Italic" $(Size)
=inc forms.fonts.f "Lucida Sans Demibold Roman (TrueType)" "Lucida Sans Demibold Roman" $(Size)
=inc forms.fonts.f "Lucida Sans Italic (TrueType)" "Lucida Sans Italic" $(Size)
=inc forms.fonts.f "Lucida Sans Regular (TrueType)" "Lucida Sans Regular" $(Size)
=inc forms.fonts.f "Lucida Sans Unicode (TrueType)" "Lucida Sans Unicode" $(Size)
=inc forms.fonts.f "Maiandra GD (TrueType)" "Maiandra GD" $(Size)
=inc forms.fonts.f "Maiandra GD Demi Bold (TrueType)" "Maiandra GD Demi Bold" $(Size)
=inc forms.fonts.f "Maiandra GD Italic (TrueType)" "Maiandra GD Italic" $(Size)
=inc forms.fonts.f "MapSymbols (TrueType)" "MapSymbols" $(Size)
=inc forms.fonts.f "Marlett (TrueType)" "Marlett" $(Size)
=inc forms.fonts.f "Matisse ITC (TrueType)" "Matisse ITC" $(Size)
=inc forms.fonts.f "Matura MT Script Capitals (TrueType)" "Matura MT Script Capitals" $(Size)
=inc forms.fonts.f "Mercurius Script MT Bold (TrueType)" "Mercurius Script MT Bold" $(Size)
=inc forms.fonts.f "MingLiU (TrueType)" "MingLiU" $(Size)
=inc forms.fonts.f "Miriam (TrueType)" "Miriam" $(Size)
=inc forms.fonts.f "Miriam Fixed (TrueType)" "Miriam Fixed" $(Size)
=inc forms.fonts.f "Miriam Transparent (TrueType)" "Miriam Transparent" $(Size)
=inc forms.fonts.f "Mistral (TrueType)" "Mistral" $(Size)
=inc forms.fonts.f "Modern No. 20 (TrueType)" "Modern No. 20" $(Size)
=inc forms.fonts.f "Monotype Corsiva (TrueType)" "Monotype Corsiva" $(Size)
=inc forms.fonts.f "Monotype Sorts (TrueType)" "Monotype Sorts" $(Size)
=inc forms.fonts.f "Monotype Sorts 2 (TrueType)" "Monotype Sorts 2" $(Size)
=inc forms.fonts.f "MS Hei (TrueType)" "MS Hei" $(Size)
=inc forms.fonts.f "MS Mincho (TrueType)" "MS Mincho" $(Size)
=inc forms.fonts.f "MS Outlook (TrueType)" "MS Outlook" $(Size)
=inc forms.fonts.f "MS Reference 1 (TrueType)" "MS Reference 1" $(Size)
=inc forms.fonts.f "MS Reference 2 (TrueType)" "MS Reference 2" $(Size)
=inc forms.fonts.f "MS Reference Sans Serif (TrueType)" "MS Reference Sans Serif" $(Size)
=inc forms.fonts.f "MS Reference Sans Serif Bold (TrueType)" "MS Reference Sans Serif Bold" $(Size)
=inc forms.fonts.f "MS Reference Sans Serif Bold Italic (TrueType"MS Reference Sans Serif Bold Italic" )" $(Size)
=inc forms.fonts.f "MS Reference Sans Serif Italic (TrueType)" "MS Reference Sans Serif Italic" $(Size)
=inc forms.fonts.f "MS Reference Serif (TrueType)" "MS Reference Serif" $(Size)
=inc forms.fonts.f "MS Reference Serif Bold (TrueType)" "MS Reference Serif Bold" $(Size)
=inc forms.fonts.f "MS Reference Serif Bold Italic (TrueType)" "MS Reference Serif Bold Italic" $(Size)
=inc forms.fonts.f "MS Reference Serif Italic (TrueType)" "MS Reference Serif Italic" $(Size)
=inc forms.fonts.f "MS Reference Specialty (TrueType)" "MS Reference Specialty" $(Size)
=inc forms.fonts.f "MS Sans Serif 8,10,12,14,18,24 (8514 res)" "MS Sans Serif 8,10,12,14,18,24 " $(Size)
=inc forms.fonts.f "MS Serif 8,10,12,14,18,24 (8514 res)" "MS Serif 8,10,12,14,18,24 " $(Size)
=inc forms.fonts.f "MS Song (TrueType)" "MS Song" $(Size)
=inc forms.fonts.f "MS-DOS CP 437" "MS-DOS CP 437" $(Size)
=inc forms.fonts.f "MT Extra (TrueType)" "MT Extra" $(Size)
=inc forms.fonts.f "NETROPA OSD ICON" "NETROPA OSD ICON" $(Size)
=inc forms.fonts.f "News Gothic MT (TrueType)" "News Gothic MT" $(Size)
=inc forms.fonts.f "News Gothic MT Bold (TrueType)" "News Gothic MT Bold" $(Size)
=inc forms.fonts.f "News Gothic MT Italic (TrueType)" "News Gothic MT Italic" $(Size)
=inc forms.fonts.f "OCR A Extended (TrueType)" "OCR A Extended" $(Size)
=inc forms.fonts.f "OCRB (TrueType)" "OCRB" $(Size)
=inc forms.fonts.f "Old English Text MT (TrueType)" "Old English Text MT" $(Size)
=inc forms.fonts.f "Onyx (TrueType)" "Onyx" $(Size)
=inc forms.fonts.f "Palace Script MT (TrueType)" "Palace Script MT" $(Size)
=inc forms.fonts.f "Papyrus (TrueType)" "Papyrus" $(Size)
=inc forms.fonts.f "Parade (TrueType)" "Parade" $(Size)
=inc forms.fonts.f "Parchment (TrueType)" "Parchment" $(Size)
=inc forms.fonts.f "Pepita MT (TrueType)" "Pepita MT" $(Size)
=inc forms.fonts.f "Perpetua (TrueType)" "Perpetua" $(Size)
=inc forms.fonts.f "Perpetua Bold (TrueType)" "Perpetua Bold" $(Size)
=inc forms.fonts.f "Perpetua Bold Italic (TrueType)" "Perpetua Bold Italic" $(Size)
=inc forms.fonts.f "Perpetua Italic (TrueType)" "Perpetua Italic" $(Size)
=inc forms.fonts.f "Perpetua Titling MT Bold (TrueType)" "Perpetua Titling MT Bold" $(Size)
=inc forms.fonts.f "Perpetua Titling MT Light (TrueType)" "Perpetua Titling MT Light" $(Size)
=inc forms.fonts.f "Placard Condensed (TrueType)" "Placard Condensed" $(Size)
=inc forms.fonts.f "Playbill (TrueType)" "Playbill" $(Size)
=inc forms.fonts.f "Poor Richard (TrueType)" "Poor Richard" $(Size)
=inc forms.fonts.f "Pristina (TrueType)" "Pristina" $(Size)
=inc forms.fonts.f "Rage Italic (TrueType)" "Rage Italic" $(Size)
=inc forms.fonts.f "Ransom (TrueType)" "Ransom" $(Size)
=inc forms.fonts.f "Ransom Bold (TrueType)" "Ransom Bold" $(Size)
=inc forms.fonts.f "Ransom Bold Italic (TrueType)" "Ransom Bold Italic" $(Size)
=inc forms.fonts.f "Ransom Italic (TrueType)" "Ransom Italic" $(Size)
=inc forms.fonts.f "Ravie (TrueType)" "Ravie" $(Size)
=inc forms.fonts.f "RefSpecialty (TrueType)" "RefSpecialty" $(Size)
=inc forms.fonts.f "Rockwell (TrueType)" "Rockwell" $(Size)
=inc forms.fonts.f "Rockwell Bold (TrueType)" "Rockwell Bold" $(Size)
=inc forms.fonts.f "Rockwell Bold Italic (TrueType)" "Rockwell Bold Italic" $(Size)
=inc forms.fonts.f "Rockwell Extra Bold (TrueType)" "Rockwell Extra Bold" $(Size)
=inc forms.fonts.f "Rockwell Italic (TrueType)" "Rockwell Italic" $(Size)
=inc forms.fonts.f "Rod (TrueType)" "Rod" $(Size)
=inc forms.fonts.f "Runic MT Condensed (TrueType)" "Runic MT Condensed" $(Size)
=inc forms.fonts.f "Script MT Bold (TrueType)" "Script MT Bold" $(Size)
=inc forms.fonts.f "Showcard Gothic (TrueType)" "Showcard Gothic" $(Size)
=inc forms.fonts.f "Small Fonts (8514/a res)" "Small Fonts " $(Size)
=inc forms.fonts.f "Snap ITC (TrueType)" "Snap ITC" $(Size)
=inc forms.fonts.f "Stencil (TrueType)" "Stencil" $(Size)
=inc forms.fonts.f "Stop (TrueType)" "Stop" $(Size)
=inc forms.fonts.f "Symbol (TrueType)" "Symbol" $(Size)
=inc forms.fonts.f "Symbol 8,10,12,14,18,24 (8514/a RES)" "Symbol 8,10,12,14,18,24 " $(Size)
=inc forms.fonts.f "System (Set #6)" "System " $(Size)
=inc forms.fonts.f "Tahoma (True Type)" "Tahoma " $(Size)
=inc forms.fonts.f "Tahoma (TrueType)" "Tahoma" $(Size)
=inc forms.fonts.f "Tahoma Bold (TrueType)" "Tahoma Bold" $(Size)
=inc forms.fonts.f "Tahoma" "Tahoma" $(Size)
=inc forms.fonts.f "Tempus Sans ITC (TrueType)" "Tempus Sans ITC" $(Size)
=inc forms.fonts.f "Terminal (US) (Set #6)" "Terminal " $(Size)
=inc forms.fonts.f "Terminal Font for the IBM 8514" "Terminal Font for the IBM 8514" $(Size)
=inc forms.fonts.f "Times New Roman (TrueType)" "Times New Roman" $(Size)
=inc forms.fonts.f "Times New Roman Bold (TrueType)" "Times New Roman Bold" $(Size)
=inc forms.fonts.f "Times New Roman Bold Italic (TrueType)" "Times New Roman Bold Italic" $(Size)
=inc forms.fonts.f "Times New Roman Italic (TrueType)" "Times New Roman Italic" $(Size)
=inc forms.fonts.f "Trebuchet (TrueType)" "Trebuchet" $(Size)
=inc forms.fonts.f "Trebuchet Bold (TrueType)" "Trebuchet Bold" $(Size)
=inc forms.fonts.f "Trebuchet Bold Italic (TrueType)" "Trebuchet Bold Italic" $(Size)
=inc forms.fonts.f "Trebuchet Italic (TrueType)" "Trebuchet Italic" $(Size)
=inc forms.fonts.f "Trebuchet MS (TrueType)" "Trebuchet MS" $(Size)
=inc forms.fonts.f "Trebuchet MS Bold (TrueType)" "Trebuchet MS Bold" $(Size)
=inc forms.fonts.f "Trebuchet MS Bold Italic (TrueType)" "Trebuchet MS Bold Italic" $(Size)
=inc forms.fonts.f "Trebuchet MS Italic (TrueType)" "Trebuchet MS Italic" $(Size)
=inc forms.fonts.f "Tw Cen MT (TrueType)" "Tw Cen MT" $(Size)
=inc forms.fonts.f "Tw Cen MT Bold (TrueType)" "Tw Cen MT Bold" $(Size)
=inc forms.fonts.f "Tw Cen MT Bold Italic (TrueType)" "Tw Cen MT Bold Italic" $(Size)
=inc forms.fonts.f "Tw Cen MT Condensed (TrueType)" "Tw Cen MT Condensed" $(Size)
=inc forms.fonts.f "Tw Cen MT Condensed Bold (TrueType)" "Tw Cen MT Condensed Bold" $(Size)
=inc forms.fonts.f "Tw Cen MT Condensed Extra Bold (TrueType)" "Tw Cen MT Condensed Extra Bold" $(Size)
=inc forms.fonts.f "Tw Cen MT Italic (TrueType)" "Tw Cen MT Italic" $(Size)
=inc forms.fonts.f "Vacation MT (TrueType)" "Vacation MT" $(Size)
=inc forms.fonts.f "Verdana (TrueType)" "Verdana" $(Size)
=inc forms.fonts.f "Verdana Bold (TrueType)" "Verdana Bold" $(Size)
=inc forms.fonts.f "Verdana Bold Italic (TrueType)" "Verdana Bold Italic" $(Size)
=inc forms.fonts.f "Verdana Italic (TrueType)" "Verdana Italic" $(Size)
=inc forms.fonts.f "Verdana Ref (TrueType)" "Verdana Ref" $(Size)
=inc forms.fonts.f "Viner Hand ITC (TrueType)" "Viner Hand ITC" $(Size)
=inc forms.fonts.f "Vivaldi Italic (TrueType)" "Vivaldi Italic" $(Size)
=inc forms.fonts.f "Vladimir Script (TrueType)" "Vladimir Script" $(Size)
=inc forms.fonts.f "Webdings (TrueType)" "Webdings" $(Size)
=inc forms.fonts.f "Westminster (TrueType)" "Westminster" $(Size)
=inc forms.fonts.f "Wide Latin (TrueType)" "Wide Latin" $(Size)
=inc forms.fonts.f "WingDings (TrueType)" "WingDings" $(Size)
=inc forms.fonts.f "Wingdings 2 (TrueType)" "Wingdings 2" $(Size)
=inc forms.fonts.f "Wingdings 3 (TrueType)" "Wingdings 3" $(Size)

</table>
=// </div>
=eod

=data forms.fonts.fxxx
=parameters $(Fullname),$(Name),$(Size)
<br>
<font face="$(Name)">
The quick brown fox jumps over the lazy dog.
This is in font $(Fullname).
</font>
=eod


=data forms.fonts.f
=parameters $(Fullname),$(Name),$(Size)
<tr><td>$(Name)</td>
<td style="font-size: $(Size)pt">
=// ; font-family: '$(Name)'">
<font face="$(Name)">
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ
0123456789
!"#$%&amp;'()*+,-./:;&lt;=&gt;?[\]^_{|}~
=// The quick brown fox jumps over the lazy dog.
This is in font $(Fullname). 
<b>Text in bold</b>
<i>Text in italics</i>
<i><b>Text in italics and bold</b></i>
</font></td></tr>
=eod
















=data forms.usercomment
=parameters $(Button)
=html

<p class="formerror">$(topmessage)</p>

<table <#include forms.std.tableborder#>>
<tr><td valign="middle" width=100%>

<form name="register" method="POST"
      action="<#xcturl $(xct) Cgi=$(SysLocalCgi)
    		Refer=$(SysReferer)#>&xt=$(Type)">

=// <input type="hidden" name="dataset" value="frater.a.register" class="bttn">
=// <input type="hidden" name="type" value="$(Type)" class="bttn">

<input type="hidden" name="mod" value="$(Mod)" class="bttn">

<table <#include forms.std.tableborder#>>


<#include forms.std.namefield firstname "First Name"#>
<#include forms.std.namefield middlename "Middle"#>
<#include forms.std.namefield lastname "Last Name"#>

<#include forms.std.namefield email "E-mail Address"#>

=// ... stuff deleted from bjforms

<tr><td colspan=2><center><b>
Your e-mail address will not be given to anyone else.
</b></center>
</td></tr>

<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2><center><b>
Comments:
</b></center>
<span class="formerror">$(commentstringerror)</span><br>
<textarea cols=60 rows=10 name="commentstring" wrap=soft>
$(commentstring)</textarea>
</td></tr>




<tr><td colspan=2><hr></td></tr>

<tr><td colspan=2><center>
<input type="hidden" name="stest" value="mod">
<input type="submit" value="Submit" name="Submit2" class="bttn">
=// <input type="submit" value="Submit" name="Submit" class="bttn">
</center></td></tr>



</table>

<p class="formerror">$(bottommessage)</p>

</form>
</table>

=// <a href="http://www.barbforgovernor.com" class="clickhere">
=// Return to Barbara's home page</a>


=eod




=data forms.smallcomment
=parameters $(Button)
=// Make sure you set xct before coming here
<table <#include forms.std.tableborder#> width=100%>
<tr><td valign="middle" align="center" width=100%>
<form name="register" method="POST"
      action="<#xcturl $(xct) Cgi=$(SysLocalCgi)
    		Refer=$(SysReferer)#>&xt=$(Type)">
=//    		Refer=$(SysReferer)#>&xt=$(Type)&content=literal">
<table <#include forms.std.tableborder#> width=100%>
=// <#include forms.std.namefield email "E-mail"#>
    <tr><td align="center"><b>
	E-mail: <input maxlength=50 name=email
				value="$(email)">
    </b></td></tr>
=// <tr><td colspan=2><center>
=// <b>Your e-mail address will not be given to anyone else.
=// </b></center>
=// </td></tr>
=// <tr><td colspan=2><hr></td></tr>
<tr><td><center><b>
Comments:
<br>
<textarea cols=30 rows=3 name="commentstring" wrap=soft>
$(commentstring)</textarea>
</b></center>
</td></tr>
=// <tr><td colspan=2><hr></td></tr>
<tr><td><center>
<input type="hidden" name="stest" value="mod">
<input type="submit" value="Submit" name="Submit2" class="bttn">
</center></td></tr>
</table>
</form>
</table>
=eod






=data forms.chessdiagrams
=parameters $(Button)
=// Make sure you set xct before coming here
=html

<h1>Draw Chess Diagrams</h1>

Fill in the text box below (see directions at bottom of page) and
press "Draw Diagram."  Note: This software draws chess diagrams, but
doesn't play chess.

<table <#include forms.std.tableborder#> width=100%>
<tr><td valign="middle" align="center" width=100%>

<form name="register" method="POST"
      action="<#xcturl $(xct) Cgi=$(SysLocalCgi)
    		Refer=$(SysReferer)#>&xt=$(Type)">
=//    		Refer=$(SysReferer)#>&xt=$(Type)&content=literal">

<table <#include forms.std.tableborder#> width=100%>


<tr><td><center><b>
<textarea cols=70 rows=8 name="inputstring" wrap=soft>
$(inputstring)</textarea>
</b></center>
</td></tr>


<tr><td align=center>Input is for:
    <input type="radio" name="inputtype"
	value=<#checked diagram $(inputtype)#>> Just the diagram
    <input type="radio" name="inputtype"
	value=<#checked html $(inputtype)#>> All HTML
    <input type="radio" name="inputtype"
	value=<#checked htmlpage $(inputtype)#>> All HTML on new page
</td></tr>



<tr><td><center>
<input type="submit" value="Draw Diagram"
		name="DrawDiagram" class="bttn">
<br><br><br><br><br>
</center></td></tr>

<tr><td><center>
<div>
$(diagram)
</div>
</center></td></tr>
</table>

</form>
</table>

<h2>Instructions</h2>

Specify chess pieces and locations with a list of four-character
descriptions, separated by spaces.  For example, "bRa8 wRa1" says
"black Rook on a8 and white Rook on a1".

You can specify input in three different ways:

<ul><li><b>Just the diagram.</b>  In this case, you specify just the
chess pieces and locations, and the software displays a chess
diagram.

For example, "bRa8 wRa1" causes this display:<br><br><br><center>

=chess "bRa8 wRa1"

</center><br><br><br></li>

<li><b>All HTML.</b> In this case, you specify HTML surrounding the
diagram.  You include a chess diagram within the HTML by using
something like "<chess bRa8 wRa1>".  You can have more than one
diagram in this case.

For example,

<pre>
&lt;table cellspacing=0 border=0 cellpadding=5&gt;
&lt;tr&gt;&lt;th&gt;White - Computer&lt;/th&gt;
&lt;th&gt;Black - Human&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;th&gt;1 e2-e4&lt;/th&gt;
&lt;th&gt;e7-e5&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;th&gt;
&lt;chess bRa8 bNb8 bBc8 bQd8 bKe8 bBf8 bNg8 bRh8 
bPa7 bPb7 bPc7 bPd7 bPe7 bPf7 bPg7 bPh7 
wPa2 wPb2 wPc2 wPd2 wPe4 wPf2 wPg2 wPh2 
wRa1 wNb1 wBc1 wQd1 wKe1 wBf1 wNg1 wRh1&gt;
&lt;/th&gt;

&lt;th&gt;
&lt;chess bRa8 bNb8 bBc8 bQd8 bKe8 bBf8 bNg8 bRh8 
bPa7 bPb7 bPc7 bPd7 bPe5 bPf7 bPg7 bPh7 
wPa2 wPb2 wPc2 wPd2 wPe4 wPf2 wPg2 wPh2 
wRa1 wNb1 wBc1 wQd1 wKe1 wBf1 wNg1 wRh1&gt;
&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;td&gt;Standard first computer move.&lt;/td&gt;
&lt;td&gt;Standard response.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
</pre>

produces the following display:

<table cellspacing=0 border=0 cellpadding=5>
<tr><th>White - Computer</th>
<th>Black - Human</th></tr>

<tr><th>1 e2-e4</th>
<th>e7-e5</th></tr>

<tr><th>
<#chess "bRa8 bNb8 bBc8 bQd8 bKe8 bBf8 bNg8 bRh8 
bPa7 bPb7 bPc7 bPd7 bPe7 bPf7 bPg7 bPh7 
wPa2 wPb2 wPc2 wPd2 wPe4 wPf2 wPg2 wPh2 
wRa1 wNb1 wBc1 wQd1 wKe1 wBf1 wNg1 wRh1"#>
</th>

<th>
<#chess "bRa8 bNb8 bBc8 bQd8 bKe8 bBf8 bNg8 bRh8 
bPa7 bPb7 bPc7 bPd7 bPe5 bPf7 bPg7 bPh7 
wPa2 wPb2 wPc2 wPd2 wPe4 wPf2 wPg2 wPh2 
wRa1 wNb1 wBc1 wQd1 wKe1 wBf1 wNg1 wRh1"#>
</th></tr>

<tr><td>Standard first computer move.</td>
<td>Standard response.</td></tr></table></li>



<li><b>All HTML on new page.</b>  This is the same as the previous
case, except that the display is on an otherwise empty browser
page.</li>
</ul>


=eod

=// ***********************************************************
=// ***********************************************************
=// ***********************************************************
=// ***********************************************************
=// ***********************************************************
=// ***********************************************************

=data forms.af.ftp
=html

<h1>FTP Transmission Form</h1>

<p class="formerror">$(topmessage)</p>

<table <#include forms.std.tableborder#>>
<tr><td valign="middle" width=100%>

<form name="register" method="POST"
	    enctype="multipart/form-data" 
      action="<#xcturl $(xct) Cgi=$(SysLocalCgi)
=//    		Refer=$(SysReferer)#>&xt=$(Type)">
=//        Refer=$(SysReferer)#>&xt=$(Type)&xxxcgixxx&content=literal">
        Refer=$(SysReferer)#>&xt=$(Type)&xxxcgixxx">

<table <#include forms.std.tableborder#>>


<#include forms.std.namefield userid "User Id"#>
<#include forms.std.passwordfield password Password#>
<#include forms.std.namefield email1 "Your E-mail Address"#>
<#include forms.std.namefield email2 "Recipient E-mail Address"#>


<#include forms.std.selectfield forms.codes.color
    "$(afbase)" afbase "Assigned Air Force Base"#>

<tr><td colspan=2><hr></td></tr>

<#include forms.std.filefield newfile "File to be sent"#>


<tr><td colspan=2><center>
<input type="submit" value="Add a file" name="AddFile" class="bttn">
</center></td></tr>

<tr><td colspan=2><hr></td></tr>


<tr><td colspan=2><center><b>Message</b><center>
<textarea cols=60 rows=5 name="messagestring" wrap=soft>
$(messagestring)</textarea>
</td></tr>


<tr><td colspan=2><hr></td></tr>


<tr><td colspan=2><center>
<input type="submit" value="Submit" name="Submit" class="bttn">
<input type="submit" value="Cancel" name="Cancel" class="bttn">
</center></td></tr>


</table>

<p class="formerror">$(bottommessage)</p>



</form>
</table>

=eod






















Copyright © 1986-2014 by John J. Xenakis