File:  [Repository] / ECHO_content / zpt / ECHO_startpage_index_template_standard.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed May 26 07:39:36 2004 UTC (20 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new methods for echo_resource

<html>
	<head>
	  <link rel="stylesheet" href="echo.css" type="text/css">
		<title>
			<span tal:replace="here/title" />
		</title>
	</head>
	
	<body tal:define="parent python:here.aq_parent" bgcolor="#ff0000">
		
		
		<table bgcolor="#ffffff">
		  <tr><td>
		<!-- EDITABLE AREA -->
		
			<!-- Title der Collection-->
			<h2 tal:content="structure parent/title" />
			
			<!-- Description der Collection-->
			<p tal:content="structure parent/description">
				DESCRIPTION
			</p>
			
			<!-- Beschreibung der Quelle selbst -->
			<div tal:replace="structure here/content_html" />
			
			<!-- Inhaltsverzeichniss !-->
			
			<div tal:replace="structure here/toc_html" />

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

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