Add: help - contents
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
<div class="modal-header">
|
||||
<script type="text/javascript">
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.shortcut_icon_maestro_id').append(maestroInfo.maestroName);
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="contractModalLabel">웹브라우저 즐겨찾기 등록</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
@@ -6,20 +17,92 @@
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
IE(인터넷 익스플로러) 10 이상에서만 사용 가능
|
||||
</div>
|
||||
<div class="card-body bg-white">
|
||||
<h5 class="card-title text-danger">IE9 이하의 실행 환경이라면, 유료 계정 등록을 절대로 하지 말아주세요.</h5>
|
||||
<p class="card-text">
|
||||
<ul>
|
||||
<li>IE9 버전 이하에서 화면이 깨져 보입니다.</li>
|
||||
<li>IE9 버전에서도 실행이 안됩니다.</li>
|
||||
<li>크롬, 파이어폭스, 사파리등 IE외의 브라우저에서는 잘 됩니다.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h5 class="card-header bg-dark text-white">바로 가기 주소</h5>
|
||||
<div class="card-body">
|
||||
<table class="table table-sm table-borderless">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td scope="row">학생 로그인 화면</td>
|
||||
<td>http://www.chocomae.com/<span class="text-danger">login</span>/<span class="shortcut_icon_maestro_id"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row">타이머 로그인 화면</td>
|
||||
<td>http://www.chocomae.com/<span class="text-primary">timer</span>/<span class="shortcut_icon_maestro_id"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<div class="card">
|
||||
<h5 class="card-header bg-success text-white">브라우저별 즐겨찾기 등록</h5>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Chrome</h5>
|
||||
<p class="card-text">
|
||||
<ol>
|
||||
<li>
|
||||
등록 : 주소창 오른쪽에 있는 ★ 클릭
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/chrome_favorite_add.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/chrome_favorite_add.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
<li>
|
||||
수정 : 로그인, 타이머 앱 주소로 변경
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/chrome_favorite_edit.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/chrome_favorite_edit.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
<h5 class="card-title">IE11</h5>
|
||||
<p class="card-text">
|
||||
<ol>
|
||||
<li>
|
||||
등록 : 주소창 오른쪽 ★ 클릭
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/ie11_favorite_add.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/ie11_favorite_add.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
<li>
|
||||
수정 : 로그인, 타이머 앱 주소로 변경
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/ie11_favorite_edit.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/ie11_favorite_edit.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
<h5 class="card-title">Edge</h5>
|
||||
<p class="card-text">
|
||||
<ol>
|
||||
<li>
|
||||
등록 : 주소창 오른쪽에 있는 ★ 클릭
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/edge_favorite_add.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/edge_favorite_add.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
<li>
|
||||
수정 : 로그인, 타이머 앱 주소로 변경
|
||||
<picture>
|
||||
<source srcset="./../../../resources/image/help/edge_favorite_edit.png" type="image/svg+xml">
|
||||
<img src="./../../../resources/image/help/edge_favorite_edit.png" class="img-fluid img-thumbnail" alt="즐겨찾기 등록">
|
||||
</picture>
|
||||
</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
</div> <!-- modal-body -->
|
||||
Reference in New Issue
Block a user