Commit 3b4507d9977f1aa808ec8f67f30c6ab1825b2128
1 parent
04b78370
Template for current ZIP file upload.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3654 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
24 additions
and
0 deletions
templates/ktcore/import/zip_import.smarty
0 → 100644
| 1 | +<input type="hidden" name="fDocumentTypeID" value="1"> | |
| 2 | +<input type="hidden" name="fStore" value="1"> | |
| 3 | +<input type="hidden" name="postReceived" value="1"> | |
| 4 | + | |
| 5 | +<table> | |
| 6 | + <tr> | |
| 7 | + <td colspan="2"><b>Bulk Upload Zipfile: <b></td> | |
| 8 | + </tr> | |
| 9 | + <tr> | |
| 10 | + <td>File: </td><td><input type="file" name="fFile"></td> | |
| 11 | + </tr> | |
| 12 | + | |
| 13 | + <tr> | |
| 14 | + <td colspan="2">(Note: file should be a ZIP file without subdirectories. Details entered below apply to ALL documents to be added.)</td> | |
| 15 | + </tr> | |
| 16 | +</table> | |
| 17 | + | |
| 18 | +<table> | |
| 19 | + <tr> | |
| 20 | + <td><b>Document Type<b></td></tr><tr><td>Default</td> | |
| 21 | + </tr> | |
| 22 | +</table> | |
| 23 | + | |
| 24 | +{$metadata_fields} | ... | ... |