Browse CVS Repository
Contents of /xoonips-library/xnparticle/templates/xnparticle_list_block.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.13 -
( show annotations)
( download)
( as text)
Tue Jun 10 05:25:45 2014 UTC
(9 years, 10 months ago)
by ken_ko
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -6 lines
File MIME type: text/html
*** empty log message ***
| 1 |
<{* xnparticle list block *}> |
| 2 |
<{* $Revision: 1.11 $ *}> |
| 3 |
<table> |
| 4 |
<tr> |
| 5 |
<td width='65' style='vertical-align:middle; text-align:center;'> |
| 6 |
<{if !empty( $article_images.value ) }> |
| 7 |
<a href="<{$xoops_url}>/modules/xoonips/detail.php?<{if $item_basic.doi == '' || $smarty.const.XNP_CONFIG_DOI_FIELD_PARAM_NAME == ''}>item_id=<{$item_basic.item_id}><{else}><{$smarty.const.XNP_CONFIG_DOI_FIELD_PARAM_NAME}>=<{$doi}><{/if}>"><{$article_images.value}></a> |
| 8 |
|
| 9 |
<{else}><img src="<{$smarty.const.XOOPS_URL}>/modules/xnparticle/images/icon_article.gif" alt="icon_article" /> |
| 10 |
<{/if}> |
| 11 |
</td> |
| 12 |
<td> |
| 13 |
<a href="<{$xoops_url}>/modules/xoonips/detail.php?<{if $item_basic.doi == '' || $smarty.const.XNP_CONFIG_DOI_FIELD_PARAM_NAME == ''}>item_id=<{$item_basic.item_id}><{else}><{$smarty.const.XNP_CONFIG_DOI_FIELD_PARAM_NAME}>=<{$doi}><{/if}>"><{$item_detail.title_str|escape|replace:"&#":"&#"}></a><br> |
| 14 |
<{if $item_detail.author_str ne '' }><{$item_detail.author_str|escape|replace:"&#":"&#"}><br /><{/if}> |
| 15 |
<{if $item_detail.jtitle ne '' }><{$item_detail.jtitle|escape|replace:"&#":"&#"}>.<{/if}><{if $item_detail.jtitle_volume ne '' }><{$item_detail.jtitle_volume|escape|replace:"&#":"&#"}>,<{/if}><{if $item_detail.jtitle_issue ne '' }><{$item_detail.jtitle_issue|escape|replace:"&#":"&#"}><{/if}><{if $item_detail.jtitle_year ne '' }>(<{$item_detail.jtitle_year|escape|replace:"&#":"&#"}><{/if}><{if $item_detail.jtitle_month ne '' }>.<{$item_detail.jtitle_month|escape|replace:"&#":"&#"}>)<{/if}><{if ($item_detail.jtitle_year ne '') && ($item_detail.jtitle_month eq '') }>)<{/if}><{if ($item_detail.jtitle_spage ne '') || ($item_detail.jtitle_epage ne '') }>,p.<{/if}><{if $item_detail.jtitle_spage ne '' }><{$item_detail.jtitle_spage|escape|replace:"&#":"&#"}>-<{/if}><{if $item_detail.jtitle_epage ne '' }><{$item_detail.jtitle_epage|escape|replace:"&#":"&#"}><{/if}> |
| 16 |
</td> |
| 17 |
<td width='65'> |
| 18 |
<{if !empty($pending) && $pending}>(Pending)<{/if}> |
| 19 |
</td> |
| 20 |
<td width='65' style='vertical-align:middle;'> |
| 21 |
<{if !empty( $article_attachment.value ) }> |
| 22 |
<img src="<{$smarty.const.XOOPS_URL}>/modules/xnparticle/images/pdf_on.gif" alt="can read pdf file." /> |
| 23 |
<{else}> |
| 24 |
<img src="<{$smarty.const.XOOPS_URL}>/modules/xnparticle/images/pdf_off.gif" alt="cannot read pdf file." /> |
| 25 |
<{/if}> |
| 26 |
</td> |
| 27 |
</tr> |
| 28 |
</table> |
|