File:  [Repository] / ECHO_content / zpt / ECHO_startpage_index_template_standard.zpt
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Aug 3 12:03:03 2004 UTC (19 years, 11 months ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
startpage_index_template geƤndert

    1: <html>
    2: 	<head>
    3: 	  <link rel="stylesheet" href="resource.css" type="text/css">
    4: 		<title>
    5: 			<span tal:replace="here/title" />
    6: 		</title>
    7: 	</head>
    8: 	
    9: 	<body tal:define="parent python:here.aq_parent" bgcolor="#F5F1E9">
   10: 	<div tal:omit-tag="" tal:define="item python:here">
   11: 		
   12: 		<table height="100%" width="100%" cellpadding=5>
   13: 		  <tr><td valign="top">
   14: 		<!-- EDITABLE AREA -->
   15: 		
   16: 			<!-- Beschreibung der Quelle selbst -->
   17: 			<h1 align="center" tal:content="structure here/title" />
   18: 			
   19: 			<span tal:content="here/description"/>
   20: 			
   21: 			<!-- Copyrights -->
   22: 	
   23: 			<center tal:condition="not:python:here.getCopyrightsHTML()=='ERROR'">
   24: 				<span tal:repeat="item python:here.getCopyrightsHTML()">
   25: 					<span tal:condition="not:python:item[0] == 'empty'">
   26: 						<a tal:attributes="href python:item[0]" target="_blank">
   27: 						<span tal:content="structure python:item[4]"/>
   28: 						<span tal:condition="not:python:item[1]=='all'">
   29: 						(<span tal:content="python:item[1]"/>)</span>
   30: 						<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
   31: 						</a>
   32: 					</span>
   33: 					<span tal:condition="python:item[0] == 'empty'">
   34: 						<span tal:content="structure python:item[4]"/>
   35: 						<span tal:condition="not:python:item[1]=='all'">
   36: 						(<span tal:content="python:item[1]"/>)</span>
   37: 						<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
   38: 					</span>
   39: 				</span>
   40: 			</center>
   41: 			
   42: 			<!-- -->
   43: 			<p>
   44: 			<!-- FullTextXML if there ist one -->
   45: 			<center tal:condition="not:python:'<error>' in here.getFullTextXML(noredirect='Yes')">
   46: 				<a tal:attributes="href python:here.absolute_url() + '/getFullTextXML'" target="_blank">get full text XML</a>
   47: 			</center>
   48: 			<!-- -->
   49: 			
   50: 			<p>&nbsp;
   51: 			<p><i>This resource is part of</i>
   52: 		
   53: 			<!-- Title der Collection-->
   54: 			<h3>
   55: 			<a tal:attributes="href python:parent.absolute_url()" target="mainWindow" onClick="mainWindow.focus()">
   56: 			<span tal:content="structure parent/title" />
   57: 			</a>
   58: 			</h3>
   59: 			
   60: 			
   61: 			<!-- Institution Logos -->
   62: 			<table cellpadding=5 border=0>
   63: 			<span tal:omit-tag="" tal:condition="parent/credits">
   64: 				<span tal:repeat="credit parent/credits">
   65: 					<tr tal:condition="not:python:credit==''">
   66: 					
   67: 						<td width="55px" tal:content="structure python:parent.getCreditObject(credit)">
   68: 							title
   69: 						</td>
   70: 						
   71: 			<!-- Institution Links -->
   72: 			<!-- link of the institution exists -->
   73: 						<td tal:condition="python:parent.getCreditObject(credit).url">
   74: 							<h4>
   75: 								<a tal:attributes="href python:parent.getCreditObject(credit).url" target="_blank">
   76: 									<span tal:content="python:parent.getCreditObject(credit).title">
   77: 										title
   78: 									</span>
   79: 								</a>
   80: 							</h4>
   81: 						</td>
   82: 			<!-- -->
   83: 			<!-- no link -->
   84: 						<td tal:condition="not:python:parent.getCreditObject(credit).url">
   85: 							<h4>
   86: 								<span tal:content="python:parent.getCreditObject(credit).title">
   87: 									title
   88: 								</span>
   89: 							</h4>
   90: 						</td>
   91: 			<!-- -->
   92: 			<!-- -->
   93: 					</tr>
   94: 				</span>
   95: 			</span>
   96: 			</table>
   97: 			
   98: 			<!-- Description der Collection-->
   99: 			<p tal:content="structure parent/description">
  100: 				DESCRIPTION
  101: 			</p>
  102: 			
  103: 			
  104: 			
  105: 			<!-- Inhaltsverzeichniss !-->
  106: 			
  107: 			<div tal:replace="structure here/toc_html" />
  108: 
  109: 		</td></tr>
  110: 		  </table>
  111: 	</div>		
  112: 	</body>
  113: </html>
  114: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>