projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
f30b7bc
)
xmllint de folder_factories
author
Benoît Pin
<pin@cri.ensmp.fr>
Fri, 29 Nov 2013 10:09:02 +0000
(11:09 +0100)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Fri, 29 Nov 2013 10:09:02 +0000
(11:09 +0100)
skins/content/folder_factories.pt
patch
|
blob
|
history
diff --git
a/skins/content/folder_factories.pt
b/skins/content/folder_factories.pt
index
fca79ae
..
6581687
100644
(file)
--- a/
skins/content/folder_factories.pt
+++ b/
skins/content/folder_factories.pt
@@
-1,49
+1,45
@@
-<html xmlns="http://www.w3.org/1999/xhtml"
- metal:use-macro="here/main_template/macros/master">
- <head>
+<html metal:use-macro="here/main_template/macros/master">
+ <head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<title>folder_factories</title>
<link href="zpt_stylesheet.css" rel="stylesheet" media="screen"/>
<link href="../content/plinn_style.css" rel="stylesheet" media="screen"/>
</head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<title>folder_factories</title>
<link href="zpt_stylesheet.css" rel="stylesheet" media="screen"/>
<link href="../content/plinn_style.css" rel="stylesheet" media="screen"/>
</head>
-
<body>
<body>
-
<div metal:fill-slot="main" i18n:domain="plinn">
<div tal:condition="python: not(here.portal_membership.checkPermission('Access contents information', here))">
<div metal:fill-slot="main" i18n:domain="plinn">
<div tal:condition="python: not(here.portal_membership.checkPermission('Access contents information', here))">
- <span tal:define="dummy here/unauthRedirect"
></span
>
+ <span tal:define="dummy here/unauthRedirect"
/
>
</div>
<form action="." method="post" tal:attributes="action string:${here/absolute_url}/add_content">
</div>
<form action="." method="post" tal:attributes="action string:${here/absolute_url}/add_content">
- <table cellspacing="0" tal:define="ucn here/getUntitledContentName" class="FolderFactories">
- <tr>
-
<th><br
/></th>
- <th i18n:translate="">Type</th>
+
<table cellspacing="0" tal:define="ucn here/getUntitledContentName" class="FolderFactories">
+
<tr>
+
<th><br
/></th>
+
<th i18n:translate="">Type</th>
<th i18n:translate="">Name</th>
<th i18n:translate="">Name</th>
- <th><br
/></th>
+ <th><br/></th>
</tr>
</tr>
- <div tal:repeat="item here/allowedContentTypes" tal:omit-tag="">
- <tr tal:define="icon python:here.restrictedTraverse(item.getIcon())">
- <td class="ListName">
- <img tal:attributes="src icon/absolute_url ; alt item/Title ; height icon/height ; width icon/width" i18n:attributes="alt"/>
- </td>
- <td tal:content="item/Title" i18n:translate="" class="ListName">Content name</td>
+
<div tal:repeat="item here/allowedContentTypes" tal:omit-tag="">
+
<tr tal:define="icon python:here.restrictedTraverse(item.getIcon())">
+
<td class="ListName">
+
<img tal:attributes="src icon/absolute_url ; alt item/Title ; height icon/height ; width icon/width" i18n:attributes="alt"/>
+
</td>
+
<td tal:content="item/Title" i18n:translate="" class="ListName">Content name</td>
<td tal:condition="python:not item.listActionInfos('object/create', check_visibility=0)">
<td tal:condition="python:not item.listActionInfos('object/create', check_visibility=0)">
- <input type="text" name="id" size="24" tal:attributes="name string:${item/id}.id:record; value ucn"
/>
+ <input type="text" name="id" size="24" tal:attributes="name string:${item/id}.id:record; value ucn"/>
</td>
<td tal:condition="python:item.listActionInfos('object/create', check_visibility=0)">
<input type="hidden" value="1" tal:attributes="name string:${item/id}.create_form:record"/>
</td>
<td>
</td>
<td tal:condition="python:item.listActionInfos('object/create', check_visibility=0)">
<input type="hidden" value="1" tal:attributes="name string:${item/id}.create_form:record"/>
</td>
<td>
- <input type="submit" value="Add" tal:attributes="name string:${item/id}.type:record" i18n:attributes="value"
/>
+ <input type="submit" value="Add" tal:attributes="name string:${item/id}.type:record" i18n:attributes="value"/>
</td>
</tr>
</td>
</tr>
- <tr>
+
<tr>
<td colspan="4" class="spacing"></td>
</tr>
<td colspan="4" class="spacing"></td>
</tr>
- </div>
- </table>
+
</div>
+
</table>
</form>
</div>
</body>
</form>
</div>
</body>
-
-</html>
\ No newline at end of file
+</html>