Project

General

Profile

1
<!-- BEGIN main_block -->
2

    
3
<script src="{THEME_URL}/templates/toggle_zip.js" type="text/javascript"></script>
4

    
5
<h2>{HEADING_BROWSE_MEDIA}</h2>
6

    
7
<iframe width="100%" height="382px" src="browse.php" scrolling="no"></iframe>
8
<br />
9
<form name="create" action="create.php" method="post" class="{DISPLAY_CREATE}">
10

    
11
<h2>{HEADING_CREATE_FOLDER}</h2>
12

    
13
<table cellpadding="3" cellspacing="0" border="0" width="100%">
14
<tr>
15
	<td width="100">{TEXT_TARGET_FOLDER}:</td>
16
	<td>
17
		<select name="target" style="width: 100%;">
18
			<option value="{MEDIA_DIRECTORY}{HOME_DIRECTORY}" selected="selected">{MEDIA_DIRECTORY}{HOME_DIRECTORY}</option>
19
			<!-- BEGIN dir_list_block -->
20
				<option value="{NAME}">{NAME}</option>
21
			<!-- END dir_list_block -->
22
		</select>
23
	</td>
24
</tr>
25
</table>
26
<table cellpadding="3" cellspacing="0" border="0" width="100%">
27
<tr>
28
	<td width="100">{TEXT_NAME}:</td>
29
	<td>
30
		<input type="text" name="name" style="width: 100%;" />
31
	</td>
32
	<td align="right" width="160">
33
		<input type="submit" name="submit" value="{TEXT_CREATE_FOLDER}" style="width: 160px;" />
34
	</td>
35
</tr>
36
</table>
37

    
38
</form>
39

    
40
<form name="upload" action="upload.php" method="post" enctype="multipart/form-data" class="{DISPLAY_UPLOAD}">
41

    
42
<br />
43

    
44
<h2>{HEADING_UPLOAD_FILES}</h2>
45

    
46
<table cellpadding="3" cellspacing="0" border="0" width="100%">
47
<tr>
48
	<td width="100">{TEXT_TARGET_FOLDER}:</td>
49
	<td>
50
		<select name="target" style="width: 100%;">
51
			<option value="{MEDIA_DIRECTORY}{HOME_DIRECTORY}" selected="selected">{MEDIA_DIRECTORY}{HOME_DIRECTORY}</option>
52
			<!-- BEGIN dir_list_block -->
53
				<option value="{NAME}">{NAME}</option>
54
			<!-- END dir_list_block -->
55
		</select>
56
	</td>
57
</tr>
58
</table>
59
<table cellpadding="3" cellspacing="0" border="0" align="center" width="100%">
60
    <tr>
61
    	<td valign="top"><input type="checkbox" name="unzip" id="unzip"  onclick="toggle();" />
62
<label for="unzip">{TEXT_UNZIP_FILE}</label>
63
<span id="delzip" style="display: none;"><br /><input type="checkbox" name="delzip" id="deletezip" />
64
<label for="deletezip">{TEXT_DELETE_ZIP}</label></span>
65
</td>
66
      <td valign="top"><input type="checkbox" name="overwrite" id="overwrite" value="yes" /><label for="overwrite">{TEXT_OVERWRITE_EXISTING}{TEXT_FILES}</label>      </td>
67
      <td width="160" valign="top"><input type="submit" name="submit" value="{TEXT_UPLOAD_FILES}" style="width: 160px;" /></td>
68
    </tr>
69
  </table>
70
<table cellpadding="3" cellspacing="0" border="0" width="100%">
71
    <tr>
72
      <td width="50%" align="left"><input type="file" size="27" name="file1" /></td>
73
      <td width="50%" align="right"><input type="file" size="27" name="file2" id="file2" style="visibility: visible;" /></td>
74
    </tr>
75
    <tr>
76
      <td width="50%" align="left"><input type="file" size="27" name="file3" id="file3" style="visibility: visible;" /></td>
77
      <td width="50%" align="right"><input type="file" size="27" name="file4" id="file4" style="visibility: visible;" /></td>
78
    </tr>
79
    <tr>
80
      <td width="50%" align="left"><input type="file" size="27" name="file5" id="file5" style="visibility: visible;" /></td>
81
      <td width="50%" align="right"><input type="file" size="27" name="file6" id="file6" style="visibility: visible;" /></td>
82
    </tr>
83
    <tr>
84
      <td width="50%" align="left"><input type="file" size="27" name="file7" id="file7" style="visibility: visible;" /></td>
85
      <td width="50%" align="right"><input type="file" size="27" name="file8" id="file8" style="visibility: visible;" /></td>
86
    </tr>
87
    <tr>
88
      <td width="50%" align="left"><input type="file" size="27" name="file9" id="file9" style="visibility: visible;" /></td>
89
      <td width="50%" align="right"><input type="file" size="27" name="file10" id="file10" style="visibility: visible;" /></td>
90
    </tr>
91
  </table>
92
</form>
93

    
94
<!-- END main_block -->
(14-14/32)