code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<link href="../include/css/default.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../include/js/tabUtil.js"></script>
<script type="text/javascript" src="../include/js/... | zzfls-pj | trunk/WebRoot/main/left_menu.html | HTML | asf20 | 966 |
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@include file="../include/jsp/taglib.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<script type="text/javascript" >var contextPath="<%=request.getContextPath()%>";</script>
<sc... | zzfls-pj | trunk/WebRoot/main/login.jsp | Java Server Pages | asf20 | 5,246 |
var userModuleTree = null;
/**
*取左侧菜单
*/
function getMenu() {
var json = {
url:parent.parent.contextPath + "/server/sys/getModuleTreeByUserDM.do",
msg:"数据加载中.....",
params:{
"MODULE_DM_SJ":"1"
},
callback:[getMenuCallBack]
};
AjaxTools.ajax... | zzfls-pj | trunk/WebRoot/main/left_menu.js | JavaScript | asf20 | 691 |
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
body{
margin: 0px;
overflow: hidden;
background:#fff;
background-repeat: repeat-x;
}
.out{
width:100%;
height:60px;
margin:0px;
padding:0px;
background:#fff url(images/skin/1/top_bg.jpg... | zzfls-pj | trunk/WebRoot/main/top.html | HTML | asf20 | 2,094 |
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="../include/css/default.css" rel="stylesheet" type="text/css"/>
<link href="../include/js/components/Tabbar/Tabbar_css/dhtmlxtabbar.css" rel="stylesheet" type="text/css"/>
<script src="../i... | zzfls-pj | trunk/WebRoot/main/main.html | HTML | asf20 | 1,889 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<script for="window" event="onload">
var sTarget = "main/login.jsp";
//window.location.href = sTarget;
var sw = screen.width+9;
var sh = screen.height+9;
var w = 650;
... | zzfls-pj | trunk/WebRoot/login.html | HTML | asf20 | 1,728 |
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr? |
| |
| This script can be used freely as long as ... | zzfls-pj | trunk/WebRoot/include/js/dtree.js | JavaScript | asf20 | 12,712 |
/* MAIN OBJ */
div.dhx_acc_base_standard {
overflow: hidden;
background-color: #F3F3F3;
/*
border-top: #609BCA 1px solid;
border-left: #609BCA 1px solid;
border-right: #C2D9EB 1px solid;
border-bottom: none;
*/
}
/* SINGLE ITEM */
div.dhx_acc_item_standard {
position: relative;
overflow: hidde... | zzfls-pj | trunk/WebRoot/include/js/components/xAccordion/xAccordion_css/dhtmlxaccordion_standard.css | CSS | asf20 | 2,383 |
/* MAIN OBJ */
div.dhx_acc_base_dhx_blue {
overflow: hidden;
background-color: #D3E2E5;
/*
border-top: #609BCA 1px solid;
border-left: #609BCA 1px solid;
border-right: #C2D9EB 1px solid;
border-bottom: none;
*/
}
/* SINGLE ITEM */
div.dhx_acc_item_dhx_blue {
position: relative;
overflow: hidde... | zzfls-pj | trunk/WebRoot/include/js/components/xAccordion/xAccordion_css/dhtmlxaccordion_dhx_blue.css | CSS | asf20 | 2,120 |
/* MAIN OBJ */
div.dhx_acc_base_dhx_black {
overflow: hidden;
background-color: #000000;
/*
border-top: #609BCA 1px solid;
border-left: #609BCA 1px solid;
border-right: #C2D9EB 1px solid;
border-bottom: none;
*/
}
/* SINGLE ITEM */
div.dhx_acc_item_dhx_black {
position: relative;
overflow: hid... | zzfls-pj | trunk/WebRoot/include/js/components/xAccordion/xAccordion_css/dhtmlxaccordion_dhx_black.css | CSS | asf20 | 2,109 |
//v.2.0 build 81107
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
You allowed to use this component or parts of it under GPL terms
To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
*/
/**
* @desc: constructor, creates an accordion item under dhtmlxaccordi... | zzfls-pj | trunk/WebRoot/include/js/components/xAccordion/xAccordion_js/dhtmlxaccordion.js | JavaScript | asf20 | 20,346 |
.contextMenu{
font-family:arial; font-size:8pt;
padding:0 0 0 2;
margin: 0 1 0 1;
text-align:left;
cursor:default;
}
.contextMenuover, .contextMenudown{
font-family:arial; font-size:8pt;
padding:0 0 0 2;
margin: 0 1 0 1;
text-align:left;
background-color:#6495ed;
color:white;
cursor:defaul... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_css/context.css | CSS | asf20 | 443 |
/*button text - all levels*/
.menuButtonSecond td, .menuButton td, .menuButtondown td, .menuButtonover td {
cursor:default;
}
/*menu text - all levels*/
.defaultMenuText{
font:12px Arial,sans-serif;
padding-left:10px;
padding-right:5px;
text-align:left;
}
/*disabled menu text - all levels*/
.buttonText... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_css/dhtmlxmenu.css | CSS | asf20 | 4,170 |
/*button text - all levels*/
#menu_modernstyle .menuButtonSecond td, #menu_modernstyle .menuButton td, #menu_modernstyle .menuButtondown td,#menu_modernstyle .menuButtonover td {
cursor:default;
}
/*menu text - all levels*/
#menu_modernstyle .defaultMenuText{
font: 11px Tahoma,Arial;
padding-left:10px;
padd... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_css/dhtmlxmenu_modern.css | CSS | asf20 | 4,143 |
function dhtmlXContextMenuObject(width,height,gfxPath,httpsdummy)
{
this.menu=new dhtmlXMenuBarObject(document.body,width,height,"",1,gfxPath,httpsdummy);
this.menu.setMenuMode("popup");
this.menu.hideBar();
this.menu.contextMenu=this;
this.menu.enableWindowOpenMode(false);
this.menu.se... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_js/dhtmlxmenubar_cp.js | JavaScript | asf20 | 6,550 |
function dhtmlXProtobarObject()
{
return this
};
dhtmlXProtobarObject.prototype.setOnShowHandler=function(func)
{
if (typeof(func)=="function") this.onShow=func;
else this.onShow=eval(func)
};
dhtmlXProtobarObject.prototype._getItemIndex=function(id)
{
for (var i=0;i<this.itemsCount;i++)
... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_js/dhtmlxprotobar.js | JavaScript | asf20 | 10,175 |
function dhtmlXMenuBarObject(htmlObject,width,height,name,vMode,gfxPath,httpsdummy)
{
if (typeof(htmlObject)!="object")
this.parentObject=document.getElementById(htmlObject);
else
this.parentObject=htmlObject;
if (!this.parentObject)this.parentObject=document.body;
this.setGfxPathA=this... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_js/dhtmlxmenubar_out.js | JavaScript | asf20 | 44,126 |
function dhtmlXMenuBarObject(htmlObject, width, height, name, vMode, gfxPath, httpsdummy) {
if (typeof (htmlObject) != "object") {
this.parentObject = document.getElementById(htmlObject);
} else {
this.parentObject = htmlObject;
}
if (!this.parentObject) {
this.parentObject = document.body;
}
this.setGfxPa... | zzfls-pj | trunk/WebRoot/include/js/components/xMenu/xMenu_js/dhtmlxmenubar.js | JavaScript | asf20 | 41,089 |
/*light*/
div.gridbox_light {
border:1px solid #c2d5dc;
}
div.gridbox_light .xhdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light table.hdr{
background-image:url(imgs/skin_light_header.png);
}
div.gridbox_light table.hdr td {
border: 1px solid;
border-color : #FDFDFD #93AFBA ... | zzfls-pj | trunk/WebRoot/include/js/components/xGrid/xGrid_css/dhtmlxgrid_skins.css | CSS | asf20 | 3,912 |
div.gridbox{
overflow:hidden;
}
div.gridbox .xhdr{
background-Color:#D4D0C8;
}
div.gridbox table.hdr td {
font-family:arial;
font-size:12px;
background-Color:#D4D0C8;
border: 1px solid;
border-color : white Gray Gray white;
text-align: center;
margin:0px;
padding:5px 0px 5px 0px ;
font-weight:... | zzfls-pj | trunk/WebRoot/include/js/components/xGrid/xGrid_css/dhtmlxgrid.css | CSS | asf20 | 6,411 |
//please beware that function started from _in_header_ must not be obfuscated
//toLowerCase ???
/**
* @desc: filter grid by mask
* @type: public
* @param: column - {number} zero based index of column
* @param: value - {string} filtering mask
* @param: preserve - {bool} filter current state or initi... | zzfls-pj | trunk/WebRoot/include/js/components/xGrid/xGrid_js/dhtmlxgrid_filter.js | JavaScript | asf20 | 9,190 |
function dhx_init_tabbars()
{
var z=document.getElementsByTagName("div");
for (var i=0;i<z.length;i++)if(z[i].className.indexOf("dhtmlxTabBar")!=-1)
{
var n=z[i];
var id=n.id;
var k=new Array();
for (var j=0;j<n.childNodes.length;j++)if (n.childNodes[j].tagName)k[k.... | zzfls-pj | trunk/WebRoot/include/js/components/Tabbar/Tabbar_js/dhtmlxtabbar_start.js | JavaScript | asf20 | 1,806 |
/* "STANDARD" SKIN */
/* USER-BUTTON "TRAY" */
div.dhtmlx_window_active div.dhtmlx_wins_buttons_standard table td div.button_tray_default {
background-image: url("../imgs/dhxwins_standard_button_tray/active/btns_default/btn_tray.gif");
}
div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_standard table td div.b... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_standard_userbtn_tray.css | CSS | asf20 | 1,675 |
/* "AQUA DARK" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_aqua_dark {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_aqua_dark {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_aqua_dark td {
background: none;
}
div.dhtmlx_window_inactive table.d... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_aqua_dark.css | CSS | asf20 | 21,579 |
/* "CLEAR GREEN" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_clear_green {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_clear_green {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_clear_green td {
background: none;
}
div.dhtmlx_window_inactive... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_clear_green.css | CSS | asf20 | 21,965 |
/* "WEB" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_web {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_web {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_web td {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_web td {
ba... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_web.css | CSS | asf20 | 20,597 |
/* "CLEAR BLUE" USER BUTTON TRAY */
div.dhtmlx_window_active div.dhtmlx_wins_buttons_clear_blue table td div.button_tray_default {
background-image: url("../imgs/dhxwins_clear_button_tray/active/btns_default/btn_tray.gif");
}
div.dhtmlx_window_inactive div.dhtmlx_wins_buttons_clear_blue table td div.button_tray_... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_clear_userbtn_tray.css | CSS | asf20 | 1,655 |
/* "STANDARD" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_standard {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_standard {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_standard td {
/* background: none; */
}
div.dhtmlx_window_inactive table... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_standard.css | CSS | asf20 | 23,527 |
/* "MODERN BLUE" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_modern_blue {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_modern_blue {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_modern_blue td {
background: none;
}
div.dhtmlx_window_inactive... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_modern_blue.css | CSS | asf20 | 22,015 |
/* "DHX BLACK" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_dhx_black {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_dhx_black {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_dhx_black td {
background: none;
}
div.dhtmlx_window_inactive table.d... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_dhx_black.css | CSS | asf20 | 24,355 |
/* "MODERN BLACK" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_modern_black {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_modern_black {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_modern_black td {
background: none;
}
div.dhtmlx_window_inac... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_modern_black.css | CSS | asf20 | 22,186 |
/* "CLEAR BLUE" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_clear_blue {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_clear_blue {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_clear_blue td {
/* background: none; */
}
div.dhtmlx_window_inacti... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_clear_blue.css | CSS | asf20 | 22,889 |
/* dhtmlxWindows */
/* viewport */
div.dhtmlx_winviewport {
position: absolute;
/* border: #909090 1px dashed; */
overflow: hidden;
}
/* main container */
div.dhtmlx_window_active {
position: absolute;
overflow: hidden;
}
div.dhtmlx_window_inactive {
position: absolute;
overflow: hidden;
}
/* c... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows.css | CSS | asf20 | 1,742 |
/* "WEB" SKIN */
/* user button: tray */
div.dhtmlx_window_active div.buttons_web table td div.button_tray_default {
background-image: url("../imgs/dhxwins_web_button_tray/active/btns_default/btn_tray.gif");
}
div.dhtmlx_window_inactive div.buttons_web table td div.button_tray_default {
background-image: ur... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_web_userbtn_tray.css | CSS | asf20 | 1,495 |
/* "AQUA SKY" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_aqua_sky {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_aqua_sky {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_aqua_sky td {
background: none;
}
div.dhtmlx_window_inactive table.dhtml... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_aqua_sky.css | CSS | asf20 | 21,408 |
/* "MODERN RED" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_modern_red {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_modern_red {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_modern_red td {
background: none;
}
div.dhtmlx_window_inactive tab... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_modern_red.css | CSS | asf20 | 21,844 |
/* USER-BUTTON TEMPLATE CSS */
/* %skin% replace with skin name */
/* %button_root_folder% replace with button root folder */
/* %button_name% replace with button name */
/* %button_filename% replace with button filename */
div.dhtmlx_window_active div.dhtmlx_wins_buttons_%skin% table td div.button_%button... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_user_button_template.css | CSS | asf20 | 1,893 |
<IMG SRC="../xWindow_imgs/dhxwins_aqua_dark/active/header_middle.gif" WIDTH="10" HEIGHT="31" BORDER="0" ALT=""> | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/aa.html | HTML | asf20 | 111 |
/* "AQUA ORANGE" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_aqua_orange {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_aqua_orange {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_aqua_orange td {
background: none;
}
div.dhtmlx_window_inactive... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_aqua_orange.css | CSS | asf20 | 21,921 |
/* "CLEAR SILVER" SKIN */
/* inner table*/
div.dhtmlx_window_active table.dhtmlx_wins_clear_silver {
background: none;
}
div.dhtmlx_window_inactive table.dhtmlx_wins_clear_silver {
background: none;
}
div.dhtmlx_window_active table.dhtmlx_wins_clear_silver td {
background: none;
}
div.dhtmlx_window_inac... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_css/dhtmlxwindows_clear_silver.css | CSS | asf20 | 22,136 |
//v.2.0 build 81009
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
You allowed to use this component or parts of it under GPL terms
To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
*/
dhtmlXWindows.prototype._enableStatusBar = function() {this._attachStatu... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_js/dhtmlxwindows_sb.js | JavaScript | asf20 | 1,410 |
//v.2.0 build 81009
/*
Copyright DHTMLX LTD. http://www.dhtmlx.com
You allowed to use this component or parts of it under GPL terms
To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
*/
dhtmlXWindows.prototype._enableWebMenu = function() {this._attachWebMenu... | zzfls-pj | trunk/WebRoot/include/js/components/xWindow/xWindow_js/dhtmlxwindows_wmn.js | JavaScript | asf20 | 1,701 |
.defaultTreeTable{
margin : 0px;
padding : 0px;
border : 0px;
}
.containerTableStyle {
overflow : auto;
position:relative;
top:0;
font-size : 12px;
}
.containerTableStyleRTL span {
direction: rtl;
unicode-bidi: bidi-override;
}
.containerTableStyleRTL { direction: rtl; overflow : auto; p... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_css/dhtmlxtree.css | CSS | asf20 | 2,105 |
function dhtmlXTreeObject(htmlObject, width, height, rootId) {
if (_isIE) {
try {
document.execCommand("BackgroundImageCache", false, true);
}
catch (e) {
}
}
if (typeof (htmlObject) != "object") {
this.parentObject = document.getElementById(htmlObject);
} else {
this.... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlxtree.js | JavaScript | asf20 | 79,737 |
dhtmlXTreeObject.prototype.makeDragable=function(obj,func)
{
if (typeof(obj)!="object")
obj=document.getElementById(obj);
dragger=new dhtmlDragAndDropObject();
dropper=new dhx_dragSomethingInTree();
dragger.addDraggableItem(obj,dropper);
obj.dragLanding=null;
obj.ondragstart=dropper.... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlxTree_dragIn.js | JavaScript | asf20 | 1,779 |
var _all_used_trees=new Array();
dhtmlXTreeObject.prototype._createSelfA2=dhtmlXTreeObject.prototype._createSelf;
dhtmlXTreeObject.prototype._createSelf=function()
{
_all_used_trees[_all_used_trees.length]=this;
return this._createSelfA2();
};
window.onerror=function (a,b,c,d)
{
var d=document.crea... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlxtree_er.js | JavaScript | asf20 | 3,094 |
function dhtmlXTreeFromHTML(obj)
{
if (typeof(obj)!="object")
obj=document.getElementById(obj);
var n=obj;
var id=n.id;
var cont="";
for (var j=0;j<obj.childNodes.length;j++)if (obj.childNodes[j].nodeType=="1")
{
if (obj.childNodes[j].tagName=="XMP")
{
... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlxtree_start.js | JavaScript | asf20 | 2,543 |
dhtmlXTreeObject.prototype.setOnLoadingStart_lf=function(func)
{
if (typeof(func)=="function") this.onXLS_2=func;
else this.onXLS_2=eval(func);
};
dhtmlXTreeObject.prototype.setOnLoadingEnd_lf=function(func)
{
if (typeof(func)=="function") this.onXLE_2=func;
else this.onXLE_2=eval(func);
};
... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlXTree_lf.js | JavaScript | asf20 | 1,068 |
function myObjTree(a,b,c,d)
{
var a = new dhtmlXTreeObject(a,b,c,d);
a.enableCheckBoxes(1);
a.enableDragAndDrop("yes");
return a;
};
dhtmlXTreeObject.prototype.disableCheckBoxes=function()
{
this.enableCheckBoxes(false);
};
dhtmlXTreeObject.prototype.disableDragAndDrop=function()
{
... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlXTree_bc.js | JavaScript | asf20 | 1,969 |
function jsonPointer(data,parent){
this.d=data;
this.dp=parent;
}
jsonPointer.prototype={
text:function(){ var afff=function(n){ var p=[]; for(var i=0; i<n.length; i++) p.push("{"+sfff(n[i])+"}"); return p.join(","); }; var sfff=function(n){ var p=[]; for (var a in n) if (typeof(n[a])=="object"){ if (a.length) ... | zzfls-pj | trunk/WebRoot/include/js/components/xTree/xTree_js/dhtmlxtree_json.js | JavaScript | asf20 | 7,861 |
function dtmlXMLLoaderObject(funcObject, dhtmlObject,async,rSeed)
{
this.xmlDoc="";
if(arguments.length==2)this.async=true;
else
this.async=async;
this.onloadAction=funcObject||null;
this.mainObject=dhtmlObject||null;
this.waitCall=null;
this.rSeed=rSeed||false;
return th... | zzfls-pj | trunk/WebRoot/include/js/components/comm_js/dhtmlxcommon.js | JavaScript | asf20 | 16,029 |
var binfo = (function()
{
var ua = navigator.userAgent.toLowerCase();
return {
ie : /*@cc_on!@*/false,
i7 : /*@cc_on!@*/false && (parseInt(ua.match(/msie (\d+)/)[1], 10) >= 7),
//获得页面属性
getPageConf :function() {
var db = document.body;
var dd = ... | zzfls-pj | trunk/WebRoot/include/js/window/lhgdialog.js | JavaScript | asf20 | 18,070 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript">
var W = frameElement._dlgargs.win, dlgcover = W.lhgdialog.gcover();
var pageConf = W.binfo.getPageConf();
function A() {
return frameElement._dlgargs;
}
window.focus();
W.tool.regdoll(window)... | zzfls-pj | trunk/WebRoot/include/js/window/lhgdialog.html | HTML | asf20 | 14,445 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript">
var W = frameElement._dlgargs.win, dlgcover = W.lhgdialog.gcover();
var pageConf = W.binfo.getPageConf();
function A() {
return frameElement._dlgargs;
}
window.focus();
W.tool.regdoll(window)... | zzfls-pj | trunk/WebRoot/include/js/window/lhgdialog_child.html | HTML | asf20 | 14,396 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript">
var W = frameElement._dlgargs.win, dlgcover = W.lhgdialog.gcover();
var pageConf = W.binfo.getPageConf();
function A() {
return frameElement._dlgargs;
}
window.focus();
W.tool.regdoll(window)... | zzfls-pj | trunk/WebRoot/include/js/window/webos.html | HTML | asf20 | 14,354 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>lhgdialog - samples</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body... | zzfls-pj | trunk/WebRoot/include/js/window/_demo.html | HTML | asf20 | 8,693 |
function myTools() {
}
/**
* 从url中取数据
*/
myTools.getQueryString = function (id) {
var name, value, i;
var str = location.href;
var num = str.indexOf("?");
str = str.substr(num + 1);
var arrtmp = str.split("&");
for (var i = 0; i < arrtmp.length; i++) {
num = arrtmp[i].inde... | zzfls-pj | trunk/WebRoot/include/js/commons.js | JavaScript | asf20 | 10,044 |
<html>
<head>
<meta http-equiv="content-type" content="text/xml; charset=utf-8" />
<title>My97DatePicker</title>
<script type="text/javascript" src="config.js"></script>
<script>
if(parent==window)
location.href = 'http://www.my97.net';
var $d, $dp, $pdp = parent.$dp, $dt, $tdt, $sdt, $IE=$pdp.ie, $FF = $pdp.f... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/My97DatePicker.htm | HTML | asf20 | 1,389 |
/*
* My97 DatePicker 4.7 Skin:whyGreen
*/
.WdateDiv{
width:180px;
background-color:#fff;
border:#C5E1E4 1px solid;
padding:2px;
}
.WdateDiv2{
width:360px;
}
.WdateDiv *{font-size:9pt;}
.WdateDiv .NavImg a{
cursor:pointer;
display:block;
width:16px;
height:16px;
margin-top:1px;
}
... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/skin/whyGreen/datepicker.css | CSS | asf20 | 3,933 |
.Wdate{
border:#999 1px solid;
height:20px;
background:#fff url(datePicker.gif) no-repeat right;
}
.WdateFmtErr{
font-weight:bold;
color:red;
} | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/skin/WdatePicker.css | CSS | asf20 | 158 |
/*
* My97 DatePicker 4.7
*/
.WdateDiv{
width:180px;
background-color:#FFFFFF;
border:#bbb 1px solid;
padding:2px;
}
.WdateDiv2{
width:360px;
}
.WdateDiv *{font-size:9pt;}
.WdateDiv .NavImg a{
display:block;
cursor:pointer;
height:16px;
width:16px;
}
.WdateDiv .NavImgll a{
float:... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/skin/default/datepicker.css | CSS | asf20 | 3,726 |
var langList =
[
{name:'en', charset:'UTF-8'},
{name:'zh-cn', charset:'UTF-8'},
{name:'zh-tw', charset:'UTF-8'}
];
var skinList =
[
{name:'default', charset:'UTF-8'},
{name:'whyGreen', charset:'UTF-8'}
]; | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/config.js | JavaScript | asf20 | 223 |
var $lang={
errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?",
aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/lang/zh-tw.js | JavaScript | asf20 | 1,088 |
var $lang={
errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?",
aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"],
aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/lang/zh-cn.js | JavaScript | asf20 | 1,089 |
var $lang={
errAlertMsg: "Invalid date or the date out of range,redo or not?",
aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Se... | zzfls-pj | trunk/WebRoot/include/js/My97DatePicker/lang/en.js | JavaScript | asf20 | 644 |
/*
* JQuery zTree exedit 3.2
* http://code.google.com/p/jquerytree/
*
* Copyright (c) 2010 Hunter.z (baby666.cn)
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: hunter.z@263.net
* Date: 2012-05-13
*/
(function($){
//default consts of exe... | zzfls-pj | trunk/WebRoot/include/js/zTree/js/jquery.ztree.exedit-3.2.js | JavaScript | asf20 | 43,020 |
/*
* JQuery zTree excheck 3.2
* http://code.google.com/p/jquerytree/
*
* Copyright (c) 2010 Hunter.z (baby666.cn)
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: hunter.z@263.net
* Date: 2012-05-13
*/
(function($){
//default consts of ex... | zzfls-pj | trunk/WebRoot/include/js/zTree/js/jquery.ztree.excheck-3.2.js | JavaScript | asf20 | 20,717 |
/*
* JQuery zTree core 3.2
* http://code.google.com/p/jquerytree/
*
* Copyright (c) 2010 Hunter.z (baby666.cn)
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: hunter.z@263.net
* Date: 2012-05-13
*/
(function($){
var settings = {}, root... | zzfls-pj | trunk/WebRoot/include/js/zTree/js/jquery.ztree.all-3.2.js | JavaScript | asf20 | 118,121 |
/*
* JQuery zTree core 3.2
* http://code.google.com/p/jquerytree/
*
* Copyright (c) 2010 Hunter.z (baby666.cn)
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: hunter.z@263.net
* Date: 2012-05-13
*/
(function($){
var settings = {}, roots ... | zzfls-pj | trunk/WebRoot/include/js/zTree/js/jquery.ztree.core-3.2.js | JavaScript | asf20 | 54,376 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, ... | zzfls-pj | trunk/WebRoot/include/js/zTree/css/demo.css | CSS | asf20 | 2,197 |
/*-------------------------------------
zTree Style
version: 3.2
author: Hunter.z
email: hunter.z@263.net
website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
... | zzfls-pj | trunk/WebRoot/include/js/zTree/css/zTreeStyle/zTreeStyle.css | CSS | asf20 | 6,316 |
var messageBox_stop;
var messageBox_flag = 1;
function show(title, message)
{
var messageBox = document.createElement("DIV");
var str = "<div id='messageBox' style='position:absolute;word-wrap:break-word;z-index:3;width:400;height:300;background-color:Azure;display:block;top:100px;left:300px;overflow-y:hid... | zzfls-pj | trunk/WebRoot/include/js/messageBox.js | JavaScript | asf20 | 4,556 |
var dhxWins = null;
function myWindow() {
}
myWindow.createWindow = function(winId, title, winUrl, width, height) {
this.showMask(winId);
dhxWins = new dhtmlXWindows();
var x = (document.body.clientWidth - parseInt(width)) / 2;
var y = (document.body.clientHeight - parseInt(height)) / 2;
... | zzfls-pj | trunk/WebRoot/include/js/window.js | JavaScript | asf20 | 1,558 |
/**
*grid
*/
/*
var a = {
priKey:"MODULE_DM",
header:["模块代码","模块名称","模块地址"],
column:["MODULE_DM","MODULE_NAME","MODULE_URL"],
aligns:["center","left","left"],
data:json.data
};
myGrid.grid(a);
*/
function myGrid() {
}
/**
*创建grid
*/
myGrid.grid = fu... | zzfls-pj | trunk/WebRoot/include/js/grid.js | JavaScript | asf20 | 5,419 |
/**
*ajax通讯,
author:jiangxiangwei
code:UTF-8
*调用示例:
var json={
url:"select.do", //请求地址
method:"post", //请求方式post get
async:"true", //true 异步 false 同步
showMsg:true, //是否要进度提示
form:"form1", //需提交的表单id
params:{ //form表单外需提交的参数
"name":"11", //参数名 : 值
"SQLID":"selectMo... | zzfls-pj | trunk/WebRoot/include/js/ajax.js | JavaScript | asf20 | 7,154 |
<SCRIPT LANGUAGE="JavaScript">
<!--
var tool =
{
restyle : function(e)
{
e.style.cssText = 'margin:0;padding:0;background-image:none;background-color:transparent;border:0;';
},
ststyle : function(e, dict)
{
var style = e.style;
for (var n in dict) style[n] = dic... | zzfls-pj | trunk/WebRoot/include/js/validator3/Noname1.html | HTML | asf20 | 6,876 |
<html>
<head>
<title>表单验证类 Validator v1.05</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<SCRIPT LANGUAGE="JavaScript">
function validateEndDate(startDate, endDate, days){
var s = startDate.split("-");
var e = e... | zzfls-pj | trunk/WebRoot/include/js/validator3/samples.html | HTML | asf20 | 11,577 |
/*******************************************************************************
* Validator v1.05 code by 我佛山人 wfsr@msn.com
*
* Validator v3.0 refactoring by chenfuzhong yuyu_xn@yahoo.com.cn
******************************************************************************/
vtools = {
$ : function(id) {
r... | zzfls-pj | trunk/WebRoot/include/js/validator3/validator.js | JavaScript | asf20 | 16,568 |
/*************************************************
Validator v1.05
code by 我佛山人
wfsr@msn.com
modify by 我是乐东人
yuyu_xn@yahoo.com.cn
2007-9-9
*************************************************/
/**************************************************************
【修改说明】原框架存在以下缺点:
1、文档化不高,注释太少,不方便扩展。
2、校验的对... | zzfls-pj | trunk/WebRoot/include/js/validator3/exvalidator.js | JavaScript | asf20 | 19,892 |
/**
* 封装jquery的ajax请求
*
*/
/*******************************************************************************
AjaxTools.ajax({
url:"select.do", //请求地址
method:"post", //请求方式post get [可选]默认post
async:true, //true 异步 false 同步 [可选]默认true
showMsg:true, //是否要进度提示 [可选]默认true
msg : "正在加载中....", //提示信息 [可... | zzfls-pj | trunk/WebRoot/include/js/newAjax.js | JavaScript | asf20 | 5,944 |
/*
创建人:shaliheng
*/
var array_tab = new Array();
// 添加数组项
function Array_AddItem(item) {
for ( var i = 0; i < array_tab.length; i++) {
if (array_tab[i] == item)
return;
}
array_tab.push(item);
}
// 删除数组项
function Array_RemoveItem(item) {
var tmpArray = new Array();
for ( var i = 0; i < array... | zzfls-pj | trunk/WebRoot/include/js/tabUtil.js | JavaScript | asf20 | 1,527 |
<%--
Created by IntelliJ IDEA.
User: Administrator
Date: 2010-12-24
Time: 10:05:16
To change this template use File | Settings | File Templates.
--%>
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<jsp:useBean id="excelUtil" class="ne... | zzfls-pj | trunk/WebRoot/include/jsp/exportExcel.jsp | Java Server Pages | asf20 | 540 |
<%--
Created by IntelliJ IDEA.
User: jxw
Date: 12-2-24
Time: 下午4:18
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title></title>
</head>
<BODY text="#000000" vLink="#5493b4" link="#003fb7">
<... | zzfls-pj | trunk/WebRoot/include/jsp/overtime.jsp | Java Server Pages | asf20 | 1,185 |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<fmt:requestEncoding value="utf-8" /> | zzfls-pj | trunk/WebRoot/include/jsp/taglib.jsp | Java Server Pages | asf20 | 242 |
<%@include file="taglib.jsp"%>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link id="theme" type="text/css" rel="stylesheet" href="<c:url value="/include/css/default.css"/>"/>
<script type="text/javascript" >var contextPath="<%=request.getContextPath()%>";</script>
<script type="text/javascri... | zzfls-pj | trunk/WebRoot/include/jsp/include.jsp | Java Server Pages | asf20 | 1,022 |
/*
* 创建人:shaliheng
* public 类
* 公用样式
*==================================
*/
body {
scrollbar-face-color: #d8e5ff;
scrollbar-shadow-color: #a6c1f7;
scrollbar-highlight-color: #d8e5ff;
scrollbar-3dlight-color: #a6c1f7;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #f3f6ff... | zzfls-pj | trunk/WebRoot/include/css/default2.css | CSS | asf20 | 10,128 |
/*=====公用样式====*/
body {
scrollbar-face-color: #e4e4e4;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #f4f4f4;
scrollbar-3dlight-color: #e4e4e4;
scrollbar-arrow-color: #666666;
scrollbar-track-color: #f4f4f4;
scrollbar-darkshadow-color: #f4f4f4;
MARGIN-RIGHT: a... | zzfls-pj | trunk/WebRoot/include/css/default.css | CSS | asf20 | 11,133 |
#-------------------------------------------------
#
# Project created by QtCreator 2014-04-12T15:02:53
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = zzl-qt
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp... | zzl-qt-version | trunk/zzl-qt/zzl-qt.pro | QMake | gpl3 | 379 |
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
| zzl-qt-version | trunk/zzl-qt/main.cpp | C++ | gpl3 | 183 |
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QPushButton>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private:
Ui::MainWindow *ui;
QPushButt... | zzl-qt-version | trunk/zzl-qt/mainwindow.h | C++ | gpl3 | 362 |
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
}
MainWindow::~MainWindow()
{
delete ui;
}
| zzl-qt-version | trunk/zzl-qt/mainwindow.cpp | C++ | gpl3 | 233 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/axhost.cpp | C++ | lgpl | 11,705 |
// stdafx.cpp : source file that includes just the standard includes
// ffactivex.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| zzhongster-activex | ff-activex-host/ffactivex/stdafx.cpp | C++ | lgpl | 296 |
#pragma once
// The following macros define the minimum required platform. The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run
// your application. The macros work by enabling all features available on platform versions up to and
/... | zzhongster-activex | ff-activex-host/ffactivex/targetver.h | C | lgpl | 1,428 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/scriptable.h | C++ | lgpl | 8,523 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/ffactivex.h | C | lgpl | 3,257 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/dllmain.cpp | C++ | lgpl | 6,973 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/variants.h | C | lgpl | 1,904 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/scriptable.cpp | C++ | lgpl | 2,691 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | zzhongster-activex | ff-activex-host/ffactivex/GenericNPObject.h | C++ | lgpl | 5,100 |