diff --git a/.gitignore b/.gitignore index 6e98228..289a5bc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,5 @@ writable/uploads/* !writable/uploads/index.html writable/debugbar/* !writable/debugbar/index.html -writable/excel/* -!writable/excel/index.html \ No newline at end of file +writable/download/* +!writable/download/index.html \ No newline at end of file diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index b1a389b..1c762a3 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -1,58 +1,148 @@ extend(LAYOUTS[$viewDatas['layout']]['path']) ?> section('content') ?> alertTrait(session('message')) : ""; ?> -
include("{$layouts['path']}/top"); ?>
+ +
include("{$layouts}/top"); ?>
- - - +     +     +          
include("{$layouts['path']}/left_menu"); ?> -
include("{$template}/index_header"); ?>
-
+  
include("{$layouts}/left_menu"); ?> +      
include("{$template}/index_header"); ?>
+      
+         -
- include("{$template}/index_content_filter"); ?> - 'batchjob_form', 'method' => "post"]) ?> - - - - - $label): ?> - - - +        
+           include("{$template}/index_content_filter"); ?> +           'batchjob_form', 'method' => "post"]) ?> +          
번호getListLabel($field, $label, $viewDatas) ?>작업
+             +               +                 +                 $label): ?> +                   +                 +                 +               +             +             +             +               + - - - - - - - - $label): ?> - - - - - -
번호getListLabel($field, $label, $viewDatas) ?>작업
데이터를 불러오는 중입니다...
getListButton('modify', $num, $viewDatas) ?>getFieldView($field, $entity->$field, $viewDatas) ?> - $label): ?> - getListButton($action, $label, $viewDatas) ?>  - -
- include("{$template}/index_content_bottom"); ?> - -
+            
+           include("{$template}/index_content_bottom"); ?> +           +         +       - - - +       +     +   -
include("{$layouts['path']}/bottom"); ?>
+
include("{$layouts}/bottom"); ?>
+ + + endSection() ?> \ No newline at end of file