[Logicampus-cvs] logicampus/src/logicreate/services/welcome/templates welcome_main.html, 1.3, 1.4
Brought to you by:
trilexcom
From: Mark K <har...@us...> - 2008-01-26 21:29:48
|
Update of /cvsroot/logicampus/logicampus/src/logicreate/services/welcome/templates In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20379/templates Modified Files: welcome_main.html Log Message: only show active courses from the course catalog. Index: welcome_main.html =================================================================== RCS file: /cvsroot/logicampus/logicampus/src/logicreate/services/welcome/templates/welcome_main.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** welcome_main.html 12 May 2007 19:01:09 -0000 1.3 --- welcome_main.html 26 Jan 2008 21:29:40 -0000 1.4 *************** *** 6,9 **** --- 6,12 ---- + <? + if (strlen($t['motd'])) { + ?> <table align="right" cellpadding="2" cellspacing="1" style="border: 1px solid silver;" width="250"> <tr> *************** *** 17,23 **** </table> ! <br/> <h4>Browse our course catalog</h4> <a href="<?= appurl('welcome/catalog');?>">Start browsing</a> --- 20,40 ---- </table> ! <?php ! } ! ?> <br/> <h4>Browse our course catalog</h4> <a href="<?= appurl('welcome/catalog');?>">Start browsing</a> + + <br/> + <br/> + + <h4>View your current classes</h4> + <a href="<?= appurl('classroom');?>">Classroom Portal</a> + + <br/> + <br/> + + <h4>Change your profile</h4> + <a href="<?= appurl('users/editProfile');?>">Edit profile</a> |