clean up 2011 files
[libreplanet-static.git] / 2011 / skins / disabled / MonoBook.tpl
CommitLineData
64a19c3d
ML
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang}" lang="{lang}" dir="{dir}">
3<head>
4 <meta http-equiv="Content-Type" content="{~ mimetype}; charset={~ charset}" />
5 {headlinks}
6 {headscripts}
7 <title>{pagetitle}</title>
8 <style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "{~ stylepath}/{~ stylename}/main.css?5"; /*]]>*/</style>
9 <link rel="stylesheet" type="text/css" {if notprintable {media="print"}} href="{~ stylepath}/common/commonPrint.css" />
10 <!--[if lt IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE50Fixes.css";</style><![endif]-->
11 <!--[if IE 5.5000]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE55Fixes.css";</style><![endif]-->
12 <!--[if IE 6]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE60Fixes.css";</style><![endif]-->
13 <!--[if IE 7]><style type="text/css">@import "{~ stylepath}/{~ stylename}/IE70Fixes.css?1";</style><![endif]-->
14 <!--[if lt IE 7]><script type="{jsmimetype}" src="{~ stylepath}/common/IEFixes.js"></script>
15 <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
16 <script type="{jsmimetype}">var skin = '{~ skinname}';var stylepath = '{~ stylepath}';</script>
17 <script type="{jsmimetype}" src="{~ stylepath}/common/wikibits.js"><!-- wikibits js --></script>
18 {if jsvarurl {<script type="{jsmimetype}" src="{jsvarurl}"><!-- site js --></script>}}
19 {if pagecss {<style type="text/css">{pagecss}</style>}}
20 {usercss}
21 {sitecss}
22 {gencss}
23 {if userjs {<script type="{jsmimetype}" src="{userjs}"></script>}}
24 {if userjsprev {<script type="{jsmimetype}">{userjsprev}</script>}}
25 {trackbackhtml}
26</head>
27<body {if body_ondblclick {ondblclick="{body_ondblclick}"}} {if body_onload {onload="{body_onload}" }} class="{~ nsclass} {~ dir}">
28<div id="globalWrapper">
29 <div id="column-content">
30 <div id="content">
31 <a name="top" id="top"></a>
32 {if sitenotice {<div id="siteNotice">{sitenotice}</div> }}
33 <h1 class="firstHeading">{title}</h1>
34 <div id="bodyContent">
35 <h3 id="siteSub">{msg {tagline}}</h3>
36 <div id="contentSub">{subtitle}</div>
37 {if undelete {<div id="contentSub2"><span class="subpages">{undelete}</span></div> }}
38 {if newtalk {<div class="usermessage">{newtalk}</div> }}
39 {if showjumplinks {
40 <div id="jump-to-nav">{msg {jumpto}} <a href="#column-one">{msg {jumptonavigation}}</a>,
41 <a href="#searchInput">{msg {jumptosearch}}</a></div>
42 }}
43 <!-- start content -->
44 {bodytext}
45 {if catlinks {<div id="catlinks">{catlinks}</div> }}
46 <!-- end content -->
47 <div class="visualClear"></div>
48 </div>
49 </div>
50 </div>
51 <div id="column-one">
52 <div id="p-cactions" class="portlet">
53 <h5>{msg {views}}</h5>
54 <ul>
55 {if is_special {
56 <li id="ca-article" class="selected"><a href="{request_url}">{msg {specialpage}}</a></li>
57 } {
58 <li id="ca-{nskey}" {selecttab {subject} subject_newclass}><a href="{subject_url}">{msg nskey}</a></li>
59 <li id="ca-talk" {selecttab {talk} talk_newclass}><a href="{talk_url}">{msg {talk}}</a></li>
60 {if can_edit {
61 {if is_talk {
62 <li id="ca-edit" {selecttab {edit} {istalk}}><a href="{edit_url}">{msg {edit}}</a></li>
63 <li id="ca-addsection" {selecttab {addsection}}><a href="{localurl {action=edit&section=new}}">{msg {addsection}}</a></li>
64 } {
65 <li id="ca-edit" {selecttab {edit}}><a href="{edit_url}">{msg {edit}}</a></li>
66 }}
67 } {
68 <li id="ca-viewsource" {selecttab {edit}}><a href="{edit_url}">{msg {viewsource}}</a></li>
69 }}
70
71 {if article_exists {
72 <li id="ca-history" {selecttab {history}}><a href="{localurl {action=history}}">{msg {history_short}}</a></li>
73 {if {{ is_allowed {protect} }} {
74 {if is_ns_mediawiki {} {
75 {if is_protected {
76 <li id="ca-protect" {selecttab {protect}}><a href="{localurl {action=unprotect}}">{msg {unprotect}}</a></li>
77 } {
78 <li id="ca-protect" {selecttab {protect}}><a href="{localurl {action=protect}}">{msg {protect}}</a></li>
79 }}
80 }}
81 }}
82
83 {if {{ is_allowed {delete} }} {
84 <li id="ca-delete" {selecttab {delete}}><a href="{localurl {action=delete}}">{msg {delete}}</a></li>
85 }}
86 {if {{ is_allowed {move} }} {
87 {if can_move {
88 <li id="ca-move" {selecttab {move}}><a href="{move_url}">{msg {move}}</a></li>
89 }}
90 }}
91 {if is_loggedin {
92 {if is_watching {
93 <li id="ca-unwatch" {selecttab {watch}}><a href="{localurl {action=unwatch}}">{msg {unwatch}}</a></li>
94 } {
95 <li id="ca-watch" {selecttab {watch}}><a href="{localurl {action=watch}}">{msg {watch}}</a></li>
96 }}
97 }}
98 }}
99 }}
100 {extratabs {<li id="ca-$id" $class><a href="$href">$text</a></li>}}
101 </ul>
102 </div>
103 <div class="portlet" id="p-personal">
104 <h5>{msg {personaltools}}</h5>
105 <div class="pBody">
106 <ul>
107 {personal_urls { <li id="pt-$key" $classactive ><a href="$href" $class>$text</a></li> }}
108 </ul>
109 </div>
110 </div>
111 <div class="portlet" id="p-logo">
112 <a style="background-image: url({~ logopath});" href="{mainpage}" title="{msg {mainpage}}"></a>
113 </div>
114 <script type="{jsmimetype}"> if (window.isMSIE55) fixalpha(); </script>
115 {sidebar {
116 <div class='portlet' id="p-$bar">
117 <h5>$barname</h5>
118 <div class='pBody'>
119 <ul>
120 } {
121 </ul>
122 </div>
123 </div>
124 } {<li id="$id" $classactive><a href="$href">$text</a></li>
125 }
126 }
127
128 <div id="p-search" class="portlet">
129 <h5><label for="searchInput">{msg {search}}</label></h5>
130 <div id="searchBody" class="pBody">
131 <form action="{searchaction}" id="searchform"><div>
132 <input id="searchInput" name="search" type="text" {
133 }{if {{fallbackmsg {accesskey-search} {} }} {accesskey="{fallbackmsg {accesskey-search} {} }"}}{
134 }{if search { value="{search}"}} />
135 <input type='submit' name="go" class="searchButton" id="searchGoButton" value="{msg {go}}" />&nbsp;
136 <input type='submit' name="fulltext" class="searchButton" value="{msg {search}}" />
137 </div></form>
138 </div>
139 </div>
140 <div class="portlet" id="p-tb">
141 <h5>{msg {toolbox}}</h5>
142 <div class="pBody">
143 <ul>
144 {if notspecialpage {<li id="t-whatlinkshere"><a href="{nav_whatlinkshere}">{msg {whatlinkshere}}</a></li> }}
145 {if article_exists {<li id="t-recentchangeslinked"><a href="{nav_recentchangeslinked}">{msg {recentchangeslinked}}</a></li> }}
146 {if nav_trackbacklink {<li id="t-trackbacklink"><a href="{nav_trackbacklink}">{msg {trackbacklink}}</a></li>}}
147 {if feeds
148 {<li id="feedlinks">{feeds {<span id="feed-$key"><a href="$href">$text</a>&nbsp;</span>}}
149 </li>}}
150 {if is_userpage {
151 <li id="t-contributions"><a href="{nav_contributions}">{msg {contributions}}</a></li>
152 {if {{is_allowed {block}}} {<li id="t-blockip"><a href="{nav_blockip}">{msg {blockip}}</a></li>}}
153 {if is_loggedin {<li id="t-emailuser"><a href="{nav_emailuser}">{msg {emailuser}}</a></li>}}
154 }}
155 {if nav_upload {<li id="t-upload"><a href="{nav_upload}">{msg {upload}}</a></li>}}
156 {if nav_specialpages {<li id="t-specialpages"><a href="{nav_specialpages}">{msg {specialpages}}</a></li>}}
157 {if nav_print {<li id="t-print"><a href="{nav_print}">{msg {printableversion}}</a></li>}}
158 {if nav_permalink {<li id="t-permalink"><a href="{nav_permalink}">{msg {permalink}}</a></li>}}
159 {if is_permalink {<li id="t-ispermalink">{msg {permalink}}</li>}}
160
161 {toolboxend}
162 </ul>
163 </div>
164 </div>
165 {language_urls {
166 <div id="p-lang" class="portlet">
167 <h5>{msg {otherlanguages}}</h5>
168 <div class="pBody">
169 <ul>
170 $body
171 </ul>
172 </div>
173 </div>
174 } {
175 <li class="$class"><a href="$href">$text</a></li>
176 }}
177 </div><!-- end of the left (by default at least) column -->
178 <div class="visualClear"></div>
179 <div id="footer">
180 {if poweredbyico { <div id="f-poweredbyico">{poweredbyico}</div> }}
181 {if copyrightico { <div id="f-copyrightico">{copyrightico}</div> }}
182
183 <ul id="f-list">
184 {if lastmod { <li id="lastmod">{lastmod}</li> }}
185 {if viewcount { <li id="viewcount">{viewcount}</li> }}
186 {if numberofwatchingusers { <li id="numberofwatchingusers">{numberofwatchingusers}</li> }}
187 {if credits { <li id="credits">{credits}</li> }}
188 {if is_currentview { <li id="copyright">{normalcopyright}</li> }}
189 {if usehistorycopyright { <li id="copyright">{historycopyright}</li> }}
190 {if privacy { <li id="privacy">{privacy}</li> }}
191 {if about { <li id="about">{about}</li> }}
192 {if disclaimer { <li id="disclaimer">{disclaimer}</li> }}
193 {if tagline { <li id="tagline">{tagline}</li> }}
194 </ul>
195 </div>
196 <script type="text/javascript"> if (window.runOnloadHook) runOnloadHook();</script>
197</div>
198{reporttime}
199{if {} { vim: set syn=html ts=2 : }}
200</body></html>