-- added fancybox 1.3.1 to project, initially for showing screenshots. See documentat...
[Bookkeeping.git] / webkell / register.html
blobf8f06c8e6336fdda9ef1519d292648459cd24cd6
2 <html>
3 <head>
5 <link type="text/css" href="css/main.css" rel="stylesheet" />
7 <script type="text/javascript" src="javascript/jquery-1.3.2.min.js"></script>
8 <script type="text/javascript" src="javascript/jquery-ui-1.7.2.custom.min.js"></script>
9 <script type="text/javascript" src="javascript/bkeeping.js"></script>
11 </head>
12 <body>
14 <div class="header" >
15 </div>
17 <div
18 id="loading-msg"
19 style="
20 display: block;
21 color: #113366;
22 padding: 2px;
23 width: 60px;
24 background-color: #C0C0C0;
25 text-align: center;
26 left: -100;
27 position: relative;
28 font-family: arial sans-serif;
29 font-size: 12px;
30 " >
31 Loading...
32 </div>
35 <div class="content" >
38 <div id="title" class="title" style=" position:relative; top:15px; left:30px; width:70%; height: 35px;" >
39 bkeeping
40 <xx class='subheader'>Your solution to simple
41 <xx style="color:#000000">online bookkeeping</xx>
42 </xx>
46 <div class="loginholder">
47 <div class="leftgrid" id="leftcol">
49 <input type="text" size="18" id="u" name="u"/>
50 </div>
51 <div class="leftgrid" id="rightcol">
53 <input type="password" size="18" id="p" name="p"/>
54 </div>
55 <div class="leftgrid" id="gocol">
58 <button class="buttons" style="font-size: 13.2px;" onclick="bkeeping.processLogin();" >LOGIN</button>
60 </div>
61 </div>
65 </div>
67 <div class="mainwindow lborder contentwindow" id="contentbox">
70 <div class="register" >
71 <p class="signuptitle">
72 Sign up for bkeeping
73 </p>
74 <table>
75 <tbody><tr>
76 <td style="font-size: 11px;" >Username</td><td><input type="text" value="" id="username" name="username" style="margin: 0px 7px;" /></td>
77 </tr>
78 <tr>
79 <td style="font-size: 11px;" >Password</td><td><input type="password" value="" id="password" name="password" style="margin: 0px 7px;" /></td>
80 </tr>
81 <tr>
82 <td style="font-size: 11px;" >First Name</td><td><input type="text" value="" id="firstname" name="firstname" style="margin: 0px 7px;" /></td>
83 </tr>
84 <tr>
85 <td style="font-size: 11px;" >Last Name</td><td><input type="text" value="" id="lastname" name="lastname" style="margin: 0px 7px;" /></td>
86 </tr>
87 <tr>
88 <td style="font-size: 11px;" >Email</td><td><input type="text" value="" id="email" name="email" style="margin: 0px 7px;" /></td>
89 </tr>
90 <tr>
91 <td style="font-size: 11px;" >Country</td>
92 <td>
93 <select id="country" name="country" style="margin: 0px 7px;" >
94 <option>United States</option>
95 <option>Canada</option>
96 </select>
97 </td>
98 </tr>
99 <tr>
100 <td style="font-size: 11px;" >Currency</td>
101 <td>
102 <select id="currency" name="currency" style="margin: 0px 7px;" >
103 <option>USD</option>
104 <option>CDN</option>
105 </select>
106 </td>
107 </tr>
108 <tr>
109 <td/>
110 <td>
112 <button class="buttons" style="font-size: 13.2px;" onclick="bkeeping.processRegister();" >SIGP UP</button>
113 <a href="home.html" style="text-decoration: none;" >
114 <button class="buttons" style="font-size: 13.2px;" >CANCEL</button>
115 </a>
117 </td>
118 </tr>
119 </tbody>
120 </table>
121 </div>
122 <div class="fastandeasy" id="contentcentercol">
123 <p class="heading">
124 Benefits of bkeeping...
125 </p>
127 Simple interface to record and search for account and journal entries.
128 </p>
130 Sign up fast.
131 </p>
133 Easy, intuitive interface to manage your bookkeeping needs.
134 </p>
135 </div>
137 </div>
142 </div>
143 <div class="footer" >
144 <p class="legal">
145 ©2008-2009 bkeeping Software, Inc. | All Rights Reserved
146 </p>
147 </div>
150 </body>
151 </html>