mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
issueTracker 기본 스킨 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6553 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9b2a95af6
commit
36e7ebf4c2
64 changed files with 1197 additions and 1039 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue