form_80.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?php
  2. require_once '../connection.php';
  3. $enquiry_date = date("l dS M \'y");
  4. $drg = isset($_GET['drg']) ? $_GET['drg'] : '';
  5. if (!empty($_GET['drg'])) {
  6. include "../table.php";
  7. }
  8. ?>
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta name="viewport" content="width=device-width, initial-scale=1">
  14. <title><?php echo $title; ?> - Form 80 - <?php echo $street; ?> - <?php echo date("dmY"); ?></title>
  15. <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
  16. <link rel="stylesheet" href="../css/forms.css" >
  17. <link rel="stylesheet" href="../css/forms_print.css" media="print">
  18. <link rel="shortcut icon" href="../images/blueprint.ico" type="image/x-icon">
  19. </head>
  20. <body>
  21. <div class="container">
  22. <!-- !userProfile -->
  23. <div class="logo" style="width:50%; position:absolute;"> <img src="../images/blueprint-full-logo-medium.png" height="50px"></div>
  24. <div class="quote" style="text-align:right; height:50px;"><p style="font-weight:600; font-size:5rem; color:#d6d5d5;"><?php echo $qId; ?></p></div>
  25. <div style="margin-top:10px;"></div>
  26. <!-- Form Details -->
  27. <table id="top-heading" width="100%" style="border-top:3px solid black;">
  28. <thead></thead>
  29. <tbody width="100%">
  30. <tr>
  31. <td id="title" width="75%">
  32. <h3>NOTIFICATION OF LOW RISK WORK (Building or Plumbing)</h3>
  33. </td>
  34. <td id="codes" width="25%">
  35. <h4>Regulation 32 </h4>
  36. </td>
  37. </tr>
  38. </tbody>
  39. </table>
  40. <!-- Council Details -->
  41. <table class="expand hover" width="75%">
  42. <thead></thead>
  43. <tbody width="100%">
  44. <tr>
  45. <td width="12.5%">To:</td>
  46. <td id="border" width="65%" style="font-weight:bold;"><?php echo $council_company; ?></td>
  47. <td width="27.5%">Permit Authority</td>
  48. </tr>
  49. <tr>
  50. <td width="12.5%">Address:</td>
  51. <td id="border" width="65%"><?php echo $council_address; ?></td>
  52. <td width="27.5%">Address</td>
  53. </tr>
  54. <tr>
  55. <td width="12.5%">&nbsp;</td>
  56. <td id="border" width="60%"><?php echo $council_email; ?></td>
  57. <td width="27.5%">Contact Details</td>
  58. </tr>
  59. </tbody>
  60. </table>
  61. <!-- Form Number -->
  62. <table class="expand hover" width="25%">
  63. <thead></thead>
  64. <tbody width="100%">
  65. <tr>
  66. <td style="padding: 0px;">
  67. <p id="form" width="100%">Form</p>
  68. <p id="formNo" width="100%">80</p>
  69. </td>
  70. </tr>
  71. </tbody>
  72. </table>
  73. <!-- Building Designer Details -->
  74. <table id="heading" width="100%">
  75. <thead></thead>
  76. <tbody width="100%">
  77. <tr>
  78. <td width="75%">
  79. <h4>Work Details:</h4>
  80. </td>
  81. <td id="" width="25%">&nbsp;</td>
  82. </tr>
  83. </tbody>
  84. </table>
  85. <br>
  86. <table class="expand hover" width="100%">
  87. <thead></thead>
  88. <tbody width="100%">
  89. <tr>
  90. <td width="20%">Type of work:</td>
  91. <td id="border" width="5%" style="text-align: center;"><?php //if ($row['39_bwpermit'] == '1'){echo "&#10008";}?></td>
  92. <td width="15%">Building work:</td>
  93. <td id="border" width="5%" style="text-align: center;"><?php //if ($row['39_bwpermit'] == '1'){echo "&#10008";}?>&#10008</td>
  94. <td width="15%">Plumbing work:</td>
  95. <td id="border" width="5%" style="text-align: center;"><?php //if ($row['39_bwnotifi']== '1'){echo "&#10008";}?></td>
  96. <td width="15%">Demolition work:</td>
  97. <td width="20%">(X one applicable.)</td>
  98. </tr>
  99. </tbody>
  100. </table>
  101. <table class="expand hover" width="100%">
  102. <thead></thead>
  103. <tbody width="100%">
  104. <tr>
  105. <td width="12.5%">Address:</td>
  106. <td id="border" width="40%"><?php echo $propertyName; ?></td>
  107. <td width="22.5%" style="text-align: right;">Lot No:</td>
  108. <td id="border" width="25%"><?php echo str_replace('_', '/', $volumeId) ; ?></td>
  109. </tr>
  110. <tr>
  111. <td width="12.5%">&nbsp;</td>
  112. <td id="border" width="40%"><?php echo $propertyAddress; ?></td>
  113. <td width="22.5%" style="text-align: right;">PID:</td>
  114. <td id="border" width="25%"><?php echo $propertyId; ?></td>
  115. </tr>
  116. </tbody>
  117. </table>
  118. <table class="expand hover" width="100%">
  119. <thead></thead>
  120. <tbody width="100%">
  121. <tr>
  122. <td width="12.5%">Use of building:</td>
  123. <td id="border" width="40%"><?php echo $type; ?></td>
  124. <td width="22.5%" style="text-align: right;">Building Class(es):</td>
  125. <td id="border"width="25%"><?php echo $building_class; ?></td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. <table class="expand hover" width="100%">
  130. <thead></thead>
  131. <tbody width="100%">
  132. <tr>
  133. <td width="12.5%">The work: </td>
  134. <td id="border" width="87.5%" >Proposed new <?php echo $size; ?> ( Approximately <?php echo ($length * $width ); ?>m2 ) - <?php echo $type; ?></td>
  135. </tr>
  136. <tr>
  137. <td width="12.5%" style="font-size: 7px;">(Description of the work e.g. new building, Category 2B plumbing work, etc)<br><br>Note dimensions where appropriate See Determinations for dimension restrictions for low risk work.<br><br></td>
  138. <td id="border" width="87.5%" style="font-size: 12px; color:blue;" >Roof Plumbing as detailed on engineers drawings provided.</td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. <!-- Details of the OWNER -->
  143. <table id="heading" width="100%" >
  144. <thead></thead>
  145. <tbody width="100%">
  146. <tr>
  147. <td width="75%">
  148. <h4>Owner details:</h4>
  149. </td>
  150. <td id="" width="25%">&nbsp;</td>
  151. </tr>
  152. </tbody>
  153. </table>
  154. <table class="expand hover" width="100%">
  155. <thead></thead>
  156. <tbody width="100%">
  157. <tr>
  158. <td width="12.5%">Owner:</td>
  159. <td id="border" width="40%"><?php echo $client; ?></td>
  160. <td width="0%">&nbsp;</td>
  161. <td width="22.5%" style="text-align: right;">Project reference No.</td>
  162. <td id="border" width="25%">Bison Job # <?php echo $qId; ?></td>
  163. </tr>
  164. <tr>
  165. <td width="12.5%">Business:</td>
  166. <td id="border" width="40%"><?php echo str_replace('|', '', $client_company ) ; ?></td>
  167. <td width="0%">&nbsp;</td>
  168. <td width="22.5%" style="text-align: right;">Phone No:</td>
  169. <td id="border"width="25%"><?php echo $client_mobile; ?></td>
  170. </tr>
  171. <tr>
  172. <td width="12.5%">Address:</td>
  173. <td id="border" width="40%"><?php echo $postal_address; ?></td>
  174. <td width="0%">&nbsp;</td>
  175. <td width="22.5%" style="text-align: right;">Fax No:</td>
  176. <td id="border"width="25%"><?php //echo $row['39_b_fax'];?></td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. <table class="expand hover" width="100%">
  181. <thead></thead>
  182. <tbody width="100%">
  183. <tr>
  184. <td width="25%" >Email Address:</td>
  185. <td id="border" width="75%"><?php echo $client_email; ?></td>
  186. </tr>
  187. </tbody>
  188. </table>
  189. <!-- Details of the PLUMBER -->
  190. <table id="heading" width="100%" >
  191. <thead></thead>
  192. <tbody width="100%">
  193. <tr>
  194. <td width="75%">
  195. <h4>Plumber details:</h4>
  196. </td>
  197. <td id="" width="25%">&nbsp;</td>
  198. </tr>
  199. </tbody>
  200. </table>
  201. <table class="expand hover" width="100%">
  202. <thead></thead>
  203. <tbody width="100%">
  204. <tr>
  205. <td width="12.5%">Plumber:</td>
  206. <td id="border" width="40%">Anthony R. Wallis</td>
  207. <td width="0%">&nbsp;</td>
  208. <td width="22.5%" style="text-align: right;">Category:</td>
  209. <td id="border" width="25%">Roof, Stormwater</td>
  210. </tr>
  211. <tr>
  212. <td width="12.5%">Business:</td>
  213. <td id="border" width="40%">Bison Constructions Pty Ltd</td>
  214. <td width="0%">&nbsp;</td>
  215. <td width="22.5%" style="text-align: right;">Mobile No:</td>
  216. <td id="border"width="25%">0417 043 508</td>
  217. </tr>
  218. <tr>
  219. <td width="12.5%">Address:</td>
  220. <td id="border" width="40%">34835 Tasman Hwy, Scottsdale, Tas 7260</td>
  221. <td width="0%"></td>
  222. <td width="22.5%" style="text-align: right;">Fax No:</td>
  223. <td id="border"width="25%"></td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. <table class="expand hover" width="100%">
  228. <thead></thead>
  229. <tbody width="100%">
  230. <tr>
  231. <td width="14.5%">Licence No: </td>
  232. <td id="border" width="20%">1550938</td>
  233. <td width="0%">&nbsp;</td>
  234. <td width="22.5%" style="text-align: right;">Email Address:</td>
  235. <td id="border" width="42%">tony@bisonent.com.au</td>
  236. </tr>
  237. </tbody>
  238. </table>
  239. <table class="expand hover" width="100%" style="border-bottom: none;">
  240. <thead></thead>
  241. <tbody width="100%">
  242. <tr>
  243. <td width="100%">
  244. <p><b>For plumbing work only:</b></p>
  245. <ul style="margin-top:0; margin-bottom:0;">
  246. <li>As the licensed plumber who performed the work has certified that it complies with all relevant Acts, the National Construction Code and other relevant codes and standards;</li>
  247. <li>As-constructed plans of the plumbing work are provided (for any below ground work only)</li>
  248. <li>A notification in respect of defective work discovered as part of the preparation, or performance, of the low-risk plumbing work has already been notified to the council.</li>
  249. </ul>
  250. </td>
  251. </tr>
  252. </tbody>
  253. </table>
  254. <!-- Standards, codes or guidelines -->
  255. <table id="heading" width="100%">
  256. <thead></thead>
  257. <tbody width="100%">
  258. <tr>
  259. <td width="75%">
  260. <h4>Notice details:</h4>
  261. </td>
  262. <td id="" width="25%">&nbsp;</td>
  263. </tr>
  264. </tbody>
  265. </table>
  266. <!-- Design Documents provided: -->
  267. <table class="expand hover" width="100%" style="border-bottom: none;">
  268. <thead></thead>
  269. <tbody width="100%">
  270. <tr>
  271. <td width="50%" style="text-align: right;"><b>The work detailed above was completed on:</b></td>
  272. <td contenteditable='true' id="border" width="25%" style="font-size: 19px; color:blue;"> <?php echo $finish_date_start;?> </td>
  273. <td width="25%">Date</td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. <table class="expand hover" width="100%" style="border-bottom: none;">
  278. <thead></thead>
  279. <tbody width="100%">
  280. <tr >
  281. <td width="12.5%">Plumber:</td> <!-- (builder or owner builder): -->
  282. <td id="border" width="28%" style="font-size: 19px; color:blue;">Anthony R. Wallis</td>
  283. <td width="1.75%"></td>
  284. <td id="border" width="28%" height="40px" ><div class="signature"> <img src="images/signature/anthony_r_wallis-signature.png" height="40px" /> </div> </td>
  285. <td width="1.75%"></td>
  286. <td id="border" width="28%" style="font-size: 19px; color:blue;"><?php echo $signedDate; ?></td>
  287. </tr>
  288. </tbody>
  289. </table>
  290. <table class="expand hover" width="100%" style="border-bottom: none;">
  291. <thead></thead>
  292. <tbody width="100%">
  293. <tr>
  294. <td width="100%">
  295. <p class="footer" ><?php echo $qId; ?> - [Form 80] - Document Printed on: <?php echo date("dS M Y");?> at <?php echo date("g:i A");?></p>
  296. </td>
  297. </tr>
  298. </tbody>
  299. </table>
  300. </div>
  301. </body>
  302. </html>