update
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -145,3 +145,6 @@ false
|
|||||||
data/
|
data/
|
||||||
lib/support/site/tving.py
|
lib/support/site/tving.py
|
||||||
lib/support/site/wavve.py
|
lib/support/site/wavve.py
|
||||||
|
|
||||||
|
|
||||||
|
# python -m flaskfarm.cli.code_encode --source C:\work\FlaskFarm\flaskfarm\lib\support\site
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<nav>
|
<nav>
|
||||||
{{ macros.m_tab_head_start() }}
|
{{ macros.m_tab_head_start() }}
|
||||||
{{ macros.m_tab_head('이전', true) }}
|
{{ macros.m_tab_head('old', '이전', true) }}
|
||||||
{{ macros.m_tab_head('실시간', false) }}
|
{{ macros.m_tab_head('new', '실시간', false) }}
|
||||||
{{ macros.m_tab_head_end() }}
|
{{ macros.m_tab_head_end() }}
|
||||||
</nav>
|
</nav>
|
||||||
<div class="tab-content" id="nav-tabContent">
|
<div class="tab-content" id="nav-tabContent">
|
||||||
|
|||||||
@@ -15,10 +15,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% macro m_row_start(padding='10', align='center') %}
|
{% macro m_row_start(padding='10', align='center') %}
|
||||||
<div class="row" style="padding:{{ padding}}px; align-items:{{align}};">
|
<div class="row" style="padding:{{ padding}}px; align-items:{{align}};">
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
@@ -375,7 +371,7 @@ option을 script로 넣을 때 사용
|
|||||||
|
|
||||||
|
|
||||||
<!-- 삭제해야함 --------------------------------------------------------->
|
<!-- 삭제해야함 --------------------------------------------------------->
|
||||||
|
<!--
|
||||||
{% macro setting_radio(id, title, radios, value=None, desc=None, disabled=False) %}
|
{% macro setting_radio(id, title, radios, value=None, desc=None, disabled=False) %}
|
||||||
{{ setting_top(title) }}
|
{{ setting_top(title) }}
|
||||||
<div class="input-group col-sm-9">
|
<div class="input-group col-sm-9">
|
||||||
@@ -392,8 +388,10 @@ option을 script로 넣을 때 사용
|
|||||||
</div>
|
</div>
|
||||||
{{ setting_bottom(desc) }}
|
{{ setting_bottom(desc) }}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- 그룹화 하지 않음.. 삭제-->
|
<!-- 그룹화 하지 않음.. 삭제-->
|
||||||
|
<!--
|
||||||
{% macro setting_button(buttons, left='', desc='') %}
|
{% macro setting_button(buttons, left='', desc='') %}
|
||||||
{{ setting_top(left) }}
|
{{ setting_top(left) }}
|
||||||
<div class="input-group col-sm-9">
|
<div class="input-group col-sm-9">
|
||||||
@@ -407,7 +405,7 @@ option을 script로 넣을 때 사용
|
|||||||
</div>
|
</div>
|
||||||
{{ setting_bottom(desc) }}
|
{{ setting_bottom(desc) }}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
-->
|
||||||
<!----------------------------------------------------------------->
|
<!----------------------------------------------------------------->
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,17 +6,17 @@
|
|||||||
<!--{{ macros.setting_select_empty('log_select2', '로그 파일 선택 (.logX)') }}-->
|
<!--{{ macros.setting_select_empty('log_select2', '로그 파일 선택 (.logX)') }}-->
|
||||||
<nav>
|
<nav>
|
||||||
{{ macros.m_tab_head_start() }}
|
{{ macros.m_tab_head_start() }}
|
||||||
{{ macros.m_tab_head('이전', true) }}
|
{{ macros.m_tab_head('old', '이전', true) }}
|
||||||
{{ macros.m_tab_head('실시간', false) }}
|
{{ macros.m_tab_head('new', '실시간', false) }}
|
||||||
{{ macros.m_tab_head_end() }}
|
{{ macros.m_tab_head_end() }}
|
||||||
</nav>
|
</nav>
|
||||||
<div class="tab-content" id="nav-tabContent">
|
<div class="tab-content" id="nav-tabContent">
|
||||||
{{ macros.m_tab_content_start('이전', true) }}
|
{{ macros.m_tab_content_start('old', true) }}
|
||||||
<div>
|
<div>
|
||||||
<textarea id="log" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:hidden"></textarea>
|
<textarea id="log" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:hidden"></textarea>
|
||||||
</div>
|
</div>
|
||||||
{{ macros.m_tab_content_end() }}
|
{{ macros.m_tab_content_end() }}
|
||||||
{{ macros.m_tab_content_start('실시간', false) }}
|
{{ macros.m_tab_content_start('new', false) }}
|
||||||
<div>
|
<div>
|
||||||
<textarea id="add" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:visible"></textarea>
|
<textarea id="add" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:visible"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user