Changeset 3331 for sandbox/blog/login/index.php
- Timestamp:
- 05/25/07 03:17:12 (20 months ago)
- Files:
-
- 1 modified
-
sandbox/blog/login/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/blog/login/index.php
r3317 r3331 99 99 window.addEventListener("load", checkTextcubeVersion, false); 100 100 function checkTextcubeVersion() { 101 if (confirm("<?php echo _t ('버전업 체크를 위한 파일을 생성합니다. 지금 생성하시겠습니까?');?>"))101 if (confirm("<?php echo _text('버전업 체크를 위한 파일을 생성합니다. 지금 생성하시겠습니까?');?>")) 102 102 window.location.href = "<?php echo $blogURL;?>/checkup"; 103 103 } … … 111 111 window.addEventListener("load", checkTextcubeVersion, false); 112 112 function checkTextcubeVersion() { 113 if (confirm("<?php echo _t ('텍스트큐브 시스템 점검이 필요합니다. 지금 점검하시겠습니까?');?>"))113 if (confirm("<?php echo _text('텍스트큐브 시스템 점검이 필요합니다. 지금 점검하시겠습니까?');?>")) 114 114 window.location.href = "<?php echo $blogURL;?>/checkup"; 115 115 }
