Changeset 6822
- Timestamp:
- 10/13/08 11:26:03 (3 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/reader/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/reader/index.php
r6821 r6822 264 264 <a id="totalList" href="<?php echo $blogURL;?>/owner/network/reader" title="<?php echo _t('글 목록을 전부 출력합니다.');?>"><span class="text"><?php echo _t('전체 목록');?></span></a><span class="count">(<span id="entriesShown">0</span>/<span id="entriesTotal">0</span>)</span> 265 265 <span class="hidden">|</span> 266 <a id="iconMarkAsReadAll" href="#void" onclick="Reader.markAsReadAll(); return false;" title="<?php echo _t('모든 글을 읽었다고 표시합니다.');?>"><span class="text"><?php echo _t('모두 읽은 글로 표시');?></span></a>267 <span class="hidden">|</span>268 266 <a id="iconMoreEntries" href="#void" onclick="Reader.listScroll(1); return false;" title="<?php echo _t('지나간 글 정보를 더 읽어옵니다.');?>"><span class="text"><?php echo _t('더 읽어오기');?></span></a> 269 267 </div> … … 278 276 <a class="hide-button button" href="#void" onclick="Reader.showUnreadOnly(); return false;"><span class="text"><?php echo _t('읽은 글 감추기');?></span></a> 279 277 <span class="divider">-</span> 280 <a class="shortcut-button button" href="#void" onclick="document.getElementById('shortcuts').style.display = document.getElementById('shortcuts').style.display=='none' ? 'block' : 'none'"><span class="text"><?php echo _t('단축키보기');?></span></a> 278 <a class="markAsReadAll-button button" id="iconMarkAsReadAll" href="#void" onclick="Reader.markAsReadAll(); return false;" title="<?php echo _t('모든 글을 읽었다고 표시합니다.');?>"><span class="text"><?php echo _t('모두 읽은 글로 표시');?></span></a> 279 <span class="divider">-</span> 280 <a class="shortcut-button button" href="#void" onclick="document.getElementById('shortcuts').style.display = document.getElementById('shortcuts').style.display=='none' ? 'block' : 'none'"><span class="text"><?php echo _t('단축키');?></span></a> 281 281 </div> 282 282
