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 @@
-
- - {$lang->document_url} :
- - {$oDocument->getPermanentUrl()}
-
+
+ - {$lang->document_url} : {$oDocument->getPermanentUrl()}
- - {$lang->trackback_url} :
- - {$oDocument->getTrackbackUrl()}
+ - {$lang->trackback_url} : {$oDocument->getTrackbackUrl()}
-
+
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()}
-
+
+ - {$lang->document_url} : {$oDocument->getPermanentUrl()}
- - {$lang->trackback_url} :
- - {$oDocument->getTrackbackUrl()}
+ - {$lang->trackback_url} : {$oDocument->getTrackbackUrl()}
-
+
{$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()}
-
+
+ - {$lang->document_url} : {$oDocument->getPermanentUrl()}
- - {$lang->trackback_url} :
- - {$oDocument->getTrackbackUrl()}
+ - {$lang->trackback_url} : {$oDocument->getTrackbackUrl()}
-
+
{$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()}
-
+
+ - {$lang->document_url} : {$oDocument->getPermanentUrl()}
- - {$lang->trackback_url} :
- - {$oDocument->getTrackbackUrl()}
+ - {$lang->trackback_url} : {$oDocument->getTrackbackUrl()}
-
+
{$oDocument->getNickName()}