source: CenterRegistry/trunk/templates/center/center_detail2.html @ 2895

Last change on this file since 2895 was 2895, checked in by BSanchezRZG, 11 years ago

Update with sorting choice

File size: 7.0 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title> {{title}} </title>
6</head>
7<body>
8{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
9<h2> Details for center:   {{center.name}} </h2>
10<h3> Center Basic Information</h3>
11<table >
12  <tr><td width="90" height="18" align="left"><b>Name:</b></td>
13      <td> <a href="{{center.website }}" >  {{center.name}} </a></td> </tr>
14 <tr><td width="90" height="18" align="left"><b>Type:</b></td>
15      <td>  {{center.typeCenter}}</td> </tr>
16  <tr><td width="90" align="link"><b>Status: </b></td>  <td> {{center.typeStatus}}</td> </tr>   
17 </table>
18 <table>
19 <tr><td width="120" align="link"><b>Description : </b></td>  <td> {{center.description}}</td> </tr>
20 <tr><td width="120" align="link"><b>Member of : </b></td>    <td>
21  {% for choice in center.clarinfed.all %} 
22   <a href="{{choice.MemberFed.webseite}}"> {{choice.MemberFed}}</a> ,
23  {% endfor  %}   </td>
24 </tr>
25 <tr><td width="122" align="link"><b>Assessment : </b></td>  <td> {{center.assesmentstatus}}</td> </tr>
26 </table>
27                                                                 
28<h3> Center Extended information </h3>
29<table>         
30   <tr><td width="113" align="link"><b>Website: </b></td>  <td> <a href="{{ center.website }}" > {{center.website }} </a></td> </tr>         
31   <tr><td width="200" height="18" align="left"><b>Repository system:</b></td>  <td> {{center.repositorySystem}} </td> </tr> 
32   <tr><td width="200" height="18" align="left"><b>PiD Status:</b></td>  <td> {{center.pidStatus}} </td> </tr> 
33   <tr><td width="165" height="18" align="left"><b>Strict versioning</b></td> <td>  {{center.strictversioning}}</td> </tr>
34   <tr><td width="190" height="18" align="left"><b>Web references </b></td> </tr>
35 </table>
36 <table>
37 {% for choice in center.references.all %}
38      <tr> <td width="43" align="link"></td> <td width="105" height="18" align="left"><b>Web Site:</b></td>  <td> <a href="{{choice.ref_URI}}" > {{choice.ref_URI}} </a></td> </tr> 
39      <tr><td width="43" align="link"></td> <td width="105" height="18" align="left"><b>Description:</b></td>  <td> {{choice.name}}</td> </tr> 
40 {% endfor %}
41 </table>
42 <table >
43 <tr><td width="100" height="18" align="left"><b>AAI </b></td> </tr>
44 </table>
45 <table>
46 <tr><td width="43" align="link"></td><td width="313" align="link"><b>AAI status: </b></td>  <td> {{center.aaiStatus}}</td> </tr>     
47 <tr><td width="43" align="link"></td> <td width="200" align="link"><b>CLarin Infrastructure services: </b></td>  <td> {{center.memberofSpf}}</td> </tr> 
48 <tr><td width="43" align="link"></td><td width="343" align="link"><b>Member of CLARIN service Provider Federation: </b></td>  <td> {{center.memberofSpf}}</td> </tr> 
49        {% for choice in center.nacfed.all %}
50 <tr><td width="43" align="link"></td><td width="243" align="link"><b>Member Of NationalFederation : </b></td>  <td>  {{choice.name}}</td> </tr> 
51        {% endfor %}
52</table>
53 <table >
54 <tr><td width="100" height="18" align="left"><b>Metadata </b></td> </tr>
55 </table>
56 <table >
57 {% for choice in center.metadata.all %}
58<tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Schema: </b></td> <td> {{choice.CMschema}}</td> </tr> 
59{% for choice2 in choice.schema.all %}
60<tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Schema: </b></td> <td> {{choice2.name}}</td> </tr> 
61 {% endfor %}
62 
63 
64 
65<tr>  <td width="43" align="link"></td><td width="213" align="link"><b>OaiAccessPoint: </b></td> <td><a href="{{choice.OAI_accespoint}}" > {{choice.OAI_accespoint}} </td>
66 {% for choice1 in choice.WebServiceType.all %}
67<tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Web Service Type: </b></td> <td> {{choice1.name}}</td> </tr> 
68 {% endfor %}
69 <tr>  <td width="43" align="link"></td><td width="213" align="link"><b>WebServices Set: </b></td> <td>  {{choice.WebServicesSet}}</td>
70 
71 {% endfor %}
72 </table > 
73 <table >
74 <tr><td width="300" height="18" align="left"><b>Organisational Information </b></td> </tr>
75 </table>
76 <table >
77 <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b>  Clarin Organisation Information  </b></td> </tr>
78 </table>
79 <table >
80 <tr><td width="43" align="link"></td><td width="43" align="link"></td> <td width="165" height="18" align="left"><b>Organization name</b></td><td>  {{center.organisationname}} </td> </tr>
81 <tr><td width="43" align="link"></td> <td width="43" align="link"></td><td width="165" height="18" align="left"><b>Institution</b></td><td>  {{center.institution}} </td> </tr>
82  <tr><td width="43" align="link"></td><td width="43" align="link"></td> <td width="165" height="18" align="left"><b>Working Unit</b></td><td>  {{center.WorkingUnit}} </td> </tr>
83  <tr><td width="43" align="link"></td> <td width="43" align="link"></td><td width="165" height="18" align="left"><b>Code</b></td><td>  {{center.code}} </td> </tr>
84  <tr><td width="43" align="link"><td width="43" align="link"></td><td width="113" align="link"><b>Post Address</b></td> 
85            <td> {{center.direction}}, {{center.cp}}-{{center.city}}, {{center.country}}  <br>
86                                                                {{center.lon}} {{center.lat}} </td> </tr>
87                                                               
88 <tr><td width="43" align="link"></td><td width="43" align="link"></td><td width="113" align="link"><b>Expertise: </b></td>  <td> {{center.expertise}}</td> </tr>   
89</table>
90 <table>   
91 <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b>  Administrative Contact: </b></td> </tr>
92 </table>
93 <table >
94  <tr><td width="43" align="link"></td> <td width="165" height="18" align="right"><b>Name</b></td> <td> {{center.admin_contact}} </td> </tr>
95  <tr><td width="43" align="link"><td width="165" align="right"><b>Telephone: </b></td>  <td> {{center.admin_contact.telephone}}</td> </tr>
96  <tr><td width="43" align="link"><td width="165" align="right"><b>Mail: </b></td>  <td> {{center.admin_contact.email}}</td> </tr>
97  <tr><td width="43" align="link"><td width="165" align="right"><b>Webseite: </b></td>  <td> <a href="{{ center.admin_contact.website }}" > {{center.admin_contact.website}} </a></td> </tr>
98   </table>
99    <table >
100 <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b>  Technical Contact: </b></td> </tr>
101 </table>
102 <table >
103 <tr><td width="43" align="link"></td> <td width="165" height="18" align="right"><b>Name:</b></td>  <td> {{center.tech_contact}}</td> </tr>
104 <tr><td width="43" align="link"><td width="165" align="right"><b>Telephone: </b></td>  <td> {{center.tech_contact.telephone}}</td> </tr>
105 <tr><td width="43" align="link"><td width="160" align="right"><b>Mail: </b></td>  <td> {{center.tech_contact.email}}</td> </tr> 
106 <tr><td width="43" align="link"><td width="160" align="right"><b>Webseite: </b></td>  <td> <a href="{{ center.tech_contact.website }}" > {{center.tech_contact.website}}</a></td> </tr>                 
107 </table>
108
109</body>
110</html>
Note: See TracBrowser for help on using the repository browser.