gambas-source-code/app/other/MakeWebSite/news.html
Benoît Minisini 53d08a1c34 [WEB SITE MAKER]
* NEW: Put it in the /app/other directory.


git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-09 05:22:36 +00:00

12 lines
361 B
HTML

<div class="news-title">
<img src="top-left-corner.png" class="top-left-corner">
<img src="top-right-corner.png" class="top-right-corner">
<div style="height:4px;"></div>
<div><b>$(DATE) - $(TITLE)</b></div>
</div>
<div class="$(CLASS)">
<table class="none" width="100%"><tr><td class="none">
$(NEWS)
</td></tr></table>
</div>
<div class="space"></div>