Browse CVS Repository
Contents of /xoonips-library/xoonips-library/templates/xnparticle_list_block.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Wed Oct 25 05:43:46 2006 UTC
(17 years, 5 months ago)
by ken_ko
Branch: current, MAIN
CVS Tags: s051025, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/html
first check in xnparticle module(xoops module,xoonips library module).
| 1 |
<{* xnparticle list block *}> |
| 2 |
<{* $Revision: 1.00 $ *}> |
| 3 |
<table> |
| 4 |
<tr> |
| 5 |
<td width='65px' style='vertical-align:middle; text-align:center;'> |
| 6 |
<{if !empty( $article_images.value ) }><{$article_images.value}> |
| 7 |
<{else}><img |
| 8 |
src="<{$smarty.const.XOOPS_URL}>/modules/xnparticle/images/icon_article.gif"> |
| 9 |
<{/if}> |
| 10 |
</td> |
| 11 |
<td> |
| 12 |
<a href="<{$xoops_url}>/modules/xoonips/detail.php?item_id=<{$item_basic.item_id}>"><{$item_detail.title_str|escape|replace:"&#":"&#"}></a><br> |
| 13 |
<{if $item_detail.author_str ne '' }>;<{$item_detail.author_str|escape|replace:"&#":"&#"}><br> <{/if}> |
| 14 |
<{if $item_detail.jtitle ne '' }>;<{$item_detail.jtitle|escape|replace:"&#":"&#"}><{/if}> |
| 15 |
. |
| 16 |
<{if $item_detail.jtitle_volume ne '' }>;<{$item_detail.jtitle_volume|escape|replace:"&#":"&#"}><{/if}> |
| 17 |
, |
| 18 |
<{if $item_detail.jtitle_issue ne '' }>;<{$item_detail.jtitle_issue|escape|replace:"&#":"&#"}><{/if}> |
| 19 |
( |
| 20 |
<{if $item_detail.jtitle_year ne '' }>;<{$item_detail.jtitle_year|escape|replace:"&#":"&#"}><{/if}> |
| 21 |
. |
| 22 |
<{if $item_detail.jtitle_month ne '' }>;<{$item_detail.jtitle_month|escape|replace:"&#":"&#"}><{/if}> |
| 23 |
),p. |
| 24 |
<{if $item_detail.jtitle_spage ne '' }>;<{$item_detail.jtitle_spage|escape|replace:"&#":"&#"}><{/if}> |
| 25 |
- |
| 26 |
<{if $item_detail.jtitle_epage ne '' }>;<{$item_detail.jtitle_epage|escape|replace:"&#":"&#"}><{/if}> |
| 27 |
</td> |
| 28 |
<td width='65px'> |
| 29 |
<{if !empty($pending) && $pending}>(Pending)<{/if}> |
| 30 |
</td> |
| 31 |
</tr> |
| 32 |
</table> |
|