Changeset 276 for Dev/branches/Cartis/dashboardOverview.php
- Timestamp:
- 02/21/12 13:56:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/dashboardOverview.php
r242 r276 22 22 <script src="RGraph/libraries/RGraph.radar.js" ></script> 23 23 <script src="RGraph/libraries/RGraph.pie.js" ></script> 24 <script src="rGraph/libraries/RGraph.rose.js"></script> 24 25 25 26 <script> … … 44 45 } 45 46 </script> 46 47 48 49 47 <title>Dashboard Overview</title> 50 48 <?php new Stylesheet("visualEditors"); ?> 51 49 </head> 52 50 <body> 53 51 54 52 <div id="header"> 55 53 <?php new Logo(); ?> … … 59 57 <div id="wrapper"> 60 58 59 <div id="breadcrumbs" class="largeFrame" style="width: 900px;"> 60 <a href="#" onclick="checkBack('index.php');">Login</a> > 61 <a href="#" onclick="checkBack('dashboardDataSelection.php');">Select data</a> > 62 <a href="#" onclick="checkBack('dashboardDataSelection.php');">Select graphtype</a> 63 <a href="#" class="selected">Dashboard Overview</a> 64 </div> 65 61 66 <div id="leftColumn"> 62 67 … … 65 70 <div class="largeTitle">Dashboard Overview</div> 66 71 <div class="content" id="graphDisplay"> 67 72 68 73 <input type="hidden" id="inputDataField" value='<?php echo $dataIn; ?>' 69 74 70 75 71 76 </div>
Note: See TracChangeset
for help on using the changeset viewer.