Index: openacs-4/packages/curriculum-central/www/resources/iframe-master.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/resources/iframe-master.adp,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/curriculum-central/www/resources/iframe-master.adp 1 Jun 2006 05:35:12 -0000 1.1 @@ -0,0 +1,10 @@ +@doc_type;noquote@ + + + @title;noquote@ + @header_stuff;noquote@ + + + + + Index: openacs-4/packages/curriculum-central/www/resources/iframe-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/resources/iframe-master.css,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/curriculum-central/www/resources/iframe-master.css 1 Jun 2006 05:35:12 -0000 1.1 @@ -0,0 +1,29 @@ +a.button { + font: 85% arial; + border: solid 1px black; + background-color: #e1e1e1; + text-align: center; + padding: 1px; + padding-left: 8px; + padding-right: 8px; + color: black; + text-decoration: none; + white-space: nowrap; +} +a.button:link { + text-decoration: none; + border: solid 1px black; +} +a.button:visited { + text-decoration: none; + border: solid 1px black; +} +a.button:hover { + text-decoration: none; + background-color: #ccc; + border: solid 1px black; +} +a.button:active { + text-decoration: none; + border: solid 1px black; +} Index: openacs-4/packages/curriculum-central/www/resources/iframe-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/resources/iframe-master.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/curriculum-central/www/resources/iframe-master.tcl 1 Jun 2006 05:35:12 -0000 1.1 @@ -0,0 +1,20 @@ +# +# Set basic attributes and provide the logical defaults for variables that +# aren't provided by the slave page. +# +# $Id: iframe-master.tcl,v 1.1 2006/06/01 05:35:12 ncarroll Exp $ +# + +# fall back on defaults + +if { [template::util::is_nil doc_type] } { + set doc_type {} +} + +if { [template::util::is_nil title] } { + set title [ad_conn instance_name] +} + +if { ![info exists header_stuff] } { + set header_stuff {} +}