
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3685 fd906abe-77d9-0310-91a1-e0d9ade77398
15 lines
367 B
XML
15 lines
367 B
XML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div tal:condition="view/installed">the intids is installed</div>
|
|
<div>
|
|
<form method=POST tal:condition="not:view/installed">
|
|
<input type="submit"
|
|
value="Install intid utility"
|
|
name="install"
|
|
style="border: 2px solid #F99; background-color: red"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|