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 <link rel="stylesheet" href="/plasmastore/css/navbar-center.css"> 0016 <!--<link rel="stylesheet" href="css/responsive_preview.css">--> 0017 </head> 0018 0019 <body> 0020 <?php EStructure::view("topbar") ?> 0021 0022 0023 <div class="col-md-7 col-md-offset-2 col-sm-offset-3"> 0024 <div class="panel panel-default"> 0025 <div class="panel-body"> 0026 <?php 0027 echo " 0028 <h1 class=\"page-header\">Public profile of ".$data[0]["ocs"]["data"]["person"][0]["personid"]."</h1> 0029 <h4>First Name: ".$data[0]["ocs"]["data"]["person"][0]["firstname"]."</h4> 0030 <h4>Last Name: ".$data[0]["ocs"]["data"]["person"][0]["lastname"]."</h4> 0031 <h4>Email: ".$data[0]["ocs"]["data"]["person"][0]["email"]."</h4> 0032 <a class=\"btn btn-success\" href=\"/plasmastore/publicprofile/addFriend/".$data[0]["ocs"]["data"]["person"][0]["personid"]."\">Send friendship request</a>"; 0033 ?> 0034 0035 </div> 0036 </div> 0037 </div> <!-- .col-md-7 col-md-offset-2 col-sm-offset-3--> 0038 0039 0040 <!-- Bootstrap core JavaScript 0041 ================================================== --> 0042 <!-- Placed at the end of the document so the pages load faster --> 0043 <script src="/plasmastore/js/jquery.js"></script> 0044 <script src="/plasmastore/js/bootstrap.js"></script> 0045 <script src="/plasmastore/js/sidebuttons.js"></script> 0046 <script src="/plasmastore/js/uploadbox.js"></script> 0047 <script src="/plasmastore/js/editbox.js"></script> 0048 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 0049 <script src="/plasmastore/js/ie10-viewport-bug-workaround.js"></script> 0050 </body> 0051 </html> 0052