author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 183 | 632ee16f1e91 |
permissions | -rw-r--r-- |
136 | 1 |
<?php get_header(); ?> |
2 |
<!--START LEFT SIDE--> |
|
3 |
<div id="feature" class="column span-15 colborder"> |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
4 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
5 |
<?php pikslider_show(); ?> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
6 |
|
136 | 7 |
<!--BEGIN FEATURED POST--> |
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
8 |
<?php |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
9 |
$PostHomeId = xilimlSam_other_posts(3); |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
10 |
query_posts("p=".$PostHomeId); |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
11 |
?> |
136 | 12 |
<?php while (have_posts()) : the_post(); ?> |
13 |
<div id="maincontent" class="column span-15 colborder first"> |
|
14 |
<div class="contentHome"> |
|
15 |
<div class="category-page-header"> |
|
16 |
<div id="p2c-header"> |
|
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
17 |
<?php the_content(); ?> |
136 | 18 |
</div> |
19 |
</div> |
|
20 |
</div> |
|
21 |
</div> |
|
22 |
<?php endwhile; ?> |
|
23 |
</div> |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
24 |
|
136 | 25 |
<!--END FEATURED POST--> |
26 |
<!-- BEGIN THREE AT RIGHT --> |
|
27 |
<div class="column span-7 last"> |
|
28 |
<div id="home_right"> |
|
29 |
||
30 |
<!-- RESEARCH BOX |
|
31 |
<div class="box"> |
|
32 |
<div> |
|
33 |
<h6>Recherche</h6> |
|
34 |
<?php getSearch(); ?> |
|
35 |
</div> |
|
36 |
<div class="cleaner"></div> |
|
37 |
</div> |
|
38 |
--> |
|
39 |
|
|
40 |
<!-- ACTU BOX --> |
|
41 |
<div> |
|
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
42 |
<h3><?php _e("Next Events",'IriTheme'); ?></h3> |
136 | 43 |
<?php ec3_get_events_home(1); ?> |
44 |
|
|
45 |
<!-- --> |
|
46 |
<?php /*query_posts('cat=16&posts_per_page=2'); ?> |
|
47 |
<ul> |
|
48 |
<?php while (have_posts()) : the_post(); ?> |
|
49 |
<li> |
|
50 |
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>" class="title" target="_blank"><?php the_title(); ?></a> |
|
51 |
</li> |
|
52 |
<?php endwhile; */?> |
|
53 |
<!--</ul>--> |
|
54 |
|
|
55 |
</div> |
|
56 |
<hr></hr> |
|
57 |
|
|
58 |
<!-- AGENDA BOX --> |
|
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
59 |
<h3><?php _e("Calendar",'IriTheme'); ?> |
136 | 60 |
<?php |
61 |
// iCalendar link. |
|
62 |
$webcal = get_option('home') . "/?ec3_ical"; |
|
63 |
// Macintosh always understands webcal:// protocol. |
|
64 |
// It's hard to guess on other platforms, so stick to http:// |
|
65 |
if(strstr($_SERVER['HTTP_USER_AGENT'],'Mac OS X')) |
|
66 |
$webcal = preg_replace('/^http:/','webcal:',$webcal); |
|
183 | 67 |
$homeURL = get_option('home'); |
68 |
//echo($homeURL); |
|
69 |
echo "\t <a id='ec3_publish' href='$webcal' title='".__('Click here to subscribe our Icalendar feed (in french only).','IriTheme')."' >\n" |
|
70 |
. "\t <img src='$homeURL/wp-content/plugins/event-calendar/publish.gif' alt='iCalendar' >\n" |
|
136 | 71 |
. "\t </a>\n"; |
72 |
?> |
|
73 |
||
74 |
</h3> |
|
75 |
<?php ec3_get_calendar(); ?> |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
76 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
77 |
<!-- LIEN NOUVELLE PLATEFORME --> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
78 |
<hr /> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
79 |
<h3>Lignes de Temps</h3> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
80 |
<ul><li><a href="http://ldt.iri.centrepompidou.fr" target="_blank">Nouvelle plateforme Lignes de Temps</a></li></ul> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
81 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
82 |
<!-- POLEMIC TWEET ARCHIVES --> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
83 |
<hr /> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
84 |
<iframe src="http://polemictweet.com/archives-iframe.php" width="270" height="240" frameborder="0"></iframe> |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
183
diff
changeset
|
85 |
<hr /> |
136 | 86 |
|
87 |
<!--END OF THIS AREA --> |
|
88 |
||
89 |
<!-- SOCIAL AREA --> |
|
90 |
<div id="social"> |
|
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
91 |
<?php _e("Networks",'IriTheme'); ?> : |
136 | 92 |
<ul class="addtoany_list"> |
170
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
93 |
<li><a target="_blank" rel="nofollow" href="http://twitter.com/IRILive" title="<?php __("Click here to access IRI's Twitter account",'IriTheme')?>"><img width="16" height="16" alt="Twitter" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/twitter.png"/></a> </li> |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
94 |
<li><a target="_blank" rel="nofollow" href="http://www.facebook.com/home.php?#/pages/Institut-de-recherche-et-dinnovation-IRI/259317533466" title="<?php _e("Click here to access IRI's Facebook account",'IriTheme'); ?>"><img width="16" height="16" alt="Facebook" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/facebook.png"/></a></li> |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
95 |
<li><a target="_blank" rel="nofollow" href="http://delicious.com/iri_institute" title="<?php __("Click here to access IRI's Delicious account",'IriTheme')?>"><img width="16" height="16" alt="Delicous" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/delicious.png"/></a></li> |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
96 |
<li><a target="_blank" rel="nofollow" href="http://www.flickr.com/photos/iri_institute/" title="<?php __("Click here to access IRI's FlickR account",'IriTheme')?>"><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/flickr.gif"/></a></li> |
8e3a5a6fc63e
English version just for user loged view
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
136
diff
changeset
|
97 |
<li><a target="_blank" rel="nofollow" href="http://www.linkedin.com/groups?home=&gid=2718850" title="<?php __("Click here to access IRI's LinkedIn account",'IriTheme')?>"><img width="16" height="16" alt="FlickR" src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/linkedin.png"/></a></li> |
136 | 98 |
<ul> |
99 |
</div> |
|
100 |
<!--END OF THIS AREA --> |
|
101 |
</div> |
|
102 |
</div> |
|
103 |
<hr></hr> |
|
104 |
||
105 |
<?php get_sidebar(); ?> |
|
106 |
<?php get_footer(); ?> |