Changeset 6855 for TI01-discovery-OaiInfoEditor/trunk/v3n_NDG3/OAIInfoEditor/oai_info_editor/templates/home.html
- Timestamp:
- 30/04/10 11:16:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery-OaiInfoEditor/trunk/v3n_NDG3/OAIInfoEditor/oai_info_editor/templates/home.html
r6763 r6855 34 34 <h3 py:if="c.providerInfos" align="center">Select the provider info data to view/edit</h3> 35 35 <h4 py:if="c.providerInfos"> 36 <table border=" 0" align="center">36 <table border="8" align="center"> 37 37 <tr> 38 <td colspan=" 2" align="center" border="0"> Data Provider</td>39 <td align="center" border="0">Format</td>40 38 <td colspan="1" align="center" border="0">Data Provider</td> 39 <td colspan="1" align="center" border="0">Format</td> 40 <td colspan="1" align="center" border="0">Harvest</td> 41 41 </tr> 42 42 <tr> … … 52 52 ?> 53 53 <td> 54 <a href="$viewLink">${Markup(pi.dataCentreName)}</a>54 ${Markup(pi.dataCentreName)} 55 55 </td> 56 56 <!--<td align="center"> … … 61 61 </td> 62 62 <td> 63 <input type="button" value="view /edit" title="Click to edit details and/or initate a harvest" onclick="location.href='$viewLink'"/>63 <input type="button" value="view" title="Click to edit details and/or initate a harvest" onclick="location.href='$viewLink'"/> 64 64 </td> 65 65 </tr>
Note: See TracChangeset
for help on using the changeset viewer.