Changeset 5996
- Timestamp:
- 05/22/08 15:32:52 (8 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
interface/owner/skin/index.php (modified) (2 diffs)
-
style/admin/whitedream/skin.css (modified) (1 diff)
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"> -
trunk/style/admin/whitedream/skin.css
r5992 r5996 145 145 border : none; 146 146 margin : 0; 147 position : absolute;148 right : 35px;147 position : relative; 148 left : 630px; 149 149 text-align : right; 150 top : 275px;150 top : -38px; 151 151 width : 25em; 152 152 z-index : 1;
