From 3ad660db49a7ed0f8ff75bd8552a731e2957ef41 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Sat, 20 Jun 2015 20:53:11 +0900 Subject: [PATCH] refs #1717 : modify - html5 for every textcube-generated html output --- interface/blog/trackback/send/index.php | 26 ++++----- interface/login/index.php | 33 ++++++----- interface/login/openid/guest/index.php | 17 +++--- interface/owner/data/correct/index.php | 6 +- interface/owner/data/import/index.php | 8 +-- interface/owner/data/optimize/index.php | 6 +- .../owner/plugin/currentSetting/index.php | 58 +++++++++---------- .../owner/reader/opml/import/file/index.php | 36 ++++++------ interface/owner/reader/update/index.php | 36 ++++++------ .../owner/skin/setting/tree/preview/index.php | 10 ++-- resources/style/letter/letter.html | 5 +- 11 files changed, 122 insertions(+), 119 deletions(-) diff --git a/interface/blog/trackback/send/index.php b/interface/blog/trackback/send/index.php index bd47507c1..85e9a0546 100644 --- a/interface/blog/trackback/send/index.php +++ b/interface/blog/trackback/send/index.php @@ -13,11 +13,11 @@ exit; } ?> - - + + + <?php echo _text('글걸기 시도');?> - @@ -29,7 +29,7 @@ var servicePath = "getProperty('$service.path');?>"; var blogURL = "getProperty('uri.blog');?>"; var adminSkin = "getProperty('panel.skin');?>"; - + function onclick_send(form) { trim_all(form); if (isNull(form.url,"")) return false; @@ -44,7 +44,7 @@ function onclick_delete(form, num) { form.exenum.value = num; form.submit(); } - + function sendTrackback(id) { try { var trackbackField = document.getElementById('url'); @@ -62,7 +62,7 @@ function sendTrackback(id) { alert(e.message); } } - + function showTrackbackSender(id) { var request = new HTTPRequest("GET", "getProperty('uri.blog');?>/owner/communication/trackback/log/" + id); request.onSuccess = function() { @@ -78,7 +78,7 @@ function showTrackbackSender(id) { str += ' \n'; str += ' \n'; str += ' \n'; - + for (var i=0; i\n' str += ' \n'; str += ' \n'; - } + } str += '\n'; } document.getElementById('logs_'+id).innerHTML = str; } request.send(); } - + function removeTrackbackLog(id,entry) { if(confirm("")) { var request = new HTTPRequest("GET", "getProperty('uri.blog');?>/owner/communication/trackback/log/remove/" + id); @@ -122,10 +122,10 @@ function resize() {
- +
<?php echo _text('텍스트큐브 로고');?> - +
@@ -139,10 +139,10 @@ function resize() {
- +
- +
diff --git a/interface/login/index.php b/interface/login/index.php index 77bd93958..1dcd3fe18 100644 --- a/interface/login/index.php +++ b/interface/login/index.php @@ -25,7 +25,7 @@ define('__TEXTCUBE_LOGIN__',true); define('__TEXTCUBE_ADMINPANEL__',true); require ROOT . '/library/preprocessor.php'; -$context = Model_Context::getInstance(); +$context = Model_Context::getInstance(); if (isset($_GET['loginid'])) $_POST['loginid'] = $_GET['loginid']; @@ -49,13 +49,13 @@ } else if (!empty($_POST['loginid']) && !empty($_POST['reset'])) { if (resetPassword($blogid, $_POST['loginid'])) $message = _text('지정된 이메일로 로그인 정보가 전달되었습니다.'); - else + else $message = _text('권한이 없습니다.'); } else if (!empty($_POST['loginid']) && !empty($_POST['password'])) { if(!empty($_POST['autologin'])) { $isLogin = login($_POST['loginid'],$_POST['password'],(Timestamp::getUNIXtime() + $context->getProperty('service.autologinTimeout'))); } else { - $isLogin = login($_POST['loginid'],$_POST['password'],(Timestamp::getUNIXtime() + $context->getProperty('service.timeout'))); + $isLogin = login($_POST['loginid'],$_POST['password'],(Timestamp::getUNIXtime() + $context->getProperty('service.timeout'))); } if (!$isLogin) { $message = _text('아이디 또는 비밀번호가 틀렸습니다.'); @@ -87,10 +87,11 @@ header('Location: '.$redirect); exit; } -?> - +?> + + - + <?php echo _text('Textcube - Login');?> getProperty('panel.skin');?>"; window.addEventListener("load", execLoadFunction, false); - + function execLoadFunction() { document.forms[0]..focus();
'.CRLF : '');?> - +
@@ -173,8 +174,8 @@ function execLoadFunction() {
- -" /> - +
@@ -202,11 +203,11 @@ function execLoadFunction() {
/>
- +
- +
    @@ -220,8 +221,8 @@ function execLoadFunction() {
@@ -241,7 +242,7 @@ function focus_openid(){ diff --git a/interface/login/openid/guest/index.php b/interface/login/openid/guest/index.php index eef5205d4..43b6acee9 100644 --- a/interface/login/openid/guest/index.php +++ b/interface/login/openid/guest/index.php @@ -39,10 +39,11 @@ $cookie_openid = ''; } ?> - - + + + + <?php echo _text('텍스트큐브') .":". _text('오픈아이디 인증'); ?> -