[Mydatabasepilot-cvs] MyDatabasePilot/Styles master-test.html,1.1.1.1,1.2
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-03-30 04:21:18
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot/Styles In directory sc8-pr-cvs1:/tmp/cvs-serv32395 Modified Files: master-test.html Log Message: Testing syncmail Index: master-test.html =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/Styles/master-test.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** master-test.html 23 Mar 2003 03:44:37 -0000 1.1.1.1 --- master-test.html 30 Mar 2003 04:21:15 -0000 1.2 *************** *** 1,91 **** ! <!--Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license--> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! ! <html> ! <head> ! <title>Untitled</title> ! <link rel="STYLESHEET" type="text/css" href="master.css"> ! </head> ! ! <body> ! Welcome to Police Ordnance ! ! <p>Paragraph. This is a paragraph. <q>This is an inline quote.</q> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.</p> ! <h1>Heading 1</h1> ! <h2>Heading 2</h2> ! <h3>Heading 3</h3> ! <h4>Heading 4</h4> ! <h5>Heading 5</h5> ! <h6>Heading 6</h6> ! ! ! <blockquote>This is a Block Quote</blockquote> ! ! <a href="bogus page">UnVisited Link</a> ! <br> ! <a href="master-test.html">Visited Link</a> ! <table width="100%" border="0" cellpadding="0" cellspacing="0"> ! <tr class="Head"><td>Header</td></tr> ! <tr class="Odd"><td>Line 1</td></tr> ! <tr class="Even"><td>Line 2</td></tr> ! <tr class="Odd"><td>Line 3</td></tr> ! <tr class="Even"><td>Line 4</td></tr> ! </table> ! <FORM action="http://www.PoliceOrdnance.com/prog/adduser" method="post"> ! This is a Form<br> ! <fieldset> ! <LEGEND>Personal Information</LEGEND> ! <LABEL for="firstname">First name: </LABEL><input type="text" id="firstname" value="Jane"><BR> ! <LABEL for="lastname">Last name: </LABEL><input type="text" id="lastname" value="Smith"><BR> ! <LABEL for="email">email: </LABEL><input type="text" id="email" value="ja...@ao..."><BR> ! <LABEL for="password">Password: </LABEL><input type="password" value="Password"> ! </fieldset> ! ! <textarea cols="30" rows="5" class="ElegantForms">TextArea</textarea><br> ! ! <select name=""> ! <option value="1" selected>Option One</option> ! <option value="2">Option Two</option> ! <option value="3">Option Three</option> ! <option value="4">Option Four</option> ! <option value="5">Option Five</option> ! </select><br> ! ! <SELECT name="ComOS"> ! <OPTGROUP label="PortMaster 3"> ! <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1 ! <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7 ! <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="PortMaster 2"> ! <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7 ! <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="IRX"> ! <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R ! <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R ! </OPTGROUP> ! </SELECT><br> ! ! ! <fieldset> ! <legend>Special</LEGEND> ! <input type="checkbox" value="" class="ElegantForms"> ! <input type="checkbox" value="" checked class="ElegantForms"><br> ! <LABEL for="male">Male: </LABEL><input id="male" type="radio" name="sex" value="Male" checked> Male<BR> ! <LABEL for="female">Female: </LABEL><INPUT id="female" type="radio" name="sex" value="Female"> Female<BR> ! <input type="button" value="Input Button" class="ElegantFormButton"><br> ! <button class="ElegantFormButton">Image Button</button><br> ! <input type="file" name="File" accept="text/plain" > ! </fieldset> ! ! <fieldset> ! <legend>Form Control</LEGEND> ! <input type="submit" value="Send" class="ElegantFormButton"> ! <input type="reset" class="ElegantFormButton"> ! </fieldset> ! </FORM> ! ! ! </body> ! </html> --- 1,92 ---- ! <!--Copyright: MyDatabase Pilot is distributed under the terms of the GNU GPL license--> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! ! <html> ! <head> ! <title>Untitled</title> ! <link rel="STYLESHEET" type="text/css" href="master.css"> ! </head> ! ! <body> ! Welcome to MyDatabase Pilot ! <!--- Testing syncmail ---> ! ! <p>Paragraph. This is a paragraph. <q>This is an inline quote.</q> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.</p> ! <h1>Heading 1</h1> ! <h2>Heading 2</h2> ! <h3>Heading 3</h3> ! <h4>Heading 4</h4> ! <h5>Heading 5</h5> ! <h6>Heading 6</h6> ! ! ! <blockquote>This is a Block Quote</blockquote> ! ! <a href="bogus page">UnVisited Link</a> ! <br> ! <a href="master-test.html">Visited Link</a> ! <table width="100%" border="0" cellpadding="0" cellspacing="0"> ! <tr class="Head"><td>Header</td></tr> ! <tr class="Odd"><td>Line 1</td></tr> ! <tr class="Even"><td>Line 2</td></tr> ! <tr class="Odd"><td>Line 3</td></tr> ! <tr class="Even"><td>Line 4</td></tr> ! </table> ! <FORM action="http://www.PoliceOrdnance.com/prog/adduser" method="post"> ! This is a Form<br> ! <fieldset> ! <LEGEND>Personal Information</LEGEND> ! <LABEL for="firstname">First name: </LABEL><input type="text" id="firstname" value="Jane"><BR> ! <LABEL for="lastname">Last name: </LABEL><input type="text" id="lastname" value="Smith"><BR> ! <LABEL for="email">email: </LABEL><input type="text" id="email" value="ja...@ao..."><BR> ! <LABEL for="password">Password: </LABEL><input type="password" value="Password"> ! </fieldset> ! ! <textarea cols="30" rows="5" class="ElegantForms">TextArea</textarea><br> ! ! <select name=""> ! <option value="1" selected>Option One</option> ! <option value="2">Option Two</option> ! <option value="3">Option Three</option> ! <option value="4">Option Four</option> ! <option value="5">Option Five</option> ! </select><br> ! ! <SELECT name="ComOS"> ! <OPTGROUP label="PortMaster 3"> ! <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1 ! <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7 ! <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="PortMaster 2"> ! <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7 ! <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5 ! </OPTGROUP> ! <OPTGROUP label="IRX"> ! <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R ! <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R ! </OPTGROUP> ! </SELECT><br> ! ! ! <fieldset> ! <legend>Special</LEGEND> ! <input type="checkbox" value="" class="ElegantForms"> ! <input type="checkbox" value="" checked class="ElegantForms"><br> ! <LABEL for="male">Male: </LABEL><input id="male" type="radio" name="sex" value="Male" checked> Male<BR> ! <LABEL for="female">Female: </LABEL><INPUT id="female" type="radio" name="sex" value="Female"> Female<BR> ! <input type="button" value="Input Button" class="ElegantFormButton"><br> ! <button class="ElegantFormButton">Image Button</button><br> ! <input type="file" name="File" accept="text/plain" > ! </fieldset> ! ! <fieldset> ! <legend>Form Control</LEGEND> ! <input type="submit" value="Send" class="ElegantFormButton"> ! <input type="reset" class="ElegantFormButton"> ! </fieldset> ! </FORM> ! ! ! </body> ! </html> |