source: Dev/branches/Cartis/Tiles preview/index.html @ 290

Last change on this file since 290 was 290, checked in by tjcschipper, 13 years ago

Cartis z'n testversie is DONE!

File size: 2.6 KB
Line 
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/tile1.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 src="js./nav.js"></script>
15        <script type="text/javascript">
16            $(document).ready(function(){
17               mockup.api.breadcrumbs.init();
18            });
19        </script>
20    </head>
21    <body>
22        <div id="header">
23            <div id="upperBar">
24            </div>
25            <div id="lowerBar">
26                <div id="breadcrumbs">
27                </div>
28            </div>
29
30        </div>
31        <div id="wrapper">
32            <div id="content">
33                <div class="basePanel">
34                    <div id="tiles" class="left3">
35                        <div class="leftContainer">
36                            <div id="tile1" class="tile" onclick="mockup.api.clickTile(this, 'login')"><div class="tileText">Create Dashboard</div></div>
37                            <div id="tile2" class="tile"><div class="tileText">Templates</div></div>
38                            <div id="tile3" class="tile"><div class="tileText">Edit content</div></div>
39                            <div id="tile4" class="tile"><div class="tileText">Results</div></div>
40                            <div id="tile5" class="tile"><div class="tileText">Log out</div></div>
41                            <div id="tile6" class="tile"><div class="tileText">Help</div></div>
42                            <div style="clear:both;"></div>
43                        </div>
44                    </div>
45                    <div id="pageInfo" class="right1">
46                        <div class="rightContainer">
47                            <div id="descriptionTitle" class="descriptionText" >
48                                <div id="description" class="descriptionTitle">Description</div>   
49                                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.
50
51
52                            </div>
53                        </div>
54
55                    </div>
56                </div>
57            </div>
58
59        </div>
60
61    </body>
62
63</html>
Note: See TracBrowser for help on using the repository browser.