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/collection/templates/ |
<?php defined('IN_ADMIN') or exit('No permission resources.');?> <?php include $this->admin_tpl('header', 'admin');?> <div class="pad-10"> <div class="col-tab"> <ul class="tabBut cu-li"> <li class="on" id="tab_1"><?php echo L('url_list')?></li> </ul> <div class="content pad-10" id="show_div_1" style="height:auto"> <b><?php echo L('url_list')?></b>:<?php echo $url_list;?><br><br> <?php echo L('in_all')?>: <?php echo $total?> <?php echo L('all_count_msg')?>:<?php echo $re;?><?php echo L('import_num_msg')?><?php echo $total-$re;?> <br><br> <?php if (is_array($url))foreach ($url as $v):?> <?php echo $v['title'].'<br>'.$v['url'];?> <hr size="1" /> <?php endforeach;?> <?php if ($total_page > $page) { echo "<script type='text/javascript'>location.href='?m=collection&c=node&a=col_url_list&page=".($page+1)."&nodeid=$nodeid&pc_hash=".$_SESSION['pc_hash']."'</script>"; } else {?> <script type="text/javascript"> window.top.art.dialog({id:'test'}).close(); window.top.art.dialog({id:'test',content:'<h2><?php echo L('collection_success')?></h2><span style="fotn-size:16px;"><?php echo L('following_operation')?></span><br /><ul style="fotn-size:14px;"><li><a href="?m=collection&c=node&a=col_content&nodeid=<?php echo $nodeid?>&pc_hash=<?php echo $_SESSION['pc_hash']?>" target="right" onclick="window.top.art.dialog({id:\'test\'}).close()"><?php echo L('following_operation_1')?></a></li><li><a href="?m=collection&c=node&a=manage&menuid=957&pc_hash=<?php echo $_SESSION['pc_hash']?>" target="right" onclick="window.top.art.dialog({id:\'test\'}).close()"><?php echo L('following_operation_2')?></a></li></ul>',width:'400',height:'200'}); </script> <?php }?> </div> </div> </div> </body> </html>