묻고답하기

테이블.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 남기남
불패의초인 와우웹 호스팅업체 좋은가요? [1] 2010.11.16 by TT PIC
싸나이김 스마트폰으로 쪽지보내는 방법?  
redred XE 가 DB 연결 때문에 느린가요? 클래스 때문에 느린가요?  
redred 네이버 신디케이션이 글어가는 데이터가 어떤 건가요?  
최나희604 최근게시물에 비밀글이 나옵니다. [1] file 2010.11.16 by SeklutZ
my5082 게시판 EX 설치 문제 [1] file 2010.11.16 by SeklutZ
개지로 회원 정보 보기 > HTTP 500 내부 서버 오류  
강유리11 페이지가안떠요 [1] 2010.11.15 by 공듀
으아악. 아이콘샵 모듈 어떻게 생성하나요? [1] file 2010.11.15 by 공듀
클럽지기 게시판 글꼴 문제 ㅜㅜ [2] file 2010.11.15 by 클럽지기
하늘아리 기본 검색창 디자인 바꾸려면 어디서 수정해야하나요?? [1] 2010.11.15 by SeklutZ
김동원820 시작모듈 설정 질문입니다. [1] 2010.11.15 by SeklutZ
센서티브 이 에러메세지 뭐에요? ㅠㅠ  
신희2 저만 이런증상이 있나요? 'ㅡ' 플래시 링크관련..  
희망1 [긴급] 제로보드내의 플래시메뉴가 클릭이 안되요!도와주세요! [1] 2010.11.15 by 신희2
알프레드 write_form.html에서 테이블 문제 질문입니다.. [1] file 2010.11.15 by 성범918
myhero 회원가입시 그룹설정  
장부영 본문 이미지 리사이즈  
새로운 로그인시 그룹별로 인사말 다르게 나오는거 부탁드립니다.  
nzeo초보 최근 글 목록 출력 위젯 목록글로 나오는 폰트 수정 방법 [1] 2010.11.15 by RainDrop+
때린데 또때려 회원포인트를 한방에 최기화 시킬수 있는 방법? [3] 2010.11.15 by RainDrop+
YUMMM 조용한게시판에서 즐겨찾기모드를쓰는데요.. [1] file 2010.11.15 by RainDrop+
성범918 자바스크립 인포트 문제 [1] file 2010.11.15 by RainDrop+
블루SKY XE 1.4.4.1 버전에서 관리자 페이지 오류문의 [1] 2010.11.15 by Arp
오실롯 접속자 표시 위젯 질문입니다. [1] 2010.11.15 by Arp
김치브로 새창 뜨기를 현재창에서 이동으로 [1] 2010.11.15 by 장부영
장부영 xe 에 자바스크립트 애드온 속도 ?!  
화이도디도 경고창 문구 변경 방법 [1] file 2010.11.15 by 향유고래
텔이 확장변수 & 회원가입의 한국주소(zip) 출력폼 수정 관련 질문입니다. [1] 2010.11.15 by 하늘종
김트리 가입시 그룹을 지정할 수 없을까요?