source: Dev/branches/Cartis/Tiles preview/pages/login.html @ 294

Last change on this file since 294 was 294, checked in by cartis, 13 years ago

register zelfde functie als login

File size: 1.7 KB
Line 
1
2<div id="tiles" class="left3">
3    <div class="leftContainer">
4        <div id="tile1" class="staticTile">
5            <label for="loginForm_name" style="display: block; clear: left; width: 100px;">Name</label><input type="text" id="loginForm_name" onclick="event.stopPropagation();" />
6            <label for="loginForm_password" style="display: block; clear: left; width: 100px;">Password</label><input type="password" id="loginForm_password" onclick="event.stopPropagation();" />
7            <div class="tileText" style="margin-top: 115px;">
8                <input type="button" class="smallButton" value="Log in" id="btnLogin" onclick="mockup.api.clickTile(this, 'dataSelection');" />
9                <input type="button" class="smallButton" value="Register" id="btnRegister" onclick="mockup.api.clickTile(this, 'dataSelection');" />
10                </div></div>
11        <div id="tile2" class="staticTile"><div class="tileText"></div></div>
12        <div id="tile3" class="staticTile"><div class="tileText"></div></div>
13        <div id="tile4" class="staticTile"><div class="tileText"></div></div>
14        <div id="tile5" class="staticTile"><div class="tileText"></div></div>
15        <div id="tile6" class="staticTile"><div class="tileText"></div></div>
16        <div style="clear:both;"></div>
17    </div>
18</div>
19<div id="pageInfo" class="right1">
20    <div class="rightContainer">
21        <div id="descriptionTitle" class="descriptionText" >
22            <div id="description" class="descriptionTitle">Description</div>   
23            A description, welcome text or simple guide to operation goes here. This 1/4 screen block is consistently present in all interface screens, to show relevant information to the user or guide them through the process.
24
25
26        </div>
27    </div>
28
29</div>
Note: See TracBrowser for help on using the repository browser.