확장변수에서 입력폼과 출력폼을 수정 하는 꼼수 입니다. 정확히 이소스가 맞는 지는 모르겠습니다.

view_document.html

 

<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
<table cellspacing="0" summary="" class="extraVarsList">
<col width="150" />
<col />
<!--@foreach($oDocument->getExtraVars() as $key => $val)-->
<tr>
    <th>{$val->name}</th>
   <td>{$val->getValueHTML()}</td>
 </tr>
 <!--@end-->
</table>
!--@end--
 

를 다음과 같이 고쳐주세요

 
<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
 <table cellspacing="0" summary="" class="extraVarsList">
   {@ $extravar_list = $oDocument->getExtraVars()}
  <tr> 
    <td >{$extravar_list[1]->name} :</td>     <td> {$extravar_list[1]->getValueHTML()}</td>    <td >{$extravar_list[2]->name} :</td>     <td>{$extravar_list[2]->name}</td>
 
 
    <!--@end-->



write_form.html

 

<!--@if(count($extra_keys))-->
    <table cellspacing="0" summary="" class="extraVarsList">
    <col width="150" />
    <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-->
    </table>
    <!--@endif-->      


를 다음과 같이 고쳐주세요

 
 
    <!--@if(count($extra_keys))-->
       {@ $extravar_list = $oDocument->getExtraVars()}
    <table cellspacing="0" summary="" class="extraVarsList">
 <tr>
 <td> {$extra_keys[1]->name}</td> <td>{$extra_keys[1]->getFormHTML()}</td>
 <td> {$extra_keys[2]->name}</td> <td>{$extra_keys[2]->getFormHTML()}</td>
</tr>    
    </table>
  <!--@endif-->

List of Articles
번호 제목 글쓴이 날짜 조회 수 추천 수
공지 홈페이지 복구 완료 갈매빛/崠駐 2025.09.18 1209 0
공지 홈페이지 사용법 file 갈매빛 / 崠駐 2009.04.30 30862 0
237 ^^* 1 조선미 2006.02.28 11448 29
236 ^^* ~ 홈피 구경 잘 하고 갑뉘다~* skynote(진식) 2007.09.30 14748 46
235 ^________^ 조선미 2006.02.28 11052 25
234 ♧ 아직 늦지 않았습니다 ♧ 갈매빛 / 崠駐 2009.11.30 9082 0
233 1차 홈페이지의 회원 정보 갈매빛 / 崠駐 2009.03.31 9202 0
232 1차도메인 변경 갈매빛 / 崠駐 2008.08.31 10605 58
231 2007년 사진전 file 갈매빛 / 崠駐 2007.01.31 10708 116
230 2개 도메인 사용 갈매빛 / 崠駐 2011.07.26 7751 0
229 A9M3 카메라 전용렌즈 구입 갈매빛/崠駐 2024.06.25 363 0
228 Adenium obesum 씨앗 구매 file 갈매빛/崠駐 2020.08.07 432 0
227 Community 메인페이지 추가 갈매빛 / 崠駐 2011.06.30 7589 0
226 DB 날아가다..... 갈매빛 / 崠駐 2012.01.12 6855 0
225 Fosus Stacking 을위한 Macro rail 구매 file 갈매빛/崠駐 2025.10.23 258 0
224 GODOX V350S 핫슈 교체 file 갈매빛/崠駐 2019.12.29 6048 0
223 Godox V860 II LCD 교체 file 갈매빛/崠駐 2025.09.18 241 0
222 GODOX V860II 플래시 햣슈 불량 교체 file 갈매빛/崠駐 2019.11.04 464 0
221 Godox 무선동조기 X1T-S XTR-16S 채널 file 갈매빛/崠駐 2018.03.30 757 0
220 Homepage Renewal file 갈매빛 / 崠駐 2011.02.20 8311 0
219 KR 사진전 준비 갈매빛 / 崠駐 2007.10.31 14789 63
218 LED후레쉬 구입 file 갈매빛 / 崠駐 2013.05.01 6481 0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 12 Next
/ 12