-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingleTransparency.html
More file actions
140 lines (119 loc) · 4.43 KB
/
singleTransparency.html
File metadata and controls
140 lines (119 loc) · 4.43 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image icon" href="https://res.cloudinary.com/sarabgi/image/upload/v1669190604/index/lplogo_rjgtai.png">
<title>Transparency of Government | The City of Las Piñas</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="./Assets/singleVirtual/main.css" />
<noscript>
<link rel="stylesheet" href="./Assets/singleVirtual/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.php" class="logo">
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.php">Home</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Transparency in Government</h1>
<table>
<tr>
<th>Date</th>
<th>Title</th>
<th>File</th>
</tr>
<tr>
<td>5 years ago</td>
<td>AN ORDINANCE CLEARING THE SIDEWALKS, STREETS, AVENUES, ALLEYS, BRIDGES, PEDESTRIAN OVERPASS, PARKS AND OTHER PUBLIC PLACES IN LAS PIÑAS CITY OF ALL ILLEGAL STRUCTURES AND OBSTRUCTIONS.</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/592bc79116cfa.pdf">Check</a></td>
</tr>
<tr>
<td>5 years ago</td>
<td>AN ORDINANCE PRESCRIBING THE REVISED SCHEDULE OF FAIR MARKET VALUES OF LANDS AND BASIC UNIT CONSTRUCTION COSTS FOR BUILDING AND OTHER STRUCTURES ON NEW CONSTRUCTIONS/IMPROVEMENTS FOR THE REVISION OF REAL PROPERTY ASSESSMENTS, PURSUANT TO THE PROVISIONS OF</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/593a2077dc51e.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - Supplemental Procurement Plan</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c2142ac786.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - Manpower Complement</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c2132b6bed.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - LDRRM Fund Utilization</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c211052695.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - 20% Component Of IRA Utilization</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c20f78555b.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - Trust Fund Utilization</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c20aa5b3dd.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - Special Education Fund Utilization</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c2096351e4.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>4th Qtr - Statement of Cash Flows</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c208752b21.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>3rd Qtr - Supplemental Procurement Plan</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c207326f4f.pdf">Check</a></td>
</tr>
<tr>
<td>6 years ago</td>
<td>3rd Qtr - Manpower Complement</td>
<td><a href="https://www.laspinascity.gov.ph/uploads/transparency-in-government/573c2062e1026.pdf">Check</a></td>
</tr>
</table>
</div>
</div>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="./Assets/singleVirtual/jquery.min.js"></script>
<script src="./Assets/singleVirtual/breakpoints.min.js"></script>
<script src="./Assets/singleVirtual/browser.min.js"></script>
<script src="./Assets/singleVirtual/main.js"></script>
<script src="./Assets/singleVirtual/util.js"></script>
</body>
</html>