-
Notifications
You must be signed in to change notification settings - Fork 0
/
Modify_upc_update_data.php
executable file
·74 lines (66 loc) · 2.7 KB
/
Modify_upc_update_data.php
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php require_once("includes/session.php"); ?>
<?php require_once("includes/connection.php"); ?>
<?php require_once("includes/functions.php"); ?>
<?php require_once("includes/validation_functions.php"); ?>
<?php confirm_logged_in(); ?>
<?php require_once("includes/header_update.php"); ?>
<div id="contents">
<div style="margin-left:75px;" class="sidebar">
<a class="heading1" href="Modify_admin.php">Admin Home</a>
</div>
<div id="blog" class="area">
<div class="main">
<ul class="list">
<li>
<table class="dataPageTable" width="100%" height="100%">
<th colspan="2"><a href="Manage_Services.php"><strong style="font-size:40px;">Update Services</strong></a></th>
<tr>
<th colspan="2" style="line-height:14px"><i style="font-size:12px;">Insert or Update Information Regarding Services & Feeders</i></th>
</tr>
</table>
</li>
<li>
<table class="dataPageTable" width="100%" height="100%">
<th colspan="2"><a href="Modify_upc_update_data_buildings.php"><strong style="font-size:40px;">Update Buildings</strong></a></th>
<tr>
<th colspan="2" style="line-height:14px"><i style="font-size:12px;">Insert or Update Information Regarding Buildings & Building Numbers</i></th>
</tr>
</table>
</li>
<!--Modify_upc_update_data_txdemand1.php-->
<li>
<table class="dataPageTable" width="100%" height="100%">
<th colspan="2"><a href="Modify_upc_update_data_txdemand.php"><strong style="font-size:40px;">Update Transformers Info</strong></a></th>
<tr>
<th colspan="2" style="line-height:14px"><i style="font-size:12px;">Insert or Update Information Regarding Transformers & Demand</i></th>
</tr>
</table>
</li>
<li>
<table class="dataPageTable" width="100%" height="100%">
<th colspan="2"><a href="Modify_upc_update_data_generators.php"><strong style="font-size:40px;">Update Generators Info</strong></a></th>
<tr>
<th colspan="2" style="line-height:14px"><i style="font-size:12px;">Insert or Update Information Regarding Generators</i></th>
</tr>
</table>
</li>
</ul>
</div>
</div>
<br/>
<!--<a style="text-align:center; border:1px solid black" href="Modify_admin.php">Admin Home</a>-->
<br/>
</div>
<div id="footer">
<span class="divider"></span>
<div class="area">
<div id="connect">
<a href="" target="_blank" class="googleplus"></a> <a href="" target="_blank" class="mail"></a> <a href="" target="_blank" class="facebook"></a> <a href="" target="_blank" class="twitter"></a>
</div>
<p>
© USC FMS - Engineering Services/Electrical. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>