Index: openacs-4/packages/new-portal/www/layouts/header3.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/header3.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/header3.adp 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,27 @@ + + + + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
Index: openacs-4/packages/new-portal/www/layouts/header3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/header3.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/header3.tcl 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,9 @@ +# www/templates/header3.tcl +ad_page_contract { + @cvs_id $Id: header3.tcl,v 1.1 2001/10/05 00:21:55 oracle Exp $ +} -properties { + element_list:onevalue + element_src:onevalue +} + +portal_layout_elements $element_list Index: openacs-4/packages/new-portal/www/layouts/simple-element.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple-element.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/simple-element.adp 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,26 @@ + + + + + +
+ + + + + + + + + +
+ @name@ + + +
+ + + +
+
+ Index: openacs-4/packages/new-portal/www/layouts/simple2.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple2.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/simple2.adp 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,15 @@ + + + + + + +
+ +
+
+
+ +
+
+
Index: openacs-4/packages/new-portal/www/layouts/simple2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple2.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/simple2.tcl 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,9 @@ +# www/templates/simple2.tcl +ad_page_contract { + @cvs_id $Id: simple2.tcl,v 1.1 2001/10/05 00:21:55 oracle Exp $ +} -properties { + element_list:onevalue + element_src:onevalue +} + +portal_layout_elements $element_list Index: openacs-4/packages/new-portal/www/layouts/simple3.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple3.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/simple3.adp 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,20 @@ + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+
+
Index: openacs-4/packages/new-portal/www/layouts/simple3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/simple3.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/simple3.tcl 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,9 @@ +# www/templates/simple3.tcl +ad_page_contract { + @cvs_id $Id: simple3.tcl,v 1.1 2001/10/05 00:21:55 oracle Exp $ +} -properties { + element_list:onevalue + element_src:onevalue +} + +portal_layout_elements $element_list Index: openacs-4/packages/new-portal/www/layouts/title-buttons.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/title-buttons.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/title-buttons.adp 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,27 @@ + + + + +Minimize +Move Up +Move Down +Remove + + Index: openacs-4/packages/new-portal/www/layouts/title-buttons.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/layouts/title-buttons.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/new-portal/www/layouts/title-buttons.tcl 5 Oct 2001 00:21:55 -0000 1.1 @@ -0,0 +1,15 @@ +# www/templates/title-buttons.tcl + +ad_page_contract { + Display the appropriate buttons in a portal's titlebar-like area. + + @author Ian Baker (ibaker@arsdigita.com) + @creation-date 2/14/2001 + @cvs_id $Id: title-buttons.tcl,v 1.1 2001/10/05 00:21:55 oracle Exp $ +} + +# should this come from the template or something? how does it work? +set title(resource_dir) "/packages/portal/www/templates/components/simple-element" + +set title_noshade_p [ad_parameter title_noshade_p] +set title_nomove_p [ad_parameter title_nomove_p]