Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1233 Rev 1317
Line 26... Line 26...
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; ?>
30
		<?php endif; ?>
31
 
-
 
32
	</channel>
31
	</channel>
Line 33... Line 32...
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>