瀏覽代碼

编码调整

tags/6.1.9
xushubieli 1 年之前
父節點
當前提交
33ece2befc
共有 19 個檔案被更改,包括 19 行新增19 行删除
  1. +1
    -1
      src/theme/plus/car.htm
  2. +1
    -1
      src/theme/plus/carbuyaction.htm
  3. +1
    -1
      src/theme/plus/download_links_templet.htm
  4. +1
    -1
      src/theme/plus/flink-add.htm
  5. +1
    -1
      src/theme/plus/flink-list.htm
  6. +1
    -1
      src/theme/plus/heightsearch.htm
  7. +1
    -1
      src/theme/plus/list_diyform.htm
  8. +1
    -1
      src/theme/plus/post_diyform.htm
  9. +1
    -1
      src/theme/plus/qrcode.htm
  10. +1
    -1
      src/theme/plus/recommend.htm
  11. +1
    -1
      src/theme/plus/rssmap.htm
  12. +1
    -1
      src/theme/plus/shops_action_payment.htm
  13. +1
    -1
      src/theme/plus/showphoto.htm
  14. +1
    -1
      src/theme/plus/sitemap.htm
  15. +1
    -1
      src/theme/plus/view_diyform.htm
  16. +1
    -1
      src/theme/plus/view_msg.htm
  17. +1
    -1
      src/theme/plus/view_msg_catalog.htm
  18. +1
    -1
      src/theme/plus/vote.htm
  19. +1
    -1
      src/theme/plus/win_templet.htm

+ 1
- 1
src/theme/plus/car.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>购物车-{dede:var.carts.orders_id/}订单号</title>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">


+ 1
- 1
src/theme/plus/carbuyaction.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>购物车-下单购买{dede:var.carts.orders_id/}</title>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">


+ 1
- 1
src/theme/plus/download_links_templet.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $title; ?>-下载地址列表-<?php echo $cfg_webname;?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/flink-add.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo $cfg_webname;?>-申请友情链接</title>


+ 1
- 1
src/theme/plus/flink-list.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $cfg_webname;?>-所有链接</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/heightsearch.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $cfg_webname;?>-高级搜索</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/list_diyform.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $diy->name; ?>-Powered by DedeBIZ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/post_diyform.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $diy->name;?>-Powered by DedeBIZ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/qrcode.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>扫描二维码</title>
<style>


+ 1
- 1
src/theme/plus/recommend.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>推荐<?php echo $title; ?>-{dede:global name='cfg_webname'/}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/rssmap.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>{dede:global name='cfg_webname'/}-RSS订阅地图</title>
<link href="{dede:global name='cfg_templets_skin'/}/style/dedecms.css" rel="stylesheet" media="screen">


+ 1
- 1
src/theme/plus/shops_action_payment.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>下单购买-{dede:var.carts.orders_id/}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/showphoto.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $arctitle; ?></title>
<link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" media="screen">


+ 1
- 1
src/theme/plus/sitemap.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>{dede:global name='cfg_webname'/}-网站地图</title>
<link href="{dede:global name='cfg_templets_skin'/}/style/dedecms.css" rel="stylesheet" media="screen">


+ 1
- 1
src/theme/plus/view_diyform.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $diy->name;?>-Powered by DedeBIZ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/view_msg.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $msgtitle; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/view_msg_catalog.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $msgtitle; ?></title>
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css">


+ 1
- 1
src/theme/plus/vote.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title><?php echo $cfg_webname?>-投票结果</title>
<meta name="viewport" content="width=device-width, initial-scale=1">


+ 1
- 1
src/theme/plus/win_templet.htm 查看文件

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta charset="{dede:global name='cfg_soft_lang'/}">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>{dede:wintitle/}</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">


Loading…
取消
儲存