| Zeile 39... |
Zeile 39... |
| 39 |
{/if}
|
39 |
{/if}
|
| 40 |
<div id="fileupload" title="Bilder verwalten" >
|
40 |
<div id="fileupload" title="Bilder verwalten" >
|
| 41 |
<form action="/toolbox/upload.php" method="POST" enctype="multipart/form-data">
|
41 |
<form action="/toolbox/upload.php" method="POST" enctype="multipart/form-data">
|
| 42 |
<div class="fileupload-buttonbar">
|
42 |
<div class="fileupload-buttonbar">
|
| 43 |
<label class="fileinput-button">
|
43 |
<label class="fileinput-button">
|
| 44 |
<span>Dateien hinzufügen...</span>
|
44 |
<span>Dateien hinzufügen...</span>
|
| 45 |
<input type="hidden" name="folder" value="{$folder}" />
|
45 |
<input type="hidden" name="folder" value="{$folder}" />
|
| 46 |
<input type="hidden" name="l_type" value="{$lType}" id="lType">
|
46 |
<input type="hidden" name="l_type" value="{$lType}" id="lType">
|
| 47 |
<input type="hidden" name="l_id" value="{$a_id}" id="lID">
|
47 |
<input type="hidden" name="l_id" value="{$a_id}" id="lID">
|
| 48 |
<input type="file" name="files[]" multiple />
|
48 |
<input type="file" name="files[]" multiple />
|
| 49 |
</label>
|
49 |
</label>
|
| 50 |
<button type="submit" class="start">upload starten</button>
|
50 |
<button type="submit" class="start">upload starten</button>
|
| 51 |
<button type="reset" class="cancel">upload abbrechen</button>
|
51 |
<button type="reset" class="cancel">upload abbrechen</button>
|
| 52 |
<button type="button" class="delete">Dateien löschen</button>
|
52 |
<button type="button" class="delete">Dateien löschen</button>
|
| 53 |
</div>
|
53 |
</div>
|
| 54 |
</form>
|
54 |
</form>
|
| 55 |
<div class="fileupload-content">
|
55 |
<div class="fileupload-content">
|
| 56 |
<table class="files"></table>
|
56 |
<table class="files"></table>
|
| 57 |
<div class="fileupload-progressbar"></div>
|
57 |
<div class="fileupload-progressbar"></div>
|