9 lines
860 B
PHP
9 lines
860 B
PHP
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
|
|
<!-- Template /skins/blue/newdir1.template.php begin -->
|
|
<?php echo __("The new directories will be created in <b>%1\$s</b>.", $net2ftp_globals["printdirectory"]); ?><br /><br />
|
|
<?php echo __("New directory name:"); ?> <input type="text" class="input" name="newNames[1]" /><br /><br />
|
|
<?php echo __("New directory name:"); ?> <input type="text" class="input" name="newNames[2]" /><br /><br />
|
|
<?php echo __("New directory name:"); ?> <input type="text" class="input" name="newNames[3]" /><br /><br />
|
|
<?php echo __("New directory name:"); ?> <input type="text" class="input" name="newNames[4]" /><br /><br />
|
|
<?php echo __("New directory name:"); ?> <input type="text" class="input" name="newNames[5]" /><br /><br />
|
|
<!-- Template /skins/blue/newdir1.template.php end -->
|