Déplacement pour eggification.
[Plinn.git] / skins / content / folder_factories.pt
diff --git a/skins/content/folder_factories.pt b/skins/content/folder_factories.pt
deleted file mode 100644 (file)
index 6581687..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<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>
-  <body>
-    <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"/>
-      </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>
-            <th i18n:translate="">Name</th>
-            <th><br/></th>
-          </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>
-              <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"/>
-              </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"/>
-              </td>
-            </tr>
-            <tr>
-              <td colspan="4" class="spacing"></td>
-            </tr>
-          </div>
-        </table>
-      </form>
-    </div>
-  </body>
-</html>