|
|
@ -10,11 +10,13 @@
|
|
|
|
<input type="hidden" id="taskSeCd--${pageName}" name="taskSeCd" data-map="TASK_SE_CD" />
|
|
|
|
<input type="hidden" id="taskSeCd--${pageName}" name="taskSeCd" data-map="TASK_SE_CD" />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row mt-4 justify-content-end mb-3">
|
|
|
|
<div class="row mt-4 justify-content-end mb-3">
|
|
|
|
<div class="col-md-12 ps-4">
|
|
|
|
<div class="col-md-12 ps-4 pe-4">
|
|
|
|
<button type="button" id="btnReset--${pageName}" class="btn btn-primary">초기화</button>
|
|
|
|
<button type="button" id="btnReset--${pageName}" class="btn btn-primary">초기화</button>
|
|
|
|
|
|
|
|
<span class="float-end">
|
|
|
|
<input type="text" id="countStauts--${pageName}" class="form-control w-px-150 text-center fw-bold" readonly />
|
|
|
|
<input type="text" id="countStauts--${pageName}" class="form-control w-px-150 text-center fw-bold" readonly />
|
|
|
|
<button type="button" class="w-px-50" id="btnPrev--${pageName}">◀</button>
|
|
|
|
<button type="button" class="w-px-50" id="btnPrev--${pageName}">◀</button>
|
|
|
|
<button type="button" class="w-px-50" id="btnNext--${pageName}">▶</button>
|
|
|
|
<button type="button" class="w-px-50" id="btnNext--${pageName}">▶</button>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|