Commit e9a5ce45 by 罗绍泽

修改

parent 5c7f1abf
......@@ -7,8 +7,9 @@
<classpathentry kind="src" path="src_utils"/>
<classpathentry kind="src" path="src_jwapp"/>
<classpathentry kind="src" path="src_standard"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/idk1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/tomcat60"/>
<classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_1.4"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
......@@ -25,8 +25,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.springframework.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.genuitec.eclipse.springframework.springnature</nature>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
......
......@@ -2,5 +2,7 @@ eclipse.preferences.version=1
encoding//WebContent/WEB-INF/conf/gaowj/bl/log4j.properties=UTF-8
encoding//WebContent/js=UTF-8
encoding//WebContent/js/gwjchk.js=UTF-8
encoding//WebContent/js/ueditor/jsp/config.json=UTF-8
encoding//src/quartz_service.properties=UTF-8
encoding//src_system/com/gaowj/business/system/SystemOpeBusinessImpl.java=UTF-8
encoding/<project>=UTF-8
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v6.0"/>
<fixed facet="jst.web"/>
<fixed facet="wst.jsdt.web"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="6.0"/>
<installed facet="jst.web" version="2.4"/>
<installed facet="wst.jsdt.web" version="1.0"/>
<installed facet="me.spring" version="3.1"/>
</faceted-project>
......@@ -151,7 +151,7 @@ $(function() {
//如果是v5原始版本那就显示换肤功能
var localPath = '<%=localPath %>';
if(localPath=='/jfV5'){
if('true'=='<%=com.gaowj.business.util.PropUtil.getValue("openChangeSkin", "quartz_service", "false") %>'){
$('#layout_north_changeSkin_container').show();
$('#layout_north_changeSkin_container').css('display','inline');
//初始化皮肤
......
......@@ -37,3 +37,5 @@ deployEncoding = GBK
#--------------domain------------------------------
#domain = jfbrother.com
domain = localhost
#--------------是否开启换肤功能------------------------------
openChangeSkin = true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment