mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
IssueTracker 스킨 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6680 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46e1b3b0ca
commit
04afff647d
2 changed files with 7 additions and 8 deletions
|
|
@ -21,15 +21,14 @@
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
|
||||||
{@ $curDate = null }
|
{@ $curDate = null}
|
||||||
<!--@foreach($changesets as $changeset)-->
|
<!--@foreach($changesets as $changeset)-->
|
||||||
<!--@if($curdate || strcmp(zdate($changeset->date, "Ymd"), $curDate))-->
|
|
||||||
<h4>{zdate($changeset->date, "Y-m-d")}</h4>
|
<!--@if(!$curDate || $curDate != zdate($changeset->date, "Y-m-d"))-->
|
||||||
<!--@if($curDate)-->
|
{@ $curDate = zdate($changeset->date, "Y-m-d")}
|
||||||
</dl>
|
<!--@if($curDate)--></dl><!--@end-->
|
||||||
<!--@end-->
|
<h4>{$curDate}</h4>
|
||||||
<dl class="changeset">
|
<dl class="changeset">
|
||||||
{@ $curDate = zdate($changeset->date, "Ymd") }
|
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<dt>
|
<dt>
|
||||||
<span class="time">{zdate($changeset->date,"H:i")}</span>
|
<span class="time">{zdate($changeset->date,"H:i")}</span>
|
||||||
|
|
|
||||||
|
|
@ -269,7 +269,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
|
||||||
</table>
|
</table>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
||||||
|
|
@ -291,5 +290,6 @@
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
<!--@end-->
|
||||||
|
|
||||||
<!--#include("footer.html")-->
|
<!--#include("footer.html")-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue