묻고답하기

테이블.jpg

소스

-------------------------------------------------

<!--#include("header.html")-->

<!-- 게시물 작성 폼 --><style type="text/css">
<!--
body,td,th {
 font-family: 돋움;
 font-size: 11px;
}
-->
</style>
<form action="./" method="post" onsubmit="return procFilter(this, insert)" id="fo_write">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />





<div class="boardWrite">

   
   
  <!--@if(!$is_logged)-->

  <!--@end-->
   
   
   

  <dl class="option">
  <!--@if($grant->manager)-->
  {@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') }
  <dd><select name="title_color" id="title_color" <!--@if($oDocument->get('title_color'))-->style="background-color:#{$oDocument->get('title_color')};"<!--@end--> onchange="this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor;">
  <option value="" style="background-color:#FFFFFF;">{$lang->title_color}</option>
  <!--@foreach($_color as $_col)-->
  <option value="{$_col}" style="background-color:#{$_col}" <!--@if($oDocument->get('title_color')==$_col)-->selected="selected"<!--@end-->>{$lang->title_color}</option>
  <!--@endforeach-->
  </select></dd>
  <dd>
  <input type="checkbox" name="title_bold" id="title_bold" value="Y" <!--@if($oDocument->get('title_bold')=='Y')-->checked="checked"<!--@end--> />
  <label for="title_bold">{$lang->title_bold}</label>
  </dd>
  <dd>
  <input type="checkbox" name="is_notice" value="Y" <!--@if($oDocument->isNotice())-->checked="checked"<!--@end--> id="is_notice" />
  <label for="is_notice">{$lang->notice}</label>
  </dd>
  <dd>
  <input type="checkbox" name="lock_comment" value="Y" <!--@if($oDocument->isLocked())-->checked="checked"<!--@end--> id="lock_comment" />
  <label for="lock_comment">{$lang->lock_comment}</label>
  </dd>
  <!--@endif-->
  <!--@if($module_info->secret=="Y")-->
  <dd>
  <input type="hidden" name="is_secret" value="Y" checked="checked" id="is_secret" />
  </dd>
  <!--@end-->
  <dd>
  <input type="hidden" name="allow_comment" value="Y" checked="checked" id="allow_comment" />
 
  </dd>
  <dd>
  <input type="hidden" name="allow_trackback" value="Y" checked="checked" id="allow_trackback" />
   
  </dd>
  <!--@if($is_logged)-->
  <dd>
  <input type="hidden" name="notify_message" value="Y" checked="checked" id="notify_message" />

  </dd>
  <!--@end-->
  </dl>

  <!--@if(count($extra_keys))-->
   
   
  <table cellspacing="0" summary="" class="extraVarsList">  
  <tr>
 <th>
  분류
 </th>
  <td>
  <select name="category_srl" class="category">
  <option value="">{$lang->category}</option>
  <!--@foreach($category_list as $val)-->
  <option <!--@if(!$val->grant)-->disabled="disabled"<!--@endif--> value="{$val->category_srl}" <!--@if($val->grant&&$val->selected||$val->category_srl==$oDocument->get('category_srl'))-->selected="selected"<!--@endif-->>
  {str_repeat("&nbsp;&nbsp;",$val->depth)} {$val->title} 
  </option> 
  <!--@endforeach-->
  </select>
  </td>
  </tr> 
  <tr>
  <th width="250">  
  <label for="userName">{$lang->writer}</label>
  </th>
  <td style = "padding : 0px;" >
  <table cellspacing = 0 cellpadding = 0 border = 0>
  <tr>
  <th style = "padding-top : 0px; Border-bottom-color : white" width = 217>
  <input style = "height:20px" type="text" name="nick_name" value="{$oDocument->getNickName()}" class="title inputTypeText" id="userName"/>
  </th>
  <th style = "padding-right : 10px; Border-bottom-color : white; text-align:left" width = 73>
  <label for="userPw">{$lang->password}</label>
  </th>
  <td style = "padding-top : 0px; Border-bottom-color : white" width = 180>
  <input style = "height:20px" type="password" name="password" value="" id="userPw" class="title inputTypeText" />
  </td>
  </tr>
  </table>
  </td>
  </tr>
   
   
  <col width="100" />
  <col />
  <!--@foreach($extra_keys as $key => $val)-->
  <tr>
  <th scope="row">{$val->name} <!--@if($val->is_required=='Y')-->*<!--@end--></th>
  <td>{$val->getFormHTML()}</td>
  </tr>
   
  <!--@endforeach-->
  <col width="150" />
  <col />
  <tr>
  <th width="150">
  제목
 </th>
  <td style = "padding-top: 0px;">
  <!--div class="title"-->
  <!--@if($module_info->use_category=="Y")-->
   
  <!--@else-->
  <label class="title">{$lang->title}</label>
  <!--@endif-->
  <input style = "height:20px;width:440px" type="text" name="title" class="title inputTypeText" value="{htmlspecialchars($oDocument->getTitleText())}" />
  <!--/div-->
  </td>
  </tr>
  </table>
  <!--@endif-->
   

   
   
   

  <div class="editor">{$oDocument->getEditor()}</div>


</div>

  <div class="fl gap1">
  <!--@if($is_logged)-->
  <span class="button {$btn_class}"><input type="button" value="{$lang->cmd_temp_save}" onclick="doDocumentSave(this); return false;" /></span>
  <span class="button {$btn_class}"><input type="button" value="{$lang->cmd_load}" onclick="doDocumentLoad(this); return false;" /></span>
  <span class="button {$btn_class}"><input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','')}'" /></span>
   
  <!--@end-->
  </div>

  <div class="fr gap1">
  <span class="button {$btn_class}"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
  <span class="button {$btn_class}"><input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act',''+ '+ ')}'" /></span>
  </div>

  <div class="clear"></div>
  </form>
<!--#include("footer.html")-->

---------------------------------------------------------------------------------------


해당 네모칸의 테이블을 없애야 되는데..어떤 파일을 손봐야 되는지..질문드립니다. 아시는 분 부탁드릴께요..^^
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
redwine 업그레이드문제입니다.(고수님들 도와주세요!)  
Badboy 조회수 , 추천수 많은 게시물 순으로 출력 [2] 2009.05.12 by 라르게덴
딸따리 메뉴와 메인화면 나오게 하는 방법? [1] 2009.05.12 by kanasii
GreenReds 메뉴얼에 있는 개발 문서 링크 복구 부탁드립니다.  
soo31 PHP has encountered a Stack overflow file  
kanasii 도메인 변경시 오류? [4] 2009.05.12 by kanasii
christoper 답변이 없어서 재질문입니다. liveXE 검색기능 개선 요청  
천성민 답변이 없어서. 제발 부탁드립니다. 고수님들.. ㅠㅠ  
takethat 검색창에서 자기 홈페이지가 나오도록 [1] 2009.05.12 by 블랙카드
자연아 게시판 하나 생성 후 View를 클릭하면 없는 페이지..도와주세요 [4] file 2009.05.12 by 블랙카드
☆장준하★ 업데이트 후 에러. Fatal error: Call to undefined function issiteid() in /DATA/junha113/public_html/xe/classes/context/Context.class.php on line 785 [5] 2009.05.12 by ☆장준하★
오늘도 밑에가 짤려요....ㅠ.ㅠ 이미지 첨부했어요. 좀 봐주세요 [2] file 2009.05.12 by 오늘도
아트유리 홈페이지에서 받은 쪽지함이 없는데....도와주세요! [4] 2009.05.13 by 아트유리
☆장준하★ 폰트 추가 [1] 2009.05.13 by 강철원460
별사탕FS 게시판이 하나도 안뜨네요 [2] 2009.05.13 by 느까끼
블랙카드 다른 홈페이지를 제 홈페이지에 속하게 하는 방법좀 알려주세여ㅠㅠ [1] 2009.05.13 by 느까끼
별사탕FS 레이아웃 만들때 넣을 것은 무엇인가요? [1] 2009.05.13 by 느까끼
php1986 꼭좀봐주세요~~ㅠ.ㅠ  
Badboy 최근 게시물 제목 글자크기 [1] 2009.05.13 by miso777
마우스킬러 게시판에 글쓰면 2줄이 건너띄게 됩니다. [2] file 2010.06.30 by miso777
Platon3 외부페이지에 값 전달하기 [3] 2009.05.13 by Plus™
thejeon 질문대마왕 문의 드립니다. 검색기능관련  
슬픈영혼483 플래쉬 매뉴 만들때 한가지 매뉴완성하고 복사해서 ...  
fiery planetXE라는 페이지만 뜹니다...!! [1] file 2009.05.13 by 백성찬
zero7 제로보드 설치시 폴더 퍼미션 자동 재설정관련 [1] 2009.05.13 by 백성찬
잠탱이 설치했는데 안됩니다. [1] 2009.05.13 by 백성찬
세라오빠 위지윅 에디터 설정화면이 이상하네요. [1] file 2009.05.13 by thejeon
최영석222 웹진 최근글 제목수정? [1] file 2009.05.13 by thejeon
임상수757 1.2.2 업데이트후 홈피 매인 백지화. 관리자 모드창도 백지화 [1] 2009.05.13 by castling
rkawk102 아이프레임이요.. [2] 2009.05.13 by 비나무