diff --git a/docs/changelog.txt b/docs/changelog.txt index 91040b57..7761cc5a 100755 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -110,7 +110,7 @@ [√]增加默认广告位,站长可以轻松设定自己站点的广告位来赚钱; [√]浏览器兼容调整,兼容IE6/7/8,Firefox(火狐),Chrome主流浏览器; [√]首页支持动态浏览(仅适合内容较少需要实时更新的情况); -[√]系统后台登陆界面样式更改,系统后台整体样式进行调整,新版更为简洁清爽; +[√]系统后台登录界面样式更改,系统后台整体样式进行调整,新版更为简洁清爽; [√]调整安装程序演示数据包; @@ -123,7 +123,7 @@ [√]修补火狐下点击更新选项中单选框时运行状态位置错误的bug [√]修正用户点卡充值有关支付接口的问题; [√]添加hash值修复UCenter安装报错; -[√]修复会员登陆不能更新登录时间和IP的BUG; +[√]修复会员登录不能更新登录时间和IP的BUG; [√]修正数据库类关于IsTabel方法的一个错误; [√]修复图片裁剪的一个错误; diff --git a/docs/license.txt b/docs/license.txt index 1870caaa..e28002c3 100755 --- a/docs/license.txt +++ b/docs/license.txt @@ -16,7 +16,7 @@ DedeCMS 的官方网址是: www.dedecms.com 交流论坛:bbs.dedecms.com 4.获得商业授权之后,您可以将本软件应用于商业用途,同时依据所购买的授权类型中确定的技术支持内容,自购买时刻起,在技术支持期限内拥有通过指定的方式获得指定范围内的技术支持服务。商业授权用户享有反映和提出意见的权力,相关意见将被作为首要考虑,但没有一定被采纳的承诺或保证。 三、协议规定的约束和限制 -1.未获商业授权之前,不得将本软件用于商业用途(包括但不限于企业网站、经营性网站、以营利为目的或实现盈利的网站)。购买商业授权请登陆www.desdev.cn了解最新说明。 +1.未获商业授权之前,不得将本软件用于商业用途(包括但不限于企业网站、经营性网站、以营利为目的或实现盈利的网站)。购买商业授权请登录www.desdev.cn了解最新说明。 2.未经官方许可,不得对本软件或与之关联的商业授权进行出租、出售、抵押或发放子许可证。 3.不管您的网站是否整体使用 DedeCMS ,还是部份栏目使用 DedeCMS,在您使用了 DedeCMS 的网站主页上必须保留模板footer.htm中相关版权信息链接。 4.未经官方许可,禁止在 DedeCMS 的整体或任何部分基础上以发展任何派生版本、修改版本或第三方版本用于重新分发。 diff --git a/src/data/safe/inc_safe_config.php b/src/data/safe/inc_safe_config.php index 52fe0aa9..343c1c45 100755 --- a/src/data/safe/inc_safe_config.php +++ b/src/data/safe/inc_safe_config.php @@ -3,8 +3,8 @@ $safe_gdopen = '1,2,3,4,5,6,7'; $safe_codetype = '3'; $safe_gdtype = '1'; $safe_gdstyle = '3'; -$safe_wwidth = '68'; -$safe_wheight = '24'; +$safe_wwidth = '80'; +$safe_wheight = '36'; $safe_codelen = '4'; $safe_faq_reg = '0'; $safe_faq_send = '0'; diff --git a/src/include/userlogin.class.php b/src/include/userlogin.class.php index a843e2d8..c359f050 100755 --- a/src/include/userlogin.class.php +++ b/src/include/userlogin.class.php @@ -1,6 +1,6 @@
- +
用户名: 密码: diff --git a/src/templets/plus/car.htm b/src/templets/plus/car.htm index 40fa93c2..021e11c4 100755 --- a/src/templets/plus/car.htm +++ b/src/templets/plus/car.htm @@ -24,7 +24,7 @@ - M_UserName; ?>,欢迎您的登陆。 会员中心 | + M_UserName; ?>,欢迎您的登录。 会员中心 | 我的资料 | 我的空间 | 退出登录 diff --git a/src/templets/plus/carbuyaction.htm b/src/templets/plus/carbuyaction.htm index a1d9016a..91531f0e 100755 --- a/src/templets/plus/carbuyaction.htm +++ b/src/templets/plus/carbuyaction.htm @@ -19,7 +19,7 @@ IsLogin()){ ?> - M_UserName; ?>,欢迎您的登陆。 会员中心 | 我的资料 | 我的空间 | 退出登录 + M_UserName; ?>,欢迎您的登录。 会员中心 | 我的资料 | 我的空间 | 退出登录 diff --git a/src/templets/plus/comments_frame.htm b/src/templets/plus/comments_frame.htm index 0bceb07a..d08d2a4f 100755 --- a/src/templets/plus/comments_frame.htm +++ b/src/templets/plus/comments_frame.htm @@ -134,7 +134,7 @@ function postBadGood(ftype,fid)
  • -
    +
    用户名: 密码: diff --git a/src/templets/plus/shops_action_payment.htm b/src/templets/plus/shops_action_payment.htm index e99a06b0..6bb9df17 100755 --- a/src/templets/plus/shops_action_payment.htm +++ b/src/templets/plus/shops_action_payment.htm @@ -23,7 +23,7 @@ - M_UserName; ?>,欢迎您的登陆。 会员中心 | + M_UserName; ?>,欢迎您的登录。 会员中心 | 我的资料 | 我的空间 | 退出登录 diff --git a/src/templets/templet-filelist.inc b/src/templets/templet-filelist.inc index 6ec63d11..faa4f7ff 100755 --- a/src/templets/templet-filelist.inc +++ b/src/templets/templet-filelist.inc @@ -23,8 +23,6 @@ index_default_sg.htm,默认单表模型频道封面 index_image.htm,默认图片模型封面 index_shop.htm,默认网店模型封面 index_soft.htm,默认软件模型封面 -infosw9_index.htm,默认图文资讯封面 -infosw9_list.htm,默认图文资讯列表页 index_infos.htm,分类信息封面模板 list_article.htm,默认文章列表模板 list_default.htm,默认自定义模型列表模板