| 1 | <!-- BEGIN main_block -->
 | 
  
    | 2 | 
 | 
  
    | 3 | <style>
 | 
  
    | 4 | iframe {
 | 
  
    | 5 | 	border: 1px solid #35373a;
 | 
  
    | 6 | }
 | 
  
    | 7 | 
 | 
  
    | 8 | input:focus, input:active {
 | 
  
    | 9 | 	background-color: #F1F8FD;
 | 
  
    | 10 | }
 | 
  
    | 11 | 
 | 
  
    | 12 | </style>
 | 
  
    | 13 | 
 | 
  
    | 14 | <h2>{HEADING_BROWSE_MEDIA}</h2>
 | 
  
    | 15 | 
 | 
  
    | 16 | <iframe width="100%" height="320px" align="center" src="browse.php"></iframe>
 | 
  
    | 17 | 
 | 
  
    | 18 | <br />
 | 
  
    | 19 | 
 | 
  
    | 20 | 
 | 
  
    | 21 | 
 | 
  
    | 22 | <form name="create" action="create.php" method="post" class="{DISPLAY_CREATE}">
 | 
  
    | 23 | 
 | 
  
    | 24 | <br />
 | 
  
    | 25 | 
 | 
  
    | 26 | <h2>{HEADING_CREATE_FOLDER}</h2>
 | 
  
    | 27 | 
 | 
  
    | 28 | <table cellpadding="3" cellspacing="0" border="0" width="100%">
 | 
  
    | 29 | <tr>
 | 
  
    | 30 | 	<td width="100">{TEXT_TARGET_FOLDER}:</td>
 | 
  
    | 31 | 	<td>
 | 
  
    | 32 | 		<select name="target" style="width: 100%;">
 | 
  
    | 33 | 			<option value="{MEDIA_DIRECTORY}" selected>{MEDIA_DIRECTORY}</option>
 | 
  
    | 34 | 			<!-- BEGIN dir_list_block -->
 | 
  
    | 35 | 				<option value="{NAME}">{NAME}</option>
 | 
  
    | 36 | 			<!-- END dir_list_block -->
 | 
  
    | 37 | 		</select>
 | 
  
    | 38 | 	</td>
 | 
  
    | 39 | </tr>
 | 
  
    | 40 | </table>
 | 
  
    | 41 | <table cellpadding="3" cellspacing="0" border="0" width="100%">
 | 
  
    | 42 | <tr>
 | 
  
    | 43 | 	<td width="100">{TEXT_NAME}:</td>
 | 
  
    | 44 | 	<td>
 | 
  
    | 45 | 		<input type="text" name="name" style="width: 100%;" />
 | 
  
    | 46 | 	</td>
 | 
  
    | 47 | 	<td align="right" width="160">
 | 
  
    | 48 | 		<input type="submit" name="submit" value="{TEXT_CREATE_FOLDER}" style="width: 160px;" />
 | 
  
    | 49 | 	</td>
 | 
  
    | 50 | </tr>
 | 
  
    | 51 | </table>
 | 
  
    | 52 | 
 | 
  
    | 53 | </form>
 | 
  
    | 54 | 
 | 
  
    | 55 | <form name="upload" action="upload.php" method="post" enctype="multipart/form-data" class="{DISPLAY_UPLOAD}">
 | 
  
    | 56 | 
 | 
  
    | 57 | <br />
 | 
  
    | 58 | 
 | 
  
    | 59 | <h2>{HEADING_UPLOAD_FILES}</h2>
 | 
  
    | 60 | 
 | 
  
    | 61 | <table cellpadding="3" cellspacing="0" border="0" width="100%">
 | 
  
    | 62 | <tr>
 | 
  
    | 63 | 	<td width="100">{TEXT_TARGET_FOLDER}:</td>
 | 
  
    | 64 | 	<td>
 | 
  
    | 65 | 		<select name="target" style="width: 100%;">
 | 
  
    | 66 | 			<option value="{MEDIA_DIRECTORY}" selected>{MEDIA_DIRECTORY}</option>
 | 
  
    | 67 | 			<!-- BEGIN dir_list_block -->
 | 
  
    | 68 | 				<option value="{NAME}">{NAME}</option>
 | 
  
    | 69 | 			<!-- END dir_list_block -->
 | 
  
    | 70 | 		</select>
 | 
  
    | 71 | 	</td>
 | 
  
    | 72 | </tr>
 | 
  
    | 73 | <table cellpadding="3" cellspacing="0" border="0" align="center" width="100%">
 | 
  
    | 74 | <tr>
 | 
  
    | 75 | 	<td>
 | 
  
    | 76 | 		<input type="checkbox" name="overwrite" id="overwrite" value="yes" />
 | 
  
    | 77 | 		<label for="overwrite">
 | 
  
    | 78 | 		{TEXT_OVERWRITE_EXISTING} {TEXT_FILES}
 | 
  
    | 79 | 		</label>
 | 
  
    | 80 | 	</td>
 | 
  
    | 81 | 	<td width="160">
 | 
  
    | 82 | 		<input type="submit" name="submit" value="{TEXT_UPLOAD_FILES}" style="width: 160px;" />
 | 
  
    | 83 | 	</td>
 | 
  
    | 84 | </tr>
 | 
  
    | 85 | </table>
 | 
  
    | 86 | <table cellpadding="3" cellspacing="0" border="0" width="100%">
 | 
  
    | 87 | <tr>
 | 
  
    | 88 | 	<td width="50%" align="left">
 | 
  
    | 89 | 		<input type="file" size="42" name="file1" />
 | 
  
    | 90 | 	</td>
 | 
  
    | 91 | 	<td width="50%" align="right">
 | 
  
    | 92 | 		<input type="file" size="42" name="file2" />
 | 
  
    | 93 | 	</td>
 | 
  
    | 94 | </tr>
 | 
  
    | 95 | <tr>
 | 
  
    | 96 | 	<td width="50%" align="left">
 | 
  
    | 97 | 		<input type="file" size="42" name="file3" />
 | 
  
    | 98 | 	</td>
 | 
  
    | 99 | 	<td width="50%" align="right">
 | 
  
    | 100 | 		<input type="file" size="42" name="file4" />
 | 
  
    | 101 | 	</td>
 | 
  
    | 102 | </tr>
 | 
  
    | 103 | <tr>
 | 
  
    | 104 | 	<td width="50%" align="left">
 | 
  
    | 105 | 		<input type="file" size="42" name="file5" />
 | 
  
    | 106 | 	</td>
 | 
  
    | 107 | 	<td width="50%" align="right">
 | 
  
    | 108 | 		<input type="file" size="42" name="file6" />
 | 
  
    | 109 | 	</td>
 | 
  
    | 110 | </tr>
 | 
  
    | 111 | <tr>
 | 
  
    | 112 | 	<td width="50%" align="left">
 | 
  
    | 113 | 		<input type="file" size="42" name="file7" />
 | 
  
    | 114 | 	</td>
 | 
  
    | 115 | 	<td width="50%" align="right">
 | 
  
    | 116 | 		<input type="file" size="42" name="file8" />
 | 
  
    | 117 | 	</td>
 | 
  
    | 118 | </tr>
 | 
  
    | 119 | <tr>
 | 
  
    | 120 | 	<td width="50%" align="left">
 | 
  
    | 121 | 		<input type="file" size="42" name="file9" />
 | 
  
    | 122 | 	</td>
 | 
  
    | 123 | 	<td width="50%" align="right">
 | 
  
    | 124 | 		<input type="file" size="42" name="file10" />
 | 
  
    | 125 | 	</td>
 | 
  
    | 126 | </tr>
 | 
  
    | 127 | </table>
 | 
  
    | 128 | 
 | 
  
    | 129 | </form>
 | 
  
    | 130 | 
 | 
  
    | 131 | <!-- END main_block -->
 |