Subversion Repositories eFlore/Applications.cel

Rev

Rev 416 | Rev 709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 416 Rev 506
Line 16... Line 16...
16
	<?php if (isset($items)) : ?>
16
	<?php if (isset($items)) : ?>
17
	<?php foreach ($items as $item) : ?>
17
	<?php foreach ($items as $item) : ?>
18
	<entry>
18
	<entry>
19
		<id><?=$item['guid']?></id>
19
		<id><?=$item['guid']?></id>
20
		<title><?=$item['titre']?></title>
20
		<title><?=$item['titre']?></title>
-
 
21
		<? if (isset($item['lien'])) : ?>
21
		<link href="<?=$item['lien']?>"/>
22
		<link href="<?=$item['lien']?>"/>
-
 
23
		<? endif; ?>
22
		<updated><?=$item['date_maj_ATOM']?></updated>
24
		<updated><?=$item['date_maj_ATOM']?></updated>
23
		<author><name><?=$item['modifier_par']?></name></author>
25
		<author><name><?=$item['modifier_par']?></name></author>
24
		<content type="xhtml" xml:lang="fr">
26
		<content type="xhtml" xml:lang="fr">
25
			<div xmlns="http://www.w3.org/1999/xhtml">
27
			<div xmlns="http://www.w3.org/1999/xhtml">
26
				<?=$item['description'];?>
28
				<?=$item['description'];?>