force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
34
ControlPanel/modules/ftp/skins/blue/manage.template.php
Executable file
34
ControlPanel/modules/ftp/skins/blue/manage.template.php
Executable file
|
|
@ -0,0 +1,34 @@
|
|||
<?php defined("NET2FTP") or die("Direct access to this location is not allowed."); ?>
|
||||
<!-- Template /skins/blue/manage.template.php begin -->
|
||||
<div id="main">
|
||||
<?php printTitleIcon(); ?>
|
||||
<h1><?php echo $title; ?></h1>
|
||||
<form name="<?php echo $formname; ?>" id="<?php echo $formname; ?>" action="<?php echo $net2ftp_globals["action_url"]; ?>" <?php if (isset($enctype)) { echo $enctype; } ?> method="post">
|
||||
<?php printLoginInfo(); ?>
|
||||
<input type="hidden" name="state" value="<?php echo $net2ftp_globals["state_html"]; ?>" />
|
||||
<input type="hidden" name="state2" value="<?php echo $net2ftp_globals["state2_html"]; ?>" />
|
||||
<?php if ($net2ftp_globals["state"] != "upload") { ?>
|
||||
<input type="hidden" name="directory" value="<?php echo $net2ftp_globals["directory_html"]; ?>" />
|
||||
<?php } ?>
|
||||
<input type="hidden" name="screen" value="<?php echo $nextscreen; ?>" />
|
||||
|
||||
<?php /* ----- Back icon ----- */ ?>
|
||||
<?php printActionIcon("back", $back_onclick, ""); ?>
|
||||
|
||||
<?php /* ----- Submit icon - only for transactions which have a 2nd screen ----- */ ?>
|
||||
<?php if ($net2ftp_globals["screen"] == 1
|
||||
&& ($net2ftp_globals["state"] == "admin_createtables" || $net2ftp_globals["state"] == "advanced_ftpserver" ||
|
||||
$net2ftp_globals["state"] == "chmod" || $net2ftp_globals["state"] == "copymovedelete" ||
|
||||
$net2ftp_globals["state"] == "findstring" || $net2ftp_globals["state"] == "newdir" ||
|
||||
$net2ftp_globals["state"] == "raw" || $net2ftp_globals["state"] == "rename" ||
|
||||
$net2ftp_globals["state"] == "unzip" || $net2ftp_globals["state"] == "zip")
|
||||
|| $net2ftp_globals["state"] == "upload") {
|
||||
printActionIcon("forward", $forward_onclick, "");
|
||||
} ?>
|
||||
|
||||
<br /><br />
|
||||
<?php require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/" . $net2ftp_globals["state"] . $net2ftp_globals["screen"] . ".template.php"); ?>
|
||||
</form>
|
||||
</div>
|
||||
<?php require_once($net2ftp_globals["application_skinsdir"] . "/" . $net2ftp_globals["skin"] . "/footer.template.php"); ?>
|
||||
<!-- Template /skins/blue/manage.template.php end -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue