Server IP : 184.154.167.98 / Your IP : 3.145.93.203 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/mesa/include/staff/templates/ |
Upload File : |
<h3 class="drag-handle"><?php echo $title ?></h3> <b><a class="close" href="#"><i class="icon-remove-circle"></i></a></b> <div class="clear"></div> <hr/> <?php if (isset($errors['err'])) { ?> <div id="msg_error" class="error-banner"><?php echo Format::htmlchars($errors['err']); ?></div> <?php } ?> <form method="post" action="#<?php echo $path; ?>"> <div class="quick-add"> <?php echo $form->asTable(); ?> </div> <hr> <p class="full-width"> <span class="buttons pull-left"> <input type="reset" value="<?php echo __('Reset'); ?>" /> <input type="button" name="cancel" class="close" value="<?php echo __('Cancel'); ?>" /> </span> <span class="buttons pull-right"> <input type="submit" value="<?php echo $verb ?: __('Create'); ?>" /> </span> </p> <div class="clear"></div> </form>