[AJ] Tests sur une structure plus simple pour les éléments. Sans trop de

résultats concluants.
This commit is contained in:
Olivier DOSSMANN
2011-11-18 18:20:15 +01:00
parent 09f9dc1842
commit f13430e57f
2 changed files with 49 additions and 5 deletions

View File

@ -28,8 +28,9 @@ background-color: red;
</style>
</head>
<body>
<div class="element">
<a href="@@URL_ELEMENT@@" title="@@DESC_ELEMENT@@">@@TITRE_ELEMENT@@ <img src="@@URL_IMAGE@@" alt="@@TITRE_IMAGE@@" title="img" /></a>
</div>
</body>
</html>
<div class="element">
<a href="http://localhost/" title="Some description">Microblog</a>
<img src="http://nutritive.org/image/identica.png" alt="Some img" title="img" />
</div>
</body>
</html>