Changeset 1135 for trunk/PatternSkin/templates/viewsidebar.pattern.tmpl
- Timestamp:
- 12/02/08 23:38:23 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PatternSkin/templates/viewsidebar.pattern.tmpl
r1089 r1135 1 1 %{ to include a side bar on a page, just include this template in the page template }% 2 2 %TMPL:DEF{"sidebar"}%<div id="patternSideBar"><div id="patternClearHeaderLeft"></div> 3 <div id="patternSideBarContents">%TMPL:P{"web leftbar"}%3 <div id="patternSideBarContents">%TMPL:P{"websidebar"}% 4 4 </div><!-- /patternSideBarContents--></div><!-- /patternSideBar-->%TMPL:END% 5 5 6 6 7 %TMPL:DEF{" webleftbarindicator"}%<div class="patternWebIndicator">8 * [[%BASEWEB%.%HOMETOPIC%][<nop>%BASEWEB% Web]]9 </div> %TMPL:END%7 %TMPL:DEF{"sidebar:webindicator"}%<div class="patternWebIndicator"> 8 * <a href='%SCRIPTURL{"view"}%/%BASEWEB%/%HOMETOPIC%'><img src='%ICONURL{"web-bg"}%' style='background-color:%WEBBGCOLOR%' alt='%WEB%'/> <nop>%BASEWEB%</a> 9 </div><!--/patternWebIndicator-->%TMPL:END% 10 10 11 11 12 %TMPL:DEF{"webleftbar"}%%TMPL:P{"webleftbarindicator"}% 12 %TMPL:DEF{"sidebar:weblink"}%<div class="patternWebIndicator"> 13 * [[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]] 14 </div><!--/patternWebIndicator-->%TMPL:END% 15 16 17 %TMPL:DEF{"websidebar"}%%TMPL:P{"sidebar:weblink"}% 13 18 %INCLUDE{"%WEB%.WebLeftBar"}%%TMPL:END% 14 19
Note: See TracChangeset
for help on using the changeset viewer.
