Index: branches/MetavidWiki-exp/skins/mvpcf.php |
— | — | @@ -82,14 +82,13 @@ |
83 | 83 | ?> |
84 | 84 | <body id="frontPage"> |
85 | 85 | <div id="frontPageTop"> |
86 | | - <?php $this->get_portlet('p-personal')?> |
| 86 | + <?php $this->get_portlet('p-personal')?> |
| 87 | + <div style="position:absolute;width:100%;bottom:0px"><?php $this->get_top_nav() ?></div> |
87 | 88 | <div id="searchSplash"> |
88 | 89 | <div class="logo"><img src="<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/images/logo.png" alt="Metavid" /></div> |
89 | 90 | <p class="tagline">The Open Video archive of the US Congress</p> |
90 | 91 | <?php $this->get_search_html(); ?> |
91 | | - </div><!--searchSplash--> |
92 | | - |
93 | | - <div style="position:absolute;width:100%;bottom:0px"><?php $this->get_top_nav() ?></div> |
| 92 | + </div><!--searchSplash--> |
94 | 93 | </div><!--frontPageTop--> |
95 | 94 | |
96 | 95 | <div id="frontPageContent" class="bodyContent"> |
— | — | @@ -400,8 +399,9 @@ |
401 | 400 | </li> |
402 | 401 | <li> |
403 | 402 | <?php |
404 | | - $cBills = Title::newFromText('Bill', SMW_NS_PROPERTY); |
405 | | - echo $sk->makeKnownLinkObj($cBills, 'bills'); |
| 403 | + $cBills = Title::newFromText('Special:Ask', NS_SPECIAL); |
| 404 | + echo $sk->makeKnownLinkObj($cBills, 'bills', 'offset=0&limit=20&q=[[Category%3A%3ABill]&p=format%3Dbroadtable&po=%3FDate+Introduced%0A%3FBill+Sponsor%0A&sort=Date%20Introduced&order=DESC' |
| 405 | + ); |
406 | 406 | ?> |
407 | 407 | </li> |
408 | 408 | <li> |
Index: branches/MetavidWiki-exp/skins/mvpcf/style.css |
— | — | @@ -25,6 +25,9 @@ |
26 | 26 | } |
27 | 27 | .mw-specialpagerestricted { |
28 | 28 | font-weight: bold; |
| 29 | +} |
| 30 | +a .new{ |
| 31 | + color:#F22 |
29 | 32 | }
|
30 | 33 | body#frontPage {background: #eef6ff;}
|
31 | 34 | .bodyContent{ |
— | — | @@ -166,7 +169,8 @@ |
167 | 170 | text-transform: uppercase;
|
168 | 171 | font-size: 13px;
|
169 | 172 | text-align: center;
|
170 | | - margin: 20px 0;
|
| 173 | + margin: 20px 0; |
| 174 | + display:block;
|
171 | 175 | }
|
172 | 176 | a.advanced_search_tag {font-size: 12px; text-decoration: none; margin: 8px; position: absolute;}
|
173 | 177 |
|