Your IP : 216.73.217.117


Current Path : /var/www/cesa.co.za/members/AnnualDeclaration_Part1/
Upload File :
Current File : /var/www/cesa.co.za/members/AnnualDeclaration_Part1/annualGENERIC2.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)
{ 
?>
<table border="0" cellspacing="2" cellpadding="0" width="99%" align="center">
  <tr>
    <td> 
      <?php
	  	include( '../inc/submitcheck.inc' );
	  ?>
    </td>
</tr>
<tr> 
 <td valign=middle class="Normal" bgcolor="#CCCCCC" 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>
<?php
}
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="784" colspan="2"> 
      <p align=center style='text-align:center'>
	  <?php echo "This is the Member Firm ID: ".$MemberFirmID; ?>
	  <?php echo "<br>This is the CID: ".$CID; ?>	  
	  </p>
        
      <table width="99%" border="0" cellspacing="2" cellpadding="0">
        <tr> 
          <td width="186"><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 colspan="5"> 
            <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="6"> 
            <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="6"><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="186"> 
            <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 colspan="5"><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="186"> 
            <div align="center"><font face="Times New Roman, Times, serif" size="1"><b>AMOUNT 
              OF COVER </b></font></div>
          </td>
          <td colspan="5"><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="6"><font face="Times New Roman, Times, serif" size="1"><b>3.</b>��� 
            I confirm that &quot;Registered Principals&quot;, 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="6"> 
            <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="6"><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="186" 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 height="20" colspan="5"><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="186"> 
            <div align="center"> 
              <select name="form[q2]" size="1">
                <option value="Yes">Yes</option>
                <option value="No" selected>No</option>
              </select>
            </div>
          </td>
          <td colspan="5"><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="186"> 
            <div align="center"> 
              <select name="form[q3]" size="1">
                <option value="Yes">Yes</option>
                <option value="No" selected>No</option>
              </select>
            </div>
          </td>
          <td colspan="5"><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="186"> 
            <div align="center"> 
              <select name="form[q4]" size="1">
                <option value="Yes">Yes</option>
                <option value="No" selected>No</option>
              </select>
            </div>
          </td>
          <td colspan="5"><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="186"> 
            <div align="center"> 
              <input type="text" name="form[partydate]">
            </div>
          </td>
          <td colspan="5"><font face="Times New Roman, Times, serif" size="1">Date 
            of third party certification if applicable.</font></td>
        </tr>
        <tr> 
          <td width="186"> 
            <div align="center"> 
              <select name="form[q5]" size="1">
                <option value="Yes">Yes</option>
                <option value="No" selected>No</option>
              </select>
            </div>
          </td>
          <td colspan="5"><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="186">&nbsp;</td>
          <td colspan="5"><font size="2"><b><font face="Times New Roman, Times, serif">THE 
            FOLLOWING QUESTIONS ARE OPTIONAL</font></b></font></td>
        </tr>
        <tr> 
          <td width="186"> 
            <div align="center"> 
              <input type="text" name="form[q6]">
            </div>
          </td>
          <td colspan="5"><font face="Times New Roman, Times, serif" size="1">Did 
            you use a consultant to assit you with the development and implementation 
            of a quality management system? If so, rpovide the name of the Consultant.</font></td>
        </tr>
        <tr> 
          <td width="186"> 
            <div align="center"> 
              <input type="text" name="form[q7]">
            </div>
          </td>
          <td colspan="5"><font face="Times New Roman, Times, serif" size="1">Name 
            of your third party certificate body</font></td>
        </tr>
        <tr> 
          <td width="186"> 
            <div align="center"><font face="Times New Roman, Times, serif" size="1"><b>WWW 
              Address</b>: </font></div>
          </td>
          <td colspan="5"> <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="186" height="19"> 
            <div align="center"><font face="Times New Roman, Times, serif"><b><font size="1">Designation</font></b></font></div></td>
          <td width="44" height="19"><div align="center"><font face="Times New Roman, Times, serif" size="1"> 
              <input type="text" name="form[designate]" value="<?php echo $MemberContactDesignation; ?>" size="20">
              </font></div></td>
          <td width="74" height="19"> 
            <div align="center"><font face="Times New Roman, Times, serif"><b><font size="1">First 
              Name </font></b></font></div></td>
          <td width="56" height="19">4</td>
          <td width="155" height="19"> 
            <div align="center"><font face="Times New Roman, Times, serif"><b><font size="1">Last 
              Name </font></b></font></div></td>
          <td width="180" height="19">6</td>
        </tr>
        <tr> 
          <td width="186" height="19">&nbsp;</td>
          <td height="19" colspan="5"> 
            <div align="left"><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="186">&nbsp;</td>
          <td colspan="5"> 
            <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=186 valign=middle class="Normal" height="35" bgcolor="#CCCCCC" 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 valign=middle class="Normal" height="35" bgcolor="#CCCCCC" align="center" colspan="5"><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.cesa.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>