fix examples to use elements/init_overlib.html
authorivan <ivan>
Mon, 31 Mar 2008 23:14:14 +0000 (23:14 +0000)
committerivan <ivan>
Mon, 31 Mar 2008 23:14:14 +0000 (23:14 +0000)
httemplate/elements/popup_link-cust_main.html
httemplate/elements/popup_link-cust_pkg.html
httemplate/elements/popup_link-cust_svc.html
httemplate/elements/popup_link.html
httemplate/elements/popup_link_onclick.html

index cbb48c0..6d92301 100644 (file)
@@ -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
 
index 2d0c517..cd8d5c0 100644 (file)
@@ -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
 
index 8a11fd7..8255ffc 100644 (file)
@@ -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
 
index a444ad1..584ffde 100644 (file)
@@ -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
 
index d14a2e7..1a07ba8 100644 (file)
@@ -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