User Tools

Site Tools


en:public:developer:template_system:tags:miscellaneous:script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:miscellaneous:script [2013/01/07 14:40]
admin created
en:public:developer:template_system:tags:miscellaneous:script [2013/01/07 16:10] (current)
admin [Parameters]
Line 8: Line 8:
 ^ Name                                                      ^ Mandatory ^ Description ^      ^ Name                                                      ^ Mandatory ^ Description ^     
 | <html><span style="color:#008000">Body</span></html>      | Yes       | The javascript content | | <html><span style="color:#008000">Body</span></html>      | Yes       | The javascript content |
-| <html><span style="color:#008000">...</span></html>       | Yes       | All standard HTML script paramaters (like type="text/javascript") will be put in the result |+| <html><span style="color:#008000">...</span></html>       |           | All standard HTML script paramaters (like type="text/javascript") will be put in the result |
  
 ==== Literal ==== ==== Literal ====
Line 77: Line 77:
  
 <code> <code>
-  0 + 
-  1 +<script type="text/javascript"> 
-  2 +//<![CDATA[ 
-  3 +var _gaq = _gaq || [];_gaq.push(['UA_4457541_1._setAccount', 'UA-4457541-1'],['UA_4457541_1._setDomainName', 'arkadia.com'],['UA_4457541_1._setAllowLinker', true],['UA_4457541_1._trackPageview'],['UA_35572971_1._setAccount', 'UA-35572971-1'],['UA_35572971_1._setDomainName', 'arkadia.com'],['UA_35572971_1._setAllowLinker', true],['UA_35572971_1._trackPageview']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})(); 
-  4 +//]]> 
-  5+</script> 
 </code> </code>
  
en/public/developer/template_system/tags/miscellaneous/script.1357555257.txt.gz · Last modified: 2013/01/07 14:40 by admin