Skip to content

Instantly share code, notes, and snippets.

@rumidier
Created June 19, 2012 08:52
Show Gist options
  • Save rumidier/2953088 to your computer and use it in GitHub Desktop.
Save rumidier/2953088 to your computer and use it in GitHub Desktop.
view.tt
<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>
날&nbsp;&nbsp;&nbsp;짜</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