Changeset 8838 for temp/trunk/html/test/uehara
- Timestamp:
- 2006/11/22 17:03:23 (20 years ago)
- Location:
- temp/trunk/html/test/uehara
- Files:
-
- 3 edited
-
js/tree.js (modified) (4 diffs)
-
templates/tree.tpl (modified) (previous)
-
tree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/js/tree.js
r8836 r8838 54 54 } 55 55 56 // Tree¾õÂÖ¤ò ÊÝ»ý56 // Tree¾õÂÖ¤òhidden¤Ë¥»¥Ã¥È 57 57 function setTreeStatus(name) { 58 58 var tree_status = ""; … … 64 64 } 65 65 66 // Tree¾õÂÖ¤«¤éÊĤ¸¤ë¤òÆþ¤ì¤ë 67 function fnDelTreeStatus(path) { 68 for(i=0; i < arrTreeStatus.length ;i++) { 69 if(arrTreeStatus[i] == path) { 70 arrTreeStatus[i] = ""; 71 } 72 } 73 } 66 74 // ¥Ä¥ê¡¼ÉÁ²è 67 75 function fnDrow(id, tree) { … … 110 118 } 111 119 tMenu.display = "none"; 120 // ÊĤ¸¾õÂÖ¤òÊÝ»ý 121 fnDelTreeStatus(path); 112 122 } 113 123 } … … 129 139 130 140 // img¥¿¥°¤Î²èÁüÊѹ¹ 131 function fnChgImg(fileName,imgName) {141 function fnChgImg(fileName,imgName){ 132 142 document.images[imgName].src = fileName; 133 143 } -
temp/trunk/html/test/uehara/tree.php
r8798 r8838 11 11 } 12 12 } 13 14 sfprintr($_POST); 15 16 13 17 14 18 $top_dir = USER_PATH;
Note: See TracChangeset
for help on using the changeset viewer.
