Subversion Repositories eFlore/Applications.cel

Rev

Rev 2398 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2398 Rev 3569
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
		<?php if (isset($item['lien'])) : ?>
22
		<link href="<?=$item['lien']?>"/>
22
		<link href="<?=$item['lien']?>"/>
23
		<? endif; ?>
23
		<?php endif; ?>
24
		<updated><?=$item['date_maj_ATOM']?></updated>
24
		<updated><?=$item['date_maj_ATOM']?></updated>
25
		<author><name><?=$item['modifier_par']?></name></author>
25
		<author><name><?=$item['modifier_par']?></name></author>
26
		<content type="xhtml" xml:lang="fr">
26
		<content type="xhtml" xml:lang="fr">
27
			<div xmlns="http://www.w3.org/1999/xhtml">
27
			<div xmlns="http://www.w3.org/1999/xhtml">
28
				<?=$item['description'];?>
28
				<?=$item['description'];?>