2929 <meta content =" width=device-width,initial-scale=1" name =" viewport" />
3030 <!-- Load closure template scripts -->
3131 <link rel =" stylesheet" href =" <s:property value=" #goctemplateclientbean.appCssPath " />" >
32- <script type =" text/javascript" src =" <s:property value=" #goctemplateclientbean.wetJsPath " />" ></script >
32+ <script type =" text/javascript" src =" <s:property value=" #goctemplateclientbean.wetJsPath " />" data-cdts-setup = ' <s:property escapeHtml="false" value="#goctemplateclientbean.renderAppSetup"/> ' ></script >
3333 <noscript >
3434 <!-- Write closure fall-back static file -->
3535 <s:property escapeHtml =" false" value =" %{#applicationscopebean.getStaticFile(#goctemplateclientbean.staticFallbackFilePath, #request.wettheme, 'refTop.html')}" />
3636 </noscript >
37- <!-- Write closure template -->
38- <script type =" text/javascript" >
39- document .write (wet .builder .refTop (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderRefTopForApp" / > ));
40- </script >
4137 <s:property escapeHtml =" false" value =" #goctemplateclientbean.renderHtmlHeaderElements" />
4238 <!-- GoC Web Template Build Version <s:property value="#goctemplateclientbean.webTemplateDistributionVersion" /> -->
4339 </head >
4440 <body vocab =" http://schema.org/" typeof =" WebPage" >
4541 <s:property escapeHtml =" false" value =" #goctemplateclientbean.renderSessionTimeoutControl" />
46- <div id =" def-top" >
42+ <div id =" cdts- def-top" >
4743 <!-- Write closure fall-back static file -->
4844 <s:property escapeHtml =" false" value =" %{#applicationscopebean.getStaticFile(#goctemplateclientbean.staticFallbackFilePath, #request.wettheme, 'appTop-'.concat(#goctemplateclientbean.twoLetterCultureLanguage).concat('.html'))}" />
4945 </div >
50- <!-- Write closure template -->
51- <script type =" text/javascript" >
52- var defTop = document .getElementById (" def-top" );
53- defTop .outerHTML = wet .builder .appTop (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderAppTop" / > );
54- </script >
5546 <div class =" container" >
5647 <div class =" row" >
5748 <main role =" main" property =" mainContentOfPage" class =" col-md-9 col-md-push-3" typeof =" WebPageElement" >
5849 <!-- the main content -->
5950 <tiles:insertAttribute name =" body" />
6051 <!-- end main content -->
61- <div id =" def-preFooter" >
52+ <div id =" cdts- def-preFooter" >
6253 <!-- Write closure fall-back static file -->
6354 <s:property escapeHtml =" false" value =" %{#applicationscopebean.getStaticFile(#goctemplateclientbean.staticFallbackFilePath, #request.wettheme, 'preFooter-'.concat(#goctemplateclientbean.twoLetterCultureLanguage).concat('.html'))}" />
6455 </div >
65- <!-- Write closure template -->
66- <script type =" text/javascript" >
67- var defPreFooter = document .getElementById (" def-preFooter" );
68- defPreFooter .outerHTML = wet .builder .preFooter (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderPreFooter" / > );
69- </script >
7056 </main >
7157 <nav class =" wb-sec col-md-3 col-md-pull-9" typeof =" SiteNavigationElement" id =" wb-sec" role =" navigation" >
7258 <!-- Write closure fall-back static file -->
7359 <s:property escapeHtml =" false" value =" %{#applicationscopebean.getStaticFile(#goctemplateclientbean.staticFallbackFilePath, #request.wettheme, 'secMenu-'.concat(#goctemplateclientbean.twoLetterCultureLanguage).concat('.html'))}" />
7460 </nav >
75- <!-- Write closure template -->
76- <script type =" text/javascript" >
77- var secondarymenu = document .getElementById (" wb-sec" );
78- secondarymenu .innerHTML = wet .builder .secmenu (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderLeftMenuSections" / > );
79- </script >
8061 </div >
8162 </div >
82- <div id =" def-footer" >
63+ <div id =" cdts- def-footer" >
8364 <!-- Write closure fall-back static file -->
8465 <s:property escapeHtml =" false" value =" %{#applicationscopebean.getStaticFile(#goctemplateclientbean.staticFallbackFilePath, #request.wettheme, 'appFooter-'.concat(#goctemplateclientbean.twoLetterCultureLanguage).concat('.html'))}" />
8566 </div >
86- <!-- Write closure template -->
87- <script type =" text/javascript" >
88- var defFooter = document .getElementById (" def-footer" );
89- defFooter .outerHTML = wet .builder .appFooter (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderAppFooter" / > );
90- </script >
91- <!-- Write closure template -->
92- <script type =" text/javascript" >
93- document .write (wet .builder .refFooter (< s: property escapeHtml= " false" value= " #goctemplateclientbean.renderRefFooterForApp" / > ));
94- </script >
95- <s:property escapeHtml =" false" value =" #goctemplateclientbean.renderHtmlBodyElements" />
9667 </body >
9768</html >
0 commit comments