Update of /cvsroot/phpwebapp/web_app/boxes/editMenus/sample_menu
In directory sc8-pr-cvs1:/tmp/cvs-serv4302/boxes/editMenus/sample_menu
Modified Files:
sample_menu.html
Log Message:
Index: sample_menu.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/boxes/editMenus/sample_menu/sample_menu.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sample_menu.html 16 Jul 2003 09:28:00 -0000 1.2
--- sample_menu.html 22 Aug 2003 06:47:20 -0000 1.3
***************
*** 1,11 ****
<WebBox ID="sample_menu">
<script language="JavaScript1.2">
! <Include SRC="{{./}}include_menus.js"/>
</script>
<table bgcolor="#FF0000" cellspacing="0" cellpadding="0">
! <tr><td>
! <Include SRC="{{./}}menu_data/menubar.html"/>
! </td></tr>
</table>
</WebBox>
--- 1,11 ----
<WebBox ID="sample_menu">
<script language="JavaScript1.2">
! <Include SRC="{{./}}include_menus.js"/>
</script>
<table bgcolor="#FF0000" cellspacing="0" cellpadding="0">
! <tr><td>
! <Include SRC="{{./}}menu_data/menubar.html"/>
! </td></tr>
</table>
</WebBox>
|