File:  [Repository] / ECHO_content / zpt / ECHO_main_index_template_standard.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Jun 25 10:37:53 2004 UTC (19 years, 10 months ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
standard templates ausgetauscht

<html metal:use-macro="here/main_template/macros/page">
	<head>
		<title metal:fill-slot="title">
			<span tal:replace="here/title" />
		</title>
	</head>
	
	<body>
		<span metal:fill-slot="head">
		<h2 tal:content="structure here/title">
			TITLE
		</h2>
		</span>
		
		<div metal:fill-slot="body">
		<!-- EDITABLE AREA -->
		
			<!-- Title -->
			<h2 tal:content="structure here/title" />
			
			<!-- Description -->
			<p tal:content="structure here/description">
				DESCRIPTION
			</p>
			
			<!-- Lists the Objects contained in this Object -->
			<table width="100%">
				<div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
					<div tal:replace="structure item/content_html" />
				</div>
			</table>
		<!-- -->
		</div>
	</body>
</html>

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