[phpwebapp-commits] CVS: top10/templates/menu menu.html,1.2.2.1,1.2.2.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-22 14:09:38
|
Update of /cvsroot/phpwebapp/top10/templates/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17879/templates/menu Modified Files: Tag: maisp menu.html Log Message: Index: menu.html =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/menu/menu.html,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** menu.html 13 Jan 2004 14:34:01 -0000 1.2.2.1 --- menu.html 22 Jul 2004 14:09:29 -0000 1.2.2.2 *************** *** 1,3 **** ! <WebBox ID="menu"> <table border="0" cellspacing="0" cellpadding="0"> <tr> --- 1,3 ---- ! <webbox id="menu"> <table border="0" cellspacing="0" cellpadding="0"> <tr> *************** *** 8,19 **** <td class="{{preference_list}}"><a href="javascript:select_tab('preference_list')">Preference List</a></td> <td width="3"></td> ! <If condition="'{{ADMIN}}'=='true'"> <td class="{{users}}"><a href="javascript:select_tab('users')">Users</a></td> <td width="3"></td> <td class="{{modify}}"><a href="javascript:select_tab('modify')">Modify</a></td> <td width="3"></td> ! </If> <td class="{{about}}"><a href="javascript:select_tab('about')">About Top10</a></td> </tr> </table> ! </WebBox> --- 8,19 ---- <td class="{{preference_list}}"><a href="javascript:select_tab('preference_list')">Preference List</a></td> <td width="3"></td> ! <if condition="'{{ADMIN}}'=='true'"> <td class="{{users}}"><a href="javascript:select_tab('users')">Users</a></td> <td width="3"></td> <td class="{{modify}}"><a href="javascript:select_tab('modify')">Modify</a></td> <td width="3"></td> ! </if> <td class="{{about}}"><a href="javascript:select_tab('about')">About Top10</a></td> </tr> </table> ! </webbox> |