CINXE.COM
Property Portals Document Content
<!doctype html public "-//w3c//dtd html 3.2//en"> <!pagenname=sectitlelandtrarev1revMW1> <html> <head> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Property Portals Document Content</title> <link rel="stylesheet" type="text/css" href="trafalgar/styles/stylemwrev1.css"> <style type="text/css"> /* #inputForm { border-radius: 10px; background: #dfdfdf; padding: 20px; width: 200px; height: 150px; } */ -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; </style> <script type="text/javascript"> <!-- //pre-load images var images = new Array() function preload() { for (i = 0; i < preload.arguments.length; i++) { images[i] = new Image() images[i].src = preload.arguments[i] } } preload( "http://webgui.unibase.co.za/trafalgar/images/menu_on.gif" ) function setButBG(picSuffx,picId){ if(picSuffx=='on'){ //document.getElementById(picId).style.-webkit-appearance: none; //document.getElementById(picId).style.background="rgba(255,255,255,0.1) url('http://webgui.unibase.co.za/trafalgar/images/menu_on.gif') no-repeat center center"; document.getElementById(picId).style.color="#bed62f"; } else{ //document.getElementById(picId).style.-webkit-appearance: none; document.getElementById(picId).style.background="rgba(255,255,255,0.1) url('http://webgui.unibase.co.za/trafalgar/images/menu_off.gif') no-repeat center center"; document.getElementById(picId).style.color="#333333"; } } function showRegisterDiv(){ parent.frames.reg.window.location="http://webgui.unibase.co.za/scripts/eri.dll?pagename=registeruserrevMW1"; document.getElementById("registration").style.display='inline'; } function dispGreeting(){ var greeterrmsg = ''; greeterrmsg = "" //Organise layout of different cells, depending on Browser var BrowserName=navigator.appName; if(BrowserName=="Microsoft Internet Explorer"){ document.getElementById("greetingcell").style.paddingLeft="55px"; document.getElementById("logincell").style.paddingLeft="58px"; document.getElementById("propimgcell").style.paddingLeft="55px"; } else if(BrowserName=="Netscape"){ document.getElementById("greetingcell").style.paddingLeft="55px"; document.getElementById("logincell").style.paddingLeft="70px"; document.getElementById("propimgcell").style.paddingLeft="68px"; } else{ document.getElementById("greetingcell").style.paddingLeft="55px"; document.getElementById("logincell").style.paddingLeft="49px"; document.getElementById("propimgcell").style.paddingLeft="40px"; } //Store the referrer URL in document var hasbeen = ""; if((document.referrer!="")&&(document.referrer.substr(7,6)!="webgui")&&(document.referrer.substr(7,19)!="www.trafalgar.co.za")){ hasbeen = document.referrer; document.forms[0].fld_s50_2.value=hasbeen; document.forms[0].trigger.value='sub_getsectitleprop'; document.forms[0].submit(); } //Greeting line: var propName=""; var userName=""; propName=""; userName=""; if(propName!=""&&userName!=""){ document.getElementById("greeting").innerHTML="Welcome <b>" + userName + "</b>, you are currently logged on to Property Portals -<br>with access to "+propName; if(propName!="Multiple Properties")document.getElementById("loginspan").style.display="none"; } else{ document.getElementById("greeting").innerHTML="Welcome to Property Portals - you have not yet logged on."; document.getElementById("greeting").innerHTML+="<br><span style='color:red;font-weight:bold;'>" + greeterrmsg + "</span>"; document.getElementById("loginspan").style.display="inline"; } //Change pwd ability //Check if logged in already: if(document.forms[0].fld_p110_1.value!=""){ //This means that the user is logged on and can change the password if(document.all)pwd.style.visibility='visible'; } } var selOptions=new Array(); selOptions[0]="sub_callsectitleopt,Contact Information"; selOptions[1]="sub_callsectitleopt,Property Information~Physical Address~Erf Number~Sectional Plans~Other Important Information~Ten Year Maintenance Plans~Insurance Policy Information"; selOptions[2]="sub_callsectitleopt,Body Corporate Rules~Management Rules~Conduct Rules~Standard Forms"; selOptions[3]="sub_callsectitleopt,Meetings~AGM Packs~Other meeting notices~Other meeting minutes~AGM Minutes~Trustee/Director\'s Meeting Minutes"; selOptions[4]="sub_callsectitleopt,Financial Information~Arrears Report~Actual to Budget Comparison~Levy Roll Report~Disbursement Statement~Balance Sheet Report~Creditor\'s Roll~Municipal Accounts~Audited Accounts~Approved Budget and Levy Schedule~Investment Accounts"; selOptions[5]="sub_callsectitleopt,Contractors\' Details"; selOptions[6]="sub_callsectitleopt,Statutory Documents~Certificate of Establishment~Access to Information Manual"; selOptions[7]="sub_callsectitleopt,Circulars~General Circulars~Trustee/Director Circulars~Newsletters"; selOptions[8]="sub_callsectitleopt,Bulk Email & SMS"; selOptions[9]="sub_callsectitleopt,Image Gallery"; selOptions[10]="sub_callsectitleopt,Frequently Asked Questions"; var selLog=new Array(); selLog[0]=1; selLog[1]=1; selLog[2]=1; selLog[3]=1; selLog[4]=1; selLog[5]=1; selLog[6]=1; selLog[7]=1; selLog[8]=1; selLog[9]=1; selLog[10]=1; function selOpts(optVal){ //Check if logged in already: if((document.forms[0].fld_p100_1.value==""||document.forms[0].fld_p100_1.length < 4) && selLog[optVal]==1){ if(document.forms[0].fld_p110_1.value==""){ //This means that the user is not logged on alert("Please login first before selecting this item."); document.forms[0].fld_p1_1.focus(); } else{ //This means that the user is logged on but hasn't selected a property alert("Please make a property selection before clicking on this item."); document.forms[0].fld_p100_1.focus(); document.getElementById("propNo").style.backgroundColor='yellow'; } } else{ document.forms[0].trigger.value=selOptions[optVal] + "rev1"; document.forms[0].submit(); } } function setProp(){ //Function to set selected property and display of property selections var propOptions=""; var secondOption=""; propOptions=""; secondOption=""; //Check if any options are available - if not the user has not logged on if(propOptions==""){ document.forms[0].selectedProp.style.visibility='hidden'; document.getElementById("propNo").style.visibility='hidden'; // alert("gets here"); } else{ if(propOptions=="*"){ //Check if user has access to all properties //Show only the text box as there are too many options to show in a select object document.forms[0].selectedProp.style.visibility='hidden'; document.all.propNo.style.visibility='visible'; } else{ if(secondOption==""){ //Only one prop, so need to show options document.forms[0].selectedProp.style.visibility='hidden'; document.all.propNo.style.visibility='hidden'; } else{ //Multiple options, show him options but not text input document.forms[0].selectedProp.style.visibility='visible'; document.all.propNo.style.visibility='hidden'; } } } } //Function to change BG col of nav cell function changeCol(tdid,overout){ //CHeck for I.E. if(document.all){ if(overout=="over"){ tdid.style.backgroundColor="silver"; } else{ tdid.style.backgroundColor="white"; } } } function setDemo(){ //function to force demo logon: document.forms[0].fld_p1_1.value="DEMO"; document.forms[0].fld_p2_1.value="DEMOUSER"; document.forms[0].trigger.value='sub_getsectitleprop'; document.forms[0].submit(); } function rot( t, u, v ) { return String.fromCharCode( ( ( t - u + v ) % ( v * 2 ) ) + u ); } function rot13( s ) { var b = [], c, i = s.length, a = 'a'.charCodeAt(), z = a + 26, A = 'A'.charCodeAt(), Z = A + 26; while(i--) { c = s.charCodeAt( i ); if( c>=a && c<z ) { b[i] = rot( c, a, 13 ); } else if( c>=A && c<Z ) { b[i] = rot( c, A, 13 ); } else { b[i] = s.charAt( i ); } } return b.join( '' ); } function subCred(){ document.forms[0].fld_p2_1.value = rot13(document.forms[0].fld_p2_1.value); document.forms[0].trigger.value='sub_getsectitleprop'; document.forms[0].submit(); } //--> </script> </head> <body onload="setProp();dispGreeting();;var credFlag='';if(credFlag=='1'){subCred()};" style="margin-left:0px;margin-right:0px;font-family:Arial;"> <form method=post action="eri.dll"> <input type=hidden name=sessionid value=028627895270010336514760154980000164> <input type=hidden name=filler value=""> <input type=hidden name=trigger value=""> <input type=hidden name=data value=""> <span> <table style="empty-cells:show;" width="100%" cellspacing=0> <tr> <td width=125 style="text-align:left;color:white;font-weight:bold;font-family:Arial;font-size:25px;"> </td> <td colspan=2 style="text-align:left;"> <table width=850> <tr> <td style="vertical-align:text-top;"> <img src="trafalgar/images/traf_logo.gif" </td> <td style="vertical-align:text-top;text-align:center;"> </td> </tr> </table> </td> <td style="text-align:left;"> <table> <tr><td><a href="http://www.trafalgar.co.za" target=new><img border=0 src="trafalgar/images/home_but.png"></a></td></tr> <tr><td><a href="http://www.trafalgar.co.za/customer-service/" target=new><img border=0 src="trafalgar/images/cust_serv_but.jpg"></a></td></tr> </table> </td> </tr> <tr> <td width=125 style="text-align:left;background-color:#bed62f;;color:white;font-weight:bold;font-family:Arial;font-size:25px;"> </td> <td colspan=4 style="text-align:left;background-color:#bed62f;;color:white;font-weight:bold;font-family:Arial;font-size:26px;padding-left:10px;padding-top:7px;padding-bottom:7px;cursor:hand;" onClick="document.forms[0].trigger.value='page_sectitlelandtrarev1revMW1';document.forms[0].submit();">PROPERTY PORTAL</td> </tr> <tr> <td width=125 style="text-align:left;color:white;font-weight:bold;font-family:Arial;font-size:25px;"> </td> <td colspan=3> <table> <tr> <td style="vertical-align:top;"> <!--Menu table//--> <table style=""><tr><td style="border-bottom:1px silver dashed;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:5px;color:#bed62f;font-weight:bold;" class="hdg">THIS PROPERTY</td></tr> <tr><td style="height:10px;"></td></tr> <tr><td class="ButRow" id="1" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','1');" onMouseout="setButBG('off','1');" onClick="javascript:selOpts(0);">CONTACT INFORMATION</td></tr> <tr><td class="ButRow" id="2" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','2');" onMouseout="setButBG('off','2');" onClick="javascript:selOpts(1);">PROPERTY INFORMATION</td></tr> <tr><td class="ButRow" id="3" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','3');" onMouseout="setButBG('off','3');" onClick="javascript:selOpts(2);">BODY CORPORATE RULES</td></tr> <tr><td class="ButRow" id="4" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','4');" onMouseout="setButBG('off','4');" onClick="javascript:selOpts(3);">MEETINGS</td></tr> <tr><td class="ButRow" id="5" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','5');" onMouseout="setButBG('off','5');" onClick="javascript:selOpts(4);">FINANCIAL INFORMATION</td></tr> <tr><td class="ButRow" id="6" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','6');" onMouseout="setButBG('off','6');" onClick="javascript:selOpts(5);">CONTRACTORS' DETAILS</td></tr> <tr><td class="ButRow" id="7" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','7');" onMouseout="setButBG('off','7');" onClick="javascript:selOpts(6);">STATUTORY DOCUMENTS</td></tr> <tr><td class="ButRow" id="8" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','8');" onMouseout="setButBG('off','8');" onClick="javascript:selOpts(7);">CIRCULARS</td></tr> <tr><td class="ButRow" id="9" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','9');" onMouseout="setButBG('off','9');" onClick="javascript:selOpts(8);">BULK EMAIL & SMS</td></tr> <tr><td style="border-bottom:1px silver dashed;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:5px;color:#bed62f;font-weight:bold;" class="hdg">GENERAL INFORMATION</td></tr> <tr><td style="height:10px;"></td></tr> <tr><td class="ButRow" id="10" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','10');" onMouseout="setButBG('off','10');" onClick="javascript:selOpts(9);">IMAGE GALLERY</td></tr> <tr><td class="ButRow" id="11" style="cursor:hand;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:10px;background-image:url('trafalgar/images/menu_off.gif');background-repeat:no-repeat;background-position:center center;" onMouseover="setButBG('on','11');" onMouseout="setButBG('off','11');" onClick="javascript:selOpts(10);">FREQUENTLY ASKED QUESTIONS</td></tr> <tr><td style="border-bottom:1px silver dashed;height:15px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:5px;color:#bed62f;font-weight:bold;" class="hdg"></td></tr> <tr><td style="height:10px;"></td></tr> <tr><td style="padding-top:5px;height:30px;width:198px;padding-top:5px;padding-bottom:5px;padding-left:5px;" class="ButRow"><img src="trafalgar/images/home_but_grey.png" onClick="document.location.href='http://www.trafalgar.co.za';"></td></tr> </table> <br /> </td> <td style="vertical-align:top;text-align:center;"> <table> <tr> <td id="greetingcell" style="width:800px;vertical-align:top;padding-top:7px;font-family;Arial;"> <div class="introduction" style="font-family:Arial;height:158px;width:703px;padding: 20px 0 0 20px;line-height: 1.2em;text-align: left center;background: url(trafalgar/images/top_bg.jpg) no-repeat top center;display:table-cell;"> <div style="font-weight:bold;font-size:20px;color:#bed62f;">Property Portal</div><br><br> <div> In the Property Portals you will have access to a wealth of information about your property;<br> rules, financials, contractors' details, plans, a bulletin board and much more. We hope that the<br>direct, online and real-time access adds value. </div><br> <div align=center id="greeting" style="text-align:left;"></div> </div> </td> </tr> <tr> <td id="logincell" style="vertical-align:top;padding-top:7px;"> <span id="loginspan" style="font-family:Arial;font-size:12px;color:#999999;"> <table width=695 cellspacing=0 style="background-color:#aaa8a8;"> <tr> <td colspan=7></td> </tr> <tr> <td style="width:3px;"></td> <td colspan=5 style="padding-top:10px;padding-left:20px;vertical-align:top;height:103px;"><span style="color:white;font-family:Arial;font-size:18px;">Login</span><font size=1><br><br><span style="color:white;font-size:12px;font-family:Arial;"><a style="font-family:Arial;color:#861722;font-size:12px;" href='http://webgui.unibase.co.za/scripts/eri.dll?pagename=sectitlelandtrarev1revMW1&demologin=1&username=TRAST01669'>Click here</a> to view the demo site, should you not have a current login.</span><br><br></font></td> <td rowspan=3 style="text-align:bottom right;"><img src="trafalgar/images/loginpicrm.png"></td> </tr> <tr> <td style="width:3px;background-color:#aaa8a8;"></td> <td valign=bottom style="background-color:#aaa8a8;vertical-align:bottom;padding-left:20px;padding-bottom:25px;"><font size=1><span style="color:white;font-size:10px;font-family:Arial;font-weight:bold;">Login<br></span></font><input type=text size=15 name=fld_p1_1 style="width:150px;border-radius: 3px;height:25px;" value=""></td> <td valign=bottom style="background-color:#aaa8a8;vertical-align:bottom;padding-left:20px;padding-bottom:25px;"><font size=1><span style="color:white;font-size:10px;font-family:Arial;font-weight:bold;">Password<br></span></font><input type=password size=15 name=fld_p2_1 style="width:150px;border-radius: 3px;height:25px;" value=""></td> <td colspan=3 style="background-color:#aaa8a8;vertical-align:bottom;padding-left:20px;padding-bottom:20px;"><input type=image name=trig_1 border=0 style="cursor:hand;" src="trafalgar/images/login.png"><span style="display:none;"> <span id="pwd"></span><input type=image name=trig_2 onclick="if(document.forms[0].fld_p1_1.value==''){alert('Please login first.');}else{document.forms[0].fld_p111_1.value='ext';if(document.forms[0].fld_p1_1.value=='DEMO'){alert('Cannot reset the demo password.');}else{document.forms[0].trigger.value='page_passwdresettra';document.forms[0].submit();}};" border=0 src="trafalgar/images/change_pwd.gif"></span></td> </tr> <tr style="display:none;"> <td style="width:3px;height:20px;"></td> <td style="vertical-align:bottom;padding-left:20px;padding-bottom:20px;"></td> <td style="vertical-align:bottom;padding-left:20px;padding-bottom:20px;"><input type=text name=fld_p111_1 style="display:none;" value="ext"></td> <td style="vertical-align:top;"><div id="propNo"><font size=1>Prop:</font><input type=text size=6 name=fld_p100_1 value=""></div></td> <td style="vertical-align:top;"><select name=selectedProp onchange="document.forms[0].fld_p100_1.value=document.forms[0].selectedProp.options[document.forms[0].selectedProp.options.selectedIndex].value;"> <option selected value="">[None] </select></td> <td style="vertical-align:top;"></td> </tr> </table> </span> </td> </tr> <tr> <td id="propimgcell" style="vertical-align:top;padding-top:7px;"> <img src="trafalgar/images/mainflash.jpg"></div> </td> </tr> </table> </td> <td> </td> </tr> </table> </td> </tr> <tr> <td width=125 style="text-align:left;color:white;font-weight:bold;font-family:Arial;font-size:25px;background-color:#aaa8a8;"> </td> <td colspan=4 style="text-align:center;color:white;font-weight:bold;font-family:Arial;font-size:10px;background-color:#aaa8a8;"> <a href="http://www.trafalgar.co.za/privacy-policy/" target="new" style="font-family:Arial;color:white;font-size:12px;">SECURITY & PRIVACY POLICY</a> <a href="http://www.trafalgar.co.za/disclaimer/" target="new" style="font-family:Arial;color:white;font-size:12px;">DISCLAIMER</a> <a href="http://www.trafalgar.co.za/customer-feedback-form/" target="new" style="font-family:Arial;color:white;font-size:12px;">CUSTOMER FEEDBACK</a> <a href="http://www.trafalgar.co.za/website-map/" target="new" style="font-family:Arial;color:white;font-size:12px;">SITEMAP</a> </td> <!--td style="text-align:left;color:white;font-weight:bold;font-family:Arial;font-size:25px;background-color:#aaa8a8;"> </td//--> </tr> <tr> <td colspan="4" style="background-color:#dfdfdf;height:200px;"> </td> </tr> </table> <input type=text name=fld_s50_1 style="display:none;" value=""> <input type=text name=fld_s50_2 style="display:none;" value=""> <input type=text name=fld_p110_1 style="display:none;" value=""> <!--Registration div//--> <div id="registration" style="text-align:center center;display:none;position:absolute;top:147;left:313;z-index:200;width:700;height:400;background-color:white;margin-top:50px;margin-left:50px;border:5px maroon solid;border-radius:20px;"> <iframe id="reg" width=680 height=380 src="http://webgui.unibase.co.za/scripts/eri.dll?pagename=registeruserrevMW1"> </div> </span> <!--SP100,1://--> </form> </body> </html>