- Timestamp:
- 07/06/09 16:32:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/page.uitemplate
r428 r479 3 3 <sm:head> 4 4 <sm:windowTitle> 5 <sm:call Zone key="zRootTi" format="text"/>5 <sm:callRootModel axis="title" format="text"/> 6 6 <sm:fixedString value=" - "/> 7 7 <sm:pageTitle/> … … 11 11 <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 12 12 <sm:styleSheet src="site/css/struct.css" srcFrom="publishFiles"/> 13 <sm:styleSheet src="site/css/outLang.css" srcFrom="publishFiles"/>14 13 <sm:styleSheet src="site/css/outMain.css" srcFrom="publishFiles"/> 15 14 <sm:styleSheet src="site/css/outStack.css" srcFrom="publishFiles"/> … … 28 27 <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplPage"> 29 28 <div id="tplh"> 30 <sm:callRootModel axis="outLang" format="xhtml"/> 31 <sm:callZone key="zNav" format="xhtml"/> 29 <sm:callRootModel axis="nav" format="xhtml"/> 32 30 </div> 33 31 <div id="tplt"> 34 32 <img width="1" height="50" sc:refUri="/dokielGuide/genWeb/docGuide/tpl/empty.gif"/> 35 <sm:call Zone key="zLogo" format="xhtml"/>33 <sm:callRootModel axis="logo" format="xhtml"/> 36 34 <span class="tplTi"> 37 <sm:call Zone key="zRootTi" format="text"/>35 <sm:callRootModel axis="title" format="text"/> 38 36 </span> 39 37 <sm:callRootModel axis="stack" format="xhtml"/> … … 50 48 <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/tpl/tpln.uiwidget"/> 51 49 <div id="tplb"> 52 <sm:call Zone key="zAbout" format="xhtml"/>53 <sm:call Zone key="zCopyright" format="xhtml"/>50 <sm:callRootModel axis="about" format="xhtml"/> 51 <sm:callRootModel axis="copyright" format="xhtml"/> 54 52 <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 55 53 </div>
Note: See TracChangeset
for help on using the changeset viewer.