mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
1. jQuery뿐 아니라 여러 javascript 의 플러그인 사용을 위해 template handler에 <!--%load_js_plugin("이름")--> 기능 추가 ( ./common/js/plugins/이름/plugin.load 파일에 기재된 js/css, 또는 lang을 import 함)
2. 1번에 의해 ui.datepicker, ui.tree를 플러그인으로 빼서 적용 3. jquery의 버전별 이름이 생길 문제를 대비하여 jquery.js로 파일 이름 변경 4. js/css파일들은 크기보다 그 개수가 적어야 함으로 jquery-1.2.6.fix.js를 common.js 파일로 통합 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d2d9b2c3a2
commit
5d549bffd7
57 changed files with 149 additions and 366 deletions
|
|
@ -16,9 +16,8 @@
|
|||
<!--%import("filter/delete_image_mark.xml")-->
|
||||
<!--@end-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
|
||||
<form id="fo_insert_member" action="{getUrl()}" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
<!--%import("../../tpl/js/krzip_search.js")-->
|
||||
<!--%import("filter/signup.xml")-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
<!--#include("./common_header.html")-->
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
<!--%import("filter/insert.xml")-->
|
||||
<!--%import("css/member_admin.css")-->
|
||||
|
||||
<!--// calendar -->
|
||||
<!--%import("../../../common/js/ui.datepicker.js",optimized=false)-->
|
||||
<!--%import("../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
<!--// datepicker javascript plugin load -->
|
||||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
|
||||
<form id="fo_insert_member" action="./" method="get" onsubmit="return procFilter(this, insert)">
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
|
|
@ -257,4 +256,4 @@
|
|||
$(".inputDate").datepicker(option);
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue