633 lines
35 KiB
PHP
633 lines
35 KiB
PHP
<?php if (!defined("RUNTIME")) exit(); /*a:5:{s:62:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\seo\index.html";i:1732932220;s:59:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\foxcms.html";i:1732932220;s:56:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\css.html";i:1732932220;s:64:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\footed-copy.html";i:1732932220;s:59:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\script.html";i:1732932220;}*/ ?>
|
||
<!DOCTYPE html>
|
||
<html lang="cn">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title><?php echo xn_cfg('base.sys_name'); ?></title>
|
||
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/foxui-1.32.min.css" />
|
||
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/common.min.css" />
|
||
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/admin_common.css" />
|
||
|
||
<style>
|
||
.foxui-dialog__wrapper .foxui-dialog__body{
|
||
max-height: 520px;
|
||
overflow-y: auto;
|
||
padding-top: 10px !important;
|
||
padding-bottom: 10px !important;
|
||
}
|
||
</style>
|
||
|
||
</head>
|
||
<body>
|
||
<div class="foxcms-container basic-set-page-container apply-page-container">
|
||
<div class="foxcms-header">
|
||
<div class="foxcms-logo">
|
||
<img style="width: 100px;" src="/static/images/foxcms_logo.svg">
|
||
</div>
|
||
<div class="foxcms-modal">
|
||
<?php if($clickName): ?>
|
||
<p><?php echo htmlentities($clickName); ?></p>
|
||
<?php else: ?>
|
||
<button class="foxui-text" onclick="window.history.go(-1)">
|
||
<i class="foxui-icon-fanhui-o"></i>
|
||
<span>返回</span>
|
||
</button>
|
||
<?php endif; ?>
|
||
</div>
|
||
<div class="foxcms-bar">
|
||
<div class="foxcms-bar-left">
|
||
<ul class="foxui-breadcrumb">
|
||
<?php if(is_array($breadcrumb) || $breadcrumb instanceof \think\Collection || $breadcrumb instanceof \think\Paginator): if( count($breadcrumb)==0 ) : echo "" ;else: foreach($breadcrumb as $key=>$vo): ?>
|
||
<li class="foxui-breadcrumb-item">
|
||
<a href="<?php echo htmlentities($vo['url']); ?>"><?php echo htmlentities($vo['title']); ?></a>
|
||
</li>
|
||
<?php endforeach; endif; else: echo "" ;endif; ?>
|
||
</ul>
|
||
</div>
|
||
<div class="foxcms-bar-right">
|
||
|
||
<div class="foxui-dropdown lang-select">
|
||
<?php if(sizeof($otherLangs) > 0): ?>
|
||
<button class="foxui-dropdown-handle foxui-dropdown-icon lang-btn" data-trigger="hover" data-lang="<?php echo htmlentities($curlang['lang']); ?>"><?php echo htmlentities($curlang['name']); ?></button>
|
||
<div class="foxui-dropdown-menu">
|
||
<ul class="foxui-dropdown-slide">
|
||
<?php foreach($otherLangs as $key=>$vo): ?>
|
||
<li class="foxui-dropdown-item" data-id="<?php echo htmlentities($vo['id']); ?>" data-lang="<?php echo htmlentities($vo['lang']); ?>" onclick="langHandover(this)"><?php echo htmlentities($vo['name']); ?></li>
|
||
<?php endforeach; ?>
|
||
</ul>
|
||
</div>
|
||
<?php else: ?>
|
||
<button class="foxui-dropdown-handle foxui-dropdown-icon lang-btn display-none" data-trigger="hover" data-lang="<?php echo htmlentities($curlang['lang']); ?>"><?php echo htmlentities($curlang['name']); ?></button>
|
||
<?php endif; ?>
|
||
</div>
|
||
|
||
<div class="item icon index">
|
||
<i class="foxui-icon-shouye-o"></i>
|
||
</div>
|
||
<div class="item role">
|
||
<div class="foxui-dropdown">
|
||
<button class="foxui-text foxui-dropdown-handle foxui-dropdown-icon" data-trigger="hover" id="barService">
|
||
<i class="foxui-icon-kefu-o"></i>
|
||
</button>
|
||
</div>
|
||
<div class="foxui-dropdown dropdown">
|
||
<button class="foxui-text foxui-dropdown-handle foxui-dropdown-icon" data-trigger="hover"><?php echo session("admin_auth.nickname"); ?></button>
|
||
<div class="foxui-dropdown-menu">
|
||
<ul class="foxui-dropdown-slide">
|
||
<li class="foxui-dropdown-item" data-id="1">个人中心</li>
|
||
<li class="foxui-dropdown-item" data-id="2">修改密码</li>
|
||
<li class="foxui-dropdown-item" data-id="3">更新缓存</li>
|
||
<li class="foxui-divided" data-id="4"></li>
|
||
<li class="foxui-dropdown-item" data-id="5">退出系统</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="item icon logout">
|
||
<a onclick="logout()"><i class="foxui-icon-tuichu-o"></i></a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="foxcms-main">
|
||
<div class="foxcms-nav">
|
||
<ul>
|
||
<?php if(is_array($menu) || $menu instanceof \think\Collection || $menu instanceof \think\Paginator): if( count($menu)==0 ) : echo "" ;else: foreach($menu as $key=>$vo): ?>
|
||
<li>
|
||
<a class="<?php if($pid == $vo['id']): ?>active<?php endif; ?>" href="<?php echo htmlentities($vo['name']); ?>">
|
||
<i class="foxui-<?php echo htmlentities($vo['icon']); ?>"></i>
|
||
<span><?php echo htmlentities($vo['title']); ?></span>
|
||
</a>
|
||
</li>
|
||
<?php endforeach; endif; else: echo "" ;endif; ?>
|
||
</ul>
|
||
</div>
|
||
<?php if(sizeof($chileMenus) > 0): ?>
|
||
<div class="foxcms-menu-nav" style="<?php echo htmlentities($fox_menu); ?>">
|
||
<div class="foxcms-menu-nav-inner" id="foxMenuFrame">
|
||
|
||
<ul class="foxui-menu foxui-type-vertical">
|
||
<?php if(is_array($chileMenus) || $chileMenus instanceof \think\Collection || $chileMenus instanceof \think\Paginator): if( count($chileMenus)==0 ) : echo "" ;else: foreach($chileMenus as $key=>$cm): if(empty($cm['_data']) != true): ?>
|
||
<li class="foxui-menu-submenu">
|
||
<div class="foxui-menu-handle foxui-menu-icon is-active">
|
||
<span><?php echo htmlentities($cm['title']); ?></span>
|
||
</div>
|
||
<div class="foxui-menu-menu" style="display: block">
|
||
<ul class="foxui-menu-slide">
|
||
<?php if(is_array($cm['_data']) || $cm['_data'] instanceof \think\Collection || $cm['_data'] instanceof \think\Paginator): if( count($cm['_data'])==0 ) : echo "" ;else: foreach($cm['_data'] as $key=>$ccm): if(empty($ccm['_data']) != true): ?>
|
||
<li class="foxui-menu-submenu">
|
||
<div class="foxui-menu-handle foxui-menu-icon is-active">
|
||
<span><?php echo htmlentities($ccm['title']); ?></span>
|
||
</div>
|
||
<div class="foxui-menu-menu" style="display: block">
|
||
<ul class="foxui-menu-slide">
|
||
<?php if(is_array($ccm['_data']) || $ccm['_data'] instanceof \think\Collection || $ccm['_data'] instanceof \think\Paginator): if( count($ccm['_data'])==0 ) : echo "" ;else: foreach($ccm['_data'] as $key=>$cccm): if($clickId == $cccm['id']): ?>
|
||
<li class="foxui-menu-item is-active"><?php echo htmlentities($cccm['title']); ?></li>
|
||
<?php else: ?>
|
||
<li class="foxui-menu-item">
|
||
<a href="<?php echo htmlentities($cccm['name']); ?>?columnId=<?php echo htmlentities($cccm['id']); ?>"><?php echo htmlentities($cccm['title']); ?></a>
|
||
</li>
|
||
<?php endif; ?>
|
||
<?php endforeach; endif; else: echo "" ;endif; ?>
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
<?php else: ?>
|
||
<li class="foxui-menu-item <?php if($clickId == $ccm['id']): ?>is-active<?php endif; ?>">
|
||
<a href="<?php echo htmlentities($ccm['name']); ?>?columnId=<?php echo htmlentities($ccm['id']); ?>"><?php echo htmlentities($ccm['title']); ?></a>
|
||
</li>
|
||
<?php endif; ?>
|
||
<?php endforeach; endif; else: echo "" ;endif; ?>
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
<?php else: ?>
|
||
<li class="foxui-menu-item <?php if($clickId == $cm['id']): ?>is-active<?php endif; ?>">
|
||
<a href="<?php echo htmlentities($cm['name']); ?>?columnId=<?php echo htmlentities($cm['id']); ?>"><?php echo htmlentities($cm['title']); ?></a>
|
||
</li>
|
||
<?php endif; ?>
|
||
<?php endforeach; endif; else: echo "" ;endif; ?>
|
||
</ul>
|
||
</div>
|
||
<div class="foxcms-menu-nav-fold">
|
||
<i class="foxui-icon-zuizuo"></i>
|
||
</div>
|
||
</div>
|
||
<?php endif; ?>
|
||
<div class="foxcms-article foxui-scroll-container has-content-footer">
|
||
<div class="foxcms-content">
|
||
|
||
|
||
<div class="foxcms-content-inner">
|
||
<!-- page content -->
|
||
<div class="basic-set-content">
|
||
<div class="section section-panel">
|
||
<input name="bcid" value="<?php echo htmlentities($bcid); ?>" type="hidden"/>
|
||
<div class="section-title">SEO设置</div>
|
||
<div class="section-main">
|
||
<div class="section-main-item">
|
||
<div class="foxui-input-group">
|
||
<div class="input-label">
|
||
<label class="foxui-required">URL模式:</label>
|
||
</div>
|
||
<div class="input-box">
|
||
<div class="foxui-radio-group" data-name="url_model">
|
||
|
||
<div class="foxui-radio <?php if($url_model == 1): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="1" name="status"/>
|
||
</span>
|
||
<span class="foxui-radio-label">动态URL</span>
|
||
</div>
|
||
<div class="foxui-radio <?php if($url_model == 2): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="2"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="status">伪静态化</span>
|
||
</div>
|
||
|
||
<div class="foxui-radio <?php if($url_model == 3): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="3"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="status">静态化页面</span>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="pseudoPage" style="<?php if($url_model != 2): ?>display: none<?php endif; ?>">
|
||
<div class="section-main-item">
|
||
<div class="foxui-input-group foxui-align-items-start">
|
||
<label class="input-label">生成伪静态配置:</label>
|
||
<div class="foxui-switch <?php if($pseudo_status == 1): ?>is-checked<?php endif; ?>" data-name="pseudo_status">
|
||
<input type="checkbox" value="" class="foxui-switch-input"/>
|
||
<span class="foxui-switch-core"></span>
|
||
</div>
|
||
<span style="color: #909399;" class="margin-left-24">部分服务器主机需要手动设置伪静态规则文件</span>
|
||
</div>
|
||
<p class="input-box-info <?php if($webServer != 'apache'): ?>display-none<?php endif; ?>" style="margin-bottom: 0px;">
|
||
<?php if($webServer == "apache"): ?>
|
||
<i class="foxui-icon-zhengque-f" style="font-size: 18px;color: #5ad35a;"></i>
|
||
<?php else: ?>
|
||
<i class="foxui-icon-tishi-f" style="font-size: 18px;"></i>
|
||
<?php endif; ?>
|
||
<span style="font-size: 14px; <?php if($webServer == 'apache'): ?>color: #5ad35a;<?php endif; ?>">该主机为Apache环境,支持生成配置文件,</span><span style="font-size: 14px;">如开启后访问异常可进行手动配置</span>
|
||
<a style="font-size: 12px; cursor: pointer;" onclick="guide(1)"<i class="foxui-icon-wenti-o"></i>操作指南</a>
|
||
</p>
|
||
<p class="input-box-info <?php if($webServer != 'nginx'): ?>display-none<?php endif; ?>" style="font-size: 22px;margin-bottom: 0px;">
|
||
|
||
<?php if($webServer == "nginx"): ?>
|
||
<i class="foxui-icon-zhengque-f" style="font-size: 18px;color: #5ad35a;"></i>
|
||
<?php else: ?>
|
||
<i class="foxui-icon-tishi-f" style="font-size: 18px;"></i>
|
||
<?php endif; ?>
|
||
<span style="font-size: 14px; <?php if($webServer == 'nginx'): ?>color: #5ad35a;<?php endif; ?>">该主机为Nginx环境,需要<a href="javascript:void(0)" style="font-size: 14px;" onclick="guide(5)">查看伪静态规则</a>进行手动配置</span>
|
||
<a style="font-size: 12px;cursor: pointer;" onclick="guide(2)"><i class="foxui-icon-wenti-o"></i>操作指南</a>
|
||
</p>
|
||
<p class="input-box-info <?php if($webServer != 'iis'): ?>display-none<?php endif; ?>" style="margin-bottom: 0px;">
|
||
<?php if($webServer == "iis"): ?>
|
||
<i class="foxui-icon-zhengque-f" style="font-size: 18px;color: #5ad35a;"></i>
|
||
<?php else: ?>
|
||
<i class="foxui-icon-tishi-f" style="font-size: 18px;"></i>
|
||
<?php endif; ?>
|
||
<span style="font-size: 14px;<?php if($webServer == 'iis'): ?>color: #5ad35a;<?php endif; ?>">该主机为Microsoft-IIS环境,支持生成配置文件,</span><span style="font-size: 14px;">如开启后访问异常可进行手动配置</span>
|
||
<a style="font-size: 12px;cursor: pointer;" onclick="guide(3)"><i class="foxui-icon-wenti-o"></i>操作指南</a>
|
||
</p>
|
||
<p class="input-box-info <?php if($webServer != 'other'): ?>display-none<?php endif; ?>" style="font-size: 22px;margin-bottom: 0px;">
|
||
<?php if($webServer == "other"): ?>
|
||
<i class="foxui-icon-zhengque-f" style="font-size: 18px;color: #5ad35a;"></i>
|
||
<?php else: ?>
|
||
<i class="foxui-icon-tishi-f" style="font-size: 18px;"></i>
|
||
<?php endif; ?>
|
||
<span style="font-size: 14px;<?php if($webServer == 'other'): ?>color: #5ad35a;<?php endif; ?>">该主机服务器环境,需进行手动配置</span>
|
||
<a style="font-size: 12px;cursor: pointer;" onclick="guide(4)"><i class="foxui-icon-wenti-o"></i>操作指南</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="staticPage" style="<?php if($url_model != 3): ?>display: none<?php endif; ?>">
|
||
|
||
<div class="section-main-item">
|
||
<div class="foxui-input-group">
|
||
<div class="input-label">
|
||
<label>整站页面:</label>
|
||
</div>
|
||
<div class="input-box">
|
||
<button class="foxui-plain-primary a-key" data-id="key1">一键生成</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section-main-item">
|
||
<div class="foxui-input-group">
|
||
<div class="input-label">
|
||
<label>首页:</label>
|
||
</div>
|
||
<div class="input-box">
|
||
<button class="foxui-plain-primary a-key" data-id="key2">一键生成</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section-main-item">
|
||
<div class="foxui-input-group">
|
||
<div class="input-label">
|
||
<label class="foxui-required">栏目页:</label>
|
||
</div>
|
||
<div class="input-box">
|
||
<div class="foxui-select">
|
||
<div class="foxui-select-handle foxui-select-icon">
|
||
<input class="foxui-select-input" readonly="readonly" name="column" placeholder="请选择" value="<?php echo htmlentities($columnList[0]['columnName']); ?>" data-id="<?php echo htmlentities($columnList[0]['columnId']); ?>" />
|
||
</div>
|
||
<div class="foxui-select-menu">
|
||
<ul class="foxui-select-slide">
|
||
<?php foreach($columnList as $vo): ?>
|
||
<li class="foxui-select-item" data-id="<?php echo htmlentities($vo['columnId']); ?>"><?php echo htmlentities($vo['columnName']); ?></li>
|
||
<?php foreach($vo['children'] as $voo): ?>
|
||
<li class="foxui-select-item foxui-margin-left-20" data-id="<?php echo htmlentities($voo['columnId']); ?>"><?php echo htmlentities($voo['columnName']); ?></li>
|
||
<?php foreach($voo['children'] as $vooo): ?>
|
||
<li class="foxui-select-item foxui-margin-left-40" data-id="<?php echo htmlentities($vooo['columnId']); ?>"><?php echo htmlentities($vooo['columnName']); ?></li>
|
||
<?php endforeach; ?>
|
||
<?php endforeach; ?>
|
||
<?php endforeach; ?>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<button class="foxui-plain-primary a-key" data-id="key3">一键生成</button>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section-main-item" data-name="column_page">
|
||
<div class="foxui-input-group foxui-align-items-start">
|
||
<div class="input-label">
|
||
<label>栏目页面名称:</label>
|
||
</div>
|
||
<div class="block-box foxui-radio-group foxui-display-flex foxui-flex-column">
|
||
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($column_page == 1): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="1" name="column_page"/>
|
||
</span>
|
||
<span class="foxui-radio-label">顶级目录名称/list_ID.html (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:<?php echo htmlentities($domain); ?><?php echo htmlentities($html_save_path); ?>/article/lists_1.html</span>)</span>
|
||
</div>
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($column_page == 2): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="2"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="column_page">父级目录名称/子目录名称/ (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:<?php echo htmlentities($domain); ?><?php echo htmlentities($html_save_path); ?>/article/lol/</span>)</span>
|
||
</div>
|
||
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($column_page == 3): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="3"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="column_page">自定义 (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:在【栏目列表】设置栏目可以自定义文件保存目录</span>)</span>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="section-main-item" data-name="document_page">
|
||
<div class="foxui-input-group foxui-align-items-start">
|
||
<div class="input-label">
|
||
<label>文档页面名称:</label>
|
||
</div>
|
||
<div class="block-box foxui-radio-group foxui-display-flex foxui-flex-column">
|
||
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($document_page == 1): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="1" name="document_page"/>
|
||
</span>
|
||
<span class="foxui-radio-label">父级目录名称/子目录名称/年月日/ID.html (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:<?php echo htmlentities($domain); ?><?php echo htmlentities($html_save_path); ?>/article/lol/20220816/1.html</span>)</span>
|
||
</div>
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($document_page == 2): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="2"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="document_page">父级目录名称/子目录名称/ID.html (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:<?php echo htmlentities($domain); ?><?php echo htmlentities($html_save_path); ?>/article/lol/1.html</span>)</span>
|
||
</div>
|
||
|
||
<div class="foxui-radio foxui-margin-left-0 foxui-margin-bottom-12 <?php if($document_page == 3): ?> is-checked <?php endif; ?>">
|
||
<span class="foxui-radio-input">
|
||
<i class="foxui-radio-icon"></i>
|
||
<input type="radio" value="3"/>
|
||
</span>
|
||
<span class="foxui-radio-label" name="document_page">自定义 (<a onclick="checkExample(event)">查看例子</a><span style="display: none">:在【栏目列表】设置栏目可以自定义文件保存目录</span>)</span>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="foxcms-content-footer">
|
||
<button class="is-long foxui-size-small foxui-solid-primary" id="save">保存</button>
|
||
</div>
|
||
|
||
<div class="foxcms-content-copy">
|
||
<p>
|
||
<span>Copyright © 2021-<?php echo isset($nowtime) ? htmlentities($nowtime) : '现在'; ?></span>
|
||
<strong>FOXCMS</strong>
|
||
<span>版权所有</span>
|
||
</p>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/jquery-3.6.0.min.js"></script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/tinymce/tinymce.min.js"></script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/echarts.min.js"></script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/foxui-1.32.min.js"></script>
|
||
<script>
|
||
//全局上传文件端口
|
||
var UPLOAD_FILE_URL = "<?php echo url('upload_files/upload'); ?>";
|
||
//图片粘贴下载
|
||
var UPIMG_URL = "<?php echo url('upload_files/upimg'); ?>";
|
||
var SERVER_URL = "/";
|
||
//配置的后台路径
|
||
var ADMIN_PATH = "/" + "<?php echo config('adminconfig.admin_path'); ?>";
|
||
//静态文件路径
|
||
var STATIC_PATH ="<?php echo config('adminconfig.static_path'); ?>";
|
||
//退出地址
|
||
var LOGOUT_PATH = "<?php echo logout_url(); ?>";
|
||
//栏目模型地址
|
||
var GETCOLUMMODELS_PATH = "<?php echo getColumModels_url(); ?>";
|
||
//个人中心
|
||
var ADMINEDIT_PATH = "<?php echo adminEdit_url(); ?>";
|
||
//更新缓存
|
||
var LOGINCLEARCACHE_PATH = "<?php echo loginClearCache_url(); ?>";
|
||
//修改密码
|
||
var ADMINUPDATEPASSWORD_PATH = "<?php echo adminUpdatePassword_url(); ?>";
|
||
//循环生成静态html
|
||
var SEOALLSITE_PATH = "<?php echo seoAllSite_url(); ?>";
|
||
//单独静态生成
|
||
var SEOADDDATABUILDDETAIL_PATH = "<?php echo seoAddDataBuildDetail_url(); ?>";
|
||
//单独静态栏目生成
|
||
var SINGLEALLSITE_PATH = "<?php echo singleAllSite_url(); ?>";
|
||
//删除幻灯片
|
||
var SLIDEDELETE_PATH = "<?php echo slideDelete_url(); ?>";
|
||
//编辑幻灯片
|
||
var SLIDEEDIT_PATH = "<?php echo slideEdit_url(); ?>";
|
||
//后台首页地址
|
||
var HOME_PATH = "<?php echo url('Index/index'); ?>";
|
||
//切换语言
|
||
var HANDOVER_LANG_PATH = "<?php echo url('handoverLang'); ?>";
|
||
</script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/rich_text.js"></script>
|
||
<script>
|
||
|
||
foxui.imagesManager.init({
|
||
paginationOption: {
|
||
type: 'solid',
|
||
size: 'small',
|
||
pageSize: 10,
|
||
pageNum: 7,
|
||
pageSizeList: [10, 20, 30, 50],
|
||
isShowJump: true,
|
||
isShowTotal: true,
|
||
isShowSize: true
|
||
},
|
||
url: "<?php echo url('PicManager/picManager'); ?>",
|
||
});
|
||
|
||
foxui.videoManager.init({
|
||
paginationOption: {
|
||
type: 'solid',
|
||
size: 'small',
|
||
pageSize: 10,
|
||
pageNum: 7,
|
||
pageSizeList: [10, 20, 30, 50],
|
||
isShowJump: true,
|
||
isShowTotal: true,
|
||
isShowSize: true,
|
||
},
|
||
url: "<?php echo url('VideoManager/videoManager'); ?>",
|
||
});
|
||
</script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/common.js"></script>
|
||
<script src="<?php echo htmlentities($staticPath); ?>js/admin_common.js"></script>
|
||
|
||
|
||
<script>
|
||
$('div[data-name="pseudo_status"]').click(function () {
|
||
let pseudo_status = 0;
|
||
if(!($(this).hasClass("is-checked"))){
|
||
pseudo_status = 1;
|
||
}
|
||
$.ajax({
|
||
type: "post",
|
||
url: '<?php echo url("pseudoUpdate"); ?>',
|
||
dataType: "json",
|
||
data: {pseudo_status},
|
||
success: function (res) {
|
||
if (res.code == 1) {
|
||
if (res.data == "") {
|
||
foxui.message({
|
||
type: 'success',
|
||
text: res.msg
|
||
})
|
||
} else {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: res.msg
|
||
})
|
||
}
|
||
} else {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: res.msg
|
||
})
|
||
}
|
||
}, error: function (res) {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: '操作失败'
|
||
})
|
||
}
|
||
});
|
||
});
|
||
function guide(type) {
|
||
window.open("//www.foxcms.cn/help/manual/faq/11.html");
|
||
}
|
||
function checkExample(event) {
|
||
let curObj = event.target;
|
||
let nextObj = $(curObj).next();
|
||
let showVal = $(nextObj).css('display');
|
||
if(showVal == "" || showVal == "none"){
|
||
$(nextObj).css({"display": "inline-block"});
|
||
}else{
|
||
$(nextObj).css({"display": "none"});
|
||
}
|
||
}
|
||
</script>
|
||
|
||
<script>
|
||
//一键生成
|
||
$(".a-key").on("click", function (){
|
||
let dataId = $(this).attr("data-id");
|
||
let columnId = $('input[name="column"]').attr("data-id");//栏目id
|
||
|
||
//状态
|
||
let url_model = $('div[data-name="url_model"]').find('.foxui-radio.is-checked input').val();
|
||
let column_page = $('div[data-name="column_page"]').find('.foxui-radio.is-checked input').val();
|
||
let document_page = $('div[data-name="document_page"]').find('.foxui-radio.is-checked input').val();
|
||
let pseudo_status = $('div[data-name="pseudo_status"]').hasClass("is-checked")?1:0
|
||
|
||
let params = {"oneId":dataId, "columnId": columnId, "first":1, url_model, column_page, document_page,pseudo_status};
|
||
allSite(params);
|
||
});
|
||
|
||
//url模式项
|
||
let fi = $('div[data-name="url_model"]').find(".foxui-radio.is-checked input").val();
|
||
if(fi == 3){
|
||
$("#staticPage").show();
|
||
$("#pseudoPage").hide();
|
||
}else if(fi == 2){
|
||
$("#pseudoPage").show();
|
||
$("#staticPage").hide();
|
||
}else{
|
||
$("#staticPage").hide();
|
||
$("#pseudoPage").hide();
|
||
}
|
||
$('div[data-name="url_model"] .foxui-radio').on("click", function (){
|
||
$inputVal = $(this).find("input").val();
|
||
if($inputVal == 3){
|
||
$("#staticPage").show();
|
||
$("#pseudoPage").hide();
|
||
}else if($inputVal == 2){
|
||
$("#pseudoPage").show();
|
||
$("#staticPage").hide();
|
||
}else{
|
||
$("#staticPage").hide();
|
||
$("#pseudoPage").hide();
|
||
}
|
||
});
|
||
|
||
//保存
|
||
$('#save').click(function () {
|
||
|
||
//状态
|
||
let url_model = $('div[data-name="url_model"]').find('.foxui-radio.is-checked input').val();
|
||
let column_page = $('div[data-name="column_page"]').find('.foxui-radio.is-checked input').val();
|
||
let document_page = $('div[data-name="document_page"]').find('.foxui-radio.is-checked input').val();
|
||
let pseudo_status = $('div[data-name="pseudo_status"]').hasClass("is-checked")?1:0
|
||
let datas = {url_model, column_page, document_page, pseudo_status};
|
||
foxui.dialog({
|
||
title: '保存',
|
||
content: '您确定要保存吗',
|
||
cancelText: '取消',
|
||
confirmText: '保存',
|
||
confirm: function (callback) {
|
||
$.ajax({
|
||
type: "post",
|
||
url: '<?php echo url("save"); ?>',
|
||
dataType: "json",
|
||
data: datas,
|
||
success: function (res) {
|
||
if (res.code == 1) {
|
||
if (res.data == "") {
|
||
foxui.message({
|
||
type: 'success',
|
||
text: res.msg
|
||
})
|
||
setTimeout('myrefresh()', 1000); //指定10秒刷新一次
|
||
} else {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: res.msg
|
||
})
|
||
}
|
||
} else {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: res.msg
|
||
})
|
||
}
|
||
}, error: function (res) {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: '操作失败'
|
||
})
|
||
}
|
||
});
|
||
callback();
|
||
},
|
||
cancel: function () {
|
||
foxui.message({
|
||
type: 'warning',
|
||
text: '取消操作'
|
||
})
|
||
},
|
||
});
|
||
|
||
})
|
||
|
||
</script>
|
||
|
||
|
||
</html>
|