can now remove entrys via the web UI
[Bookkeeping.git] / webkell / refactor / register.html
blobc782d3b6c97ec0e4bae4c7daab47859a35b1c206
2 <html>
3 <head>
5 <link type="text/css" href="main.css" rel="stylesheet" />
9 </head>
10 <body>
12 <div class="header" >
14 </div>
15 <div class="content" >
18 <div id="title" class="title" style=" position:relative; top:15px; left:30px; width:70%; height: 35px;" >
19 bkeeping
20 <xx class='subheader'>Your solution to simple
21 <xx style="color:#000000">online bookkeeping</xx>
22 </xx>
26 <div class="loginholder">
27 <div class="leftgrid" id="leftcol">
29 <input type="text" size="18" id="u" name="u"/>
30 </div>
31 <div class="leftgrid" id="rightcol">
33 <input type="password" size="18" id="p" name="p"/>
34 </div>
35 <div class="leftgrid" id="gocol">
36 <input type="button" value="LOGIN" ></input>
37 </div>
38 </div>
42 </div>
44 <div class="mainwindow lborder contentwindow" id="contentbox">
47 <div class="register" >
48 <p class="signuptitle">
49 Sign up for bkeeping
50 </p>
51 <table>
52 <tbody><tr>
53 <td style="font-size: 11px;" >Username</td><td><input type="text" value="" id="username" name="username" style="margin: 0px 7px;" /></td>
54 </tr>
55 <tr>
56 <td style="font-size: 11px;" >Password</td><td><input type="password" value="" id="password" name="password" style="margin: 0px 7px;" /></td>
57 </tr>
58 <tr>
59 <td style="font-size: 11px;" >First Name</td><td><input type="text" value="" id="firstname" name="firstname" style="margin: 0px 7px;" /></td>
60 </tr>
61 <tr>
62 <td style="font-size: 11px;" >Last Name</td><td><input type="text" value="" id="lastname" name="lastname" style="margin: 0px 7px;" /></td>
63 </tr>
64 <tr>
65 <td style="font-size: 11px;" >Email</td><td><input type="text" value="" id="email" name="email" style="margin: 0px 7px;" /></td>
66 </tr>
67 <tr>
68 <td style="font-size: 11px;" >Country</td><td><select id="country" name="country" style="margin: 0px 7px;" ><option>United States</option><option>Canada</option></select></td>
69 </tr>
70 <tr>
71 <td/>
72 <td>
73 <input type="button" value="Sign Up" />
74 <input type="button" value="Cancel" />
75 </td>
76 </tr>
77 </tbody>
78 </table>
79 </div>
80 <div class="fastandeasy" id="contentcentercol">
81 <p class="heading">
82 Benefits of bkeeping...
83 </p>
84 <p>
85 Simple interface to record and search for account and journal entries.
86 </p>
87 <p>
88 Sign up fast.
89 </p>
90 <p>
91 Easy, intuitive interface to manage your bookkeeping needs.
92 </p>
93 </div>
95 </div>
100 </div>
101 <div class="footer" >
102 <p class="legal">
103 ©2008-2009 bkeeping Software, Inc. | All Rights Reserved
104 </p>
105 </div>
108 </body>
109 </html>