Changeset 4275
- Timestamp:
- 08/19/07 13:49:53 (3 years ago)
- Location:
- sandbox/plugins/CL_OpenID
- Files:
-
- 2 modified
-
index.php (modified) (5 diffs)
-
openid_session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/plugins/CL_OpenID/index.php
r4187 r4275 984 984 <img src="<?php echo $service['path'] . $adminSkinSetting['skin'];?>/image/img_comment_popup_logo.gif" alt="<?php echo _text('텍스트큐브 로고');?>" /> 985 985 <div id="command-box"> 986 <? 986 <?php 987 987 /*-------------------------------------------------------------------------------------------*/ 988 988 if( ! _openid_has_ownership($comment['openid']) ) { ?> … … 993 993 <input type="button" class="input-button" name="Submit" value="<?php echo _text('닫기');?>" onclick="window.close()" /> 994 994 </div> 995 <? 995 <?php 996 996 } else { 997 997 if (!doesHaveOwnership() && (!doesHaveMembership() || ($replier != getUserId())) ) … … 1023 1023 } else { 1024 1024 ?> 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 1027 1027 } 1028 1028 } … … 1030 1030 <input type="button" class="input-button" name="Submit" value="<?php echo _text('다음');?>" onclick="document.deleteComment.submit()" /> 1031 1031 </div> 1032 <? } ?> 1032 <?php 1033 } 1034 ?> 1033 1035 </div> 1034 1036 </div> … … 1225 1227 </table> 1226 1228 </div> 1227 <? 1229 <?php 1228 1230 } 1229 1231 -
sandbox/plugins/CL_OpenID/openid_session.php
r4108 r4275 1 <? 1 <?php 2 2 global $service; 3 3 global $openid_session_name, $openid_session_id, $openid_session, $openid_session_path;
