Beispiel #1
0
									<th><?php 
echo $lang['Volume'];
?>
</th>
									<th><?php 
echo $lang['Operation'];
?>
</th>
								</tr>
							</thead>
							<?php 
foreach ($list['exportLog'] as $key => $value) {
    ?>
								<?php 
    $info = $value[1];
    $random = String::random(5);
    $info['method'] = $info['type'] != 'zip' ? $info['method'] == 'multivol' ? $lang['DBMultivol'] : $lang['DBShell'] : '';
    $info['volume'] = count($value);
    ?>
								<tbody>
									<tr>
										<td>
											<label class="checkbox">
												<input type="checkbox" data-check='key' value="<?php 
    echo $key;
    ?>
"  name="key[<?php 
    echo $key;
    ?>
]">
											</label>