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/poster/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.'); $show_header = 1; include $this->admin_tpl('header', 'admin'); ?> <form method="post" action="?m=poster&c=space&a=public_tempate_setting" name="myform" id="myform"> <table class="table_form" width="100%" cellspacing="0"> <tbody> <tr> <th width="200"><strong><?php echo L('template_file_name')?>:</strong></th> <td><?php echo $template?><input type="hidden" value="<?php echo $template?>" name="template"></td> </tr> <tr> <th><strong><?php echo L('name_cn')?>:</strong></th> <td><input type="text" size="20" value="<?php echo $info['name']?>" name="info[name]"></td> </tr> <tr> <th><strong><?php echo L('show_this_param')?>:</strong></th> <td><label><input type="radio" value="align"<?php if ($info['align']=='align'){?> checked<?php }?> name="info[align]" onclick="$('#choose_select').show();"> <?php echo L('lightbox')?></label> <label><input type="radio" value="scroll"<?php if ($info['align']=='scroll'){?> checked<?php }?> name="info[align]" onclick="$('#choose_select').show();"> <?php echo L('rolling')?></label></td> </tr> <tr id="choose_select" style="display:<?php if ($info['align']=='') {?>none<?php }?>"> <th><strong><?php echo L('this_param_selected')?>:</strong></th> <td><label><input type="radio" value="1" name="info[select]"<?php if(!isset($info) || $info['select']==1) {?> checked<?php }?>> <?php echo L('yes')?></label> <label><input type="radio" value="0" name="info[select]"<?php if(!isset($info) || $info['select']==0) {?> checked<?php }?>> <?php echo L('no')?></label></td> </tr> <tr> <th><strong><?php echo L('is_set_space')?>:</strong></th> <td><input type="radio" value="1" name="info[padding]"<?php if(!isset($info) || $info['padding']==1) {?> checked<?php }?>> <?php echo L('yes')?> <input type="radio" value="0" name="info[padding]"<?php if(!isset($info) || $info['padding']==0) {?> checked<?php }?>> <?php echo L('no')?></td> </tr> <tr> <th><strong><?php echo L('is_set_size')?>:</strong></th> <td><input type="radio" value="1" name="info[size]"<?php if(!isset($info) || $info['size']==1) {?> checked<?php }?>> <?php echo L('yes')?> <input type="radio" value="0" name="info[size]"<?php if(!isset($info) || $info['size']==0) {?> checked<?php }?>> <?php echo L('no')?></td> </tr> <tr> <th><strong><?php echo L('space_poster')?>:</strong></th> <td><input type="radio" value="1" name="info[option]"<?php if(!isset($info) || $info['option']==1) {?> checked<?php }?>> <?php echo L('all_list')?> <input type="radio" value="0" name="info[option]"<?php if(!isset($info) || $info['option']==0) {?> checked<?php }?>> <?php echo L('only_one')?></td> </tr> <tr> <th><strong><?php echo L('is_used_type')?>:</strong></th> <td><label><input type="checkbox" value="images" name="info[type][]"<?php if (is_array($info['type']) && in_array('images', $info['type'])) {?> checked<?php }?>> <?php echo L('photo')?></label> <label><input type="checkbox" value="flash" name="info[type][]"<?php if (is_array($info['type']) && in_array('flash', $info['type'])) {?> checked<?php }?>> <?php echo L('flash')?></label> <label><input type="checkbox" value="text" name="info[type][]"<?php if (is_array($info['type']) && in_array('text', $info['type'])) {?> checked<?php }?>> <?php echo L('title')?></label></td> </tr> <tr> <th><strong><?php echo L('max_add_param')?>:</strong></th> <td><input type="text" size="10" value="<?php echo $info['num']?>" name="info[num]"></td> </tr> </tbody> </table> <div class="bk15" ><?php if ($info['iscore']) {?><input type="hidden" name="info[iscore]" value="1"><?php } else {?> <input type="submit" name="dosubmit" id="dosubmit" class="dialog" value=" <?php echo L('ok')?> " > <input type="reset" value=" <?php echo L('clear')?> " class='dialog'><?php }?> </div> </form> </body> </html>