이슈트래커의 소스코드 열람시 설명문을 1줄로 줄이고 클릭시 확장하는 기능 추가

이슈트래커의 다운로드 항목의 첨부파일에 설명문도 tooltip으로 나타나도록 수정


git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6610 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-19 23:16:37 +00:00
parent 578cdee138
commit c440125db2
4 changed files with 7 additions and 1 deletions

View file

@ -388,3 +388,9 @@ ul.files a .bubble{ display:none; position:absolute; top:-20px; left:0; padding:
.issueNav li a{ float:left; padding:7px 15px 0 15px; height:18px; border:1px solid #ddd; border-bottom:none; background:url(../img/common/bgTab.gif) repeat-x; color:#000; text-decoration:none;}
.issueNav li.on { margin-bottom:-1px;}
.issueNav li.on a{ height:19px; background:none;}
/* source list */
table td.summaryText div { line-height:20px; padding-left:20px; cursor:pointer;}
table td.summaryText div.open { background:url("../img/common/opener.gif") no-repeat left 4px; overflow:visible; }
table td.summaryText div.close { background:url("../img/common/closer.gif") no-repeat left 4px; height:20px; overflow:hidden; }

View file

@ -46,7 +46,7 @@
<td>
<ul class="files">
<!--@foreach($v->files as $file)-->
<li><a href="{$file->download_url}" onmouseover="jQuery(this).find('.bubble').css('display','block');" onmouseout="jQuery(this).find('.bubble').css('display','none');">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></li>
<li><a href="{$file->download_url}" onmouseover="jQuery(this).find('.bubble').css('display','block');" onmouseout="jQuery(this).find('.bubble').css('display','none');">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]<!--@if($file->comment)--><br/>{htmlspecialchars($file->comment)}<!--@end--></span></a></li>
<!--@end-->
</ul>
</td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B