| Current Path : /var/www/cesa.co.za/members/AnnualDeclaration/ |
| Current File : /var/www/cesa.co.za/members/AnnualDeclaration/annualGENERIC.php |
<?php
// Configuration and Autentication
include( '../inc/auth.inc' );
include( '../inc/func.inc' );
switch ($auth) {
case valid:
// System Includes
//include( '../inc/pref.inc' );
// Variables Unique to page
$title = "www.saace.co.za/members - Annual Declaration " & $DeclarationYear;
$description = "South African Association of Consulting Engineers. Annual Declaration " & $DeclarationYear & ".";
$keywords = "online, services, members, consulting, engineers";
// Start Page Includes
include( '../inc/conf.inc' );
// include( '../inc/header.inc' );
include( '../inc/db.inc' );
?>
<!-- Start Page Content Here -->
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<title>Annual Declaration <?php echo $DeclarationYear; ?></title>
<body bgcolor="#FFFFFF">
<?php
if ($action)
{
echo $form[firmname]
."<br>"
.$form[name]
."<br>"
.$form[amount]
."<br>"
.$box[1]
."<br>"
.$box[2]
."<br>"
.$box[3]
."<br>"
.$box[4]
."<br>"
.$box[5]
."<br>"
.$box[6]
."<br>"
.$form[other]
."<br>"
.$form[www]
."<br>"
.$form[nameofmember]
."<br>"
.$form[date]
."<br>"
.$form[q1]
."<br>"
.$form[q2]
."<br>"
.$form[q3]
."<br>"
.$form[q4]
."<br>"
.$form[partydate]
."<br>"
;
}
else
{
include( '../inc/declaration.inc' );
?>
<form method="post" action="<?php echo $PHP_SELF."?action=yes"; ?>" enctype="multipart/form-data">
<table border=1 cellspacing=0 cellpadding=0 align="center" width="99%">
<tr>
<td valign=top class="Normal" height="900" colspan="2">
<p align=center style='text-align:center'> </p>
<table width="99%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td><font face="Times New Roman, Times, serif" size="1"><img width=66 height=84
src="images/image002.gif" v:shapes="_x0000_i1025"></font></td>
<td>
<div align="center"><font face="Times New Roman, Times, serif" size="1"><b>THE
SOUTH AFRICAN ASSOCIATION OF CONSULTING ENGINEERS ANNUAL DECLARATION
- <?php echo $DeclarationYear; ?><br>
ON BEHALF OF </b></font></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><font face="Times New Roman, Times, serif" size="3">
<input type="text" name="form[firmname]" value="<?php echo $MemberFirmName ; ?>" size="80" >
</font></div>
</td>
</tr>
<tr>
<td colspan="2"><font face="Times New Roman, Times, serif" size="1"><b>1.</b>
I declare that all Principals of the Member firm whose details appear
in Schedule 1 comply with the Constitution and By-laws and have read
and understand the <b>Code of Conduct</b>(attached hereto) of The South
African Association of Consulting Engineers.<br>
</font><font size="1"><b><font face="Times New Roman, Times, serif">2.</font></b><font face="Times New Roman, Times, serif">���
The Member firm has <b>PROFESSIONAL INDEMNITY INSURANCE</b> as follows.
<b><i>(Please attach a copy of the firm�s current P.I. Policy Certificate)</i></b>:</font></font>
</td>
</tr>
<tr>
<td width=12%>
<div align="center"></div>
<div align="center"></div>
<h4 align="center"><font face="Times New Roman, Times, serif" size="1">NAME
OF INSURER</font></h4>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">
<input type="text" name="form[name]" value="<?php echo $MemberFirmInsurer ; ?>" size="50">
</font></td>
</tr>
<tr>
<td width=12%>
<div align="center"><font face="Times New Roman, Times, serif" size="1"><b>AMOUNT
OF COVER </b></font></div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">
<input type="text" name="form[amount]" value="<?php echo $MemberFirmLevelCover ; ?>" size="50">
<br>
(Prescribed minimum R5m in respect of any one claim)</font></td>
</tr>
<tr>
<td colspan="2"><font face="Times New Roman, Times, serif" size="1"><b>3.</b>���
I confirm that "Registered Principals", as defined in Clause
2.1.6 of the Constitution, constitute at least 50% of the partners/members/directors
of the Member firm.<br>
</font><font face="Times New Roman, Times, serif" size="1"><b>4.</b>���
I confirm that the Principals and/or staff, who are registered persons,
have the necessary qualifications and experience in respect of each
of the fields of expertise claimed on Schedule 2.<br>
</font><font size="1"><b><font face="Times New Roman, Times, serif">5</font></b><font face="Times New Roman, Times, serif">.���
The details of Principals (both Registered and Non-registered) and the
number of personnel reflected on Schedule 1 are correct as at 1 January
<?php echo $DeclarationYear; ?>.</font></font></td>
</tr>
<tr>
<td colspan="2">
<div align="center"><font face="Times New Roman, Times, serif" size="1"><b>FORM
OF THE MEMBER FIRM</b>: </font></div>
</td>
</tr>
<tr>
<td colspan="2"><font face="Times New Roman, Times, serif" size="1">
<?php
$select1 = "";
$select2 = "";
$select3 = "";
$select4 = "";
$select5 = "";
if ($MemberFirmFormIncorp == "Sole Practice")
{
$select1 = "checked";
}
if ($MemberFirmFormIncorp == "Limited Company")
{
$select2 = "checked";
}
if ($MemberFirmFormIncorp == "Partnership")
{
$select3 = "checked";
}
if ($MemberFirmFormIncorp == "(Pty) Ltd")
{
$select4 = "checked";
}
if ($MemberFirmFormIncorp == "Close Corporation")
{
$select5 = "checked";
}
?>
</font>
<table width="100%" border="0">
<tr>
<td width="5%">
<input type="checkbox" name="box[1]" value="checkbox" <?php echo $select1;?>>
</td>
<td width="22%"><font face="Times New Roman, Times, serif" size="1">Sole
Practitioner</font></td>
<td width="6%">
<input type="checkbox" name="box[2]" value="checkbox" <?php echo $select2;?>>
</td>
<td width="24%"><font face="Times New Roman, Times, serif" size="1">Limited
Company</font></td>
<td width="3%">
<input type="checkbox" name="box[3]" value="checkbox" <?php echo $select3;?>>
</td>
<td width="40%"><font face="Times New Roman, Times, serif" size="1">Partnership</font></td>
</tr>
<tr>
<td width="5%">
<input type="checkbox" name="box[4]" value="checkbox" <?php echo $select4;?>>
</td>
<td width="22%"><font face="Times New Roman, Times, serif" size="1">Proprietary
Limited Company</font></td>
<td width="6%">
<input type="checkbox" name="box[5]" value="checkbox" <?php echo $select5;?>>
</td>
<td width="24%"><font face="Times New Roman, Times, serif" size="1">Close
Corporation</font></td>
<td width="3%">
<input type="checkbox" name="box[6]" value="checkbox">
</td>
<td width="40%"><font face="Times New Roman, Times, serif" size="1">Other
(please specify):
<input type="text" name="form[other]">
</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=12% height="20">
<div align="center">
<select name="form[q1]" size="1">
<option value="Yes">Yes</option>
<option value="No" selected>No</option>
</select>
</div>
</td>
<td width=88% height="20"><font face="Times New Roman, Times, serif" size="1">Has
top management approved a comprehensive plan for the implementation
of a quality managment system?</font> </td>
</tr>
<tr>
<td width=12%>
<div align="center">
<select name="form[q2]" size="1">
<option value="Yes">Yes</option>
<option value="No" selected>No</option>
</select>
</div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">Has
top management approved all the relevant documents of your quality management
system? </font></td>
</tr>
<tr>
<td width=12%>
<div align="center">
<select name="form[q3]" size="1">
<option value="Yes">Yes</option>
<option value="No" selected>No</option>
</select>
</div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">Does
your quality management system comply with the requirements of ISO 900:2000
and have you completed a satisfactory self-assesments of the system?</font></td>
</tr>
<tr>
<td width=12%>
<div align="center">
<select name="form[q4]" size="1">
<option value="Yes">Yes</option>
<option value="No" selected>No</option>
</select>
</div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">Have
you obtained third party certification for compliance with the requirements
of ISO 900:2000 ?</font></td>
</tr>
<tr>
<td width=12%>
<div align="center">
<input type="text" name="form[partydate]">
</div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">Date
of third party certification if applicable.</font></td>
</tr>
<tr>
<td width=12%>
<div align="center">
<select name="form[q5]" size="1">
<option value="Yes">Yes</option>
<option value="No" selected>No</option>
</select>
</div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">Has
your quality management system been implemented in all your offices
and in all your subsidiary companies?</font></td>
</tr>
<tr>
<td width=12%>
<div align="center"><font face="Times New Roman, Times, serif" size="1"><b>WWW
Address</b>: </font></div>
</td>
<td width=88%> <font face="Times New Roman, Times, serif" size="1">
<input type="text" name="form[www]" value="<?php echo $MemberFirmURL;?>" size="50">
</font> </td>
</tr>
<tr>
<td width=12%>
<div align="center"><font face="Times New Roman, Times, serif"><b><font size="1">Name</font></b></font></div>
</td>
<td width=88%><font face="Times New Roman, Times, serif" size="1">
<input type="text" name="form[nameofmember]" value="<?php if (MemeberOfficeMandated == 1) { echo $firstname; echo $lastname; } else { echo $MemberContactDesignation ," " ,$MemberContactFirstname," ",$MemberContactSurname; }?>" size="50">
</font></td>
</tr>
<tr>
<td width=12% height="19"> </td>
<td width=88% height="19">
<div style='border:none;border-bottom:solid windowtext .75pt;padding:0cm 0cm 1.0pt 0cm' align="left"><font size="1"><b>
</b></font></div>
<div align="center">
<font face="Times New Roman, Times, serif" size="1"><b>FULL NAMES
OF MANDATED PRINCIPAL(in block letters)</b></font>
</div>
</td>
</tr>
<tr>
<td width=12%> </td>
<td width=88%>
<div align="center"><font face="Times New Roman, Times, serif" size="1"><b>DATE:
<input type="text" name="form[date]" value="____/___/_____">
</b></font></div>
</td>
</tr>
<tr>
<td width=12% valign=middle class="Normal" height="35" bgcolor="#666666" align="center">
<font color="#FFFFFF"><b><font face="Times New Roman, Times, serif" size="2">Please
Complete All The Fields:
<input type="submit" name="Submit" value="Submit">
</font></b></font> </td>
<td width=88% valign=middle class="Normal" height="35" bgcolor="#666666" align="center"><font color="#FFFFFF"><b><font face="Times New Roman, Times, serif" size="2">Click
<a href="annualDecPrint.php">HERE</a> for a Printable version of this
form</font></b></font></td>
</tr>
</table>
</form>
<?php
}
?>
<!-- End Page Content Here -->
<?php
break;
case invalid:
header("Location: http://www.saace.co.za/login.php?pageurl=".$_SERVER['REQUEST_URI']);
//systemerror("Login Error","Initial Login Failure",getenv ("PATH_INFO"), $authorized);
break;
default:
systemerror("System Error","System Failure on Authentication",getenv ("PATH_INFO"), "There is a problem logging into our system. Try again later or if the problem persists, please contact SAACE to report the problem.");
break;
}
?></table>