From fde7372f43850ffc108821e4b67a7381aaf16215 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 5 Jul 2007 04:30:44 +0000 Subject: [PATCH] =?UTF-8?q?XE=EC=8B=9C=EB=A6=AC=EC=A6=88=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90/=EB=B8=94=EB=A1=9C=EA=B7=B8=EC=9D=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=B2=84=ED=8A=BC=EC=9D=B4=20=EC=A0=9C?= =?UTF-8?q?=EB=AA=A9=EC=9D=B4=20=EA=B8=B8=20=EA=B2=BD=EC=9A=B0=20=EC=9D=B4?= =?UTF-8?q?=EC=83=81=ED=95=98=EA=B2=8C=20=EB=82=B4=EB=A0=A4=EC=98=A4?= =?UTF-8?q?=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0.=20?= =?UTF-8?q?=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=EB=B3=84=20=EA=B2=B0?= =?UTF-8?q?=EA=B3=BC=EA=B0=80=20=EB=8B=A4=EB=A5=B8=20=EB=B6=80=EB=B6=84?= =?UTF-8?q?=EB=8F=84=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1871 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/white.css | 16 +++------ modules/blog/skins/xe_blog/view_document.html | 21 ++++-------- modules/board/skins/xe_gallery/css/white.css | 9 +++-- .../board/skins/xe_gallery/view_document.html | 34 ++++++------------- modules/board/skins/xe_list/css/white.css | 9 +++-- .../board/skins/xe_list/view_document.html | 34 ++++++------------- modules/board/skins/xe_webzine/css/white.css | 9 +++-- .../board/skins/xe_webzine/view_document.html | 34 ++++++------------- 8 files changed, 54 insertions(+), 112 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index 86e659b49..c464f919e 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -108,11 +108,6 @@ Jeong, Chan Myeong 070601~070630 .buttonLeft ul { float:left; } .buttonLeft ul li { float:left; margin-right:.3em;} -.boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} -.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;} -.boardRead .dateAndModify ul { display:inline;} -.boardRead .dateAndModify ul li { float:left; margin-left:.3em;} /* boardRead */ .boardRead { position:relative; margin:0; border:1px solid #e0e1db; _overflow:hidden; } @@ -125,14 +120,13 @@ Jeong, Chan Myeong 070601~070630 .boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;} .boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify .num { font-size:.9em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} -.boardRead .dateAndModify .num strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} .boardRead .dateAndModify ul { display:inline;} -.boardRead .dateAndModify ul li { float:left; margin-left:.3em;} +.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;} -.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;} -.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;} -.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;} +.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} +.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } .boardRead .userInfo { float:right; white-space:nowrap;} .boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} diff --git a/modules/blog/skins/xe_blog/view_document.html b/modules/blog/skins/xe_blog/view_document.html index 2f0f67fcf..73285b1c7 100644 --- a/modules/blog/skins/xe_blog/view_document.html +++ b/modules/blog/skins/xe_blog/view_document.html @@ -10,28 +10,21 @@
- - {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - + {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - + {$lang->cmd_modify} + {$lang->cmd_delete}
-
-
{$lang->document_url} :
-
{$oDocument->getPermanentUrl()}
- +
+
diff --git a/modules/board/skins/xe_gallery/css/white.css b/modules/board/skins/xe_gallery/css/white.css index 8670b6f16..b8345278c 100644 --- a/modules/board/skins/xe_gallery/css/white.css +++ b/modules/board/skins/xe_gallery/css/white.css @@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } .boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} -.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;} @@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630 .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em;} -.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;} -.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;} -.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;} +.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} +.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } .boardRead .userInfo { float:left; white-space:nowrap;} .boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} diff --git a/modules/board/skins/xe_gallery/view_document.html b/modules/board/skins/xe_gallery/view_document.html index 1cbef7bed..421199570 100644 --- a/modules/board/skins/xe_gallery/view_document.html +++ b/modules/board/skins/xe_gallery/view_document.html @@ -18,43 +18,29 @@
- - {$lang->readed_count}: - {$oDocument->get('readed_count')} - , - + {$lang->readed_count}: + {$oDocument->get('readed_count')}, - {$lang->voted_count}: - {$oDocument->get('voted_count')} - , - + {$oDocument->get('voted_count')}, - - {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - - + {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - + {$lang->cmd_modify} + {$lang->cmd_delete}
-
-
{$lang->document_url} :
-
{$oDocument->getPermanentUrl()}
- +
+
{$oDocument->getNickName()}
diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css index f5444df77..002dd0e2d 100644 --- a/modules/board/skins/xe_list/css/white.css +++ b/modules/board/skins/xe_list/css/white.css @@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } .boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} -.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;} @@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630 .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em;} -.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;} -.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;} -.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;} +.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} +.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } .boardRead .userInfo { float:left; white-space:nowrap;} .boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} diff --git a/modules/board/skins/xe_list/view_document.html b/modules/board/skins/xe_list/view_document.html index 1cbef7bed..421199570 100644 --- a/modules/board/skins/xe_list/view_document.html +++ b/modules/board/skins/xe_list/view_document.html @@ -18,43 +18,29 @@
- - {$lang->readed_count}: - {$oDocument->get('readed_count')} - , - + {$lang->readed_count}: + {$oDocument->get('readed_count')}, - {$lang->voted_count}: - {$oDocument->get('voted_count')} - , - + {$oDocument->get('voted_count')}, - - {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - - + {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - + {$lang->cmd_modify} + {$lang->cmd_delete}
-
-
{$lang->document_url} :
-
{$oDocument->getPermanentUrl()}
- +
+
{$oDocument->getNickName()}
diff --git a/modules/board/skins/xe_webzine/css/white.css b/modules/board/skins/xe_webzine/css/white.css index 89db55ca6..2b99b9601 100644 --- a/modules/board/skins/xe_webzine/css/white.css +++ b/modules/board/skins/xe_webzine/css/white.css @@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630 .pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; } .boardRead .dateAndModify { float:right; white-space:nowrap;} -.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;} -.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;} +.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;} +.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;} .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;} @@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630 .boardRead .dateAndModify ul { display:inline;} .boardRead .dateAndModify ul li { float:left; margin-left:.3em;} -.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;} -.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;} -.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;} +.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;} +.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; } .boardRead .userInfo { float:left; white-space:nowrap;} .boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;} diff --git a/modules/board/skins/xe_webzine/view_document.html b/modules/board/skins/xe_webzine/view_document.html index 1cbef7bed..421199570 100644 --- a/modules/board/skins/xe_webzine/view_document.html +++ b/modules/board/skins/xe_webzine/view_document.html @@ -18,43 +18,29 @@
- - {$lang->readed_count}: - {$oDocument->get('readed_count')} - , - + {$lang->readed_count}: + {$oDocument->get('readed_count')}, - {$lang->voted_count}: - {$oDocument->get('voted_count')} - , - + {$oDocument->get('voted_count')}, - - {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - - + {$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')} - + {$lang->cmd_modify} + {$lang->cmd_delete}
-
-
{$lang->document_url} :
-
{$oDocument->getPermanentUrl()}
- +
+
{$oDocument->getNickName()}