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/job/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.'); include $this->admin_tpl('header','admin'); ?> <div class="pad-lr-10"> <table width="100%" cellspacing="0" class="search-form"> <tbody> <tr> <td> <div class="explain-col"> <?php echo L('job_num')?>:<font color="green"><?php echo $this->job_num;?></font> 个 <?php echo L('job_num_online')?>:<font color="green"><?php echo $this->job_num_online;?></font> 个 <?php echo L('yingpin_num')?>:<font color="green"><?php echo $this->yingpin_num;?></font> 份 <?php echo L('yingpin_num_unpass')?>:<font color="red"><?php echo $this->yingpin_num_unpass;?></font> 份 </div> </td> </tr> </tbody> </table> <form name="myform" id="myform" action="?m=job&c=job&a=yp_listorder" method="post" > <div class="table-list"> <table width="100%" cellspacing="0"> <thead> <tr> <th width="35" align="center"><input type="checkbox" value="" id="check_box" onclick="selectall('ypid[]');"></th> <th width="35" align="center"><?php echo L('listorder')?></th> <th align="center"><?php echo L('name')?></th> <th align="center"><?php echo L('sex')?></th> <th align="center"><?php echo L('age')?></th> <th align="center"><?php echo L('xueli')?></th> <th width="12%" align="center"><?php echo L('tel')?></th> <th width='10%' align="center"><?php echo L('submittime')?></th> <th width="8%" align="center"><?php echo L('status')?></th> <th width="12%" align="center"><?php echo L('operations_manage')?></th> </tr> </thead> <tbody> <?php if(is_array($infos)){ foreach($infos as $info){ ?> <tr> <td align="center" width="35"><input type="checkbox" name="ypid[]" value="<?php echo $info['ypid']?>"></td> <td align="center" width="35"><input name='listorders[<?php echo $info['ypid']?>]' type='text' size='3' value='<?php echo $info['listorder']?>' class="input-text-c"></td> <td align="center"><?php echo $info['name']?></td> <td align="center" width="12%"><?php echo $info['sex'];?></td> <td align="center" width="10%"><?php echo $info['age'];?> 岁</td> <td align="center" width="10%"><?php echo $info['xueli'];?></td> <td align="center" width="10%"><?php echo $info['tel'];?></td> <td align="center" width="10%"><?php echo $info['inputtime'];?></td> <td width="8%" align="center"> <?php if($info['passed']=='0'){?> <a href='?m=job&c=job&a=yp_check&pass=1&id=<?php echo $info['ypid']?>' onClick="return confirm('<?php echo L('pass_or_not')?>')"> <font color=red><?php echo L('unpassed')?></font> </a> <?php }else{?> <a href='?m=job&c=job&a=yp_check&pass=0&id=<?php echo $info['ypid']?>' onClick="return confirm('<?php echo L('pass_or_not')?>')"> <font color=green><?php echo L('passed')?></font> </a> <?php }?> </td> <td align="center" width="12%"><a href="###" onclick="more(<?php echo $info['ypid']?>, '<?php echo new_addslashes($info['name'])?>')" title="<?php echo L('more')?>"><?php echo L('more')?></a> | <a href='?m=job&c=job&a=yp_delete&ypid=<?php echo $info['ypid']?>' onClick="return confirm('<?php echo L('confirm', array('message' => new_addslashes($info['name'])))?>')"><?php echo L('delete')?></a> </td> </tr> <?php } } ?> </tbody> </table> </div> <div class="btn"> <input name="dosubmit" type="submit" class="button" value="<?php echo L('listorder')?>"> <input type="submit" class="button" name="dosubmit" onClick="document.myform.action='?m=job&c=job&a=yp_delete'" value="<?php echo L('delete')?>"/> </div> <div id="pages"><?php echo $pages?></div> </form> </div> <script type="text/javascript"> function edit(id, name) { window.top.art.dialog({id:'edit'}).close(); window.top.art.dialog({title:'<?php echo L('edit')?> '+name+' ',id:'edit',iframe:'?m=job&c=job&a=edit&jobid='+id,width:'700',height:'450'}, function(){var d = window.top.art.dialog({id:'edit'}).data.iframe; var form = d.document.getElementById('dosubmit');form.click();return false;}, function(){window.top.art.dialog({id:'edit'}).close()}); } function more(id, name) { window.top.art.dialog({id:'more'}).close(); window.top.art.dialog({title:'<?php echo L('more')?> '+name+' ',id:'more',iframe:'?m=job&c=job&a=yp_more&menuid=<?php echo $_GET['menuid']?>&id='+id,width:'700',height:'310'}, function(){var d = window.top.art.dialog({id:'more'}).data.iframe; var form = d.document.getElementById('dosubmit');form.click();return false;}, function(){window.top.art.dialog({id:'more'}).close()}); } </script> </body> </html>