summaryrefslogtreecommitdiff
path: root/pages/pageelems.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/pageelems.ecpp')
-rw-r--r--pages/pageelems.ecpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp
new file mode 100644
index 0000000..42fecb1
--- /dev/null
+++ b/pages/pageelems.ecpp
@@ -0,0 +1,26 @@
+<%pre>
+</%pre>
+<%args>
+</%args>
+<{
+}>
+<%def header_box>
+<%args>
+content[];
+htmlcode;
+</%args>
+<{
+}>
+ <div class="head_box_l">
+ <div class="head_box_m">
+ <div class="head_box_r">
+ <table class="head_box_text"><tr><td>
+% for(content_type::const_iterator it = content.begin(); it != content.end(); ++it) {
+ <$ *it $>
+% }
+% reply.out() << htmlcode;
+ </td></tr></table>
+ </div>
+ </div>
+ </div>
+</%def>