Commit fe78ce30 authored by platyhouse's avatar platyhouse

- encrypted

parent 2eccdfb2
......@@ -94,6 +94,26 @@ namespace platyFramework;
</div>
</div>
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">이미지 슬라이드 설정 기능</h3>
</div>
<div class="box-body">
<div class='col-md-12'>
<?= $form->getFile("이미지1", "slideImage1", "", "", ""); ?>
<?= $form->getFile("이미지2", "slideImage2", "", "", ""); ?>
<?= $form->getFile("이미지3", "slideImage3", "", "", ""); ?>
<?= $form->getFile("이미지4", "slideImage4", "", "", ""); ?>
<?= $form->getFile("이미지5", "slideImage5", "", "", ""); ?>
</div>
</div>
<div class="box-footer">
<button type="submit" class="btn btn-primary">저장</button>
<button type="button" class="btn btn-default ptyGoBack pull-right">취소</button>
</div>
</div>
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">잠금화면 내용</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment