(file) Return to twiki.pattern.tmpl CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / twiki / templates

  1 rizwank 1.1 %TMPL:DEF{"sep"}%<span class="twikiSeparator">|</span>%TMPL:END%
  2             
  3             
  4             
  5             %TMPL:DEF{"titlesep"}%&lt;%TMPL:END%
  6             
  7             
  8             
  9             %TMPL:DEF{"htmldoctype"}%
 10             <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 11             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 12             <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">%TMPL:END%
 13             
 14             
 15             
 16             %TMPL:DEF{"script"}%
 17             <script type="text/javascript">
 18             <!-- HIDE
 19             	function initPage() { }
 20             -->
 21             </script>%TMPL:END%
 22 rizwank 1.1 
 23             
 24             
 25             %TMPL:DEF{"twikistyle"}%
 26             <style type="text/css" media="all">
 27             	/* Default TWiki layout */
 28             	@import url("%TWIKILAYOUTURL%");
 29             	/* Default TWiki style */
 30             	@import url("%TWIKISTYLEURL%");
 31             	/* Custom overriding layout per web or per topic */
 32             	@import url("%USERLAYOUTURL%");
 33             	/* Custom overriding style per web or per topic */
 34             	@import url("%USERSTYLEURL%");
 35             	.twikiToc li {
 36             		list-style-image:url(%PUBURL%/%TWIKIWEB%/PatternSkin/i_arrow_down.gif);
 37             	}	        
 38             	.twikiWebIndicator {
 39             		background-color:%WEBBGCOLOR%;
 40             	}
 41             </style>%TMPL:END%
 42             
 43 rizwank 1.1 
 44             
 45             %TMPL:DEF{"head"}%
 46             <head>
 47             <title>%TMPL:P{"titleaction"}%%TOPIC% %TMPL:P{"titlesep"}% %WEB% %TMPL:P{"titlesep"}% %WIKITOOLNAME%</title>
 48             <meta http-equiv="Content-Type" content="text/html; charset=%CHARSET%" />
 49             <meta name="robots" content="noindex" />
 50             %HTTP_EQUIV_ON_VIEW%
 51             <base href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%" />
 52             %TMPL:P{"twikistyle"}%
 53             %TMPL:P{"templatecustomstyle"}%
 54             %TMPL:P{"script"}%
 55             </head>%TMPL:END%
 56             
 57             
 58             
 59             %TMPL:DEF{"templatecustomstyle"}%<style type="text/css" media="all"></style>%TMPL:END%
 60             
 61             
 62             
 63             %TMPL:DEF{"titleaction"}% %TMPL:END%
 64 rizwank 1.1 
 65             
 66             
 67             %TMPL:DEF{"webaction"}%%TMPL:END%
 68             
 69             
 70             
 71             %TMPL:DEF{"topbar"}%<div class="twikiHidden"><a href="#Content">Skip to topic</a> | <a href="#PageBottom">Skip to bottom</a><hr /></div><div class="twikiTopBar"><div class="twikiTopBarContents"><form name="top" action="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%"> %INCLUDE{"%TWIKIWEB%.WebTopBar"}%</form></div></div>%TMPL:END%
 72             
 73             
 74             
 75             %TMPL:DEF{"leftbar"}%<div class="twikiLeftBar"><div class="twikiWebIndicator"><b>%WEB%</b></div>
 76             <div class="twikiLeftBarContents"><form name="main" action="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%"> 
 77             %INCLUDE{"WebLeftBar"}%</form></div></div>%TMPL:END%
 78             
 79             
 80             
 81             %TMPL:DEF{"bottombar"}%<div class="twikiBottomBar"><div class="twikiBottomBarContents"><span class="twikiGrayText">%INCLUDE{"%TWIKIWEB%.WebBottomBar"}%</span></div></div>%TMPL:END%
 82             
 83             
 84             
 85 rizwank 1.1 %TMPL:DEF{"bodystart"}%
 86             <body class="twikiNoViewPage" onload="initPage()"><a name="PageTop"></a>%TMPL:END%
 87             
 88             
 89             
 90             %TMPL:DEF{"attachments"}%%TMPL:END%
 91             
 92             
 93             
 94             %TMPL:DEF{"standardheader"}%%TMPL:END%
 95             
 96             
 97             
 98             %TMPL:DEF{"standardfooter"}%
 99             #PageBottom %TMPL:END%
100             
101             
102             
103             %TMPL:DEF{"bodyend"}%</body></html>%TMPL:END%
104             
105             
106 rizwank 1.1 
107             %TMPL:DEF{"main"}%<div class="twikiMiddleContainer"><div class="twikiMain">
108             %TMPL:P{"content"}%
109             %TMPL:P{"standardfooter"}%</div></div>%TMPL:END%
110             
111             
112             
113             %TMPL:DEF{"content"}%<div class="twikiTopic">
114             ---++ %TMPL:P{"webaction"}%
115             %BR%
116             ---+ %TMPL:P{"heading"}%
117             %BR%
118             %TMPL:P{"message"}%
119             </div>
120             <div class="twikiTopicAction">
121             <table>
122             <tr>
123             <td>%TMPL:P{"topicaction"}%</td>
124             </tr></table></div>%TMPL:END%
125             
126             
127 rizwank 1.1 
128             %TMPL:DEF{"oops"}%
129             %TMPL:P{"htmldoctype"}%
130             %TMPL:P{"head"}%
131             %TMPL:P{"bodystart"}%
132             %TMPL:P{"main"}%
133             %TMPL:P{"bodyend"}%
134             %TMPL:END%

Rizwan Kassim
Powered by
ViewCVS 0.9.2