Humboldt-Universität zu Berlin - Computer- und Medienservice

ZKI & AMH 2003

Humboldt-Universität / Computer- und Medienservice / Workshops / Workshop für Web-Administrator(inn)en

Index

1



10

20

...

30


31

32

33


34

35

36

37

38

39

40

41

KONTENTOR -
Really easy-to-use Zope-
based Content Management

Edit members (pic 2)

Selecting images
from categories


Dynamic Content in
KONTENTOR (1)

Example: News

Example: Event calendar

Dynamic Content in
KONTENTOR (2)

Example: Quick index

Example: Adresses from database

Image manipulation

Customize a KONTENTOR instance

Color scheme

KONTENTOR page layout

Element Templates:
Utilizing the Power of
Zope Page Templates

Internationalization

Element Templates:
Utilizing the Power of Zope Page Templates

<div metal:define-macro="header">
<h1 tal:replace="structure string:${here/beginEdit}<h${here/size}>${here/text}</h${here/size}>${here/endEdit}">Header</h1>
</div>

<div metal:define-macro="textBlock">
<span tal:replace="here/beginEdit"></span>
<div tal:content="structure here/processedText">
</div>
<span tal:replace="here/endEdit"></span>
</div>

<div metal:define-macro="link">
<span tal:replace="here/beginEdit"></span>
<p><a href="" tal:attributes="href here/completeLink; target here/target" target="_top">
<img tal:replace="structure python:here.getChromeObject(here.typeOfLink(), render=0).tag()" src="">
<span tal:replace="here/text">Link</span></a></p>
<span tal:replace="here/endEdit"></span>
</div>

<div metal:define-macro="separator">
<span tal:replace="here/beginEdit"></span>
<hr tal:attributes="width here/width; size here/separatorSize" noshade="noshade">
<span tal:replace="here/endEdit"></span>
</div>

Zurück 1 10 20 30 ... 40 41 Vorwärts


Jan Riethmayer
letzte Änderung: 19.08.03 jr