The multiple resolution interim page is displayed based on an HTML template. The template operates on a simple text replacement process. The interim page supports the directive below (they can appear anywhere in the template HTML file):
- <!--doi--> will be replaced by the DOI
- <!--metadata--> will be replaced with metadata from the registered metadata record for the DOI. This data is presented as HTML table rows and data cells
- <!--link--> will be replaced by URL of one MR target (multiple uses of this directive will iterate through the available MR secondary targets)
- <!--link-prime--> will be replaced by the primary URL (presumably the content owner's URL)
- <!--link label="XYZ123"--> will be replaced by the URL of the MR target deposited with the specified label. Important: Labels used in <!--link label="XYZ123"--> must match the label supplied in deposits by the secondary depositor.
Example interim page: https://doi.org/10.1177/152216280100400206
Interim page HTML template:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Current Links for <!--doi--></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" rev="stylesheet" type="text/css" href="/iPage/docs/css/mr.css" />
</head>
<body leftmargin="10" topmargin="10" bgcolor="#CCCC99">
<table width="650" cellpadding="10" bgcolor="#FFFFFF" border="0">
<tr><td><img src="/iPage/docs/images/Graft_cover.gif" alt="Graft" align="left" /></td>
<td><i>Graft: Organ and Cell Transplantation</i> is no longer in publication. Online access to this title is now provided through the archiving organizations listed below.</td>
<td> </td>
</tr>
</table>
<table width="650" cellpadding="10" bgcolor="#FFFFFF" border="0">
<tr>
<td colspan="4">
<hr />
<table width="450">
<!--metadata-->
</table>
<hr />
</td>
</tr>
<span class="article">
<tr>
<td align="center" valign="bottom" width="200">
<a href=<!--link-prime-->>| Article Available - Portico |</a>
</td>
<td align="center" valign="bottom" width="200">
<a href=<!--link label="CLOCKSS_EDINA"-->>| Free Article - EDINA |</a>
<br /><br />
<a href=<!--link label="CLOCKSS_SU"-->>| Free Article - Stanford University |</a>
</td>
<td align="center" valign="bottom">
<a href=<!--link label="KB_fulltext"-->>| Article Available - Koninklijke Bibliotheek|</a>
</td>
</tr>
</span>
<tr>
<td align="center" valign="top" ><a href="http://www.portico.org"><img src="/iPage/docs/images/portico.gif" align="top" alt="Portico Logo" border="0"></a><br /><br /></td>
<td align="center" valign="top" ><a href="http://www.clockss.org"><img src="/iPage/docs/images/CLOCKSS.gif" align="top" alt="CLOCKSS logo" border="0"></a><br /><br /></td>
<td align="center" valign="top" ><img src="/iPage/docs/images/KB.gif" align="top" alt="KB Logo" border="0"><br /><br /></td>
</tr>
<tr>
<td colspan="4"><hr /></td>
</tr>
</table>
</body>
</html>
Interim page HTML (populated with metadata and MR URLs):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Current Links for https://doi.org/10.1177/152216280100400206</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" rev="stylesheet" type="text/css" href="/iPage/docs/css/mr.css" />
</head>
<body leftmargin="10" topmargin="10" bgcolor="#CCCC99"><table width="650" cellpadding="10" bgcolor="#FFFFFF" border="0">
<tr>
<td><img src="/iPage/docs/images/Graft_cover.gif" alt="Graft" align="left" /></td>
<td><i>Graft: Organ and Cell Transplantation</i> is no longer in publication. Online access to this title is now provided through the archiving organizations listed below. </td>
<td> </td>
</tr>
</table>
<table width="650" cellpadding="10" bgcolor="#FFFFFF" border="0">
<tr>
<td colspan="4"><hr />
<table width="450">
<tr>
<td><b>Determining Significant Physiologic Incompatibilities</b></td>
</tr>
<tr>
<td>Claus Hammer</td></tr><tr><td></td></tr><tr><td><i>Graft</i> (2001), 4(2):108</td>
</tr>
<tr>
<td><a href='https://doi.org/10.1177/152216280100400206'>https://doi.org/10.1177/152216280100400206</td>
</tr>
</table>
<hr />
</td>
</tr>
<span class="article"><tr>
<td align="center" valign="bottom" width="200"><a href=http://www.portico.org/Portico/article?article=pd3qzhfgp>| Article Available - Portico |</a></td>
<td align="center" valign="bottom" width="200"><a href=http://triggered.edina.clockss.org/ServeContent?rft_id=info:doi/10.1177/152216280100400206>| Free Article - EDINA |</a>
<br /><br /><a href=http://triggered.stanford.clockss.org/ServeContent?rft_id=info:doi/10.1177/152216280100400206>| Free Article - Stanford University |</a> </td>
<td align="center" valign="bottom"><a href=http://sru.kb.nl/sru/sru.pl?query=%2210.1177/152216280100400206%22&recordSchema=dcx&stylesheet=/sru/stylesheets/bladeren/bladeren.xsl&maximumRecords=1&startRecord=1&sortKeys=title&x-collection=eDepot>| Article Available - Koninklijke Bibliotheek|</a></td>
</tr>
</span>
<tr>
<td align="center" valign="top" ><a href="http://www.portico.org"><img src="/iPage/docs/images/portico.gif" align="top" alt="Portico Logo" border="0"></a>
<br /><br /></td>
<td align="center" valign="top" ><a href="http://www.clockss.org"><img src="/iPage/docs/images/CLOCKSS.gif" align="top" alt="CLOCKSS logo" border="0"></a><br /><br /></td>
<td align="center" valign="top" ><img src="/iPage/docs/images/KB.gif" align="top" alt="KB Logo" border="0"><br /><br /></td>
</tr>
<tr><td colspan="4"><hr /></td>
</tr>
</table>
</body>
</html>
Comments
0 comments
Please sign in to leave a comment.