Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -63,10 +63,10 @@ |
64 | 64 | <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]--> |
65 | 65 | <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
66 | 66 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
67 | | - <?php if($this->data['jsvarurl' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?> |
68 | | - <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"></script> |
69 | | - <?php if($this->data['pagecss' ]) { ?><style type="text/css"><?php $this->html('pagecss' ) ?></style><?php } ?> |
70 | | - <?php if($this->data['usercss' ]) { ?><style type="text/css"><?php $this->html('usercss' ) ?></style><?php } ?> |
| 67 | + <?php if($this->data['jsvarurl' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script><?php } ?> |
| 68 | + <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"><!-- wikibits js --></script> |
| 69 | + <?php if($this->data['pagecss' ]) { ?><style type="text/css"><?php $this->html('pagecss' ) ?></style><?php } ?> |
| 70 | + <?php if($this->data['usercss' ]) { ?><style type="text/css"><?php $this->html('usercss' ) ?></style><?php } ?> |
71 | 71 | <?php if($this->data['userjs' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('userjs' ) ?>"></script><?php } ?> |
72 | 72 | <?php if($this->data['userjsprev']) { ?><script type="<?php $this->text('jsmimetype') ?>"><?php $this->html('userjsprev') ?></script><?php } ?> |
73 | 73 | <?php if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?> |
— | — | @@ -146,16 +146,13 @@ |
147 | 147 | <h5><label for="searchInput"><?php $this->msg('search') ?></label></h5> |
148 | 148 | <div class="pBody"> |
149 | 149 | <form action="<?php $this->text('searchaction') ?>" id="searchform"><div> |
150 | | - <input id="searchInput" name="search" type="text" |
151 | | - <?php if($this->haveMsg('accesskey-search')) { |
| 150 | + <input id="searchInput" name="search" type="text" <?php |
| 151 | + if($this->haveMsg('accesskey-search')) { |
152 | 152 | ?>accesskey="<?php $this->msg('accesskey-search') ?>"<?php } |
153 | 153 | if( isset( $this->data['search'] ) ) { |
154 | 154 | ?> value="<?php $this->text('search') ?>"<?php } ?> /> |
155 | | - <input type='submit' name="go" class="searchButton" id="searchGoButton" |
156 | | - value="<?php $this->msg('go') ?>" |
157 | | - /> <input type='submit' name="fulltext" |
158 | | - class="searchButton" |
159 | | - value="<?php $this->msg('search') ?>" /> |
| 155 | + <input type='submit' name="go" class="searchButton" id="searchGoButton" value="<?php $this->msg('go') ?>" /> |
| 156 | + <input type='submit' name="fulltext" class="searchButton" value="<?php $this->msg('search') ?>" /> |
160 | 157 | </div></form> |
161 | 158 | </div> |
162 | 159 | </div> |
— | — | @@ -229,7 +226,7 @@ |
230 | 227 | <?php if($this->data['tagline']) { ?><li id="f-tagline"><?php echo $this->data['tagline'] ?></li><?php } ?> |
231 | 228 | </ul> |
232 | 229 | </div> |
233 | | - <script type="text/javascript"> if (window.runOnloadHook) runOnloadHook(); </script> |
| 230 | + <script type="text/javascript"> if (window.runOnloadHook) runOnloadHook();</script> |
234 | 231 | </div> |
235 | 232 | <?php $this->html('reporttime') ?> |
236 | 233 | </body> |