35 lines
650 B
HTML
35 lines
650 B
HTML
#CACHE{0}#SET{motcle, #ENV{motcle}|lef_test_tag}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Liste des évènements #GET{motcle}</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
td {
|
|
padding: 4px;
|
|
}
|
|
table, td{
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #999;
|
|
border-collapse: collapse;
|
|
}
|
|
td, tr {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #999;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
[<p><a href="spip.php?page=evenements-rss-motcle&motcle=(#GET{motcle})">Flux RSS pour #GET{motcle}</a></p>]
|
|
<table>
|
|
[(#ENV{motcle}|lef_liste_evenements_tag)]
|
|
</table>
|
|
</body>
|
|
</html>
|