Wednesday, April 23, 2014

update canhealth




1) Only keep member directory of global:
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav0.tmpl.php, line 246 commented out
     echo "<li><a href='/member_directory/index.php?committee=".htmlspecialchars($committee['committee_name'])."'>Member Directory</a></li>";
line 270 commented out
echo "<li><a href='/member_directory/index.php?committee=".htmlspecialchars($key)."'>Member Directory</a></li>";
C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\_templates\cesei_nav_lang.tmpl.php, line 257 commented out
echo "<li><a href='/member_directory/index.php?committee=".htmlspecialchars($committee['committee_name'])."'>".$map['Member_Directory']."</a></li>";
line 281 commented out
 echo "<li><a href='/member_directory/index.php?committee=".htmlspecialchars($key)."'>Member Directory</a></li>";
Add institute membership
2) C:\Users\jiansen\Desktop\CAS\jiansen_dir\www_canhealth\canhealth\membership.php
line 15 change
<p><strong>Click the link below to apply for '.INSTITUTION_FULL_NAME.' membership:</strong></p>
<a href="registration.php?type=2"><strong>Apply for  '.INSTITUTION_SHORT_NAME.' Membership</strong></a><br />
<br />
<div class="horizontal-rule"></div>

to

<p><strong>Individual Memberships are available for:</strong></p>
<ol>
   <li>Physicians, and surgeons</li>
   <li>Post graduate and undergraduate medical students</li>
   <li>Nurses, and allied professionals</li>
</ol>
<a href="registration.php?type=2"><strong>Apply for an Individual Membership</strong></a><br />
<br />
<div class="horizontal-rule"></div>

<p><strong>Institutional Memberships are available for:</strong></p>
<ol>
   <li>Universities, colleges, and other medically or technology related non-profit organizations</li>
   <li>Hospitals, primary, secondary, and tertiary health care units, private clinics, and other health and technology related associations</li>
</ol>
<a href="registration.php?type=3"><strong>Apply for an Institutional Membership</strong></a><br />
<br />

No comments:

Post a Comment