This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="section-form"><!-- section-form-a --> | |
<p> | |
<label class="label">글 제목</label> | |
<span class="field"> | |
<input type="text" class="text long" name="input" /> | |
</span> | |
</p> | |
<p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="section-list"><!-- 글 목록 --> | |
<table class="core"> | |
<colgroup> | |
<col style="width: 40px;" /> | |
<col style="width: 80px;" /> | |
<col style="width: auto;" /> | |
<col style="width: 120px;" /> | |
<col style="width: 100px;" /> | |
<col style="width: 100px;" /> | |
</colgroup> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="section-view"><!-- section view --> | |
<div class="author"><!-- avatar --> | |
<div class="avatar"> | |
<img src="http://lorempixel.com/50/50/sports/" class="avatar" /> | |
</div> | |
<div class="wrote"> | |
<p> | |
<span class="date">작성일:</span> | |
<strong class="date">2012-11-11 19:00</strong> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tab-a tab-toggle"><!-- tab toggle --> | |
<ul class="tab"> | |
<li class="active"><a href="#tab1">탭 1</a></li> | |
<li><a href="#tab2">탭 2</a></li> | |
<li><a href="#tab3">탭 3</a></li> | |
</ul> | |
<div class="tab-container"> | |
<div id="tab1" class="tab-contents active"> | |
내용1 | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tab-a"><!-- tab --> | |
<ul class="tab"> | |
<li class="active"><a href="#tab1">탭 1</a></li> | |
<li><a href="#tab2">탭 2</a></li> | |
<li><a href="#tab3">탭 3</a></li> | |
</ul> | |
<div class="tab-container"> | |
<div id="tab4" class="tab-contents active"> | |
내용1 | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="section-button"><!-- section button --> | |
<button class="button" data-type="default"><i class="ico" data-icon="y"></i>일반</button> | |
<button class="button" data-type="confirm"><i class="ico" data-icon="y"></i>확인</button> | |
<button class="button" data-type="prompt"><i class="ico" data-icon="y"></i>프롬프트</button> | |
</div><!-- // section button --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="pagination"><!-- pagination --> | |
<ul class="core"> | |
<li class="first"><a class="disable" href="#">«</a></li> | |
<li class="prev"><a class="disable" href="#">‹</a></li> | |
<li><a class="current" href="">1</a></li> | |
<li><a href="">2</a></li> | |
<li><a href="">3</a></li> | |
<li><a href="">4</a></li> | |
<li><a href="">5</a></li> | |
<li class="next"><a href="">›</a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function targetfunction(){ | |
//ToDo | |
} | |
function timerFunction(){ | |
if(index <20 ){ | |
//20회 미만이면 실행 |