add "pcf videos" section on home page

This commit is contained in:
Frédéric Péters 2012-01-17 13:57:02 +01:00
parent 56919280f9
commit 0edf9da755
1 changed files with 7 additions and 1 deletions

View File

@ -160,7 +160,7 @@ jQuery(document).ready(function(){
</div> <!-- .inner -->
<div id="content-vid">
<div class="one-vid">
<a href="#">
<a class="videopresentation" href="/video/">
<img src="/img/video.gif" />
<div>
<img class="ico" src="/img/ic_clap.png" />
@ -170,6 +170,12 @@ jQuery(document).ready(function(){
<br /><br />Il est également à d&eacute;couvrir sur grand écran, à la faveur dune visite du Parlement.<br /><br />Informationss : 02 506 38 82 et relationspubliques@pcf.be.</p>
</div></a>
</div>
<script>
$('a.videopresentation').click(function(event) {
window.open($(this).attr('href'), 'videopresentation', 'width=498,height=594');
event.preventDefault();
});
</script>
</div> <!-- #pcfhome-second-part -->
</tal:main-macro>