diff options
author | ivan <ivan> | 2008-03-31 23:14:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-31 23:14:16 +0000 |
commit | 14eb894980fe2dba3198d5376f3b7fd08b507dbc (patch) | |
tree | d96fe13493b209d3f00f68e44bae9a5d3f4aa296 | |
parent | cd8479c42ac700c5ba3c7ae64337ad70ee1109dd (diff) |
fix examples to use elements/init_overlib.html
-rw-r--r-- | httemplate/elements/popup_link-cust_main.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link-cust_pkg.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link-cust_svc.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link.html | 3 | ||||
-rw-r--r-- | httemplate/elements/popup_link_onclick.html | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/httemplate/elements/popup_link-cust_main.html b/httemplate/elements/popup_link-cust_main.html index cbb48c008..6d92301b1 100644 --- a/httemplate/elements/popup_link-cust_main.html +++ b/httemplate/elements/popup_link-cust_main.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/cust_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link-cust_pkg.html b/httemplate/elements/popup_link-cust_pkg.html index 2d0c5175a..cd8d5c069 100644 --- a/httemplate/elements/popup_link-cust_pkg.html +++ b/httemplate/elements/popup_link-cust_pkg.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/pkg_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link-cust_svc.html b/httemplate/elements/popup_link-cust_svc.html index 8a11fd780..8255ffc04 100644 --- a/httemplate/elements/popup_link-cust_svc.html +++ b/httemplate/elements/popup_link-cust_svc.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/svc_popup_link.html', { #hashref or a list, either way diff --git a/httemplate/elements/popup_link.html b/httemplate/elements/popup_link.html index 0915bfa68..fbb5e7585 100644 --- a/httemplate/elements/popup_link.html +++ b/httemplate/elements/popup_link.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/popup_link.html', { #hashref or a list, either way is fine diff --git a/httemplate/elements/popup_link_onclick.html b/httemplate/elements/popup_link_onclick.html index d14a2e795..1a07ba89c 100644 --- a/httemplate/elements/popup_link_onclick.html +++ b/httemplate/elements/popup_link_onclick.html @@ -2,8 +2,7 @@ Example: - <SCRIPT TYPE="text/javascript" SRC="overlibmws.js"></SCRIPT> - <SCRIPT TYPE="text/javascript" SRC="iframecontentmws.js"></SCRIPT> + include('/elements/init_overlib.html') include( '/elements/popup_link_onclick.html', { #hashref or a list, either way |