No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
18
ControlPanel/modules/ftp/skins/blue/zip1.template.php
Normal file
18
ControlPanel/modules/ftp/skins/blue/zip1.template.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
|
||||
<!-- Template /skins/blue/zip1.template.php begin -->
|
||||
<div style="border-color: #000000; border-style: solid; border-width: 1px; padding: 10px; margin-<?php echo __("right"); ?>: 100px; margin-bottom: 10px;">
|
||||
<input type="checkbox" name="zipactions[save]" value="yes" /> <?php echo __("Save the zip file on the FTP server as:"); ?> <input type=text class="input" name="zipactions[save_filename]" value="<?php echo $zipfilename; ?>" />
|
||||
</div>
|
||||
|
||||
<div style="border-color: #000000; border-style: solid; border-width: 1px; padding: 10px; margin-<?php echo __("right"); ?>: 100px; margin-bottom: 10px;">
|
||||
<input type="checkbox" name="zipactions[email]" value="yes" /> <?php echo __("Email the zip file in attachment to:"); ?> <input type="text" class="input" name="zipactions[email_to]" value="" /><br /><br />
|
||||
<?php echo __("Note that sending files is not anonymous: your IP address as well as the time of the sending will be added to the email."); ?><br /><br />
|
||||
<?php echo __("Some additional comments to add in the email:"); ?><br />
|
||||
<textarea name="zipactions[message]" class="edit" rows="5" cols="60" wrap="off"></textarea>
|
||||
</div>
|
||||
|
||||
<?php for ($i=1; $i<=sizeof($list["all"]); $i++) { ?>
|
||||
<?php printDirFileProperties($i, $list["all"][$i], "hidden", ""); ?>
|
||||
<?php } // end for ?>
|
||||
|
||||
<!-- Template /skins/blue/zip1.template.php end -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue