some experiments mit AJAX (dojo)
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1275 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
04fa445e54
commit
3d472a943d
3 changed files with 12 additions and 6 deletions
|
@ -8,6 +8,8 @@
|
|||
src="node.js"
|
||||
tal:attributes="src string:${context/++resource++node.js}">
|
||||
</script>
|
||||
<metal:use use-macro="views/ajax.dojo/main"
|
||||
tal:condition="nothing" />
|
||||
</metal:js>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
i18n:domain="zope">
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
|
||||
<div metal:fill-slot="body"
|
||||
tal:define="target view/target">
|
||||
|
||||
|
@ -42,6 +44,8 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<span i18n:translate="">Title</span>
|
||||
<input name="create.title" size="30"
|
||||
tal:attributes="value nothing" />
|
||||
<span i18n:translate="">Type</span>
|
||||
<span>Type</span>
|
||||
<select name="create.type">
|
||||
<tal:types repeat="type view/targetTypes">
|
||||
<option value=".loops/concepts/topic"
|
||||
|
|
Loading…
Add table
Reference in a new issue