summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-03-31 23:14:14 +0000
committerivan <ivan>2008-03-31 23:14:14 +0000
commitc493f7cb5666611a7580394999461bc01577b514 (patch)
treef3c71ff6e04c2cceec2f4c9a478552cd51d04b56
parenta3eeea576fbb0119c3c55306979e62352c6905ec (diff)
fix examples to use elements/init_overlib.html
-rw-r--r--httemplate/elements/popup_link-cust_main.html3
-rw-r--r--httemplate/elements/popup_link-cust_pkg.html3
-rw-r--r--httemplate/elements/popup_link-cust_svc.html3
-rw-r--r--httemplate/elements/popup_link.html3
-rw-r--r--httemplate/elements/popup_link_onclick.html3
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 a444ad125..584ffde54 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