form_39.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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. <!-- Basic Page Needs -->
  13. <meta charset="utf-8">
  14. <meta name="viewport" content="width=device-width, initial-scale=1">
  15. <title><?php echo $title; ?> - Form 39 - <?php echo $street; ?> - <?php echo date("dmY"); ?></title>
  16. <meta name="description" content="">
  17. <meta name="author" content="">
  18. <!-- FONT -->
  19. <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
  20. <!-- CSS -->
  21. <link rel="stylesheet" href="../css/forms.css" >
  22. <link rel="stylesheet" href="../css/forms_print.css" media="print">
  23. <!-- Favicon -->
  24. <link rel="shortcut icon" href="../images/blueprint.ico" type="image/x-icon">
  25. </head>
  26. <body>
  27. <!-- Primary Page Layout -->
  28. <div class="container">
  29. <!-- !userProfile -->
  30. <div class="logo" style="width:50%; position:absolute;"> <img src="../images/blueprint-full-logo-medium.png" height="50px"> </div>
  31. <div class="quote" style="text-align:right; height:50px;"><p style="font-weight:600; font-size:5rem; color:#d6d5d5;"><?php echo $drg; ?></p></div>
  32. <div style="margin-top:10px;"></div>
  33. <!-- Form Details -->
  34. <table id="top-heading" width="100%" style="border-top:3px solid black;">
  35. <thead></thead>
  36. <tbody width="100%">
  37. <tr>
  38. <td id="title" width="75%">
  39. <h3>START-WORK NOTIFICATION AND <br />&ndash; AUTHORISATION – BUILDING WORK</h3>
  40. </td>
  41. <td id="codes" width="25%">
  42. <h4>Section 99 </h4>
  43. <h4>Regulation 29</h4>
  44. </td>
  45. </tr>
  46. </tbody>
  47. </table>
  48. <!-- Council Details -->
  49. <table class="expand hover" width="75%">
  50. <thead></thead>
  51. <tbody width="100%">
  52. <tr>
  53. <td width="12.5%">To:</td>
  54. <td id="border" width="65%" style="font-weight:bold;"><?php echo $building_surveyor; ?> - <?php echo $bs_company; ?></td>
  55. <td width="27.5%">Building Surveyor</td>
  56. </tr>
  57. <tr>
  58. <td width="12.5%">Address:</td>
  59. <td id="border" width="65%"><?php echo $bs_address; ?></td>
  60. <td width="27.5%">Address</td>
  61. </tr>
  62. <tr>
  63. <td width="12.5%">&nbsp;</td>
  64. <td id="border" width="60%"><?php echo $bs_email; ?></td>
  65. <td width="27.5%">Contact Details</td>
  66. </tr>
  67. <tr>
  68. <td width="12.5%">&nbsp;</td>
  69. <td id="border" width="60%"><?php echo $bs_mobile; ?></td>
  70. <td width="27.5%">Phone Number</td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. <!-- Form Number -->
  75. <table class="expand hover" width="25%">
  76. <thead></thead>
  77. <tbody width="100%">
  78. <tr>
  79. <td style="padding: 0px;">
  80. <p id="form" width="100%">Form</p>
  81. <p id="formNo" width="100%">39</p>
  82. </td>
  83. </tr>
  84. </tbody>
  85. </table>
  86. <!-- Building Designer Details -->
  87. <table id="heading" width="100%">
  88. <thead></thead>
  89. <tbody width="100%">
  90. <tr>
  91. <td width="75%">
  92. <h4>Building work details:</h4>
  93. </td>
  94. <td id="codes" width="25%">&nbsp;</td>
  95. </tr>
  96. </tbody>
  97. </table>
  98. <br />
  99. <table class="expand hover" width="100%">
  100. <thead></thead>
  101. <tbody width="100%">
  102. <tr>
  103. <td width="20%">Type of work:</td>
  104. <td id="border" width="5%" style="text-align: center;"><?php if ($permit_type == '1'){echo "&#10008";}?></td>
  105. <td width="20%">Permit work:</td>
  106. <td id="border" width="5%" style="text-align: center;"><?php if ($permit_type == '0'){echo "&#10008";}?></td>
  107. <td width="20%">Notifiable work:</td>
  108. <td width="25%">(X one applicable.)</td>
  109. <td width="5%">&nbsp;</td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. <table class="expand hover" width="100%">
  114. <thead></thead>
  115. <tbody width="100%">
  116. <tr>
  117. <td width="12.5%">Address:</td>
  118. <td id="border" width="40%"><?php echo $street; ?></td>
  119. <td width="22.5%" style="text-align: right;">Lot No:</td>
  120. <td id="border" width="25%"><?php echo $folio; ?></td>
  121. </tr>
  122. <tr>
  123. <td width="12.5%">&nbsp;</td>
  124. <td id="border" width="40%"><?php echo $town; ?>, <?php echo $state; ?>, <?php echo $post_code; ?></td>
  125. <td width="22.5%" style="text-align: right;">Certificate of title:</td>
  126. <td id="border" width="25%"><?php echo $volume; ?></td>
  127. </tr>
  128. <tr>
  129. <td width="12.5%">&nbsp;</td>
  130. <td id="border" width="40%">PID: <?php echo $propertyId; ?> ( Volume: <?php echo $volume; ?> Folio: <?php echo $folio; ?> )</td>
  131. <td width="22.5%" style="text-align: right;">PID:</td>
  132. <td id="border" width="25%"><?php echo $propertyId; ?></td>
  133. </tr>
  134. <tr>
  135. <td width="12.5%">The work:</td>
  136. <td id="border" width="45%"><?php echo $size; ?> - <?php echo $type; ?></td>
  137. <td width="22.5%" style="text-align: right;">Permit Number or Likely Compliance Number:</td>
  138. <td id="border" width="20%" style="text-transform: uppercase;" class="text-uppercase"><?php echo $permit_no; ?></td>
  139. </tr>
  140. </tbody>
  141. </table>
  142. <br />
  143. <table class="expand hover" width="100%">
  144. <thead></thead>
  145. <tbody width="100%">
  146. <tr>
  147. <td width="15%">Use of Building:</td>
  148. <td id="border" width="50%"><?php echo $building_use; ?></td>
  149. <td width="19%" style="text-align: right;">Building Class(es):</td>
  150. <td id="border" width="20%"><?php echo $building_class; ?></td>
  151. </tr>
  152. <tr>
  153. <td width="15%">&nbsp;</td>
  154. <td width="50%" >&nbsp;</td>
  155. <td width="19%" style="text-align: right;">Job # </td>
  156. <td id="border" width="20%" style="color: red;"><?php echo $drg; ?></td>
  157. </tr>
  158. </tbody>
  159. </table>
  160. <!-- Details of the proposed work -->
  161. <table id="heading" width="100%" >
  162. <thead></thead>
  163. <tbody width="100%">
  164. <tr>
  165. <td width="75%">
  166. <h4>Licensed builder:</h4>
  167. </td>
  168. <td id="codes" width="25%">&nbsp;</td>
  169. </tr>
  170. </tbody>
  171. </table>
  172. <table class="expand hover" width="100%">
  173. <thead></thead>
  174. <tbody width="100%">
  175. <tr>
  176. <td width="12.5%">Builder:</td>
  177. <td id="border" width="40%"><?php echo $licenced_builder; ?></td>
  178. <td width="0%">&nbsp;</td>
  179. <td width="22.5%" style="text-align: right;">Category:</td>
  180. <td id="border" width="25%">Medium Rise</td>
  181. </tr>
  182. <tr>
  183. <td width="12.5%">Business:</td>
  184. <td id="border" width="40%"><?php echo $lb_company; ?></td>
  185. <td width="0%">&nbsp;</td>
  186. <td width="22.5%" style="text-align: right;">Licence No:</td>
  187. <td id="border"width="25%"><?php echo $lb_licence; ?></td>
  188. </tr>
  189. <tr>
  190. <td width="12.5%">Address:</td>
  191. <td id="border" width="40%"><?php echo $lb_address; ?></td>
  192. <td width="0%">&nbsp;</td>
  193. <td width="22.5%" style="text-align: right;">Phone No:</td>
  194. <td id="border"width="25%"><?php echo $lb_mobile; ?></td>
  195. </tr>
  196. </tbody>
  197. </table>
  198. <table class="expand hover" width="100%">
  199. <thead></thead>
  200. <tbody width="100%">
  201. <tr>
  202. <td width="19.5%">Accreditation No:</td>
  203. <td id="border" width="23%"><?php //echo $row['39_b_accred'];?></td>
  204. <td width="0%">&nbsp;</td>
  205. <td width="17%" style="text-align: right;">Email Address:</td>
  206. <td id="border" width="35%"><?php echo $lb_email; ?></td>
  207. </tr>
  208. </tbody>
  209. </table>
  210. <br />
  211. <!-- Design Documents provided: -->
  212. <table id="heading" width="100%" >
  213. <thead></thead>
  214. <tbody width="100%">
  215. <tr>
  216. <td width="75%">
  217. <h4>Notice details:</h4>
  218. </td>
  219. <td id="codes" width="25%">&nbsp;</td>
  220. </tr>
  221. </tbody>
  222. </table>
  223. <br />
  224. <!-- Design Documents provided: -->
  225. <table class="expand hover" width="100%" style="border-bottom: none;">
  226. <thead></thead>
  227. <tbody width="100%">
  228. <tr>
  229. <td width="50%" style="text-align: right;"><b>The building work detailed above is to start work on:</b></td>
  230. <td contenteditable='true' id="border" width="25%" style="font-size: 15px; color:blue;"> <?php echo date('dS M Y', strtotime($install_date_start)) ;?> </td>
  231. <td width="25%">Date</td>
  232. </tr>
  233. </tbody>
  234. </table>
  235. <table class="expand hover" width="100%" style="border-bottom: none;">
  236. <thead></thead>
  237. <tbody width="100%">
  238. <tr>
  239. <td width="12.5%">Applicant:</td> <!-- (builder or owner builder): -->
  240. <td id="border" width="28%" style="font-size: 15px; color:blue;"><?php echo $licenced_builder; ?></td>
  241. <td width="1.75%"><?php //echo $row['39_SWapplicant'];?></td>
  242. <td id="border" width="28%"> <img src="images/signature/<?php echo strtolower(str_replace(' ', '_', $licenced_builder)); ?>-signature.png" height="30px" /> </td>
  243. <td width="1.75%"><?php //echo $row['39_SWsign'];?></td>
  244. <td id="border" width="28%" style="font-size: 15px; color:blue;"><?php echo $signedDate; ?></td>
  245. </tr>
  246. </tbody>
  247. </table>
  248. <table class="expand hover" width="100%" style="border-bottom: none;">
  249. <thead></thead>
  250. <tbody width="100%">
  251. <tr>
  252. <td width="25%">(builder or owner builder)</td>
  253. <td width="75%">&nbsp;</td>
  254. </tr>
  255. </tbody>
  256. </table>
  257. <!-- Standards, codes or guidelines -->
  258. <table id="heading" width="100%">
  259. <thead></thead>
  260. <tbody width="100%">
  261. <tr>
  262. <td width="75%">
  263. <h4>Authorisation to start building work:</h4>
  264. </td>
  265. <td id="codes" width="25%">&nbsp;</td>
  266. </tr>
  267. </tbody>
  268. </table>
  269. <table class="expand hover" width="100%" style="border-bottom: none;">
  270. <thead></thead>
  271. <tbody width="100%">
  272. <tr>
  273. <td width="100%"><p><b>Your authorisation is issued in accordance with the Building Act 2016 and Building Regulations 2016.</b></p></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="20%">Building Surveyor:</td>
  282. <td id="border" width="36.5%"><?php echo $building_surveyor; ?></td>
  283. <td width="1.75%">&nbsp;</td>
  284. <td width="20%">Date</td>
  285. <td width="1.75%">&nbsp;</td>
  286. <td id="border" width="20%">&nbsp;</td>
  287. </tr>
  288. <tr>
  289. <td width="20%" height="30px">Signed:</td>
  290. <td id="border" width="36.5%"></td>
  291. <td width="1.75%">&nbsp;</td>
  292. <td width="20%">Unique authorisation No</td>
  293. <td width="1.75%"></td>
  294. <td id="border" width="20%"><?php echo $permit_no; ?></td>
  295. </tr>
  296. </tbody>
  297. </table>
  298. <table class="expand hover" width="100%" style="border-bottom: none;">
  299. <thead></thead>
  300. <tbody width="100%">
  301. <tr>
  302. <td width="25%">(builder or owner builder)</td>
  303. <td width="75%">&nbsp;</td>
  304. </tr>
  305. </tbody>
  306. </table>
  307. <table class="expand hover" width="100%" style="border-bottom: none;">
  308. <thead></thead>
  309. <tbody width="100%">
  310. <tr>
  311. <td width="100%">
  312. <p><b>Notes.</b></p>
  313. <ul>
  314. <li>A copy of this Form is to be provided to the Permit Authority within 2 working days of authorisation.</li>
  315. <li>If authorisation was given orally, a copy of this form is to be provided to the applicant within 7 days.</li>
  316. </ul>
  317. </td>
  318. </tr>
  319. </tbody>
  320. </table>
  321. <!-- Building Designer Details -->
  322. <table id="footer" width="100%">
  323. <thead></thead>
  324. <tbody width="100%">
  325. <tr>
  326. <td width="50%">
  327. <p style="text-align:left;">Director of Building Control - approved: 1 July 2017</p>
  328. </td>
  329. <td width="50%">
  330. <p style="text-align:right;">Building Act 2016 - Approved Form No 39</p>
  331. </td>
  332. </tr>
  333. </tbody>
  334. </table>
  335. <table class="expand hover" width="100%" style="border-bottom: none;">
  336. <thead></thead>
  337. <tbody width="100%">
  338. <tr>
  339. <td width="100%">
  340. <p class="footer" style="color:#d6d5d5;" ><?php echo $qId; ?> - [Form 39] - Document Printed on: <?php echo date("dS M Y");?> at <?php echo date("g:i A");?></p>
  341. </td>
  342. </tr>
  343. </tbody>
  344. </table>
  345. </div>
  346. </body>
  347. </html>