[freeside-commits] freeside/httemplate/elements header-popup.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Mon Jul 26 16:00:02 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv2492

Modified Files:
	header-popup.html 
Log Message:
add doc

Index: header-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header-popup.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- header-popup.html	19 Mar 2010 08:27:21 -0000	1.5
+++ header-popup.html	26 Jul 2010 23:00:00 -0000	1.6
@@ -1,3 +1,21 @@
+<%doc>
+
+Example:
+
+  include( '/elements/header-popup.html',
+           {
+             'title'   => 'Title',
+             'menubar' => \@menubar,
+             'etc'     => '', #included in <BODY> tag, for things like onLoad=
+             'head'    => '', #included before closing </HEAD> tag
+             'nobr'    => 0,  #1 for no <BR><BR> after the title
+           }
+         );
+
+  #old-style
+  include( '/elements/header.html', 'Title', $menubar, $etc, $head);
+
+</%doc>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <HTML>
   <HEAD>



More information about the freeside-commits mailing list