diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 1cb18626b..c71eb2126 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -24,8 +24,58 @@ <meta name="robots" content="noindex, nofollow"> <% end %> + <script type="text/javascript" src="/javascripts/jquery.js"></script> + <script type="text/javascript" src="/javascripts/jquery.cookie.js"></script> + <script type="text/javascript"> + document.write('<style type="text/css">.jshide { display: none; }</style>'); + $(function(){ + if (!$.cookie('seen_foi')) { + window.setTimeout(function(){ + $('#everypage').slideDown('slow'); + }, 1000); + } + }); + </script> + + </head> <body> + + <div id="everypage" class="jshide"> + <p style="float:right"><a href="#top" onclick="$.cookie('seen_foi', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;">Close</a></p> + <h2>DENIED</h2> + <p>Sorry to interrupt, but <strong>democracy needs your help</strong>! + <p>On the 16th of May 2008 the High Court ruled that MPs’ expenses must be published under the Freedom of Information Act. + + <p>This Thursday, <strong>MPs are voting to change the law to keep their expenses secret</strong> after all, + just before publication was due and after spending nearly a million of your pounds and seven months + compiling the data. + + <p>Your MP <strong>may not even know about this proposal</strong> (it was sneaked out under + the Heathrow runway announcement). Please take a few minutes to alert + them to this attack on Parliamentary transparency and ask them to vote + against the measure. + + + <p>The outcome of this vote will be <strong>prominently displayed on every MP’s page</strong> until after the next General Election. + + <h3>What can you do?</h3> + + <form action="http://foiorder2009.writetothem.com/" method="get"> + <!-- <input type="hidden" name="a" value="WMC"> --> + <ul> + <li><strong>Write to your MP</strong> to protest. Enter your postcode to do so online: <input type="text" name="pc" value="" size="8"> + <input type="submit" value="Go"> + <li><strong>Join</strong> <a href="http://www.facebook.com/group.php?gid=50061011231">this Facebook group</a>. + + <li>Blog about it, call a local newspaper (<a href="http://news.mysociety.org/">find one</a>), text, email, and instant + message your friends to let them know that about this campaign. + </ul> + + <p>Read <a href="http://www.mysociety.org/2009/01/17/6-days-to-stop-mps-concealing-their-expenses/">more detail about mySociety’s thoughts on this issue</a>. + <p align="right"><a href="#top" onclick="$.cookie('seen_foi', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;">Close</a></p> + </div> + <div id="banner"> </div> <div id="header"> |