Added Real Objects Edit-On Pro integration.

This commit is contained in:
JT Smith 2002-05-07 01:51:07 +00:00
parent 0d32a1b901
commit 03599c4e83
16 changed files with 259 additions and 15 deletions

View file

@ -1,5 +1,14 @@
package WebGUI::Template::Default;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "Default";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::LeftColumn;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "LeftColumn";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::News;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "News";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::OneOverThree;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "OneOverThree";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::RightColumn;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "RightColumn";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::SideBySide;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "SideBySide";
#-------------------------------------------------------------------

View file

@ -1,5 +1,14 @@
package WebGUI::Template::ThreeOverOne;
#####################################################################
#####################################################################
# NOTICE: Use of this subsystem is depricated and is not recommended.
#####################################################################
#####################################################################
our $namespace = "ThreeOverOne";
#-------------------------------------------------------------------