]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7959 improve rss template for Image gallery preset
authorskodak <skodak>
Sun, 17 Dec 2006 22:00:30 +0000 (22:00 +0000)
committerskodak <skodak>
Sun, 17 Dec 2006 22:00:30 +0000 (22:00 +0000)
mod/data/preset/imagegallery/rsstemplate.html
mod/data/preset/imagegallery/rsstitletemplate.html

index d8539553daaa8132639eaea3812b57c7fd234120..4ad64efd0e71e902bd583485dcd247dd5312849a 100644 (file)
@@ -1 +1,7 @@
-<div align="center"><table><tr><td valign="top" align="right">image:</td><td>[[image]]</td></tr><tr><td valign="top" align="right">title:</td><td>[[title]]</td></tr><tr><td valign="top" align="right">caption:</td><td>[[caption]]</td></tr></table></div>
\ No newline at end of file
+<div align="center">
+<table id="single">
+<tr><td align="center"><h3>[[title]]</h3></td></tr>
+<tr><td align="center"><div id="singleimage">[[image]]</div></td></tr>
+<tr><td align="center"><span class="caption">[[caption]]</span></td></tr>
+</table>
+</div>
\ No newline at end of file
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..50d369263caf95e5cf85216a48cfaaca1396f4f5 100644 (file)
@@ -0,0 +1 @@
+[[title]]
\ No newline at end of file