Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips-library/xnparticle/templates/xnparticle_transfer_item_detail.html

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (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.1: +59 -2 lines
File MIME type: text/html
*** empty log message ***

1 <{* $Revision: 1.1 $ *}>
2 <table class="outer">
3 <!-- Basic Information -->
4 <{include file="db:xoonips_transfer_detail_doi.html"}>
5 <{include file="db:xoonips_transfer_detail_item_type.html"}>
6 <{include file="db:xoonips_transfer_detail_update_date.html"}>
7 <{include file="db:xoonips_transfer_detail_creation_date.html"}>
8 <{include file="db:xoonips_transfer_detail_contributor.html"}>
9 <{include file="db:xoonips_transfer_detail_changelogs.html"}>
10
11
12 <{if strstr($xoonips_item.article_images.value,'src') || (!empty( $xoonips_item.article_attachment.value ) && !empty( $xoonips_item.show_pdf ))|| count($xoonips_item.detail.uri_raw_str)>0 }>
13 <tr>
14 <td class="head"><{$smarty.const._MD_XNPARTICLE_ITEM_LABEL}></td>
15 <td>
16 <table cellspacing="0" cellpadding="0">
17 <{if strstr($xoonips_item.article_images.value,'src') }>
18 <tr>
19 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
20 <table><tr>
21 <td width="70"><{$smarty.const._MD_XNPARTICLE_IMAGES_LABEL}></td>
22 <td><{$xoonips_item.article_images.value}></td>
23 </tr></table>
24 </td>
25 </tr>
26 <{/if}>
27 <{if !empty( $xoonips_item.article_attachment.value ) }>
28 <{if !empty( $xoonips_item.show_pdf ) }>
29 <tr>
30 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
31 <table><tr>
32 <td width="70"><{$smarty.const._MD_XNPARTICLE_ATTACHMENT_LABEL}></td>
33 <td><{$xoonips_item.article_attachment.value}></td>
34 </tr></table>
35 </td>
36 </tr>
37 <{/if}>
38 <{else}>
39 <tr>
40 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
41 <table><tr>
42 <td width="70"><{$smarty.const._MD_XNPARTICLE_ATTACHMENT_LABEL}></td>
43 <td><{$smarty.const._MD_XNPARTICLE_DETAIL_NO_PDF_MESSAGE}></td>
44 </tr></table>
45 </td>
46 </tr>
47 <{/if}>
48 <{if count($xoonips_item.detail.uri_raw_str)>0 }>
49 <tr>
50 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
51 <table><tr>
52 <td width="70"><{$smarty.const._MD_XNPARTICLE_URI_LABEL}></td>
53 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
54 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
55 <td class="<{cycle name="oddeven"}>">
56 <{foreach from=$xoonips_item.detail.uri_raw_str item="raw_uri"}>
57 <a href="<{$raw_uri}>"><{$raw_uri}></a><br>
58 <{/foreach}>
59 <{if ($xoonips_item.detail.uris_cnt.value == "0") }>
60 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
61 <{/if}>
62 </td></tr></table>
63 </td>
64 </tr>
65 <{/if}>
66 </table>
67 </td>
68 </tr>
69 <{else}>
70 <tr>
71 <td class="head"><{$smarty.const._MD_XNPARTICLE_ITEM_LABEL}></td>
72 <td class="<{cycle name="oddeven"}>">
73 <table><tr>
74 <td width="70"><{$smarty.const._MD_XNPARTICLE_ATTACHMENT_LABEL}></td>
75 <td><{$smarty.const._MD_XNPARTICLE_DETAIL_NO_PDF_MESSAGE}></td>
76 </tr></table>
77 </td>
78 </tr>
79 <{/if}>
80
81 <tr>
82 <td width="30%" class="head"><{$smarty.const._MD_XNPARTICLE_TITLE_LABEL}></td>
83 <td class="<{cycle name="oddeven" values="odd,even"}>" >
84 <{$xoonips_item.detail.title|escape|replace:"&amp;#":"&#"}>
85 </td>
86 </tr>
87 <{if !empty( $xoonips_item.detail.sub_title_str ) }>
88 <tr>
89 <td class="head"><{$smarty.const._MD_XNPARTICLE_SUB_TITLE_LABEL}></td>
90 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
91 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
92 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.sub_title_str|replace:"oddeven0":$cls0|replace:"oddeven1":$cls1}></td>
93 <{if ($xoonips_item.detail.sub_title_cnt.value == "0") }>
94 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
95 <{/if}>
96 </tr>
97 <{/if}>
98 <{if !empty( $xoonips_item.detail.author_str ) }>
99 <tr>
100 <td class="head"><{$smarty.const._MD_XNPARTICLE_AUTHOR_LABEL}></td>
101 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
102 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
103 <td class="<{cycle name="oddeven"}>">
104 <{section name=row loop=$xoonips_item.detail.authors_raw_data}>
105 <table border='0' class="<{cycle name="oddeven"}>">
106 <tr><td colspan="2">
107 <{$xoonips_item.detail.authors_raw_data[row].author_name}>
108 <{if !empty($xoonips_item.detail.authors_raw_data[row].author_romaji) }>
109 (<{$xoonips_item.detail.authors_raw_data[row].author_romaji}>)
110 <{/if}>
111 </td></tr>
112 <{if !empty($xoonips_item.detail.authors_raw_data[row].author_affiliation) }>
113 <tr><td colspan="2">
114 <{$xoonips_item.detail.authors_raw_data[row].author_affiliation}>
115 <{if !empty($xoonips_item.detail.authors_raw_data[row].author_affiliation_translation) }>
116 (<{$xoonips_item.detail.authors_raw_data[row].author_affiliation_translation}>)
117 <{/if}>
118 </td></tr>
119 <{/if}>
120 <{if !empty($xoonips_item.detail.authors_raw_data[row].author_role) }>
121 <tr><td width="20%">[<{$smarty.const._MD_XNPARTICLE_AUTHOR_ROLE_LABEL}>]</td><td><{$xoonips_item.detail.authors_raw_data[row].author_role}></td></tr>
122 <{/if}>
123 <{if !empty($xoonips_item.detail.authors_raw_data[row].author_link) }>
124 <tr><td width="20%">[<{$smarty.const._MD_XNPARTICLE_AUTHOR_LINK_LABEL}>]</td><td><{$xoonips_item.detail.authors_raw_data[row].author_link}></td></tr>
125 <{/if}>
126 </table>
127 <{/section}>
128 </td>
129 <{if ($xoonips_item.detail.author_cnt.value == "0") }>
130 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
131 <{/if}>
132 </tr>
133 <{/if}>
134 <{if !empty( $xoonips_item.detail.edition ) }>
135 <tr>
136 <td class="head"><{$smarty.const._MD_XNPARTICLE_EDITION_LABEL}></td>
137 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.edition|escape|replace:"&amp;#":"&#"}></td>
138 </tr>
139 <{/if}>
140 <{if !empty( $xoonips_item.detail.publish_place ) }>
141 <tr>
142 <td class="head"><{$smarty.const._MD_XNPARTICLE_PUBLISH_PLACE_LABEL}></td>
143
144
145 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.publish_place|escape|replace:"&amp;#":"&#"}></td>
146 </tr>
147 <{/if}>
148 <{if (!empty( $xoonips_item.detail.publisher ) || !empty( $xoonips_item.detail.publisher_translation )) }>
149 <tr>
150 <td class="head"><{$smarty.const._MD_XNPARTICLE_PUBLISHER_LABEL}></td>
151 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.publisher|escape|replace:"&amp;#":"&#"}></td>
152 </tr>
153 <{/if}>
154 <{if (!empty( $xoonips_item.detail.year_f ) || !empty( $xoonips_item.detail.year_t ) || !empty( $xoonips_item.detail.date_create ) || !empty( $xoonips_item.detail.date_update ) || !empty( $xoonips_item.detail.date_record ) )}>
155 <tr>
156 <td class="head" width="30%"><{$smarty.const._MD_XNPARTICLE_DATE_LABEL}></td>
157 <td>
158 <table cellspacing="0" cellpadding="0">
159 <tr>
160 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
161 <table><tr><td width="70"><{$smarty.const._MD_XNPARTICLE_PUBLISH_YEAR_LABEL}></td><td>:&nbsp;<{$xoonips_item.detail.year_f|escape|replace:"&amp;#":"&#"}>&nbsp;-&nbsp;<{$xoonips_item.detail.year_t|escape|replace:"&amp#":"&#"}></td></tr></table></td>
162 </tr>
163 <tr>
164 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
165 <table><tr><td width="70"><{$smarty.const._MD_XNPARTICLE_DATE_CREATE_LABEL}></td><td>:&nbsp;<{$xoonips_item.detail.date_create|escape|replace:"&amp;#":"&#"}></td></tr></table></td>
166 </tr>
167 <tr>
168 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
169 <table><tr><td width="70"><{$smarty.const._MD_XNPARTICLE_DATE_UPDATE_LABEL}></td><td>:&nbsp;<{$xoonips_item.detail.date_update|escape|replace:"&amp;#":"&#"}></td></tr></table></td>
170 </tr>
171 <tr>
172 <td class="<{cycle name="oddeven"}>" >
173 <table><tr><td width="70"><{$smarty.const._MD_XNPARTICLE_DATE_RECORD_LABEL}></td><td>:&nbsp;<{$xoonips_item.detail.date_record|escape|replace:"&amp;#":"&#"}></td></tr></table></td>
174 </tr>
175 </table>
176 </td>
177 </tr>
178 <{/if}>
179 <{if !empty( $xoonips_item.detail.physical_description_str ) }>
180 <tr>
181 <td class="head"><{$smarty.const._MD_XNPARTICLE_PHYSICAL_DESCRIPTIONS_LABEL}></td>
182 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
183 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
184 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.physical_description_str|replace:"oddeven0":$cls0|replace:"oddeven1":$cls1}></td>
185 <{if ($xoonips_item.detail.physical_descriptions_cnt.value == "0") }>
186 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
187 <{/if}>
188 </tr>
189 <{/if}>
190 <{if (!empty($xoonips_item.detail.jtitle) || !empty($xoonips_item.detail.jtitle_translation) || !empty($xoonips_item.detail.jtitle_volume) || !empty($xoonips_item.detail.jtitle_issue) || !empty($xoonips_item.detail.jtitle_year) || !empty($xoonips_item.detail.jtitle_month) || !empty($xoonips_item.detail.jtitle_spage) || !empty($xoonips_item.detail.jtitle_epage) )}>
191 <tr>
192 <td class="head" width="30%"><{$smarty.const._MD_XNPARTICLE_JTITLE_LABEL}></td>
193 <td>
194 <table cellspacing="0" cellpadding="0">
195 <tr>
196
197 <td class="<{cycle name="oddeven"}>" >
198 <{if (!empty($xoonips_item.detail.jtitle))}>
199 <{$xoonips_item.detail.jtitle|escape|replace:"&amp;#":"&#"}>
200 <{/if}>
201 <{if (!empty($xoonips_item.detail.jtitle_translation))}>
202 (<{$xoonips_item.detail.jtitle_translation|escape|replace:"&amp;#":"&#"}>).
203 <{/if}>
204 <{if (!empty($xoonips_item.detail.jtitle_volume))}>
205 Vol.<{$xoonips_item.detail.jtitle_volume|escape|replace:"&amp;#":"&#"}>,
206 <{/if}>
207 <{if (!empty($xoonips_item.detail.jtitle_issue))}>
208 No.<{$xoonips_item.detail.jtitle_issue|escape|replace:"&amp;#":"&#"}>&nbsp;
209 <{/if}>
210 <{if (!empty($xoonips_item.detail.jtitle_year) || !empty($xoonips_item.detail.jtitle_month))}>
211 (<{$xoonips_item.detail.jtitle_year|escape|replace:"&amp;#":"&#"}>.
212 <{$xoonips_item.detail.jtitle_month|escape|replace:"&amp;#":"&#"}>)
213 <{/if}>
214 <{if (!empty($xoonips_item.detail.jtitle_spage)||!empty($xoonips_item.detail.jtitle_epage))}>
215
216 ,p.<{$xoonips_item.detail.jtitle_spage|escape|replace:"&amp;#":"&#"}>-
217
218 <{$xoonips_item.detail.jtitle_epage|escape|replace:"&amp;#":"&#"}>
219 <{/if}>
220 </td>
221 </tr>
222 </table>
223 </td>
224 </tr>
225 <{/if}>
226 <{if !empty( $xoonips_item.detail.id_issn_str ) || !empty( $xoonips_item.detail.id_isbn_str ) || count($xoonips_item.detail.id_doi_raw_str)>0 || count($xoonips_item.detail.id_uri_raw_str)>0 || !empty( $xoonips_item.detail.self_doi ) || !empty( $xoonips_item.detail.naid ) || !empty( $xoonips_item.detail.ichushi ) || !empty( $xoonips_item.detail.id_local_str )}>
227 <tr>
228 <td class="head" width="30%"><{$smarty.const._MD_XNPARTICLE_IDENTIFIER_LABEL}></td>
229 <td>
230 <table cellspacing="0" cellpadding="0">
231 <{if !empty( $xoonips_item.detail.id_issn_str ) }>
232 <tr>
233 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_ISSN_LABEL}></td>
234 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$xoonips_item.detail.id_issn_str|replace:"&amp;#":"&#"}></td>
235 </tr>
236 <{/if}>
237 <{if !empty( $xoonips_item.detail.id_isbn_str )}>
238 <tr>
239 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_ISBN_LABEL}></td>
240 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$xoonips_item.detail.id_isbn_str|replace:"&amp;#":"&#"}></td>
241 </tr>
242 <{/if}>
243 <{if count($xoonips_item.detail.id_doi_raw_str)>0 }>
244 <tr>
245 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_DOI_LABEL}></td>
246 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
247 <{foreach from=$xoonips_item.detail.id_doi_raw_str item="id_raw_doi"}>
248 <{$id_raw_doi}><br>
249 <{/foreach}>
250 </td>
251 </tr>
252 <{/if}>
253 <{if count($xoonips_item.detail.id_uri_raw_str)>0 }>
254 <tr>
255 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_URI_LABEL}></td>
256 <td class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>-->
257 <{foreach from=$xoonips_item.detail.id_uri_raw_str item="id_raw_uri"}>
258 <a href="<{$id_raw_uri}>"><{$id_raw_uri}></a><br>
259 <{/foreach}>
260 </td>
261 </tr>
262 <{/if}>
263 <{if !empty( $xoonips_item.detail.self_doi ) }>
264 <tr>
265 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_SELF_DOI_LABEL}></td>
266 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.self_doi|escape|replace:"&amp;#":"&#"}></td>
267 </tr>
268 <{/if}>
269 <{if !empty( $xoonips_item.detail.naid) }>
270 <tr>
271 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_NAID_LABEL}></td>
272 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.naid|escape|replace:"&amp;#":"&#"}></td>
273 </tr>
274 <{/if}>
275 <{if !empty( $xoonips_item.detail.ichushi ) }>
276 <tr>
277 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_ICHUSHI_LABEL}></td>
278 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.ichushi|escape|replace:"&amp;#":"&#"}></td>
279 </tr>
280 <{/if}>
281 <{if !empty( $xoonips_item.detail.id_local_str ) }>
282 <tr>
283 <td width="70" class="<{cycle name="oddeven"}>" ><!-- <{cycle name="oddeven"}>--><{$smarty.const._MD_XNPARTICLE_OTHER_LABEL}></td>
284 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.id_local_str|replace:"&amp;#":"&#"}></td>
285 </tr>
286 <{/if}>
287 </table>
288 </td>
289 </tr>
290 <{/if}>
291 <{if !empty( $xoonips_item.detail.grant_id ) || !empty( $xoonips_item.detail.date_of_granted ) || !empty( $xoonips_item.detail.degree_name ) || !empty( $xoonips_item.detail.grantor ) }>
292 <tr>
293 <td class="head" width="30%"><{$smarty.const._MD_XNPARTICLE_DOCTORS_DEGREE_LABEL}></td>
294 <td>
295 <table cellspacing="0" cellpadding="0">
296 <{if !empty( $xoonips_item.detail.grant_id ) }>
297 <tr>
298 <td width="120" class="<{cycle name="oddeven"}>" ><{$smarty.const._MD_XNPARTICLE_GRANT_ID_LABEL}></td>
299 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.grant_id|escape|replace:"&amp;#":"&#"|nl2br}></td>
300 </tr>
301 <{/if}>
302 <{if !empty( $xoonips_item.detail.date_of_granted ) }>
303 <tr>
304 <td width="120" class="<{cycle name="oddeven"}>" ><{$smarty.const._MD_XNPARTICLE_DATE_OF_GRANTED_LABEL}></td>
305 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.date_of_granted|escape|replace:"&amp;#":"&#"|nl2br}></td>
306 </tr>
307 <{/if}>
308 <{if !empty( $xoonips_item.detail.degree_name ) }>
309 <tr>
310 <td width="120" class="<{cycle name="oddeven"}>" ><{$smarty.const._MD_XNPARTICLE_DEGREE_NAME_LABEL}></td>
311 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.degree_name|escape|replace:"&amp;#":"&#"|nl2br}></td>
312 </tr>
313 <{/if}>
314 <{if !empty( $xoonips_item.detail.grantor ) }>
315 <tr>
316 <td width="120" class="<{cycle name="oddeven"}>" ><{$smarty.const._MD_XNPARTICLE_GRANTOR_LABEL}></td>
317 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.grantor|escape|replace:"&amp;#":"&#"|nl2br}></td>
318 </tr>
319 <{/if}>
320 </table>
321 </td>
322 </tr>
323 <{/if}>
324 <{if !empty( $xoonips_item.detail.abstract ) }>
325 <tr>
326 <td class="head"><{$smarty.const._MD_XNPARTICLE_ABSTRACT_LABEL}></td>
327 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.abstract|escape|replace:"&amp;#":"&#"|nl2br}></td>
328 </tr>
329 <{/if}>
330 <{if !empty( $xoonips_item.detail.table_of_contents ) }>
331 <tr>
332 <td class="head"><{$smarty.const._MD_XNPARTICLE_TABLE_OF_CONTENTS_LABEL}></td>
333 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.table_of_contents|escape|replace:"&amp;#":"&#"|nl2br}></td>
334 </tr>
335 <{/if}>
336 <{if !empty( $xoonips_item.detail.keyword_str ) }>
337 <tr>
338 <td class="head"><{$smarty.const._MD_XNPARTICLE_KEYWORDS_LABEL}></td>
339 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
340 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
341 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.keyword_str|replace:"oddeven0":$cls0|replace:"oddeven1":$cls1}></td>
342 <{if ($xoonips_item.detail.keywords_cnt.value == "0") }>
343 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
344 <{/if}>
345 </tr>
346 <{/if}>
347 <{if !empty( $xoonips_item.detail.ndc_classification_str ) }>
348 <tr>
349 <td class="head"><{$smarty.const._MD_XNPARTICLE_NDC_CLASSIFICATIONS_LABEL}></td>
350 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
351 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
352 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.ndc_classification_str|replace:"oddeven0":$cls0|replace:"oddeven1":$cls1}></td>
353 <{if ($xoonips_item.detail.ndc_classifications_cnt.value == "0") }>
354 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
355 <{/if}>
356 </tr>
357 <{/if}>
358
359 <{if !empty( $xoonips_item.detail.lang_str ) }>
360 <tr>
361 <td class="head"><{$smarty.const._MD_XNPARTICLE_LANGS_LABEL}></td>
362 <{capture assign="cls0"}><{cycle name="oddeven"}><{/capture}>
363 <{capture assign="cls1"}><{cycle name="oddeven"}><{/capture}>
364 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.lang_str|replace:"oddeven0":$cls0|replace:"oddeven1":$cls1}></td>
365 <{if ($xoonips_item.detail.langs_cnt.value == "0") }>
366 <{capture assign="cls"}><{cycle name="oddeven"}><{/capture}>
367 <{/if}>
368 </tr>
369 <{/if}>
370 <{if !empty( $xoonips_item.detail.type_of_resource ) }>
371 <tr>
372 <td class="head"><{$smarty.const._MD_XNPARTICLE_TYPE_OF_RESOURCE_LABEL}></td>
373 <td class="<{cycle name="oddeven"}>"><{$xoonips_item.detail.type_of_resource|escape|replace:"&amp;#":"&#"}></td>
374 </tr>
375 <{/if}>
376 <{if !empty( $xoonips_item.detail.genre ) }>
377 <tr>
378 <td class="head"><{$smarty.const._MD_XNPARTICLE_GENRE_LABEL}></td>
379 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.genre|escape|replace:"&amp;#":"&#"}></td>
380 </tr>
381 <{/if}>
382 <{if !empty( $xoonips_item.detail.textversion ) }>
383 <tr>
384 <td class="head"><{$smarty.const._MD_XNPARTICLE_TEXTVERSION_LABEL}></td>
385 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.textversion|escape|replace:"&amp;#":"&#"}></td>
386 </tr>
387 <{/if}>
388 <{if !empty( $xoonips_item.detail.access_condition ) }>
389 <tr>
390 <td class="head"><{$smarty.const._MD_XNPARTICLE_ACCESS_CONDITION_LABEL}></td>
391 <td class="<{cycle name="oddeven"}>" ><{$xoonips_item.detail.access_condition|escape|replace:"&amp;#":"&#"|nl2br}></td>
392 </tr>
393 <{/if}>
394
395
396 <!-- Article Item Detail Information -->
397 <!-- index -->
398 <{include file="db:xoonips_transfer_detail_indexes.html"}>
399 <!-- related_to -->
400 <{include file="db:xoonips_transfer_detail_related_tos.html"}>
401 </table>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26