eggification
[MosaicDocument.git] / Products / MosaicDocument / default_slots / static / git-logo.png
diff --git a/default_slots/slot_file_form.pt b/default_slots/slot_file_form.pt
deleted file mode 100755 (executable)
index b849a1e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<html tal:omit-tag="">
-  <head tal:replace="nothing">
-    <title>slot_file_form</title>
-    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
-  </head>
-  <body tal:define="object nocall:options/object;
-                    title python:object and object.title or ''"
-        i18n:domain="plinn"
-        tal:omit-tag="">
-               <h3 i18n:translate="" style="display : inline">File</h3>
-    <span i18n:translate="" tal:omit-tag="">Title</span> : 
-    <input type="text" class="mosaic_input"
-           tal:attributes="name python:'.'.join((object.getId(), 'title')) + ':record:string' ;
-                           value title" />
-    <span>
-     (
-      <span i18n:translate="" tal:omit-tag="">Source file: </span>
-      <span tal:condition="python:object.filename is None or object.filename == '' or object.filename == 'file'" i18n:translate="">None</span>
-      <span tal:condition="python:not(object.filename is None or object.filename == '' or object.filename == 'file')" tal:content="object/filename">File name</span>
-      )
-    </span><br/>
-    <input type="file" size="16" class="mosaic_input"
-           tal:attributes="name python:'.'.join((object.getId(), 'file')) + ':record'" />
-    <input type="hidden" name="noAjax" value="1" />
-  </body>
-</html>        
\ No newline at end of file