Created
June 19, 2012 08:52
-
-
Save rumidier/2953088 to your computer and use it in GitHub Desktop.
view.tt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<center> | |
<table width=580 border=1 cellpadding=2 cellspacing=1 bgcolor=#777777> | |
<tr> | |
<td height=20 colspan=4 align=center bgcolor=#999999> | |
<font color=white><b>[% users.title %]</b></font> | |
</td> | |
</tr> | |
<tr> | |
<td width=50 height=20 align=center bgcolor=#EEEEEE>글쓴이</td> | |
<td width=240 bgcolor=white>[% users.name %]</td> | |
</tr> | |
<tr> | |
<td width=50 height=20 align=center bgcolor=#EEEEEE> | |
날 짜</td><td width=240 bgcolor=white> | |
</td> | |
<td width=50 height=20 align=center bgcolor=#EEEEEE>조회수</td> | |
<td width=240 bgcolor=white></td> | |
</tr> | |
<tr> | |
<td bgcolor=white colspan=4 style="table-layout:fixed;"> | |
<font color=black> | |
<p>[% users.content %]</p> | |
</font> | |
</td> | |
</tr> | |
<!-- 기타 버튼 들 --> | |
</table> | |
<a href="[% c.uri_for('/list') %]" class="btn btn-primary">되돌아가기</a> | |
<br /> | |
</center> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment