30 </div> |
30 </div> |
31 --> |
31 --> |
32 |
32 |
33 <!-- ACTU BOX --> |
33 <!-- ACTU BOX --> |
34 <div> |
34 <div> |
35 <h3>Actualités <a href="?cat=16">[+]</a></h3> |
35 <h3><?php _e("Prochains évènements"); ?></h3> |
36 <?php query_posts('cat=16&posts_per_page=2'); ?> |
36 <?php ec3_get_events_home(1); ?> |
|
37 |
|
38 <!-- --> |
|
39 <?php /*query_posts('cat=16&posts_per_page=2'); ?> |
37 <ul> |
40 <ul> |
38 <?php while (have_posts()) : the_post(); ?> |
41 <?php while (have_posts()) : the_post(); ?> |
39 <li> |
42 <li> |
40 <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title" target="_blank"><?php the_title(); ?></a> |
43 <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>" class="title" target="_blank"><?php the_title(); ?></a> |
41 </li> |
44 </li> |
42 <?php endwhile; ?> |
45 <?php endwhile; */?> |
43 </ul> |
46 <!--</ul>--> |
44 |
47 |
45 </div> |
48 </div> |
46 <hr></hr> |
49 <hr></hr> |
47 |
50 |
48 <!-- AGENDA BOX --> |
51 <!-- AGENDA BOX --> |
49 <h3 class="widgettitle">Agenda</h3> |
52 <h3><?php _e("Agenda "); ?> |
|
53 <? |
|
54 // iCalendar link. |
|
55 $webcal = get_option('home') . "/?ec3_ical"; |
|
56 // Macintosh always understands webcal:// protocol. |
|
57 // It's hard to guess on other platforms, so stick to http:// |
|
58 if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X')) |
|
59 $webcal = preg_replace('/^http:/','webcal:',$webcal); |
|
60 echo "\t <a id='ec3_publish' href='$webcal'" |
|
61 . " title='Cliquer ici pour vous abonner au Icalendar de l"Institut de recherche et d"innovation.'>\n" |
|
62 . "\t <img src='".get_option('home')."/wp-content/plugins/event-calendar/publish.gif' alt='iCalendar' />\n" |
|
63 . "\t </a>\n"; |
|
64 ?> |
|
65 |
|
66 </h3> |
50 <?php ec3_get_calendar(); ?> |
67 <?php ec3_get_calendar(); ?> |
51 |
68 |
52 |
69 |
53 <!--END OF THIS AREA --> |
70 <!--END OF THIS AREA --> |
54 |
71 |
55 |
72 <!-- SOCIAL AREA --> |
|
73 <div id="social"> |
|
74 <?php _e("Réseaux sociaux"); ?> |
|
75 <ul class="addtoany_list"> |
|
76 <li><a target="_blank" rel="nofollow" href="http://twitter.com/IRILive" title="Cliquez ici pour accéder au compte Twitter de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Twitter" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/twitter.png"/></a> </li> |
|
77 <li><a target="_blank" rel="nofollow" href="http://www.facebook.com/home.php?#/pages/Institut-de-recherche-et-dinnovation-IRI/259317533466" title="Cliquez ici pour souscrire a la page Facebook de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Facebook" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/facebook.png"/></a></li> |
|
78 <li><a target="_blank" rel="nofollow" href="http://delicious.com/iri_institute" title="Cliquez ici pour accéder au compte Delicious de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="Delicous" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/delicious.png"/></a></li> |
|
79 <li><a target="_blank" rel="nofollow" href="http://www.flickr.com/photos/iri_institute/" title="Cliquez ici pour accéder au compte flick R de l Institut de recherche et d innovation (IRI) "><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/flickr.gif"/></a></li> |
|
80 </div> |
|
81 <!--END OF THIS AREA --> |
56 </div> |
82 </div> |
57 </div> |
83 </div> |
58 <hr></hr> |
84 <hr></hr> |
59 |
85 |
60 <?php get_sidebar(); ?> |
86 <?php get_sidebar(); ?> |