Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/www.jkmold.com/phpcms/modules/banner/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.'); include $this->admin_tpl('header','admin');?> <style type="text/css"> .banner_table{ width:100%; } .banner_table tbody tr { border-bottom:1px solid #ddd; } .banner_table tbody tr td{ height:45px; } .banner_table tbody tr .td1{ width:10%; text-align:right; } .banner_table tbody tr .td2{ width:90%; text-align:left; } .banner_table tbody tr .td2 input{ height:25px; } .banner_table tbody tr .td2 .txt{ width:30%; } #addsubmit{ width:120px; height:35px; background:red; color:#fff; border:0px; } .table_form thead tr th,.table_form tbody tr td{ text-align:center; border:1px solid #ddd; } .table_form thead tr th{ font-size:15px; } .w1 { width:10%; } .w2 { width:30%; } .w3 { width:30%; } .w4 { width:30%; } .w1 input{ text-align:center; } </style> <div class="pad-10"> <form action="?m=banner&c=banner&a=banner_edit&cateedit=1" method="post" id="myform"> <input type="hidden" value="<?php echo $bedit['siteid'] ?>" name="info[siteid]" /> <input type="hidden" value="<?php echo $bedit['bannerid'] ?>" name="info[bannerid]" /> <table width="100%" cellspacing="0" class="search-form banner_table"> <tbody> <tr> <td class="td1">分类名称:</td> <td class="td2"><input type="text" name="info[title]" placeholder="分类名称" value="<?php echo $bedit['title']?>"/></td> </tr> <tr> <td class="td1">分类描述:</td> <td class="td2" style="height:70px"><textarea name="info[description]" id="description" rows="3" cols="50" placeholder="描述可以不填"><?php echo $bedit['description']?></textarea></td> </tr> <tr> <td class="td1"> </td> <td class="td2"> <input type="submit" name="addsubmit" id="addsubmit" value="编辑" /> </td> </tr> </tbody> </table> </form> </div> </body> </html>