Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1233 Rev 1317
Line 18... Line 18...
18
		<description><?=$description?></description>
18
		<description><?=$description?></description>
19
		<dc:publisher><?=$editeur?></dc:publisher>
19
		<dc:publisher><?=$editeur?></dc:publisher>
20
		<dc:date><?=$date_maj_W3C?></dc:date>
20
		<dc:date><?=$date_maj_W3C?></dc:date>
Line 21... Line 21...
21
		
21
		
22
		<?php if (isset($items)) : ?>
22
		<?php if (isset($items)) : ?>
23
		<items>
23
			<items>
24
			<rdf:Seq>
24
				<rdf:Seq>
25
				<?php foreach ($items as $item) : ?>
25
					<?php foreach ($items as $item) : ?>
26
				<rdf:li resource="<?=$item['guid']?>" />
26
					<rdf:li resource="<?=$item['guid']?>" />
27
				<?php endforeach; ?>
27
					<?php endforeach; ?>
28
			</rdf:Seq>
28
				</rdf:Seq>
29
		</items>
29
			</items>
30
	    <?php endif; ?>
-
 
31
 
30
		<?php endif; ?>
32
	</channel>
31
	</channel>
33
    
32
 
34
  <?php if (isset($items)) : ?>
33
	<?php if (isset($items)) : ?>
35
  <?php foreach ($items as $item) : ?>
34
		<?php foreach ($items as $item) : ?>
36
	<item rdf:about="<?=$item['guid']?>">
35
			<item rdf:about="<?=$item['guid']?>">
37
		<title><?=$item['titre']?></title>
36
				<title><?=$item['titre']?></title>
38
		<link><?=(isset($item['lien'])) ? $item['lien'] : 'http://www.tela-botanica.org/'?></link>
37
				<link><?=(isset($item['lien'])) ? $item['lien'] : 'http://www.tela-botanica.org/'?></link>
-
 
38
				<description><?=$item['description_encodee']?></description>
39
		<description><?=$item['description_encodee']?></description>
39
				<dc:creator><?=$item['modifier_par']?></dc:creator>
40
		<dc:date><?=$item['date_maj_W3C']?></dc:date>
40
				<dc:date><?=$item['date_maj_W3C']?></dc:date>
41
	</item>
41
			</item>
42
  <?php endforeach; ?>
42
		<?php endforeach; ?>
43
  <?php endif; ?>
-
 
44
  
43
	<?php endif; ?>
45
</rdf:RDF>
44
</rdf:RDF>