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="../css/bootstrap.css"> 0012 <link rel="stylesheet" href="../css/dashboard.css"> 0013 <link rel="stylesheet" href="../css/logo.css"> 0014 <link rel="stylesheet" href="../css/app.css"> 0015 <!--<link rel="stylesheet" href="css/responsive_preview.css">--> 0016 </head> 0017 0018 <body> 0019 <?php EStructure::view("topbar") ?> 0020 <div class="container-fluid"> 0021 <?php EStructure::view("categories_sidebar", $data[0]) ?> 0022 </div> 0023 <div class="col-md-7 col-md-offset-2 col-sm-offset-3"> 0024 0025 <!-- Page Heading --> 0026 <div class="row"> 0027 <div class="col-lg-12"> 0028 <h1 class="page-header">These are the search results for: 0029 <small>Secondary Text</small> 0030 </h1> 0031 </div> 0032 </div> 0033 <?php EStructure::view("applist", $data[1]) ?> 0034 </div> 0035 <!-- Placed at the end of the document so the pages load faster --> 0036 <script src="/plasmastore/js/jquery.js"></script> 0037 <script src="/plasmastore/js/bootstrap.js"></script> 0038 <script src="/plasmastore/js/sidebuttons.js"></script> 0039 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 0040 <script src="/plasmastore/js/ie10-viewport-bug-workaround.js"></script> 0041 </body> 0042 </html>