확장변수 폼 디자인 하기

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

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
번호 제목 글쓴이 날짜 조회 수 추천 수
241 ^^* 1 조선미 2006.02.28 11735 29
240 ^^* ~ 홈피 구경 잘 하고 갑뉘다~* skynote(진식) 2007.09.30 14973 46
239 ^________^ 조선미 2006.02.28 11316 25
238 ♧ 아직 늦지 않았습니다 ♧ 갈매빛 / 崠駐 2009.11.30 9356 0
237 1차 홈페이지의 회원 정보 갈매빛 / 崠駐 2009.03.31 9428 0
236 1차도메인 변경 갈매빛 / 崠駐 2008.08.31 10868 58
235 2007년 사진전 file 갈매빛 / 崠駐 2007.01.31 10989 116
234 2개 도메인 사용 갈매빛 / 崠駐 2011.07.26 7941 0
233 A9M3 카메라 전용렌즈 구입 갈매빛/崠駐 2024.06.25 648 0
232 Adenium obesum 씨앗 구매 file 갈매빛/崠駐 2020.08.07 680 0
231 Community 메인페이지 추가 갈매빛 / 崠駐 2011.06.30 7837 0
230 DB 날아가다..... 갈매빛 / 崠駐 2012.01.12 7052 0
229 Fosus Stacking 을위한 Macro rail 구매 file 갈매빛/崠駐 2025.10.23 549 0
228 GODOX V350S 핫슈 교체 file 갈매빛/崠駐 2019.12.29 6267 0
227 Godox V860 II LCD 교체 file 갈매빛/崠駐 2025.09.18 582 0
226 GODOX V860II 플래시 햣슈 불량 교체 file 갈매빛/崠駐 2019.11.04 714 0
225 Godox 무선동조기 X1T-S XTR-16S 채널 file 갈매빛/崠駐 2018.03.30 986 0
224 Homepage Renewal file 갈매빛 / 崠駐 2011.02.20 8577 0
223 KR 사진전 준비 갈매빛 / 崠駐 2007.10.31 15096 63
222 LED후레쉬 구입 file 갈매빛 / 崠駐 2013.05.01 6726 0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 13 Next
/ 13