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, 10 months ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
startpage_index_template geƤndert

<html>
	<head>
	  <link rel="stylesheet" href="resource.css" type="text/css">
		<title>
			<span tal:replace="here/title" />
		</title>
	</head>
	
	<body tal:define="parent python:here.aq_parent" bgcolor="#F5F1E9">
	<div tal:omit-tag="" tal:define="item python:here">
		
		<table height="100%" width="100%" cellpadding=5>
		  <tr><td valign="top">
		<!-- EDITABLE AREA -->
		
			<!-- Beschreibung der Quelle selbst -->
			<h1 align="center" tal:content="structure here/title" />
			
			<span tal:content="here/description"/>
			
			<!-- Copyrights -->
	
			<center tal:condition="not:python:here.getCopyrightsHTML()=='ERROR'">
				<span tal:repeat="item python:here.getCopyrightsHTML()">
					<span tal:condition="not:python:item[0] == 'empty'">
						<a tal:attributes="href python:item[0]" target="_blank">
						<span tal:content="structure python:item[4]"/>
						<span tal:condition="not:python:item[1]=='all'">
						(<span tal:content="python:item[1]"/>)</span>
						<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
						</a>
					</span>
					<span tal:condition="python:item[0] == 'empty'">
						<span tal:content="structure python:item[4]"/>
						<span tal:condition="not:python:item[1]=='all'">
						(<span tal:content="python:item[1]"/>)</span>
						<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
					</span>
				</span>
			</center>
			
			<!-- -->
			<p>
			<!-- FullTextXML if there ist one -->
			<center tal:condition="not:python:'<error>' in here.getFullTextXML(noredirect='Yes')">
				<a tal:attributes="href python:here.absolute_url() + '/getFullTextXML'" target="_blank">get full text XML</a>
			</center>
			<!-- -->
			
			<p>&nbsp;
			<p><i>This resource is part of</i>
		
			<!-- Title der Collection-->
			<h3>
			<a tal:attributes="href python:parent.absolute_url()" target="mainWindow" onClick="mainWindow.focus()">
			<span tal:content="structure parent/title" />
			</a>
			</h3>
			
			
			<!-- Institution Logos -->
			<table cellpadding=5 border=0>
			<span tal:omit-tag="" tal:condition="parent/credits">
				<span tal:repeat="credit parent/credits">
					<tr tal:condition="not:python:credit==''">
					
						<td width="55px" tal:content="structure python:parent.getCreditObject(credit)">
							title
						</td>
						
			<!-- Institution Links -->
			<!-- link of the institution exists -->
						<td tal:condition="python:parent.getCreditObject(credit).url">
							<h4>
								<a tal:attributes="href python:parent.getCreditObject(credit).url" target="_blank">
									<span tal:content="python:parent.getCreditObject(credit).title">
										title
									</span>
								</a>
							</h4>
						</td>
			<!-- -->
			<!-- no link -->
						<td tal:condition="not:python:parent.getCreditObject(credit).url">
							<h4>
								<span tal:content="python:parent.getCreditObject(credit).title">
									title
								</span>
							</h4>
						</td>
			<!-- -->
			<!-- -->
					</tr>
				</span>
			</span>
			</table>
			
			<!-- Description der Collection-->
			<p tal:content="structure parent/description">
				DESCRIPTION
			</p>
			
			
			
			<!-- Inhaltsverzeichniss !-->
			
			<div tal:replace="structure here/toc_html" />

		</td></tr>
		  </table>
	</div>		
	</body>
</html>


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