OpenSencillo  2015.009
Long live the simplicity of PHP
 All Data Structures Namespaces Files Functions Pages
page_500.html.php
1  <body class="nav-md">
2  <div class="container body">
3  <div class="main_container">
4  <!-- page content -->
5  <div class="col-md-12">
6  <div class="col-middle">
7  <div class="text-center text-center">
8  <h1 class="error-number">500</h1>
9  <h2>Internal Server Error</h2>
10  <p>We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing. <a href="#">Report this?</a>
11  </p>
12  <div class="mid_center">
13  <h3>Search</h3>
14  <form>
15  <div class="col-xs-12 form-group pull-right top_search">
16  <div class="input-group">
17  <input type="text" class="form-control" placeholder="Search for...">
18  <span class="input-group-btn">
19  <button class="btn btn-default" type="button">Go!</button>
20  </span>
21  </div>
22  </div>
23  </form>
24  </div>
25  </div>
26  </div>
27  </div>
28  <!-- /page content -->
29  </div>
30  <!-- footer content -->
31  </div>
32  <div id="custom_notifications" class="custom-notifications dsp_none">
33  <ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
34  </ul>
35  <div class="clearfix"></div>
36  <div id="notif-group" class="tabbed_notifications"></div>
37  </div>
38  <script src="<?=$jspath;?>js/bootstrap.min.js"></script>
39  <!-- bootstrap progress js -->
40  <script src="<?=$jspath;?>js/progressbar/bootstrap-progressbar.min.js"></script>
41  <script src="<?=$jspath;?>js/nicescroll/jquery.nicescroll.min.js"></script>
42  <!-- icheck -->
43  <script src="<?=$jspath;?>js/icheck/icheck.min.js"></script>
44  <script src="<?=$jspath;?>js/custom.js"></script>
45  <!-- pace -->
46  <script src="<?=$jspath;?>js/pace/pace.min.js"></script>
47  <!-- /footer content -->
48  </body>
49 </html>