Index: arms/html/test/content-container.html =================================================================== diff -u --- arms/html/test/content-container.html (revision 0) +++ arms/html/test/content-container.html (revision 3f7ad7d90ca46778c1d65fd4eb9dbba444c19ca8) @@ -0,0 +1,125 @@ +
+
+
+

+ + + Feed + + 412 +

+ +
+
+
+
+ blockquote +
+ +
+
+
+
+ + + + + +
+ +
+ +
+
+ + +
+
+
Index: arms/html/test/content-header.html =================================================================== diff -u --- arms/html/test/content-header.html (revision 0) +++ arms/html/test/content-header.html (revision 3f7ad7d90ca46778c1d65fd4eb9dbba444c19ca8) @@ -0,0 +1,13 @@ +

+ Test + Test Page + +

Index: arms/js/test.js =================================================================== diff -u --- arms/js/test.js (revision 0) +++ arms/js/test.js (revision 3f7ad7d90ca46778c1d65fd4eb9dbba444c19ca8) @@ -0,0 +1,32 @@ +//////////////////////////////////////////////////////////////////////////////////////// +//Document Ready +//////////////////////////////////////////////////////////////////////////////////////// +function execDocReady() { + + var pluginGroups = [ + [ + + ] + // 추가적인 플러그인 그룹들을 이곳에 추가하면 됩니다. + ]; + + loadPluginGroupsParallelAndSequential(pluginGroups) + .then(function() { + + console.log('모든 플러그인 로드 완료'); + + //사이드 메뉴 처리 + $('.widget').widgster(); + //setSideMenu("sidebar_menu_product", "sidebar_menu_version_manage"); + + // 스크립트 실행 로직을 이곳에 추가합니다. + click_btn_for_delete_version(); + click_btn_for_update_version(); + init_versionList(); + + + }) + .catch(function() { + console.error('플러그인 로드 중 오류 발생'); + }); +} \ No newline at end of file