Browse CVS Repository
Contents of /xoonips-library/xnprarebook/templates/xnprarebook_list_block.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Tue Jul 4 10:04:25 2006 UTC
(17 years, 9 months ago)
by ken_ko
Branch: MAIN, keio
CVS Tags: v1, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/html
貴重書アイテムタイプ:xnprarebookの初期登録です。
| 1 |
<{* xnprarebook list block *}> |
| 2 |
<{* $Revision: $ *}> |
| 3 |
<table> |
| 4 |
<tr> |
| 5 |
<td width='65' style='vertical-align:middle; text-align:center;'> |
| 6 |
<{if !empty( $rarebook_images.value ) }><{$rarebook_images.value}> |
| 7 |
<{else}><img |
| 8 |
src="<{$smarty.const.XOOPS_URL}>/modules/xnprarebook/images/icon_rarebook.gif" alt="icon_rarebook" /> |
| 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 |
<{$item_detail.author_str|escape|replace:"&#":"&#"}><br /> |
| 14 |
<{$item_detail.journal|escape|replace:"&#":"&#"}> |
| 15 |
<{$item_basic.publication_year|escape|replace:"&#":"&#"}> |
| 16 |
<{if $item_detail.volume ne '' }>;<{$item_detail.volume|escape|replace:"&#":"&#"}> <{/if}> |
| 17 |
<{if $item_detail.number ne '' }>(<{$item_detail.number|escape|replace:"&#":"&#"}>) <{/if}> |
| 18 |
<{if $item_detail.page ne '' }>:<{$item_detail.page|escape|replace:"&#":"&#"}> <{/if}> |
| 19 |
</td> |
| 20 |
<td width='65'> |
| 21 |
<{if !empty($pending) && $pending}>(Pending)<{/if}> |
| 22 |
</td> |
| 23 |
</tr> |
| 24 |
</table> |
|