Changeset 17605 for branches/comu-ver2/html/user_data
- Timestamp:
- 2008/09/10 20:50:26 (18 years ago)
- Location:
- branches/comu-ver2/html/user_data/packages/default/js
- Files:
-
- 3 edited
-
admin.js (modified) (1 diff)
-
ownersstore.js.php (modified) (1 diff, 2 props)
-
win_op.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/js/admin.js
r17351 r17605 131 131 // 管理者メンバーページの切替 132 132 function fnMemberPage(pageno) { 133 location.href = " ./index.php?pageno=" + pageno;133 location.href = "?pageno=" + pageno; 134 134 } 135 135 -
branches/comu-ver2/html/user_data/packages/default/js/ownersstore.js.php
- Property svn:eol-style set to LF
- Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
r17193 r17605 20 20 (function() { 21 21 // オーナーズストア通信スクリプトのパス 22 var upgrade_url = '[%URL_DIR%]upgrade/ index.php';22 var upgrade_url = '[%URL_DIR%]upgrade/<?php echo DIR_INDEX_URL; ?>'; 23 23 24 24 // ロード中メッセージ(配信サーバと通信中です…) -
branches/comu-ver2/html/user_data/packages/default/js/win_op.js
r16708 r17605 51 51 } 52 52 //--> 53 54 <!--55 function ChangeParent()56 {57 window.opener.location.href="../contact/index.php";58 }59 //-->60 61 62 <!--//63 function CloseChild()64 {65 window.close();66 }67 //-->
Note: See TracChangeset
for help on using the changeset viewer.
