mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
'title + content' type add. (list_type="title_content")
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7967 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a7ca29401e
commit
6823d5cea4
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
|
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
|
||||||
|
|
||||||
<!--@else if($v=='content')-->
|
<!--@else if($v=='content')-->
|
||||||
<p class="summary">{$item->getContent()}</p>
|
<p class="summary"><a href="{$item->getLink()}">{$item->getContent()}</a></p>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</li>
|
</li>
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!--@if($v=='content')-->
|
<!--@if($v=='content')-->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="summary">{$item->getContent()}</td>
|
<td colspan="3" class="summary"><a href="{$item->getLink()}">{$item->getContent()}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
{@$_idx++}
|
{@$_idx++}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue