On 10/13/05, Tom Gilder tomgilder@users.sourceforge.net wrote:
Update of /cvsroot/wikipedia/phase3/skins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26413/skins
Modified Files: MonoBook.php Log Message: re-add jump links with main.css?1 to bypass cached CSS
Index: MonoBook.php
RCS file: /cvsroot/wikipedia/phase3/skins/MonoBook.php,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** MonoBook.php 13 Oct 2005 02:45:45 -0000 1.57 --- MonoBook.php 13 Oct 2005 03:01:18 -0000 1.58
*** 57,61 **** <?php $this->html('headlinks') ?> <title><?php $this->text('pagetitle') ?></title> ! <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css"; /*]]>*/</style> <link rel="stylesheet" type="text/css" <?php if(empty($this->data['printable']) ) { ?>media="print"<?php } ?> href="<?php $this->text('stylepath') ?>/common/commonPrint.css" /> <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]--> --- 57,61 ---- <?php $this->html('headlinks') ?> <title><?php $this->text('pagetitle') ?></title> ! <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/main.css?1"; /*]]>*/</style> <link rel="stylesheet" type="text/css" <?php if(empty($this->data['printable']) ) { ?>media="print"<?php } ?> href="<?php $this->text('stylepath') ?>/common/commonPrint.css" /> <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
*** 86,89 **** --- 86,90 ---- <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php $this->html('undelete') ?></div><?php } ?> <?php if($this->data['newtalk'] ) { ?><div class="usermessage"><?php $this->html('newtalk') ?></div><?php } ?>
<div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div> <!-- start content --> <?php $this->html('bodytext') ?>
MediaWiki-CVS mailing list MediaWiki-CVS@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-cvs
I don't think this is the way to do this, it's a lame hack.
wikitech-l@lists.wikimedia.org