Skip to content

Instantly share code, notes, and snippets.

@rumidier
Created June 18, 2012 10:00
Show Gist options
  • Save rumidier/2947721 to your computer and use it in GitHub Desktop.
Save rumidier/2947721 to your computer and use it in GitHub Desktop.
list.tt
<center>
<br />
<!-- 게시물 리스트를 보이기 위한 테이블 -->
<table width=580 border=1 cellpadding=2 cellsacing=1 bgcolor=#777777>
<!-- 리스트 타이틀 부분 -->
<tr height=20 bgcolor=#999999>
<td width=30 align=center>
<font color=white>번호</font>
</td>
<td width=370 align=center>
<font color=white>제목</font>
</td>
<td width=50 align=center>
<font color=white>글쓴이</font>
</td>
<td width=60 align=center>
<font color=white>날짜</font>
</td>
<td width=40 align=center>
<font color=white>조회수</font>
</td>
</tr>
<!-- 리스트 타이틀 끝 -->
<!-- 리스트 부분 시작 -->
<!-- 템플릿을 붙여줄 장소 -->
<!-- 여기까지 템플릿 -->
</table>
<a href=write>글쓰기</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment