projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd3435
)
Écrire du HTML n'est pas une maladie honteuse.
author
Benoît Pin
<pin@cri.ensmp.fr>
Wed, 1 Oct 2014 12:11:51 +0000
(14:11 +0200)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Wed, 1 Oct 2014 12:11:51 +0000
(14:11 +0200)
skins/custom_content/document_view.pt
patch
|
blob
|
history
diff --git
a/skins/custom_content/document_view.pt
b/skins/custom_content/document_view.pt
index
7f95af7
..
a77a35a
100755
(executable)
--- a/
skins/custom_content/document_view.pt
+++ b/
skins/custom_content/document_view.pt
@@
-7,7
+7,8
@@
<body>
<div metal:fill-slot="main" tal:omit-tag="">
- <div tal:replace="structure here/CookedBody">Cooked Body</div>
+ <div tal:condition="python:here.Format() == 'text/html'" tal:replace="structure here/EditableBody">Editable Body</div>
+ <div tal:condition="python:here.Format() != 'text/html'" tal:replace="structure here/CookedBody">Cooked Body</div>
</div>
</body>