",{
@@ -1717,10 +1716,10 @@ appIcon_t2 = appIcon_t0.extend({
});
appIcon.append($("
![]()
",{
alt:this.sApp.name ,
-// update-begin--Author:zhangguoming Date:20140521 for:云桌面图标拖拽、用户自定义桌面
+
// src:'plug-in/sliding/icon/'+this.sApp.icon,
src:this.sApp.icon,
-// update-end--Author:zhangguoming Date:20140521 for:云桌面图标拖拽、用户自定义桌面
+
"class":"appButton_appIconImg",
id:'icon_app_'+this.sApp.appid+'_'+this.sApp.asc+'_img'
@@ -1755,7 +1754,7 @@ appIcon_t2 = appIcon_t0.extend({
});
}
});
-//update-end--Author:gaofeng Date:20140618 for:修改搜索的功能为两部分:一个是直接嵌入百度搜索,另一个为网站内的菜单搜索
+
$(function(){
$(".fsb_resultList").live("click",function(){
@@ -1770,8 +1769,6 @@ $(function(){
$(".fsb_resultList").hide();
})
-// update-end--Author:gaofeng Date:20140618 for:修改搜索的功能为两部分:一个是直接嵌入百度搜索,另一个为网站内的菜单搜索
-// update-end--Author:gaofeng Date:20140617 for:保存主题背景到cookie中不消失
var mychangeskin=$.cookie("myskin");
if(mychangeskin)
@@ -1779,7 +1776,7 @@ $(function(){
$("#zoomWallpaper").attr("src",mychangeskin);
$.cookie("myskin",mychangeskin,cookieParam);//1为关掉浏览器不消失效果,0为消失
}
-// update-end--Author:gaofeng Date:20140617 for:保存主题背景到cookie中不消失
+
})
diff --git a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp
index 352b569d..ca85805c 100644
--- a/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp
+++ b/src/main/webapp/webpage/jeecg/demo/test/webOfficeEdit.jsp
@@ -35,7 +35,6 @@ function WebOffice1_NotifyCtrlReady() {
document.all.WebOffice1.LoadOriginalFile("", sFileType);
}
}
-// ---------------------== 关闭页面时调用此函数,关闭文件 ==---------------------- //
function window_onunload() {
document.all.WebOffice1.Close();
}
@@ -49,15 +48,12 @@ function newDoc() {
function docOpen() {
document.all.WebOffice1.LoadOriginalFile("open", "doc");
}
-// -----------------------------== 保存文档 ==------------------------------------ //
function newSave() {
document.all.WebOffice1.Save();
}
-// -----------------------------== 另存为文档 ==------------------------------------ //
function SaveAsTo() {
document.all.WebOffice1.ShowDialog(84);
}
-// -----------------------------== 上传文档 ==------------------------------------ //
function SaveDoc() {
var returnValue;
if(myform.DocTitle.value ==""){
diff --git a/src/main/webapp/webpage/main/sliding_main.jsp b/src/main/webapp/webpage/main/sliding_main.jsp
index 126fe441..bd67b68d 100644
--- a/src/main/webapp/webpage/main/sliding_main.jsp
+++ b/src/main/webapp/webpage/main/sliding_main.jsp
@@ -39,12 +39,12 @@
// var $script = $("script[src='plug-in/jquery/jquery-1.8.3.js']");
// $($script).remove();
// alert($script.attr("src"));
- //update-end--Author:gaofeng Date:20140615 for:云桌面主题功能修复
+
$(".dock_tool_theme").live("click",function(){
$("#themeSetting_wrap2").append("
");
$("#themeSetting_wrap").html($("#themeSetting_wrap1").html());
$("#themeSetting_wrap").show();
- //update-end--Author:gaofeng Date:20140615 for:云桌面主题功能修复
+
})
});
diff --git a/src/main/webapp/webpage/system/depart/departList.jsp b/src/main/webapp/webpage/system/depart/departList.jsp
index 99c06a59..d6c87bb2 100644
--- a/src/main/webapp/webpage/system/depart/departList.jsp
+++ b/src/main/webapp/webpage/system/depart/departList.jsp
@@ -41,7 +41,7 @@
\ No newline at end of file
diff --git a/src/main/webapp/webpage/system/function/function.jsp b/src/main/webapp/webpage/system/function/function.jsp
index 68b187dd..91d0f008 100644
--- a/src/main/webapp/webpage/system/function/function.jsp
+++ b/src/main/webapp/webpage/system/function/function.jsp
@@ -10,10 +10,10 @@
$(function() {
$('#cc').combotree({
url : 'functionController.do?setPFunction&selfId=${function.id}',
-// update-start--Author:zhangguoming Date:20140901 for:为combotree下拉框的添加滚动条
+
panelHeight: 200,
width: 157,
-// update-end--Author:zhangguoming Date:20140901 for:为combotree下拉框的添加滚动条
+
onClick: function(node){
$("#functionId").val(node.id);
}
diff --git a/src/main/webapp/webpage/system/function/menuAppList.jsp b/src/main/webapp/webpage/system/function/menuAppList.jsp
index 0c9ef90e..6005c3e9 100644
--- a/src/main/webapp/webpage/system/function/menuAppList.jsp
+++ b/src/main/webapp/webpage/system/function/menuAppList.jsp
@@ -7,7 +7,7 @@
diff --git a/src/main/webapp/webpage/system/role/roleList.jsp b/src/main/webapp/webpage/system/role/roleList.jsp
index 3f24d9f7..24987e4f 100644
--- a/src/main/webapp/webpage/system/role/roleList.jsp
+++ b/src/main/webapp/webpage/system/role/roleList.jsp
@@ -30,7 +30,7 @@ function setfunbyrole(id,roleName) {
$('#function-panel').panel("refresh" );
}
-//update-start--Author:gaofeng Date:20140822 for:查看角色的所有用户信息
+
function userListbyrole(id,roleName) {
$("#function-panel").panel(
{
@@ -41,7 +41,7 @@ function userListbyrole(id,roleName) {
$('#function-panel').panel("refresh" );
}
-//update-end--Author:gaofeng Date:20140822 for:查看角色的所有用户信息
+
//删除角色
function delRole(id){
var tabName= 'roleList';
diff --git a/src/main/webapp/webpage/system/user/user.jsp b/src/main/webapp/webpage/system/user/user.jsp
index 6a6f2a54..26047578 100644
--- a/src/main/webapp/webpage/system/user/user.jsp
+++ b/src/main/webapp/webpage/system/user/user.jsp
@@ -7,7 +7,7 @@
<%--update-start--Author:zhangguoming Date:20140825 for:添加组织机构combobox多选的处理方法--%>
<%--update-end--Author:zhangguoming Date:20140825 for:添加组织机构combobox多选的处理方法--%>