File indexing completed on 2024-11-24 05:19:14
0001 <!DOCTYPE html> 0002 <html lang="en"><head> 0003 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 0004 <meta charset="utf-8"> 0005 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 0006 <meta name="viewport" content="width=device-width, initial-scale=1"> 0007 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 0008 <meta name="description" content="ocs-server webclient"> 0009 <meta name="author" content="woffy"> 0010 <title>PlasmaStore</title> 0011 <link rel="stylesheet" href="/plasmastore/css/bootstrap.css"> 0012 <link rel="stylesheet" href="/plasmastore/css/dashboard.css"> 0013 <link rel="stylesheet" href="/plasmastore/css/logo.css"> 0014 <link rel="stylesheet" href="/plasmastore/css/app.css"> 0015 0016 <!--<link rel="stylesheet" href="css/responsive_preview.css">--> 0017 </head> 0018 0019 <body> 0020 <?php 0021 EStructure::view("topbar"); 0022 //EStructure::view("categories_sidebar", $data[0]); 0023 $categoriesTabs = new CategoriesTabs(); 0024 $categoriesTabs->CategoryFilter(); 0025 ?> 0026 0027 <div class="col-md-7 col-md-offset-2 col-sm-offset-3"> 0028 <ol class="breadcrumb"> 0029 <li><a href="#">Category 1</a></li> 0030 </ol> 0031 0032 </div> 0033 <div class="col-md-7 col-md-offset-2 col-sm-offset-3"> 0034 0035 <!-- Page Heading --> 0036 <div class="row"> 0037 <div class="col-lg-12"> 0038 <h1 class="page-header">Page Heading 0039 <small>Secondary Text</small> 0040 <?php //echo $data[1]["ocs"]["meta"]["totalitems"]; 0041 //echo "number of pages: ".ceil($data[1]["ocs"]["meta"]["totalitems"]/$data[1]["ocs"]["meta"]["itemsperpage"]);?> 0042 </h1> 0043 </div> 0044 </div> 0045 <!-- /.row --> 0046 0047 <!-- Project One --> 0048 <?php EStructure::view("applist", $data[1]) ?> 0049 0050 0051 <hr> 0052 0053 <!-- Pagination --> 0054 <?php $pager1= new Pager("home","v1/content/data/"); //?pagesize=1" 0055 $pager1->pagination(); ?> 0056 0057 <hr> 0058 </div> <!-- .col-md-7 col-md-offset-2 col-sm-offset-3--> 0059 0060 0061 <!-- Bootstrap core JavaScript 0062 ================================================== --> 0063 <!-- Placed at the end of the document so the pages load faster --> 0064 <script src="/plasmastore/js/jquery.js"></script> 0065 <script src="/plasmastore/js/bootstrap.js"></script> 0066 0067 <script src="/plasmastore/js/uploadbox.js"></script> 0068 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 0069 <script src="/plasmastore/js/ie10-viewport-bug-workaround.js"></script> 0070 </body> 0071 </html> 0072