source: Dev/branches/Cartis/Tiles preview/tiles2.html @ 258

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

Blauwe UI

File size: 2.4 KB
RevLine 
[258]1<!--
2To change this template, choose Tools | Templates
3and open the template in the editor.
4-->
5<!DOCTYPE html>
6<html>
7    <head>
8        <title></title>
9        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10        <link rel="stylesheet" href="css/tile2.css" />
11        <script type="text/javascript" src="js/generalScripts.js"></script>
12        <script type="text/javascript" src="js/jquery.js"></script>
13        <script type="text/javascript" src="js/jquery-ui.min.js"></script>
14        <!--<script type="text/javascript" src="tileAnims.js"></script>-->
15    </head>
16    <body>
17        <div id="header">
18            <div id="upperBar">
19                <div class="content">
20                    <div id="logo2">ResearchTool</div>
21                    <div id="menuBar">
22                       
23                       
24                    </div>
25                </div>
26            </div>
27            <div id="lowerBar">
28                <div id="breadcrumbs"></div>
29            </div>
30        </div>
31
32        <div id="wrapper">
33            <div id="content">
34                <div id="basePanel">
35                    <div id="tiles" class="left3">
36                        <div class="leftContainer">
37                            <div id="tile1" class="tile"><div class="tileText">Browse sessions</div></div>
38                            <div id="tile2" class="tile"><div class="tileText">Templates</div></div>
39                            <div id="tile3" class="tile"><div class="tileText">Edit content</div></div>
40                            <div id="tile4" class="tile"><div class="tileText">Results</div></div>
41                            <div id="tile5" class="tile"><div class="tileText">Log out</div></div>
42                            <div id="tile6" class="tile"><div class="tileText">Help</div></div>
43                            <div style="clear:both;"></div>
44                        </div>
45                    </div>
46                    <div id="pageInfo" class="right1">
47                        <div class="rightContainer">
48                            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.
49                        </div>
50
51                    </div>
52                </div>
53            </div>
54        </div>
55
56        <div id="footer">
57
58        </div>
59    </body>
60</html>
Note: See TracBrowser for help on using the repository browser.