issueTracker 기본 스킨 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-16 07:39:37 +00:00
parent f9b2a95af6
commit 36e7ebf4c2
64 changed files with 1197 additions and 1039 deletions

View file

@ -1,10 +1,6 @@
<!--#include("source_header.html")-->
<table cellspacing="0">
<col width="180" />
<col width="100" />
<col width="150" />
<col width="*" />
<thead>
<tr>
<th>Name</th>
@ -20,12 +16,12 @@
<!--@else-->
{@ $type = '' }
<!--@end-->
<tr onmouseover="this.className='over'" onmouseout="this.className=''" >
<td class="{$item->type}"><a href="{getUrl('type',$type, path, urlencode($item->path), 'revs', $revs)}">{$item->name}</a></td>
<td class="log"><a href="{getUrl('type','log','path',urlencode($item->path),'erev',$revs?$revs:'')}">{$item->revision}</a></td>
<td class="age">{$item->gap}</td>
<td class="summaryText"><div class="close"><span class="author">{$item->author}</span> {htmlspecialchars($item->msg?': '.$item->msg:'')}</div></td>
</tr>
<tr onmouseover="this.className='over'" onmouseout="this.className=''" >
<td class="{$item->type}"><a href="{getUrl('type',$type, path, urlencode($item->path), 'revs', $revs)}">{$item->name}</a></td>
<td class="log"><a href="{getUrl('type','log','path',urlencode($item->path),'erev',$revs?$revs:'')}">{$item->revision}</a></td>
<td class="age">{$item->gap}</td>
<td class="summaryText"><div class="close"><span class="author">{$item->author}</span> {htmlspecialchars($item->msg?': '.$item->msg:'')}</div></td>
</tr>
<!--@end-->
</tbody>
</table>