Show
Ignore:
Timestamp:
04/11/08 17:24:28 (7 months ago)
Author:
jparker
Message:

#877

  • category, archive 댓글수를 오른쪽으로 보기 좋게 밀어버림.
  • 태그리스트 단정하게(--;) 스타일 수정.
  • 아이폰과 터치팟 상에서 검색 키패드를 Search로 변경.
    • e-mail관련 키패드는 어플에서만 가능할 듯 함.
  • 블로그 로고 그림이 없을 경우 텍스트큐브 아이콘으로 출력되게 변경.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/i/index.php

    r5672 r5746  
    1717    <?php 
    1818        $blogAuthor = User::getName($blogid); 
    19         $blogLogo = !empty($blog['logo']) ? $blogURL . "/imageResizer?f=" . $blog['logo'] . "&m=80" : "{$service['path']}/image/spacer.gif"; 
     19        $blogLogo = !empty($blog['logo']) ? $blogURL . "/imageResizer?f=" . $blog['logo'] . "&m=80" : "{$service['path']}/style/iphone/image/textcube_logo.png"; 
    2020        $itemsView .= '<li class="blog_info">'.CRLF; 
    2121        $itemsView .= ' <div class="logo"><img src="' . $blogLogo . '" /></div>'.CRLF; 
     
    8484            <div class="searchIcon"></div> 
    8585            <img id="clearButton" class="clearButton" src="<?php echo $service['path'];?>/image/spacer.gif" onclick="cancelAction(this);" /> 
    86             <input id="qString" type="text" name="qString" autocomplete="off" unedited="true" class="search" onkeyup="searchKeywordCheck(this);" onkeydown="searchKeywordCheck(this);" /> 
     86            <input id="qString" type="text" name="search" autocomplete="off" unedited="true" class="search" onkeyup="searchKeywordCheck(this);" onkeydown="searchKeywordCheck(this);" /> 
    8787        </fieldset> 
    8888    </form>