Location:
Search - div template
Search list
Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件).
其中config.shop.inc.php文件需要有写权限(linux).
运行shop_install.php
打开shop.php文件。将
$_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到
http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请!
地图显示您想要的地方的方法:
首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:
javascript:void(prompt('',gApplication.getMap().getCenter()));
然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。
1 在admincp.php:
第一处:
$acs = array(
array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
array('tag', 'mtag', 'space', 'name', 'report'),
array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share')
);
修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 )
$acs = array(
array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
array('tag', 'mtag', 'space', 'name', 'report'),
array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'),
array('base','pingdao','neirong','shop','reviews','shoptags')
);
第二处:
for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改
foreach ($acs[$i] as $value) {
if($isfounder || $megroup['manage'.$value]) {
$menus[$i][$value] = 1;
$_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1;
}
}
}
第三处:
if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) {
//加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号
3 admin/tp/header.htm:
<!--{eval
$_TPL['menunames'] = array(
'config' => '站点设置',
后加上:
'base' => '积分与审核',
'pingdao' => '频道设置',
'shoptags' => '标签管理',
'shop' => '商铺管理',
'neirong' => '点评内容',
'reviews' => '回应内容',
4 admin/tpl/side.htm开始处加入:
<!--{if $menus[3]}-->
<div class="block style1">
<h2>点评系统</h2>
<ul class="folder">
<!--{loop $acs[4] $value}-->
<!--{if $menus[4][$value]}-->
<!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li>
<!--{/if}-->
<!--{/loop}-->
</ul>
</div>
<!--{/if}-->
5 在侧栏增加链接。
template/default/header.htm中找到
<li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li>
加上
<li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li>
更新缓存。
如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。
运行shopinstall.php
在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li>
admin/tpl/config.htm
找到<tr>
<th>未认证实名权限</th>
<td>
<table>
<tr>
<td width="120">允许加好友</td>
<td>
<input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是
<input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否
</td></tr>
在其下面添加
<tr>
<td width="120">允许商铺点评</td>
<td>
<input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是
<input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否
</td></tr>
Platform: |
Size: 111029 |
Author: tianfuo@sina.com |
Hits:
Description: 原创的CSS+DIV纯静态网页模板-Original CSS+ DIV pure static pages template
Platform: |
Size: 386048 |
Author: |
Hits:
Description: Bo-Blog 2.0是一款基于PHP的、以MySQL为数据库支持的免费blog程序。
Bo-Blog 2.0的特色有:
基于XHTML+CSS+div 布局的模板结构;
可自由定制的页面模块、插件与模板;
部分基于Ajax的新体验;
多语言包化与UTF-8国际编码;
强大的spam信息防御机制;
RSS、XML-RPC、Tags支持;
内置留言本、天气、表情、置顶、验证码、头像等;
-Bo-Blog 2.0 is a PHP-based, with MySQL database support for the free blog program. Bo-Blog 2.0 has the characteristics: Based on XHTML+ CSS+ Div layout template structure be free to customize the page module, plug-ins and templates part of the new Ajax-based experience multi-language package and UTF-8 international coding a powerful defense mechanism spam message RSS, XML-RPC, Tags support built Guestbook, weather, expressions, set-top, Verification Code, portrait, etc.
Platform: |
Size: 804864 |
Author: he_110 |
Hits:
Description: DIV+CSS设计一书的随书光盘代码,全书共20章,每章代码都很详细,是学习div+css网页布局的好范本-DIV+ CSS design of a book on CD-ROM with the book code, book a total of 20 chapters, each code is very detailed and is learning div+ Css page layout a good template
Platform: |
Size: 8952832 |
Author: 周狄 |
Hits:
Description: 一组非常好的整站DIV+CSS源码,适合初学DIV+CSS的人看,来自于国外的人做的简介模板。-A group of very good the whole station DIV+ CSS source code, suitable for beginners DIV+ CSS people will look at, from abroad to do a brief introduction of the template.
Platform: |
Size: 87040 |
Author: 孟繁宇 |
Hits:
Description: Google PageRank (网页级别) 是 Google 搜索引擎用于评测一个网页“重要性”的一种方法。
Google 通过 PageRank 来调整结果,使那些更具“重要性”的网页在搜索结果中另网站排名获得提升,从而提高搜索结果的相关性和质量。
主要功能:
1、Google PR值在线查询,直接读取Google官方数据;
2、小偷工具,无需维护数据;
3、DIV+CSS模板方便修改;
4、免费、开源程序
-Google PageRank (PageRank) is the Google search engine for evaluating a web page " importance" of a method. Google adopted to adjust the results of PageRank, so that more " importance" in the search results page of another site' s ranking in the enhanced, thereby enhancing the relevance of search results and quality. Main functions: 1, Google PR value of online information, read the Google official data directly 2, thieves tools, the need to safeguard data 3, DIV+ CSS template to facilitate modification 4, free, open source
Platform: |
Size: 38912 |
Author: Ki_龙 |
Hits:
Description: 不错的,div+css模板 可以用作示例
-Good, div+ css templates can be used as an example
Platform: |
Size: 67584 |
Author: crossroad |
Hits:
Description: 这是一个css+div设计的网页模板,很漂亮,希望大家喜欢
-This is a css+ div designed website templates, very beautiful, hope you like
Platform: |
Size: 240640 |
Author: 胡海钦 |
Hits:
Description: 政府企业管理系统 短学期的项目 运用了CSS+DIV的模板 Structs2+Hibernate框架 运用了DHTMLTree使得区域管理条理十分清晰-Short-term government enterprise project management system, use of CSS+ DIV template Structs2+ Hibernate framework makes use of DHTMLTree regional management is very clear and coherent
Platform: |
Size: 15130624 |
Author: aa |
Hits:
Description: DIV+CSS商务模板,内含CSS、psd源码,内容齐全,界面经典美观-DIV+ CSS business template containing CSS psd source, complete content, the interface is classic and beautiful
Platform: |
Size: 422912 |
Author: cuiyin |
Hits:
Description: 50个Div+CSS模板,是学习网页布局的好材料-50 Div+ CSS template
Platform: |
Size: 10123264 |
Author: noname |
Hits:
Description: 大图幻灯HTML5网页模板,全套模板,DIV+CSS布局,web制作源码。-Large slide HTML5 Webpage template, a full set of templates, DIV+CSS layout, web source code.
Platform: |
Size: 987136 |
Author: 南煎丸子 |
Hits:
Description: 静态页面后台管理系统 HTML、div+css布局模板,后面模板管理-The backstage management system
Platform: |
Size: 30720 |
Author: 大侠 |
Hits:
Description: 大图幻灯HTML5网页模板,全套模板,DIV+CSS布局,包含index.html,about.html,gallery.html,privacy.html,contacts.html,sitemap.html等多个网站模板页面。-The Big Picture slideshow HTML5 page templates, a full set of templates, DIV+ CSS layout, including index.html, about.html, gallery.html, privacy.html, contacts.html, sitemap.html site templates and other pages.
Platform: |
Size: 984064 |
Author: 杨桓 |
Hits:
Description: 学校官网模版。可通过DW修改成自己所需的,样式美观(School official website template. DW can be modified to their own needs, beautiful style)
Platform: |
Size: 902144 |
Author: SivenL
|
Hits:
Description: 主要是一些网站开发模板,分开压缩可以适当下载,了解学习。(A template designed by a web page)
Platform: |
Size: 8543232 |
Author: 寒苦梅花
|
Hits:
Description: 主要网站开发模板,进行DIV和CSS布局学习(A template designed by a web page)
Platform: |
Size: 4168704 |
Author: 寒苦梅花
|
Hits:
Description: CSS和DIV布局学习,提供一些模板,参照例子进行。(A template designed by a web page)
Platform: |
Size: 2935808 |
Author: 寒苦梅花
|
Hits:
Description: HTML和CSS布局学习模板,进行借鉴学习。(A template designed by a web page)
Platform: |
Size: 1557504 |
Author: 寒苦梅花
|
Hits:
Description: 凡诺企业网站管理系统,全DIV+CSS模板,多浏览器适应,完美兼容IE6-IE8,以及Firefox Opera 等符合标准的浏览器,模板样式集中在一个CSS文件中,内容与样式完全分离,(Vano enterprise website management system, full DIV+CSS template, multi browser adaptation, perfect compatibility IE6-IE8, and Firefox Opera and other compliant browsers, template style is concentrated in a CSS file, content and style completely separate,)
Platform: |
Size: 978944 |
Author: 324y35he |
Hits:
« 12
3
4
5
6
7
8
9
10
...
21
»