forked from BurstJack/AT-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
55 lines (37 loc) · 1.04 KB
/
index.php
File metadata and controls
55 lines (37 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php include_once "header.php"; ?>
<?php include_once "nav.php"; ?>
<style>
.myclass { margin: 0; margin-top: -20px; }
.hide { display:none; }
</style>
<div class="container-fluid">
<table style="width:100%; margin-bottom:-30px;">
<tr>
<td>
<?php include_once "contract_view_ul.php"; ?>
</td>
<td>
<?php include_once "contract_view_ur.php"; ?>
</td>
</tr>
<tr>
<td>
<?php include_once "contract_view_left.php"; ?>
</td>
<td>
<?php include_once "contract_view_right.php"; ?>
</td>
</tr>
<tr>
<td style="width:50%;">
<?php include_once "contract_view_ll.php"; ?>
</td>
<td>
<?php include_once "contract_view_lr.php"; ?>
</td>
</tr>
</table>
</div>
<?php include_once "footer.php"; ?>
<?php include_once "jsonp.php"; ?>
<?php include_once "java.php"; ?>