Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,18 +0,0 @@
|
|||
<?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