Last change
on this file since 283 was
283,
checked in by tjcschipper, 13 years ago
|
Cartis Mockup werkt!
W
I
N
N
I
N
G
|
File size:
1.6 KB
|
Rev | Line | |
---|
[278] | 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();" /> |
---|
[283] | 7 | <div class="tileText" style="margin-top: 115px;"><input type="button" class="smallButton" value="Log in" id="btnLogin" onclick="mockup.api.clickTile(this, 'dataSelection');" /><input type="button" class="smallButton" value="Register" id="btnRegister" /></div></div> |
---|
[278] | 8 | <div id="tile2" class="staticTile"><div class="tileText"></div></div> |
---|
| 9 | <div id="tile3" class="staticTile"><div class="tileText"></div></div> |
---|
| 10 | <div id="tile4" class="staticTile"><div class="tileText"></div></div> |
---|
| 11 | <div id="tile5" class="staticTile"><div class="tileText"></div></div> |
---|
| 12 | <div id="tile6" class="staticTile"><div class="tileText"></div></div> |
---|
| 13 | <div style="clear:both;"></div> |
---|
| 14 | </div> |
---|
| 15 | </div> |
---|
| 16 | <div id="pageInfo" class="right1"> |
---|
| 17 | <div class="rightContainer"> |
---|
| 18 | <div id="descriptionTitle" class="descriptionText" > |
---|
| 19 | <div id="description" class="descriptionTitle">Description</div> |
---|
| 20 | 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. |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | </div> |
---|
| 24 | </div> |
---|
| 25 | |
---|
| 26 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.