Browse CVS Repository
Contents of /xoonips-library/IRview/templates/irview_index.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Mon Nov 6 01:29:26 2006 UTC
(17 years, 5 months ago)
by yamaji
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/html
initial import into CVS
| 1 |
<!-- $Revision: 1.3 $ --> |
| 2 |
<!-- ---------------------------------------------------------------- --> |
| 3 |
<!-- --> |
| 4 |
<!-- OAI-PMH based Institutional Repository Introduction Module --> |
| 5 |
<!-- Copyright (C) 2005 Kazutsuna YAMAJI. All rights reserved. --> |
| 6 |
<!-- --> |
| 7 |
<!-- ---------------------------------------------------------------- --> |
| 8 |
|
| 9 |
<h4 style="text-align:left;"><{$lang_title}></h4> |
| 10 |
|
| 11 |
<form> |
| 12 |
<h5><{$smarty.const._MD_IRVIEW_METADATA_SEARCH_INTRO}> |
| 13 |
<input type="button" value="<{$smarty.const._MD_IRVIEW_METADATA_SEARCH_LABEL}>" onClick="location = 'metadata_search.php'"></h5> |
| 14 |
</form> |
| 15 |
|
| 16 |
<br><br> |
| 17 |
<h4><{$smarty.const._MD_IRVIEW_GRAPH_INTRO}></h4> |
| 18 |
|
| 19 |
<table border="1" align="center"> |
| 20 |
<tr align="left"> |
| 21 |
<th><{$smarty.const._MD_IRVIEW_REPOSITORY_NAME_LABEL}></th> |
| 22 |
<th width="200"><{$smarty.const._MD_IRVIEW_REPOSITORY_RECORDS_LABEL}></th> |
| 23 |
</tr> |
| 24 |
<{foreach from=$repo_id key="i" item="data"}> |
| 25 |
<tr> |
| 26 |
<td class="<{cycle name="cycle2" values="odd,even"}>"> |
| 27 |
<b><{$repo_name[$i]}></b><br> |
| 28 |
<a href="<{$repo_url[$i]}>?verb=Identify"><{$repo_url[$i]}></a><br> |
| 29 |
Providing metadata formats : <a href="<{$repo_url[$i]}>?verb=ListMetadataFormats"><{$repo_formats[$i]}></a> |
| 30 |
</td> |
| 31 |
<td> |
| 32 |
<img src="<{$smarty.const.XOOPS_URL}>/modules/IRview/graph-extract.php?repo_id=<{$repo_id[$i]}>"> |
| 33 |
</td> |
| 34 |
</tr> |
| 35 |
<{/foreach}> |
| 36 |
</table> |
|