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

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-->

  1. 홈페이지 복구 완료


    Date2025.09.18 By갈매빛/崠駐 Reply0 Views1205 Votes0
  2. 홈페이지 사용법


    Date2009.04.30 By갈매빛 / 崠駐 Reply0 Views30855 Votes0 file
  3. 홈페이지 업그레이드 완료

    Date2026.07.20 By갈매빛/崠駐 Reply0 Views1 Votes0
  4. 홈페이지 게시판 일부 변경

    Date2026.04.18 By갈매빛/崠駐 Reply0 Views304 Votes0
  5. 홈페이지 이전에 따른 접속통계

    Date2026.03.01 By갈매빛/崠駐 Reply0 Views192 Votes0
  6. 홈페이지 이전 완료

    Date2026.03.01 By갈매빛/崠駐 Reply0 Views190 Votes0
  7. 도메인 인증서 등록 완료

    Date2026.01.29 By갈매빛/崠駐 Reply0 Views186 Votes0
  8. 홈페이지 이전 제작중

    Date2025.12.11 By갈매빛/崠駐 Reply0 Views258 Votes0
  9. 홈페이지 갤러리 변경

    Date2025.10.24 By갈매빛/崠駐 Reply0 Views240 Votes0
  10. Fosus Stacking 을위한 Macro rail 구매

    Date2025.10.23 By갈매빛/崠駐 Reply0 Views258 Votes0 file
  11. Godox V860 II LCD 교체

    Date2025.09.18 By갈매빛/崠駐 Reply0 Views239 Votes0 file
  12. 홈페이지 복구 중

    Date2025.07.16 By갈매빛/崠駐 Reply0 Views366 Votes0
  13. A9M3 카메라 전용렌즈 구입

    Date2024.06.25 By갈매빛/崠駐 Reply0 Views362 Votes0
  14. 우중 어두운 곳의 촬영 후 아쉬운 점

    Date2024.06.25 By갈매빛/崠駐 Reply0 Views294 Votes0
  15. 홈페이지 복구

    Date2024.06.08 By갈매빛/崠駐 Reply0 Views445 Votes0
  16. 홈페이지 복구 완료 및 일부 수정

    Date2023.02.13 By갈매빛/崠駐 Reply0 Views287 Votes0
  17. 홈페이지 에러 복구 작업

    Date2022.12.31 By갈매빛/崠駐 Reply0 Views311 Votes0
  18. 흰동강할미곷

    Date2022.12.19 By갈매빛/崠駐 Reply0 Views318 Votes0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 12 Next
/ 12