Update of /cvsroot/phpwebapp/app3/templates/menu
In directory sc8-pr-cvs1:/tmp/cvs-serv19640/templates/menu
Modified Files:
menu.php menu.js
Log Message:
Added copying permission statement for GNU GPL.
Index: menu.php
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/menu/menu.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** menu.php 22 Aug 2003 16:14:27 -0000 1.1.1.1
--- menu.php 25 Aug 2003 13:52:02 -0000 1.2
***************
*** 1,3 ****
--- 1,5 ----
<?php
+ /* This file is part of phpWebApp. */
+
class menu extends WebObject
{
Index: menu.js
===================================================================
RCS file: /cvsroot/phpwebapp/app3/templates/menu/menu.js,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** menu.js 22 Aug 2003 16:14:27 -0000 1.1.1.1
--- menu.js 25 Aug 2003 13:52:02 -0000 1.2
***************
*** 1,5 ****
! //This file contains the JavaScript code
! //of the WebBox 'menu'.
function goto_page1()
--- 1,10 ----
+ //-*- mode: C; -*-//tells emacs to use mode C for this file
+ /* This file is part of phpWebApp. */
! /**
! * This file contains the JavaScript code
! * of the WebBox 'menu'.
! */
! /** */
function goto_page1()
|