[Affelio-cvs 963] CVS update: affelio/lib/Affelio/App/Admin/AFTemplateBlocks

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 19日 (月) 17:38:53 JST


Index: affelio/lib/Affelio/App/Admin/AFTemplateBlocks/newsbox.aftag
diff -u /dev/null affelio/lib/Affelio/App/Admin/AFTemplateBlocks/newsbox.aftag:1.1
--- /dev/null	Mon Dec 19 17:38:53 2005
+++ affelio/lib/Affelio/App/Admin/AFTemplateBlocks/newsbox.aftag	Mon Dec 19 17:38:52 2005
@@ -0,0 +1,24 @@
+<div class="aftag__newsbox">
+
+<TABLE border=1 class="aftag__newsbox_table">
+<thead>
+<TR>
+<TH class="aftag__newsbox_table__th"><AF_M text="Date"></TH>
+<TH class="aftag__newsbox_table__th"><AF_M text="App"></TH>
+<TH class="aftag__newsbox_table__th"><AF_M text="News"></TH>
+</TR>
+</thead>
+<tbody>
+<TMPL_LOOP NAME="newsbox">
+<TR>
+<TD class="aftag__newsbox_table__td"><TMPL_VAR NAME="date"></TD>
+<TD class="aftag__newsbox_table__td"><TMPL_VAR NAME="app"></TD>
+<TD class="aftag__newsbox_table__td"><A HREF="<TMPL_VAR NAME="url">"><TMPL_VAR NAME="title"></A></TD>
+</TR>
+</TMPL_LOOP>
+</tbody>
+</TABLE>
+</div>
+
+
+


Affelio-cvs メーリングリストの案内
Back to archive index