summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2008-03-31 22:27:56 +0000
committerivan <ivan>2008-03-31 22:27:56 +0000
commit3c5cb85f9957dfcbaa97e8a07935525e4a880f79 (patch)
treef951a860c04d5cecb3ce11d778719dada1960efd /httemplate/elements
parent315fa1d64fe15df1408569231730658538adc394 (diff)
overlib cleanup: easy static CVV2/echeck popups
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/init_overlib.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/elements/init_overlib.html b/httemplate/elements/init_overlib.html
new file mode 100644
index 000000000..0ea74aa95
--- /dev/null
+++ b/httemplate/elements/init_overlib.html
@@ -0,0 +1,7 @@
+% for my $file (@files) {
+ <SCRIPT TYPE="text/javascript" SRC="<%$fsurl%>elements/<%$file%>.js"></SCRIPT>
+}
+<%init>
+ my @files = map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) );
+ push @files, 'iframecontentmws';
+</%init>