commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6057 - in trunk/gnue-forms/src/uidrivers/html: . widgets widgets/form


From: btami
Subject: r6057 - in trunk/gnue-forms/src/uidrivers/html: . widgets widgets/form
Date: Fri, 23 Jul 2004 12:34:58 -0500 (CDT)

Author: btami
Date: 2004-07-23 12:34:57 -0500 (Fri, 23 Jul 2004)
New Revision: 6057

Modified:
   trunk/gnue-forms/src/uidrivers/html/ErrorHandler.py
   trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py
   trunk/gnue-forms/src/uidrivers/html/MenuBar.py
   trunk/gnue-forms/src/uidrivers/html/ToolBar.py
   trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py
   trunk/gnue-forms/src/uidrivers/html/UIdriver.py
   trunk/gnue-forms/src/uidrivers/html/common.py
   trunk/gnue-forms/src/uidrivers/html/widgets/_base.py
   trunk/gnue-forms/src/uidrivers/html/widgets/box.py
   trunk/gnue-forms/src/uidrivers/html/widgets/button.py
   trunk/gnue-forms/src/uidrivers/html/widgets/entry.py
   trunk/gnue-forms/src/uidrivers/html/widgets/form/widget.py
   trunk/gnue-forms/src/uidrivers/html/widgets/form/wrappers.py
   trunk/gnue-forms/src/uidrivers/html/widgets/image.py
   trunk/gnue-forms/src/uidrivers/html/widgets/label.py
   trunk/gnue-forms/src/uidrivers/html/widgets/page.py
Log:
added copyright headers

Modified: trunk/gnue-forms/src/uidrivers/html/ErrorHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/ErrorHandler.py 2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/ErrorHandler.py 2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/ErrorHandler.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 import sys
 
 

Modified: trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py    2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/GFhtmlApp.py    2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/GFhtmlApp.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 import sys, cgi
 from BaseHTTPServer import HTTPServer
 from SimpleHTTPServer import SimpleHTTPRequestHandler

Modified: trunk/gnue-forms/src/uidrivers/html/MenuBar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/MenuBar.py      2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/MenuBar.py      2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/MenuBar.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers._commonGuiToolkit.MenuBar import MenuBar as 
_BaseMenuBar
 from gnue.common.apps import GDebug
 

Modified: trunk/gnue-forms/src/uidrivers/html/ToolBar.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/ToolBar.py      2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/ToolBar.py      2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/ToolBar.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 from gnue.forms.uidrivers._commonGuiToolkit.ToolBar import ToolBar as 
_BaseToolBar

Modified: trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py       2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/UILoginHandler.py       2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/UILoginHandler.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.common.datasources import GLoginHandler
 from gnue.common.apps import GConfig
 

Modified: trunk/gnue-forms/src/uidrivers/html/UIdriver.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/UIdriver.py     2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/UIdriver.py     2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/UIdriver.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 import sys
 import string
 

Modified: trunk/gnue-forms/src/uidrivers/html/common.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/common.py       2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/common.py       2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/common.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 import string
 from gnue.common import events
 from gnue.common.apps import GConfig

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/_base.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/_base.py        2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/_base.py        2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/_base.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.common import events
 from gnue.forms.GFForm import *
 from gnue.forms.uidrivers._base.widgets._base import *

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/box.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/box.py  2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/box.py  2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/box.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/button.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/button.py       2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/button.py       2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/button.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/entry.py        2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/entry.py        2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/entry.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/form/widget.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/form/widget.py  2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/form/widget.py  2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/form/widget.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 import string, struct
 
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/form/wrappers.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/form/wrappers.py        
2004-07-23 16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/form/wrappers.py        
2004-07-23 17:34:57 UTC (rev 6057)
@@ -0,0 +1,28 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/forms/wrappers.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/image.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/image.py        2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/image.py        2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/image.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/label.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/label.py        2004-07-23 
16:14:48 UTC (rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/label.py        2004-07-23 
17:34:57 UTC (rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/label.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 

Modified: trunk/gnue-forms/src/uidrivers/html/widgets/page.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/html/widgets/page.py 2004-07-23 16:14:48 UTC 
(rev 6056)
+++ trunk/gnue-forms/src/uidrivers/html/widgets/page.py 2004-07-23 17:34:57 UTC 
(rev 6057)
@@ -1,3 +1,31 @@
+#
+# This file is part of GNU Enterprise.
+#
+# GNU Enterprise is free software; you can redistribute it
+# and/or modify it under the terms of the GNU General Public
+# License as published by the Free Software Foundation; either
+# version 2, or (at your option) any later version.
+#
+# GNU Enterprise is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied
+# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+# PURPOSE. See the GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with program; see the file COPYING. If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place
+# - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Copyright 2000-2004 Free Software Foundation
+#
+# FILE:
+# uidrivers/html/widgets/page.py
+#
+# DESCRIPTION:
+#
+# NOTES:
+#
+
 from gnue.forms.uidrivers.html.widgets._base import UIHelper, HtmlWidget
 from gnue.forms.uidrivers.html.common import *
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]