Add: maestro_shortcut_icon popup window content
This commit is contained in:
@@ -6,9 +6,31 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
function showModal(contentFileName) {
|
||||
// console.log("showContractModal");
|
||||
$("#popupContent").empty();
|
||||
$("#popupContent").load("./../popup/" + contentFileName + ".html");
|
||||
|
||||
$("#popupModal").modal();
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div class="modal fade" id="popupModal" tabindex="-1" role="dialog" aria-labelledby="contractModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered" role="document">
|
||||
<div id="popupContent" class="modal-content">
|
||||
|
||||
</div> <!-- modal content -->
|
||||
</div> <!-- modal dialog -->
|
||||
</div> <!-- modal -->
|
||||
|
||||
|
||||
|
||||
<!-- shortcut -->
|
||||
<div class="card bg-light">
|
||||
<h5 class="card-header">초코마에 바로가기</h5>
|
||||
@@ -32,11 +54,11 @@ $(document).ready(function() {
|
||||
<tbody>
|
||||
<tr>
|
||||
<td scope="row">학생 로그인 화면</td>
|
||||
<td>http://www.chocomae.com/<span style="color: darkred;">login</span>/<span class="owner_maestro_id"></span></td>
|
||||
<td>http://www.chocomae.com/<span class="text-danger">login</span>/<span class="owner_maestro_id"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row">타이머 로그인 화면</td>
|
||||
<td>http://www.chocomae.com/<span style="color: darkgreen;">timer</span>/<span class="owner_maestro_id"></span></td>
|
||||
<td>http://www.chocomae.com/<span class="text-primary">timer</span>/<span class="owner_maestro_id"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -47,13 +69,13 @@ $(document).ready(function() {
|
||||
|
||||
<div class="row mx-4">
|
||||
<div class="col-3">
|
||||
<label class="lead"> 바로가기 등록</label>
|
||||
<label class="lead"> 바로가기 등록 방법</label>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
|
||||
<button type="button" class="btn btn-primary">바탕화면 단축 아이콘 생성</button>
|
||||
<button type="button" class="btn btn-primary">웹브라우저 즐겨찾기 등록</button>
|
||||
<button type="button" class="btn btn-primary">웹브라우저 시작페이지 설정</button>
|
||||
<button type="button" class="btn btn-primary" onClick='showModal("maestro_shortcut_icon");'>바로 가기 아이콘 생성</button>
|
||||
<button type="button" class="btn btn-primary" onClick='showModal("maestro_register_favorite");'>웹브라우저 즐겨찾기 등록</button>
|
||||
<button type="button" class="btn btn-secondary" disabled onClick='showModal("maestro_register_startpage");'>웹브라우저 시작페이지 설정</button>
|
||||
|
||||
</div> <!-- col -->
|
||||
</div> <!-- row -->
|
||||
|
||||
Reference in New Issue
Block a user