(bug 796) trackback support
[lhc/web/wiklou.git] / skins / MonoBook.php
1 <?php
2 /**
3 * MonoBook nouveau
4 *
5 * Translated from gwicke's previous TAL template version to remove
6 * dependency on PHPTAL.
7 *
8 * @todo document
9 * @package MediaWiki
10 * @subpackage Skins
11 */
12
13 if( !defined( 'MEDIAWIKI' ) )
14 die();
15
16 /** */
17 require_once('includes/SkinTemplate.php');
18
19 /**
20 * Inherit main code from SkinTemplate, set the CSS and template filter.
21 * @todo document
22 * @package MediaWiki
23 * @subpackage Skins
24 */
25 class SkinMonoBook extends SkinTemplate {
26 /** Using monobook. */
27 function initPage( &$out ) {
28 SkinTemplate::initPage( $out );
29 $this->skinname = 'monobook';
30 $this->stylename = 'monobook';
31 $this->template = 'MonoBookTemplate';
32 }
33 }
34
35 /**
36 * @todo document
37 * @package MediaWiki
38 * @subpackage Skins
39 */
40 class MonoBookTemplate extends QuickTemplate {
41 /**
42 * Template filter callback for MonoBook skin.
43 * Takes an associative array of data set from a SkinTemplate-based
44 * class, and a wrapper for MediaWiki's localization database, and
45 * outputs a formatted page.
46 *
47 * @access private
48 */
49 function execute() {
50 // Suppress warnings to prevent notices about missing indexes in $this->data
51 wfSuppressWarnings();
52
53 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
54 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php $this->text('lang') ?>" lang="<?php $this->text('lang') ?>" dir="<?php $this->text('dir') ?>">
55 <head>
56 <meta http-equiv="Content-Type" content="<?php $this->text('mimetype') ?>; charset=<?php $this->text('charset') ?>" />
57 <?php $this->html('headlinks') ?>
58 <title><?php $this->text('pagetitle') ?></title>
59 <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css"; /*]]>*/</style>
60 <link rel="stylesheet" type="text/css" <?php if(empty($this->data['printable']) ) { ?>media="print"<?php } ?> href="<?php $this->text('stylepath') ?>/common/commonPrint.css" />
61 <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
62 <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]-->
63 <!--[if IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]-->
64 <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script>
65 <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
66 <?php if($this->data['jsvarurl' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?>
67 <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"></script>
68 <?php if($this->data['usercss' ]) { ?><style type="text/css"><?php $this->html('usercss' ) ?></style><?php } ?>
69 <?php if($this->data['userjs' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('userjs' ) ?>"></script><?php } ?>
70 <?php if($this->data['userjsprev']) { ?><script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script><?php } ?>
71 <?php if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?>
72 </head>
73 <body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
74 <?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?>
75 <?php if($this->data['nsclass' ]) { ?>class="<?php $this->text('nsclass') ?>"<?php } ?>>
76 <div id="globalWrapper">
77 <div id="column-content">
78 <div id="content">
79 <a name="top" id="contentTop"></a>
80 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
81 <h1 class="firstHeading"><?php $this->text('title') ?></h1>
82 <div id="bodyContent">
83 <h3 id="siteSub"><?php $this->msg('tagline') ?></h3>
84 <div id="contentSub"><?php $this->html('subtitle') ?></div>
85 <?php if($this->data['undelete']) { ?><div id="contentSub"><?php $this->html('undelete') ?></div><?php } ?>
86 <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk') ?></div><?php } ?>
87 <!-- start content -->
88 <?php $this->html('bodytext') ?>
89 <?php if($this->data['catlinks']) { ?><div id="catlinks"><?php $this->html('catlinks') ?></div><?php } ?>
90 <!-- end content -->
91 <div class="visualClear"></div>
92 </div>
93 </div>
94 </div>
95 <div id="column-one">
96 <div id="p-cactions" class="portlet">
97 <h5><?php $this->msg('views') ?></h5>
98 <ul>
99 <?php foreach($this->data['content_actions'] as $key => $action) {
100 ?><li id="ca-<?php echo htmlspecialchars($key) ?>"
101 <?php if($action['class']) { ?>class="<?php echo htmlspecialchars($action['class']) ?>"<?php } ?>
102 ><a href="<?php echo htmlspecialchars($action['href']) ?>"><?php
103 echo htmlspecialchars($action['text']) ?></a></li><?php
104 } ?>
105 </ul>
106 </div>
107 <div class="portlet" id="p-personal">
108 <h5><?php $this->msg('personaltools') ?></h5>
109 <div class="pBody">
110 <ul>
111 <?php foreach($this->data['personal_urls'] as $key => $item) {
112 ?><li id="pt-<?php echo htmlspecialchars($key) ?>"><a href="<?php
113 echo htmlspecialchars($item['href']) ?>"<?php
114 if(!empty($item['class'])) { ?> class="<?php
115 echo htmlspecialchars($item['class']) ?>"<?php } ?>><?php
116 echo htmlspecialchars($item['text']) ?></a></li><?php
117 } ?>
118 </ul>
119 </div>
120 </div>
121 <div class="portlet" id="p-logo">
122 <a style="background-image: url(<?php $this->text('logopath') ?>);"
123 href="<?php echo htmlspecialchars($this->data['nav_urls']['mainpage']['href'])?>"
124 title="<?php $this->msg('mainpage') ?>"></a>
125 </div>
126 <script type="<?php $this->text('jsmimetype') ?>"> if (window.isMSIE55) fixalpha(); </script>
127 <?php foreach ($this->data['sidebar'] as $bar => $cont) { ?>
128 <div class='portlet' id='p-<?php echo htmlspecialchars($bar) ?>'>
129 <h5><?php $this->msg( $bar ) ?></h5>
130 <div class='pBody'>
131 <ul>
132 <?php foreach($cont as $key => $val) { ?>
133 <li id="<?php echo htmlspecialchars($val['id']) ?>"><a href="<?php echo htmlspecialchars($val['href']) ?>"><?php echo htmlspecialchars($val['text'])?></a></li>
134 <?php } ?>
135 </ul>
136 </div>
137 </div>
138 <?php } ?>
139 <div id="p-search" class="portlet">
140 <h5><label for="searchInput"><?php $this->msg('search') ?></label></h5>
141 <div class="pBody">
142 <form name="searchform" action="<?php $this->text('searchaction') ?>" id="searchform">
143 <input id="searchInput" name="search" type="text"
144 <?php if($this->haveMsg('accesskey-search')) {
145 ?>accesskey="<?php $this->msg('accesskey-search') ?>"<?php }
146 if( isset( $this->data['search'] ) ) {
147 ?> value="<?php $this->text('search') ?>"<?php } ?> />
148 <input type='submit' name="go" class="searchButton" id="searchGoButton"
149 value="<?php $this->msg('go') ?>"
150 />&nbsp;<input type='submit' name="fulltext"
151 class="searchButton"
152 value="<?php $this->msg('search') ?>" />
153 </form>
154 </div>
155 </div>
156 <div class="portlet" id="p-tb">
157 <h5><?php $this->msg('toolbox') ?></h5>
158 <div class="pBody">
159 <ul>
160 <?php if($this->data['notspecialpage']) { foreach( array( 'whatlinkshere', 'recentchangeslinked' ) as $special ) { ?>
161 <li id="t-<?php echo $special?>"><a href="<?php
162 echo htmlspecialchars($this->data['nav_urls'][$special]['href'])
163 ?>"><?php echo $this->msg($special) ?></a></li>
164 <?php } } ?>
165 <?php if(isset($this->data['nav_urls']['trackbacklink'])) { ?>
166 <li id="t-trackbacklink"><a href="<?php
167 echo htmlspecialchars($this->data['nav_urls']['trackbacklink']['href'])
168 ?>"><?php echo $this->msg('trackbacklink') ?></a></li>
169 <?php } ?>
170 <?php if($this->data['feeds']) { ?><li id="feedlinks"><?php foreach($this->data['feeds'] as $key => $feed) {
171 ?><span id="feed-<?php echo htmlspecialchars($key) ?>"><a href="<?php
172 echo htmlspecialchars($feed['href']) ?>"><?php echo htmlspecialchars($feed['text'])?></a>&nbsp;</span>
173 <?php } ?></li><?php } ?>
174 <?php foreach( array('contributions', 'emailuser', 'upload', 'specialpages') as $special ) { ?>
175 <?php if($this->data['nav_urls'][$special]) {?><li id="t-<?php echo $special ?>"><a href="<?php
176 echo htmlspecialchars($this->data['nav_urls'][$special]['href'])
177 ?>"><?php $this->msg($special) ?></a></li><?php } ?>
178 <?php } ?>
179 <?php if(!empty($this->data['nav_urls']['print']['href'])) { ?>
180 <li id="t-print"><a href="<?php
181 echo htmlspecialchars($this->data['nav_urls']['print']['href'])
182 ?>"><?php echo $this->msg('printableversion') ?></a></li>
183 <?php } ?>
184 </ul>
185 </div>
186 </div>
187 <?php if( $this->data['language_urls'] ) { ?><div id="p-lang" class="portlet">
188 <h5><?php $this->msg('otherlanguages') ?></h5>
189 <div class="pBody">
190 <ul>
191 <?php foreach($this->data['language_urls'] as $langlink) { ?>
192 <li>
193 <a href="<?php echo htmlspecialchars($langlink['href'])
194 ?>"><?php echo $langlink['text'] ?></a>
195 </li>
196 <?php } ?>
197 </ul>
198 </div>
199 </div>
200 <?php } ?>
201 </div><!-- end of the left (by default at least) column -->
202 <div class="visualClear"></div>
203 <div id="footer">
204 <?php if($this->data['poweredbyico']) { ?><div id="f-poweredbyico"><?php $this->html('poweredbyico') ?></div><?php } ?>
205 <?php if($this->data['copyrightico']) { ?><div id="f-copyrightico"><?php $this->html('copyrightico') ?></div><?php } ?>
206 <ul id="f-list">
207 <?php if($this->data['lastmod' ]) { ?><li id="f-lastmod"><?php $this->html('lastmod') ?></li><?php } ?>
208 <?php if($this->data['viewcount' ]) { ?><li id="f-viewcount"><?php $this->html('viewcount') ?></li><?php } ?>
209 <?php if($this->data['numberofwatchingusers' ]) { ?><li id="f-numberofwatchingusers"><?php $this->html('numberofwatchingusers') ?></li><?php } ?>
210 <?php if($this->data['credits' ]) { ?><li id="f-credits"><?php $this->html('credits') ?></li><?php } ?>
211 <?php if($this->data['copyright' ]) { ?><li id="f-copyright"><?php $this->html('copyright') ?></li><?php } ?>
212 <?php if($this->data['about' ]) { ?><li id="f-about"><?php $this->html('about') ?></li><?php } ?>
213 <?php if($this->data['disclaimer']) { ?><li id="f-disclaimer"><?php $this->html('disclaimer') ?></li><?php } ?>
214 <?php if($this->data['tagline']) { ?><li id="f-tagline"><?php echo $this->data['tagline'] ?></li><?php } ?>
215 </ul>
216 </div>
217 </div>
218 <?php $this->html('reporttime') ?>
219 </body>
220 </html>
221 <?php
222 wfRestoreWarnings();
223 }
224 }
225 ?>