diff --git a/adm/index.php b/adm/index.php index 5bc358782..514c8c157 100644 --- a/adm/index.php +++ b/adm/index.php @@ -117,7 +117,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - +
@@ -217,7 +217,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - +
@@ -293,7 +293,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - +
diff --git a/adm/member_list.php b/adm/member_list.php index 6f06375ce..dbe4c2983 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -213,7 +213,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { - +
diff --git a/adm/point_list.php b/adm/point_list.php index 663886925..0119da000 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -153,11 +153,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++) - +
- - + +  · "+this.onclickEvent+""; + var str = "
  • "+this.onclickEvent+"
  • "; return str; } @@ -115,19 +115,19 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행 var oBody = document.body; if (oSideViewLayer == null) { - oSideViewLayer = document.createElement("DIV"); + oSideViewLayer = document.createElement("div"); oSideViewLayer.id = this.targetObj; - oSideViewLayer.style.position = 'absolute'; + oSideViewLayer.style.position = "absolute"; oBody.appendChild(oSideViewLayer); } oSideViewLayer.innerHTML = this.makeNameContextMenus(); if (getAbsoluteTop(this.curObj) + this.curObj.offsetHeight + oSideViewLayer.scrollHeight + 5 > oBody.scrollHeight) - oSideViewLayer.style.top = getAbsoluteTop(this.curObj) - oSideViewLayer.scrollHeight; + oSideViewLayer.style.top = getAbsoluteTop(this.curObj) - oSideViewLayer.scrollHeight + "px"; else - oSideViewLayer.style.top = getAbsoluteTop(this.curObj) + this.curObj.offsetHeight; + oSideViewLayer.style.top = getAbsoluteTop(this.curObj) + this.curObj.offsetHeight + "px"; - oSideViewLayer.style.left = getAbsoluteLeft(this.curObj) - this.curObj.offsetWidth + 14; + oSideViewLayer.style.left = getAbsoluteLeft(this.curObj) - this.curObj.offsetWidth + 14 + "px"; divDisplay(this.targetObj, 'block'); @@ -138,7 +138,7 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행 { var oCurrentNode=oNode; var iTop=0; - while(oCurrentNode.tagName!="BODY") { + while(oCurrentNode.tagName!="body") { iTop+=oCurrentNode.offsetTop - oCurrentNode.scrollTop; oCurrentNode=oCurrentNode.offsetParent; } @@ -150,7 +150,7 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행 var oCurrentNode=oNode; var iLeft=0; iLeft+=oCurrentNode.offsetWidth; - while(oCurrentNode.tagName!="BODY") { + while(oCurrentNode.tagName!="body") { iLeft+=oCurrentNode.offsetLeft; oCurrentNode=oCurrentNode.offsetParent; } @@ -160,8 +160,8 @@ if (typeof(SIDEVIEW_JS) == 'undefined') // 한번만 실행 function makeNameContextMenus() { - var str = ""; - + var str = "
    "; + str += ""; return str; }