| Current Path : /var/www/cesa.co.za/members/AnnualDeclaration/ |
| Current File : /var/www/cesa.co.za/members/AnnualDeclaration/schedule3.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 = "members.saace.co.za - 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">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=232 valign=top class="Normal">
<h1> </h1>
</td>
<td width=180 valign=top class="Normal">
<div align="center"><font face="Times New Roman, Times, serif" size="2"><img width=66 height=84 src="images/image002.gif" v:shapes="_x0000_i1025">
</font></div>
</td>
<td width=283 valign=top class="Normal">
<div align="right"><font face="Times New Roman, Times, serif" size="2"><b>SCHEDULE
3<br>
<?php echo $DeclarationYear; ?></b></font></div>
</td>
</tr>
</table>
<p><font face="Times New Roman, Times, serif" size="2"><b>THE SOUTH AFRICAN
ASSOCIATION OF CONSULTING ENGINEERS DECLARATION OF HOLDING COMPANY<br>
(WHERE APPLICABLE)</b></font></p>
<p align="left"><font face="Times New Roman, Times, serif" size="2">We confirm
that it is the policy of </font></p>
<div style='border:none;border-bottom:solid windowtext .5pt;padding:0cm 0cm 1.0pt 0cm'><font color=white size=1>.</font></div><font face="Times New Roman, Times, serif" size="2"><b>Owning Group</b></font> <p align="left"><font face="Times New Roman, Times, serif" size="2">that
</font></p>
<p><div style='border:none;border-bottom:solid windowtext .5pt;padding:0cm 0cm 1.0pt 0cm'><font color=white size=1>.</font></div><font face="Times New Roman, Times, serif" size="2"><b>the Member ( hereinafter
referred to as �the Member�)</b></font><p></p>
<p align="left"><font face="Times New Roman, Times, serif" size="2"> practises
as an independent firm� providing technology-based intellectual services
in the built, human and natural environment, and in accordance with Clause
5.1.4. (a) and (b) of the Constitution. The Directors of the Member with
executive powers will include ___________ (number) of� professionally
registered directors together with ___________ (number) other directors.
The Board of the Member will manage the firm according to the professional
code of conduct laid down by the South African Association of Consulting
Engineers.It is confirmed that the professional and technical decisions
and advice of the Member and of any of its subsidiary firms will be matters
for the independent judgement and decision of its directors and professional
staff. </font></p>
<p><font face="Times New Roman, Times, serif" size="2">Signed at ���..��������������..
on this ������ day of .���������.�..20����</font></p>
<p align="left"><font face="Times New Roman, Times, serif" size="2">For
and on behalf of:</font></p>
<p><div style='border:none;border-bottom:solid windowtext .5pt;padding:0cm 0cm 1.0pt 0cm'><font color=white size=1>.</font></div><font face="Times New Roman, Times, serif" size="2"><b>The Owning Group</b><br>
(Please supply a copy of the Board Resolution)</font>
<p><font face="Times New Roman, Times, serif" size="2">DOES YOUR FIRM HAVE
A CODE OF CONDUCT OVER AND ABOVE THE SAACE CODE OF CONDUCT?<br>
</font></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="right"><font size="2"><b><img src="../pics/unselected.jpg" ></b></font></div>
</td>
<td><font size="2"><b><font face="Times New Roman, Times, serif">YES</font></b></font></td>
<td>
<div align="right"><font size="2"><b><img src="../pics/unselected.jpg" ></b></font></div>
</td>
<td><font size="2"><b><font face="Times New Roman, Times, serif">NO</font></b></font></td>
</tr>
</table>
<p> <font face="Times New Roman, Times, serif" size="2">��� ��� <br>
If yes, please attach a copy</font></p>
</td>
</tr>
</table>
<!-- End Page Content Here -->
<?php
// End page Includes
include( '../inc/footer2.inc' );
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;
}
?>