Changeset 4275

Show
Ignore:
Timestamp:
08/19/07 13:49:53 (3 years ago)
Author:
creorix
Message:

#614

  • short tag 교정
Location:
sandbox/plugins/CL_OpenID
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • sandbox/plugins/CL_OpenID/index.php

    r4187 r4275  
    984984                <img src="<?php echo $service['path'] . $adminSkinSetting['skin'];?>/image/img_comment_popup_logo.gif" alt="<?php echo _text('텍스트큐브 로고');?>" />  
    985985                <div id="command-box"> 
    986 <?  
     986<?php  
    987987/*-------------------------------------------------------------------------------------------*/ 
    988988if( ! _openid_has_ownership($comment['openid']) ) { ?> 
     
    993993                        <input type="button" class="input-button" name="Submit" value="<?php echo _text('닫기');?>" onclick="window.close()" />                
    994994                    </div> 
    995 <?  
     995<?php  
    996996} else {  
    997997    if (!doesHaveOwnership() && (!doesHaveMembership() || ($replier != getUserId())) ) 
     
    10231023        } else { 
    10241024    ?> 
    1025                         <input type="hidden" id="password" class="input-text" name="password" value="<? echo $tmp_password ?>"/> 
    1026     <? 
     1025                        <input type="hidden" id="password" class="input-text" name="password" value="<?php echo $tmp_password ?>"/> 
     1026    <?php 
    10271027        } 
    10281028    } 
     
    10301030                        <input type="button" class="input-button" name="Submit" value="<?php echo _text('다음');?>" onclick="document.deleteComment.submit()" />               
    10311031                    </div> 
    1032 <? } ?> 
     1032<?php 
     1033} 
     1034?> 
    10331035                </div> 
    10341036            </div> 
     
    12251227        </table> 
    12261228    </div> 
    1227 <? 
     1229<?php 
    12281230} 
    12291231 
  • sandbox/plugins/CL_OpenID/openid_session.php

    r4108 r4275  
    1 <? 
     1<?php 
    22global $service; 
    33global $openid_session_name, $openid_session_id, $openid_session, $openid_session_path;