Changeset 5996 for trunk/interface/owner/skin/index.php
- Timestamp:
- 05/22/08 15:32:52 (2 years ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/skin/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/skin/index.php
r5995 r5996 182 182 <h2 class="caption"><span class="main-text"><?php echo _t('사용가능한 스킨들의 목록입니다');?></span></h2> 183 183 184 <form id="skin-search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/skin"> 185 <h2><?php echo _t('검색');?></h2> 186 <div class="section"> 187 <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label> 188 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('skin-search-form').submit();return false; }" /> 189 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('skin-search-form').submit();return false;" /> 190 </div> 191 </form> 192 184 193 <div class="main-explain-box"> 185 194 <p class="explain"><?php echo _t('블로그에 적용하기 원하시는 스킨의 적용 버튼을 누르면 스킨이 블로그에 반영됩니다.');?></p> … … 235 244 </div> 236 245 <hr class="hidden" /> 237 <form id="skin-search-form" class="data-subbox" method="post" action="<?php echo $blogURL;?>/owner/skin">238 <h2><?php echo _t('검색');?></h2>239 <div class="section">240 <label for="search"><?php echo _t('제목');?>, <?php echo _t('내용');?></label>241 <input type="text" id="search" class="input-text" name="search" value="<?php echo htmlspecialchars($search);?>" onkeydown="if (event.keyCode == '13') { document.getElementById('skin-search-form').submit();return false; }" />242 <input type="submit" class="search-button input-button" value="<?php echo _t('검색');?>" onclick="document.getElementById('skin-search-form').submit();return false;" />243 </div>244 </form>245 246 </div> 246 247 <div id="part-skin-more" class="part">
