From ad0cca6a3ee3cd2956346706d21eb4c25b9ba193 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Sat, 31 Jan 2015 22:45:32 +0900 Subject: [PATCH] refs #1717 : modified - html headers --- library/view/html.php | 6 +- library/view/mobileView.php | 212 ------------------------------------ library/view/ownerView.php | 1 - library/view/view.php | 6 +- 4 files changed, 6 insertions(+), 219 deletions(-) delete mode 100644 library/view/mobileView.php diff --git a/library/view/html.php b/library/view/html.php index 0c1d8efe8..15c92614b 100644 --- a/library/view/html.php +++ b/library/view/html.php @@ -5,10 +5,10 @@ function printSimpleHtmlHeader($title) { ?> - - + + - + <?php echo $title;?> diff --git a/library/view/mobileView.php b/library/view/mobileView.php deleted file mode 100644 index df9f63397..000000000 --- a/library/view/mobileView.php +++ /dev/null @@ -1,212 +0,0 @@ -= 2) || (isset($_COOKIE[$context->getProperty('service.cookie_prefix').'GUEST_PASSWORD']) && (trim($_COOKIE[$context->getProperty('service.cookie_prefix').'GUEST_PASSWORD']) == trim($entry['password'])))) - print (getEntryContentView($blogid, $entry['id'], $entry['content'], $entry['contentformatter'], $keywords)); - else - { - ?> -

-
-
- - - -
-
- getProperty('blog.title')) . ' :: ' . $title; -?> - - - - <?php echo $title;?> - - - -
- -
-

Powered by

- - - -
- - -
- -
- -
-
- - () -
-
-
-
- -
- -
-
- -
-
- - RE - DEL
- () -
-
'._t('비밀 댓글').' >>
' : '').nl2br(addLinkSense(htmlspecialchars($commentItem['comment'])));?>
- -
-
- - DEL
- () -
-
'._t('비밀 댓글').' >>
' : '').nl2br(addLinkSense(htmlspecialchars($commentSubItem['comment'])));?> -
- - -
- -
-
- - - - -
- - -
- - -
- - -
- - - -
- -
-
- -

-

- - -

- - diff --git a/library/view/ownerView.php b/library/view/ownerView.php index 62cd6732d..3123e0232 100644 --- a/library/view/ownerView.php +++ b/library/view/ownerView.php @@ -912,7 +912,6 @@ function refreshUploadButton() { } function getAttachmentValue($attachment) { - global $g_attachmentFolderPath; if (strpos($attachment['mime'], 'image') === 0) { return "{$attachment['name']}|width=\"{$attachment['width']}\" height=\"{$attachment['height']}\" alt=\"" . _text('사용자 삽입 이미지') . "\""; } else { diff --git a/library/view/view.php b/library/view/view.php index 7015d7991..3db067601 100644 --- a/library/view/view.php +++ b/library/view/view.php @@ -4,10 +4,10 @@ /// See the GNU General Public License for more details. (/documents/LICENSE, /documents/COPYRIGHT) function printHtmlHeader($title = '') { -?> - +?> + - + <?php echo $title;?>