묻고답하기

테이블.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 남기남
공방 확장변수 보기에서 상하로 늘어나는 현상 file  
꽝이 포인트를 지불하고 글에대한 효과 내는 방법좀요..  
Jubeat. 제로보드 문제요  
쌈꾼 성인인증창 달때..  
얏홍이 에디터 기본 폰트 크기 조절  
grey''s 최근게시물 플래시로 제작?  
nzeo초보 게시판 하단에 나타나는 체크 사항 중 불필요한 삭제, 또는 게시판 크기 조절  
jjjnnn 틀에 안박힌? 홈페이지를 만들려면 어떻게해야 하나요  
으아악. 프로필 이미지 삽입 메뉴는 어떻게 설정하나요?  
꽃구름 확장 컴포넌트 멀티미디어 자료관리 링크시 [1] 2010.11.17 by 백성찬
슝트 제로보드 4 익스플로러 로딩장애  
인연의실타래 부동산과 비슷한 기능을 할 게시판? 있을까요?  
성범918 슬쩍 함수 용어해석 부탁드려도 될가요??  
도라란 아이피를 일부분만 나타내려면?? [3] 2010.11.17 by ToFinder
쌈꾼 자동 추천인 만들어주는 코드 !!! [1] 2010.11.17 by SeklutZ
Jaekie 쉬운설치할때 의존하고 있는 프로그램 [1] 2010.11.17 by SeklutZ
양현부373 혹시 이런 위젯 있는지요..? [1] 2010.11.17 by SeklutZ
이주연743 이 플래시 파일을 수정하려면 어디로? [1] 2010.11.17 by 꽃구름
네일즈 회원목록을 엑셀파일 등으로 뽑아낼 수 있을까요?  
으아악. 아이콘샵 모듈 생성을 어떻게 하나요? [1] file 2010.11.17 by 으아악.
KiMA_STi 게시판에 글을 쓰고 난 후 클릭하면 게시물이 안보입니다... file  
박상민805 링크 게시판은 없나요?? [1] 2010.11.16 by SeklutZ
nzeo초보 관리자 로그인 에러 [1] 2010.11.16 by SeklutZ
신재동 XE 스팸 공동대응 API를 설치 했습니다. 그런데 작동안되네요 [1] 2010.11.16 by SeklutZ
Jubeat. 제로보드 레이아웃스킨 쉬운 설치후 .. [1] 2010.11.16 by SeklutZ
뷰넷 제로보드 초짜입니다 꼭좀 알려주세요 [1] 2010.11.16 by 휘즈
yesman 로그인이 안돼요!! 도와주세요! [2] 2010.11.16 by yesman
brass 같은 홈페이지 인데 열리는 컴, 안열리는 컴이 있어요  
홍영기987 쇼핑몰 안 '주문수량' 기능이 안됩니다. 꼭 해결방법 좀 부탁드립니다. 너무 급해서요ㅠㅠ  
불패의초인 와우웹 호스팅업체 좋은가요? [1] 2010.11.16 by TT PIC