git-svn-id: http://xe-core.googlecode.com/svn/trunk@781 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-29 11:37:30 +00:00
parent a576bdc326
commit 02f3858c76
5 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
<!--@foreach($document->comment_list as $key => $val)--> <!--@foreach($document->comment_list as $key => $val)-->
<a name="comment_{$key}"></a> <a name="comment_{$key}"></a>
<div style="margin-left:{$val->depth*15}px" > <div style="margin-left:{$val->depth*15}px" >
<table> <table border="1" width="100%">
<col width="120" /> <col width="120" />
<col width="*" /> <col width="*" />
<tr> <tr>

View file

@ -9,7 +9,7 @@
<!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 --> <!-- 만약 댓글의 답을 다는 것이라면 원문 보여줌 -->
<!--@if($source_comment)--> <!--@if($source_comment)-->
<div> <div>
<table> <table border="1" width="100%">
<col width="120" /> <col width="120" />
<col width="*" /> <col width="*" />
<tr> <tr>
@ -35,7 +35,7 @@
<input type="hidden" name="comment_srl" value="{$comment_srl}" /> <input type="hidden" name="comment_srl" value="{$comment_srl}" />
<input type="hidden" name="content" value="{htmlspecialchars($comment->content)}" /> <input type="hidden" name="content" value="{htmlspecialchars($comment->content)}" />
<input type="hidden" name="parent_srl" value="{$parent_srl}" /> <input type="hidden" name="parent_srl" value="{$parent_srl}" />
<table width="100%"> <table width="100%" border="1">
<col width="120" /> <col width="120" />
<col width="*" /> <col width="*" />
<!--@if(!$is_logged)--> <!--@if(!$is_logged)-->

View file

@ -47,7 +47,7 @@
<!-- 목록 --> <!-- 목록 -->
<div> <div>
<table> <table width="100%" border="1">
<tr> <tr>
<th>{$lang->no}</th> <th>{$lang->no}</th>
<!--@if($category_list)--> <!--@if($category_list)-->

View file

@ -8,7 +8,7 @@
<!-- 글 내용 보여주기 --> <!-- 글 내용 보여주기 -->
<div> <div>
<table width="100%" style="table-layout:fixed"> <table border="1" width="100%" style="table-layout:fixed">
<col width="120" /> <col width="120" />
<col width="*" /> <col width="*" />
<!--@if($category_list && $document->category_srl)--> <!--@if($category_list && $document->category_srl)-->

View file

@ -5,7 +5,7 @@
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="content" value="{htmlspecialchars($document->content)}" /> <input type="hidden" name="content" value="{htmlspecialchars($document->content)}" />
<input type="hidden" name="document_srl" value="{$document_srl}" /> <input type="hidden" name="document_srl" value="{$document_srl}" />
<table width="100%"> <table border="1" width="100%">
<col width="120" /> <col width="120" />
<col width="*" /> <col width="*" />
<!--@if($category_list)--> <!--@if($category_list)-->