You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/06/29 04:28:57 UTC

svn commit: r1497978 - /geronimo/site/trunk/template/

Author: gawor
Date: Sat Jun 29 02:28:57 2013
New Revision: 1497978

URL: http://svn.apache.org/r1497978
Log:
update templates for new confluence

Modified:
    geronimo/site/trunk/template/GMOxDEV_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC10_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC11_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC12_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC20_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC20es_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC20ja_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC21_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC22_autoexport_template.xml
    geronimo/site/trunk/template/GMOxDOC30_autoexport_template.xml
    geronimo/site/trunk/template/GMOxKB_autoexport_template.xml
    geronimo/site/trunk/template/GMOxPMGT_autoexport_template.xml
    geronimo/site/trunk/template/GMOxSAMPLES_autoexport_template.xml
    geronimo/site/trunk/template/GMOxSBOX_autoexport_template.xml
    geronimo/site/trunk/template/GMOxSITE_autoexport_template.xml
    geronimo/site/trunk/template/geronimo_autoexport_template.xml
    geronimo/site/trunk/template/gshell_autoexport_template.xml
    geronimo/site/trunk/template/xbean_autoexport_template.xml
    geronimo/site/trunk/template/yoko_autoexport_template.xml

Modified: geronimo/site/trunk/template/GMOxDEV_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDEV_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDEV_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDEV_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo Development : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC10_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC10_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC10_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC10_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v1.0 Documentation : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC11_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC11_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC11_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC11_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v1.1 Documentation : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC12_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC12_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC12_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC12_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -17,44 +17,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v1.2 Documentation : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC20_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC20_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC20_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC20_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v2.0 Documentation : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC20es_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC20es_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC20es_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC20es_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v2.0 Documentation (Spanish) : $page.title</title>
   </head>

Modified: geronimo/site/trunk/template/GMOxDOC20ja_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC20ja_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC20ja_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC20ja_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -23,44 +23,23 @@
         color:                 #666;
       }
     </style>
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
 
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
     <title>$page.title</title>
   </head>
   <body onload="init()">

Modified: geronimo/site/trunk/template/GMOxDOC21_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC21_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC21_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC21_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -151,44 +151,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo v2.1 Documentation: $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxDOC22_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC22_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC22_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC22_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -151,44 +151,22 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
     <title>Apache Geronimo v2.2 Documentation: $page.title</title>
   </head>
 

Modified: geronimo/site/trunk/template/GMOxDOC30_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxDOC30_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxDOC30_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxDOC30_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -169,44 +169,22 @@ under the License.
     <META name="DC.Rights" content="Copyright © 2003-2013, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
     <title>Apache Geronimo v3.0 Documentation: $page.title</title>
   </head>
 

Modified: geronimo/site/trunk/template/GMOxKB_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxKB_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxKB_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxKB_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo Knowledge Base : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxPMGT_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxPMGT_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxPMGT_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxPMGT_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo Project Management : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxSAMPLES_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxSAMPLES_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxSAMPLES_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxSAMPLES_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo Samples : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxSBOX_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxSBOX_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxSBOX_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxSBOX_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -17,44 +17,21 @@
     <META name="DC.Rights" content="Copyright © 2003-2011, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
 
     <title>Apache Geronimo Sandbox : $page.title</title>
 

Modified: geronimo/site/trunk/template/GMOxSITE_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/GMOxSITE_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/GMOxSITE_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/GMOxSITE_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -43,6 +43,21 @@
     <meta name="verify-v1" content="r4xGTn05820BdqgLI3hTFYd0HKicv58+8I+vjkH/7Uc=" />
 
     <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
     <title>Apache Geronimo : $page.title</title>
   </head>
     

Modified: geronimo/site/trunk/template/geronimo_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/geronimo_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/geronimo_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/geronimo_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -16,44 +16,22 @@
     <META name="DC.Rights" content="Copyright © 2003-2009, The Apache Software Foundation" />
     <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))'/>
 
-    <script type="text/javascript" language="javascript">
-      var hide = null;
-      var show = null;
-      var children = null;
-
-      function init() {
-        /* Search form initialization */
-        var form = document.forms['search'];
-        if (form != null) {
-          form.elements['domains'].value = location.hostname;
-          form.elements['sitesearch'].value = location.hostname;
-        }
-
-        /* Children initialization */
-        hide = document.getElementById('hide');
-        show = document.getElementById('show');
-        children = document.all != null ?
-                   document.all['children'] :
-                   document.getElementById('children');
-        if (children != null) {
-          children.style.display = 'none';
-          show.style.display = 'inline';
-          hide.style.display = 'none';
-        }
-      }
-
-      function showChildren() {
-        children.style.display = 'block';
-        show.style.display = 'none';
-        hide.style.display = 'inline';
-      }
-
-      function hideChildren() {
-        children.style.display = 'none';
-        show.style.display = 'inline';
-        hide.style.display = 'none';
-      }
-    </script>
+    <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
     <title>$page.title</title>
   </head>
   <body onload="init()">

Modified: geronimo/site/trunk/template/gshell_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/gshell_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/gshell_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/gshell_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -227,6 +227,20 @@
 
     <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>
 
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
     <title>$siteTitle : $page.title</title>
 
   </head>

Modified: geronimo/site/trunk/template/xbean_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/xbean_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/xbean_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/xbean_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -207,6 +207,21 @@
         <meta name="verify-v1" content="r4xGTn05820BdqgLI3hTFYd0HKicv58+8I+vjkH/7Uc=" />
 
         <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>        
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
         <title>$siteTitle : $page.title</title>
     </head>
     

Modified: geronimo/site/trunk/template/yoko_autoexport_template.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/template/yoko_autoexport_template.xml?rev=1497978&r1=1497977&r2=1497978&view=diff
==============================================================================
--- geronimo/site/trunk/template/yoko_autoexport_template.xml (original)
+++ geronimo/site/trunk/template/yoko_autoexport_template.xml Sat Jun 29 02:28:57 2013
@@ -200,6 +200,21 @@
         <meta name="verify-v1" content="r4xGTn05820BdqgLI3hTFYd0HKicv58+8I+vjkH/7Uc=" />
 
         <script src="http://geronimo.apache.org/functions.js" type="text/javascript"></script>        
+
+#if($page.hasCode)
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shCoreGeronimo.css' rel='stylesheet' type='text/css' />
+  <link href='http://geronimo.apache.org/resources/highlighter/styles/shThemeGeronimo.css' rel='stylesheet' type='text/css' />
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/shCore.js' type='text/javascript'></script>
+#foreach ($hscript in $page.CodeScripts)
+  <script src='http://geronimo.apache.org/resources/highlighter/scripts/$hscript' type='text/javascript'></script>
+#end
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+#end
+
         <title>$siteTitle : $page.title</title>
     </head>