Changeset 204 for Dev/branches/Cartis/dashboardDataSelection.php
- Timestamp:
- 01/05/12 17:19:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/dashboardDataSelection.php
r202 r204 1 1 <?php 2 2 //Insert login check, dbi creation, etc... 3 /* 4 * TODO getInfo JSON conversie ipv HTML echo. 5 * >> Formatting of data 6 * Formatting (delete icons, aligning, button size/style, Margins/Padding, etc... 7 */ 3 8 require "classes/master.php"; 4 9 … … 62 67 <div class='largeTitle'>Info panel</div> 63 68 <div class="content" id="dbInfoPanelContent" style="height: 100px;"> 64 69 65 70 </div> 66 71 67 72 <div class="controls"> 68 73 <input type="button" class="smallButton" id="btnAddToCart" value="Add to list" onClick="addDataToList();" /> … … 75 80 <div class="largeTitle">Shopping cart</div> 76 81 <div class="content" id="shoppingCartContent"> 77 fsdfsdfsd 82 83 </div> 84 <div class="controls"> 85 <input type="button" class="smallButton" id="btnAddToCart" value="Configure Dashboard" onClick="configureDashboard();" /> 78 86 </div> 79 87 </div>
Note: See TracChangeset
for help on using the changeset viewer.