[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_macros.pt:1.4

Ken Manheimer klm@zope.com
Fri, 12 Oct 2001 14:09:32 -0400


Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv16921

Modified Files:
	collector_macros.pt 
Log Message:
New (modest) macro add_artifacts_table for adding attachmentments from
various places.


=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.3 => 1.4 ===
 
     <span tal:replace="nothing">
-      Comment: Collector issue macros: collector_header, issue_header.
-    </span>
+      Collector issue macros:
+
+        - collector_header
 
-    <!-- This is the desktop area -->
+        - issue_header
+
+        - add_artifacts_table
+    </span>
 
     <div metal:define-macro="collector_header"
          tal:define="global collector_header_present python: 1;
@@ -44,7 +48,7 @@
         </tr>
       </table>
 
-    </div>
+    </div>  <!-- End macro: collector_header -->
 
     <div metal:define-macro="issue_header"
          tal:define="global collector_issue_header_present python: 1;
@@ -185,7 +189,7 @@
 
        </table>
 
-    </div>
+    </div>  <!-- End macro: collector_issue_header -->
 
     <div metal:define-macro="issue_batch_nav">
 
@@ -253,5 +257,26 @@
         </tr>
       </table>
     </div>
+
+    <div metal:define-macro="add_artifacts_table">
+
+      <table>
+
+        <tr>
+          <th align="left" valign="top"> Add </th>
+          <td align="left" NOWRAP>
+            <input type=radio name="filetype" value="File" checked> File or
+            <br>
+            <input type=radio name="filetype" value="Image"> Image
+          </td>
+          <td> <input type=file name="file" size="30"> </td>
+          <th align="right" valign="top"> (Optional) Id: </th>
+          <td> <input type=text name="fileid" size="12"> </td>
+        </tr>
+
+      </table>
+
+    </div>  <!-- End macro: add_artifacts_excerpt -->
+
   </body>
 </html>