Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1047 Rev 1661
Line 3... Line 3...
3
	<head>
3
	<head>
4
		<text/>
4
		<text/>
5
	</head>
5
	</head>
6
	<body>
6
	<body>
7
		<outline text="DEL">
7
		<outline text="DEL">
8
		<?php foreach ($liste_flux as $flux) : ?>     
8
			<?php foreach ($liste_flux as $flux) : ?>
9
			<outline title="<?=$flux['titre']?>" 
9
				<outline title="<?=$flux['titre']?>" 
10
				description="<?=$flux['description']?>" 
10
					description="<?=$flux['description']?>" 
11
				htmlUrl="<?=$flux['url_html']?>" 
11
					htmlUrl="<?=$flux['url_html']?>" 
12
				xmlUrl="<?=$flux['url_xml']?>" 
12
					xmlUrl="<?=$flux['url_xml']?>" 
13
				type="<?=$flux['type']?>" 
13
					type="<?=$flux['type']?>" 
14
				text="<?=$flux['texte']?>"/>
14
					text="<?=$flux['texte']?>"/>
15
		<?php endforeach; ?>
15
			<?php endforeach; ?>
16
		</outline>
16
		</outline>
17
	</body>
17
	</body>
18
</opml>
18
</opml>
19
19