Browse CVS Repository
Contents of /xoonips-library/xnpbulletin/templates/xnpbulletin_list_block.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
( as text)
Fri Jun 23 08:31:24 2006 UTC
(17 years, 9 months ago)
by makotonton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +6 -6 lines
File MIME type: text/html
closed tag in img tag and br tag
| 1 |
<{* xnpbulletin list block *}> |
| 2 |
<{* $Revision: 1.4 $ *}> |
| 3 |
<table> |
| 4 |
<tr> |
| 5 |
<td width='65' style='vertical-align:middle; text-align:center;'> |
| 6 |
<{if !empty( $bulletin_images.value ) }><{$bulletin_images.value}> |
| 7 |
<{else}><img |
| 8 |
src="<{$smarty.const.XOOPS_URL}>/modules/xnpbulletin/images/icon_bulletin.gif" alt="icon_bulletin" /> |
| 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> |
|