From 36e7ebf4c28b169c75b25ab42383f16cbc078c36 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 16 Jun 2009 07:39:37 +0000 Subject: [PATCH] =?UTF-8?q?issueTracker=20=EA=B8=B0=EB=B3=B8=20=EC=8A=A4?= =?UTF-8?q?=ED=82=A8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6553 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../skins/xe_issuetracker/comment.html | 57 ++ .../skins/xe_issuetracker/css/button.css | 16 + .../skins/xe_issuetracker/css/common.css | 308 ----------- .../xe_issuetracker/css/issuetracker.css | 395 ++++++++++++++ .../skins/xe_issuetracker/css/pagination.css | 16 + .../skins/xe_issuetracker/css/svn.css | 23 +- .../skins/xe_issuetracker/css/white.css | 2 - .../skins/xe_issuetracker/delete_form.html | 6 +- .../xe_issuetracker/delete_trackback.html | 7 +- .../skins/xe_issuetracker/download.html | 138 ++--- .../skins/xe_issuetracker/footer.html | 3 + .../skins/xe_issuetracker/header.html | 43 +- .../xe_issuetracker/images/arrowNextA1.gif | Bin 46 -> 0 bytes .../xe_issuetracker/images/arrowNextB1.gif | Bin 51 -> 0 bytes .../xe_issuetracker/images/arrowNextC1.gif | Bin 152 -> 0 bytes .../xe_issuetracker/images/arrowNextEndA1.gif | Bin 52 -> 0 bytes .../xe_issuetracker/images/arrowPrevA1.gif | Bin 47 -> 0 bytes .../xe_issuetracker/images/arrowPrevB1.gif | Bin 51 -> 0 bytes .../xe_issuetracker/images/arrowPrevC1.gif | Bin 151 -> 0 bytes .../xe_issuetracker/images/arrowPrevEndA1.gif | Bin 51 -> 0 bytes .../xe_issuetracker/images/buttonDeleteX.gif | Bin 337 -> 0 bytes .../skins/xe_issuetracker/images/closer.gif | Bin 337 -> 0 bytes .../xe_issuetracker/images/document_menu.gif | Bin 216 -> 0 bytes .../skins/xe_issuetracker/images/file.gif | Bin 157 -> 0 bytes .../xe_issuetracker/images/iconComment.gif | Bin 101 -> 0 bytes .../skins/xe_issuetracker/images/iconTag.gif | Bin 205 -> 0 bytes .../xe_issuetracker/images/iconTrackback.gif | Bin 94 -> 0 bytes .../skins/xe_issuetracker/images/opener.gif | Bin 337 -> 0 bytes .../img/common/arrowPagination.gif | Bin 0 -> 98 bytes .../xe_issuetracker/img/common/bgTab.gif | Bin 0 -> 99 bytes .../{images => img/common}/bul.gif | Bin .../img/common/buttonAscending.gif | Bin 0 -> 46 bytes .../img/common/buttonContributorsTaglist.gif | Bin 0 -> 171 bytes .../img/common/buttonDelete.gif | Bin 0 -> 61 bytes .../img/common/buttonDescending.gif | Bin 0 -> 46 bytes .../img/common/buttonSetup.gif | Bin 0 -> 945 bytes .../{images => img/common}/fileItem.gif | Bin .../{images => img/common}/folder.gif | Bin .../xe_issuetracker/img/common/iconFile.gif | Bin 0 -> 528 bytes .../xe_issuetracker/img/common/iconFiles.gif | Bin 0 -> 126 bytes .../img/common/iconListSetup.gif | Bin 0 -> 104 bytes .../xe_issuetracker/img/common/iconLove.gif | Bin 0 -> 119 bytes .../xe_issuetracker/img/common/iconReply.gif | Bin 0 -> 69 bytes .../img/common/iconSearchSetup.gif | Bin 0 -> 285 bytes .../xe_issuetracker/img/common/iconTag.gif | Bin 0 -> 125 bytes .../xe_issuetracker/img/common/icons.gif | Bin 0 -> 403 bytes .../{images => img/common}/tableHeader.gif | Bin .../xe_issuetracker/img/white/bgThDefault.gif | Bin 0 -> 155 bytes .../img/white/buttonOfficial.gif | Bin 0 -> 2169 bytes .../xe_issuetracker/img/white/lineVr11.gif | Bin 0 -> 44 bytes .../xe_issuetracker/img/white/lineVr9.gif | Bin 0 -> 44 bytes .../skins/xe_issuetracker/issue_list.html | 275 +++++----- .../skins/xe_issuetracker/milestone.html | 75 ++- .../skins/xe_issuetracker/newissue.html | 232 ++++----- .../skins/xe_issuetracker/skin.xml | 14 +- .../skins/xe_issuetracker/source_compare.html | 1 - .../xe_issuetracker/source_file_view.html | 2 - .../skins/xe_issuetracker/source_footer.html | 2 + .../skins/xe_issuetracker/source_header.html | 35 +- .../skins/xe_issuetracker/source_list.html | 16 +- .../skins/xe_issuetracker/source_log.html | 2 - .../skins/xe_issuetracker/timeline.html | 43 +- .../skins/xe_issuetracker/trackback.html | 36 ++ .../skins/xe_issuetracker/view_issue.html | 489 +++++++++--------- 64 files changed, 1197 insertions(+), 1039 deletions(-) create mode 100644 modules/issuetracker/skins/xe_issuetracker/comment.html create mode 100644 modules/issuetracker/skins/xe_issuetracker/css/button.css delete mode 100644 modules/issuetracker/skins/xe_issuetracker/css/common.css create mode 100644 modules/issuetracker/skins/xe_issuetracker/css/issuetracker.css create mode 100644 modules/issuetracker/skins/xe_issuetracker/css/pagination.css delete mode 100644 modules/issuetracker/skins/xe_issuetracker/css/white.css create mode 100644 modules/issuetracker/skins/xe_issuetracker/footer.html delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowNextA1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowNextB1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowNextC1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowNextEndA1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowPrevA1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowPrevB1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowPrevC1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/arrowPrevEndA1.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/buttonDeleteX.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/closer.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/document_menu.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/file.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/iconComment.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/iconTag.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/iconTrackback.gif delete mode 100644 modules/issuetracker/skins/xe_issuetracker/images/opener.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/arrowPagination.gif create mode 100755 modules/issuetracker/skins/xe_issuetracker/img/common/bgTab.gif rename modules/issuetracker/skins/xe_issuetracker/{images => img/common}/bul.gif (100%) create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/buttonAscending.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/buttonContributorsTaglist.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/buttonDelete.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/buttonDescending.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/buttonSetup.gif rename modules/issuetracker/skins/xe_issuetracker/{images => img/common}/fileItem.gif (100%) rename modules/issuetracker/skins/xe_issuetracker/{images => img/common}/folder.gif (100%) create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/iconFile.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/iconFiles.gif create mode 100755 modules/issuetracker/skins/xe_issuetracker/img/common/iconListSetup.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/iconLove.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/iconReply.gif create mode 100755 modules/issuetracker/skins/xe_issuetracker/img/common/iconSearchSetup.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/iconTag.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/common/icons.gif rename modules/issuetracker/skins/xe_issuetracker/{images => img/common}/tableHeader.gif (100%) create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/white/bgThDefault.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/white/buttonOfficial.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/white/lineVr11.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/img/white/lineVr9.gif create mode 100644 modules/issuetracker/skins/xe_issuetracker/trackback.html diff --git a/modules/issuetracker/skins/xe_issuetracker/comment.html b/modules/issuetracker/skins/xe_issuetracker/comment.html new file mode 100644 index 000000000..0a0b922fe --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/comment.html @@ -0,0 +1,57 @@ +{@ $histories = $oIssue->get('histories') } + +
+
+ +
+ +
+
+
+

+ {$history->nick_name} +

+ +

+ {zdate($history->regdate,'Y.m.d')} + {zdate($history->regdate,'H:i:s')} +

+
+ +
+
    + +
  • +
      + +
    1. {$val}
    2. + +
    +
  • + + +
  • {nl2br($history->content)}
  • + +
+
+
+
+ +
+ + + + + +
+ diff --git a/modules/issuetracker/skins/xe_issuetracker/css/button.css b/modules/issuetracker/skins/xe_issuetracker/css/button.css new file mode 100644 index 000000000..34544fac2 --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/css/button.css @@ -0,0 +1,16 @@ +@charset "utf-8"; +/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */ + +/* Button */ +.buttonOfficial, +.buttonOfficial span, +.buttonOfficial input, +.buttonOfficial button{ position:relative; vertical-align:middle; display:inline-block; height:25px; font-size:12px; line-height:25px; color:#4d4d4d; cursor:pointer; background-image:url(../img/white/buttonOfficial.gif); background-repeat:no-repeat; text-decoration:none !important; overflow:visible; border:0; padding:0; background-color:transparent;} + +.buttonOfficial{ background-position:left top; margin-right:4px;} +.buttonOfficial span, +.buttonOfficial input, +.buttonOfficial button{ left:4px; background-position:right top; padding:0 8px 0 4px;} + +a.buttonOfficial{ _margin-top:-1px;} +a.buttonOfficial span{ _vertical-align:top;} \ No newline at end of file diff --git a/modules/issuetracker/skins/xe_issuetracker/css/common.css b/modules/issuetracker/skins/xe_issuetracker/css/common.css deleted file mode 100644 index 47c6beabb..000000000 --- a/modules/issuetracker/skins/xe_issuetracker/css/common.css +++ /dev/null @@ -1,308 +0,0 @@ -@charset "utf-8"; - -td.vtop { vertical-align:top; } - -/* skin Title */ -.skinTitle { border:3px solid #DDDDDD; background-color:#FEFFF0; padding:15px; margin-bottom:15px; color:#666666; font-weight:bold; } -.skinTitle blockquote { margin:5px 0 0 0; padding:5px 0 0 0; font-weight:normal; border-top:1px solid #DDDDDD; } - -/* main navigation */ -div.issueNav { clear:both; overflow:hidden; height:23px; margin-bottom:10px; position:relative;} -.issueNav ul { position:absolute; top:0; right:0; height:23px; margin:0; padding:0;z-index:2;} -.issueNav li { float:left; list-style:none; margin:0 0 0 10px; padding:5px 7px 0 7px; height:16px; border:1px solid #AAAAAA; border-bottom:none;} -.issueNav li.unselected { border-bottom:1px solid #AAAAAA; background-color:#FFFCF0;} -.issueNav li a { text-decoration:none; color:#7D6608; } -.issueNav li a:hover { color:#544301;} -.issueNav li.selected { font-weight:bold; color:#544301; border-bottom:1px solid #FFFFFF;} -.issueNav li.selected a { font-weight:bold; } -.issueNav .bottomLine { height:22px; position:absolute; top:0; left:0; width:100%; border-bottom:1px solid #AAAAAA; z-index:1;} - -/* issue list */ -form.close { display:none; } - -form.issueSearch { padding:0; margin:0 0 10px 0; overflow:hidden; } -form.issueSearch ul { margin:0; padding: 0; } -form.issueSearch ul li { list-style:none; float:left; padding:5px 10px 0 0; white-space:nowrap; } -form.issueSearch ul li.displayOpt { clear:left; width:100%; } -form.issueSearch ul li.keywordSearch { clear:left; } -form.issueSearch select { width:130px; } -form.issueSearch input.inputTypeText { width:124px; } -form.issueSearch input.inputTypeSubmit { width:130px; border:1px solid; border-color:#d8d8d8 #a6a6a6 #a6a6a6 #d8d8d8; height:20px; background:#EFEFEF; font-size:1em; _font-size:9pt; } -form.issueSearch ul li ol { margin:0 2px 0 0; padding:0; border-bottom:none; } -form.issueSearch ul li ol li { list-style:none; white-space:nowrap; overflow:hidden; float:left; letter-spacing:-2px;} - -table.issues { border:0; border-spacing:0; border:1px solid #333333; overflow:hidden; } -table.issues thead tr { background:url("../images/tableHeader.gif") repeat left top; height:20px; color:#FFFFFF; } -table.issues thead tr th { width:10px;} -table.issues thead tr th div { white-space:nowrap; margin:0; } -table.issues thead tr th.title { width:100%; } -table.issues tbody td { white-space:nowrap; padding:5px 2px; text-align:center; border-bottom:1px solid #EEEEEE; } -table.issues tbody td a { text-decoration:none; color:#555555; } -table.issues tbody td.no { text-align:center; font-family:tahoma; font-size:8pt; } -table.issues tbody td.title { white-space:normal; font-weight:bold; text-align:left; } -table.issues tbody td.title strong.comment { background:url("../images/iconComment.gif") no-repeat left 1px; padding-left:15px; font-size:8pt; font-family:tahoma; font-weight:normal; } -table.issues tbody td.title strong.trackback { background:url("../images/iconTrackback.gif") no-repeat left 1px; padding-left:15px; font-size:8pt; font-family:tahoma; font-weight:normal; color:#8CCF3C;} -table.issues tbody td.regdate { text-align:center; font-family:tahoma; font-size:8pt; } -table.issues tbody td.nick_name { text-align:left; } - -/* milestone */ -table.milestones { width:100%; clear:both; border:0; border-spacing:0; table-layout:fixed; border:1px solid #333333; border-bottom:none; } -table.milestones thead tr { background:url("../images/tableHeader.gif") repeat left top; height:20px; color:#FFFFFF; } -table.milestones thead tr th { white-space:nowrap; } -table.milestones tbody tr.title td { background-color:#EFEFEF; height:28px; vertical-align:baseline;} -table.milestones tbody td { padding:5px; text-align:center; border-bottom:1px solid #EEEEEE; } -table.milestones tbody td.title { padding:0; font-weight:bold; text-align:left; font-size:10pt; } -table.milestones tbody td.title div.progress { width:100px;height:28px;background-color:#DFDFDF; } -table.milestones tbody td.title div.titlewrap { position:absolute;padding:6px; } -table.milestones tbody td.title a { text-decoration:none; color:#444444; } -table.milestones tbody td.deadline { color:#0A6E03; font-family:tahoma; font-size:9pt; white-space:nowrap;} -table.milestones tbody td.status a { text-decoration:none; font-family:tahoma; font-size:8pt; font-weight:bold;} -table.milestones tbody td.total a { text-decoration:none; color:#444444; font-family:tahoma; font-size:8pt; font-weight:bold;} -table.milestones tbody td.description { text-align:left; padding-left:10px; border-bottom:1px solid #333333; } -table.milestones tbody td.completed { text-decoration:line-through; } -table.milestones tbody td.released_date { text-align:right; color:#EF4B18; font-family:tahoma; font-size:9pt; white-space:nowrap;} - -/* download */ -table.downloads { width:100%; clear:both; border:0; border-spacing:0; table-layout:fixed; border:1px solid #333333;} -table.downloads thead tr { background:url("../images/tableHeader.gif") repeat left top; height:20px; color:#FFFFFF; } - -table.downloads td.package { background-color:#EFEFEF; padding:3px 0 5px 5px; border-top:1px solid #333333; } -table.downloads td.package h3 { color:#030C83; font-size:9pt; font-weight:bold; margin:0; padding:0; float:left; } -table.downloads td.package blockquote { clear:both; padding:5px; border:1px dotted #AAAAAA; background-color:#F3F3F3; margin:5px 5px 5px 0; } -table.downloads td.packageLeft { background-color:#EFEFEF; } -table.downloads td.null { background-color:#EFEFEF; } -table.downloads td.nullLine { background-color:#EFEFEF; border-top:1px solid #AAAAAA; } -table.downloads td.moreRelease { background-color:#EFEFEF; border-top:1px solid #333333; text-align:right; padding:5px; } -table.downloads td.moreRelease a { color:#4753EE; text-decoration:none; } - -table.downloads td.release { padding:5px; border-left:1px solid #AAAAAA; border-top:1px solid #AAAAAA; background-color:#ECEDF5; } -table.downloads td.release h3 { font-size:9pt; font-weight:bold; margin:0; padding:0; float:left; } -table.downloads td.release h3 a { text-decoration:none; color:#444444; } -table.downloads td.release h3 a:hover { text-decoration:underline; } -table.downloads td.release span { float:left; margin:0 0 0 10px; font-size:8pt; font-family:tahoma; color:#AAAAAA; } -table.downloads td.releaseLeft { border-left:1px solid #AAAAAA; } -table.downloads td.none_release { padding:5px; border-left:1px solid #AAAAAA; border-top:1px solid #AAAAAA; background-color:#EEEEEE; color:#888888;} - -table.downloads td.releaseNoteTitle { border-left:1px solid #AAAAAA; background-color:#EFEFEF; padding:5px; border-top:1px solid #DDDDDD; font-weight:bold; color:#058FC2;} -table.downloads td.releaseNote { border-left:1px solid #AAAAAA; padding:5px; border-top:1px dotted #DDDDDD; } -table.downloads td.releaseChangesTitle { border-left:1px solid #AAAAAA; background-color:#EFEFEF; padding:5px; border-top:1px solid #DDDDDD; font-weight:bold; color:#C24305;} -table.downloads td.releaseChanges { border-left:1px solid #AAAAAA; padding:5px; border-top:1px dotted #DDDDDD; border-bottom:1px solid #DDDDDD;} -table.downloads td.releaseFilesTitle { border-left:1px solid #AAAAAA; background-color:#EFEFEF; padding:5px; border-top:1px solid #DDDDDD; font-weight:bold; color:#444444;} - -table.downloads td.filename { padding:5px 5px 5px 15px; background:url("../images/file.gif") no-repeat left 5px; } -table.downloads td.filename a { padding:5px; color:#000000; text-decoration:none; } -table.downloads td.filename a:hover { text-decoration:underline; } -table.downloads td.filename a:visited { color:#AAAAAA; } -table.downloads td.filesize { padding:5px; color:#999999; font-family:tahoma; font-size:8pt; text-align:center;} -table.downloads td.download_count { padding:5px; color:#999999; font-family:tahoma; font-size:8pt; text-align:center;} - -table td.summaryText div { line-height:20px; padding-left:20px; cursor:pointer;} -table td.summaryText div.open { background:url("../images/opener.gif") no-repeat left 4px; overflow:visible; } -table td.summaryText div.close { background:url("../images/closer.gif") no-repeat left 4px; height:20px; overflow:hidden; } - -/* alertMessage */ -blockquote.alertMessage { margin:50px auto 20px auto; width:300px; border-bottom:1px solid #DDDDDD; padding:10px; color:#555555; } -ul.alertNav { margin:0 auto; width:300px; padding:0; } -ul.alertNav li { list-style:none; float:right; margin:0; padding:0; } - -/* new Issue */ - -.newIssue table { border:0; border-spacing:0; overflow:hidden; width:100%; border-top:1px solid #EEEEEE; } -.newIssue table tr th { text-align:right; border-bottom:1px solid #EEEEEE; padding:8px 0 5px 0; vertical-align:top; } -.newIssue table tr td { border-bottom:1px solid #EEEEEE; padding:5px 0 5px 0; } -.newIssue table tr th label { white-space:nowrap; font-weight:normal; color:#DB7201; margin:0 10px 0 10px; } -.newIssue table tr td input.wide { width:98%; } -.newIssue table tr td textarea.wide { width:98%; height:80px; } -.newIssue table tr td ul { margin:0; padding:0; } -.newIssue table tr td ol { margin:0; padding:0; } -.newIssue table tr td li { list-style:none; border-bottom:1px solid #EFEFEF; padding-bottom:3px; } -.newIssue table tr td p { margin:5px 0 0 0; padding:0; color:#888888; } - -.newIssue dl.option { margin:0 !important; padding:0 !important; } -.newIssue dl.option dd { margin:0 10px 0 0 !important; padding:0 !important; float:left; } - -div.display_date { cursor:pointer; width:80px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; margin-right:10px;} - -div.editor table { width:95%; } - -/* view Issue */ - -.viewIssue { } -.viewIssue table { border-spacing:0; overflow:hidden; width:100%; border:1px solid #AAAAAA; background-color:#FFFFF6; table-layout:fixed;} -.viewIssue table tr th { text-align:right; border-bottom:1px solid #EEEEEE; padding:8px 10px 5px 10px; vertical-align:top; color:#898700; font-weight:normal;} -.viewIssue table tr th.title { color:#444444; font-size:13pt; text-align:left; font-weight:bold; } -.viewIssue table tr th.title a { text-decoration: none; color:#444444; font-size:13pt; text-align:left; font-weight:bold; } -.viewIssue table tr th.title span { font-size:9pt; color:#4F86B0;} -.viewIssue table tr td { border-bottom:1px solid #EEEEEE; padding:5px 0 5px 0; color:#3B3A00; } -.viewIssue table tr td.description { color:#444444; text-align:left; padding:20px; overflow:hidden;} -.viewIssue table tr td.description a { color:#3A945E; text-decoration:none; } -.viewIssue table tr td.description a:hover { text-decoration:underline; } -.viewIssue table tr td ul.tag { margin:0; padding:0; } -.viewIssue table tr td ul.tag li { list-style:none; float:left; } -.viewIssue table tr td ul.tag li a { text-decoration:none; color:#3B3A00; } -.viewIssue table tr td.inputPassword { padding:20px; text-align:center; } -.viewIssue table tr td.inputPassword form input.inputTypeText { height:15px; } -.viewIssue table tr td.inputPassword form input.inputTypeSubmit { border:1px solid; border-color:#d8d8d8 #a6a6a6 #a6a6a6 #d8d8d8; height:20px; background:#EFEFEF; } -.viewIssue div.button { clear:both; float:right; margin-top:10px; } -.viewIssue div.button ul { margin:0; padding:0; } -.viewIssue div.button ul li { list-style:none; color:#AAAAAA; float:left; margin-left:10px; } -.viewIssue div.button ul li a { text-decoration:none; color:#666666; font-weight:bold; } - -.viewIssue .fileAttached {overflow:hidden;} -.viewIssue .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; } -.viewIssue .fileAttached ul { padding:0; margin:0; } -.viewIssue .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin:0 10px 5px 0; } -.viewIssue .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } -.viewIssue .fileAttached li a:visited { color:#777777;} - -fieldset.history { border:1px solid #CCCCCC; margin-top:10px; } -fieldset.history legend { padding:0 10px; } -fieldset.history legend span.date { font-size:8pt; font-family:tahoma; color:#AAAAAA; margin-right:10px; } -fieldset.history ul { margin:0; padding:0; } -fieldset.history ul li { list-style:none; } -fieldset.history ul li a { color:#3A945E; text-decoration:none; } -fieldset.history ul li a:hover { text-decoration:underline; } -fieldset.history ul li ol { margin:5px 0 0 0; padding:0; } -fieldset.history ul li ol li { margin-left:10px; padding-left:14px; list-style:none; margin-bottom:8px; background:url("../images/bul.gif") no-repeat left 1px;} -fieldset.history ul li ol li span.source { color:#B04F4F; } -fieldset.history ul li ol li span.target { color:#4F86B0; font-weight:bold; } -fieldset.history ul li ol li span.key { color:#888888; font-weight:bold; } -fieldset.history ul li.content { padding:10px; color:#444444;} - -.document_popup_menu { cursor:pointer; text-align:right; background:none; background:url(../images/document_menu.gif) no-repeat right top; padding:0 15px 0 0; height:18px; margin-top:20px; } - -/* delete Issue */ -.deleteIssue { width:40%; margin:0 auto; } -.deleteIssue h3 { text-align:center; margin:30px 0 10px 0; padding:0 0 10px 0; border-bottom:1px solid #DDDDDD; } -.deleteIssue ul.button { margin:0 0 20px 0; padding:0; text-align:center; } -.deleteIssue ul.button li { list-style:none; display:inline; margin-left:10px; } - -/* view Trackback */ -.viewTrackback { border:1px solid #C3D5A5; margin-top:10px; padding:10px; } -.viewTrackback h3 { margin:0; padding:0; font-size:9pt; font-weight:normal; color:#335000; } -.viewTrackback h3 a { font-weight:bold; text-decoration:none; color:#335000; } -.viewTrackback h3 address { display:inline; font-size:8pt; font-family:tahoma; color:#4A931D; } -.viewTrackback ul { padding:5px 0; margin:5px 0; border-top:1px solid #C3D5A5; overflow:hidden;} -.viewTrackback ul li { list-style:none; color:#558404; float:left; margin-right:10px; } -.viewTrackback ul li address { margin-bottom:5px; } -.viewTrackback ul li a { text-decoration:none; color:#558404; } -.viewTrackback ul li.date { font-size:8pt; font-family:tahoma; } -.viewTrackback ul li.excerpt { clear:both; color:#335000; } - -/* histories */ -.issueHistories { border:1px solid #BABABA; padding:10px; margin-top:10px; } - -.newHistory { border:1px solid #BABABA; padding:10px; margin-top:10px; } -.newHistory table { border-top:none; } -.newHistory table tr th { border-bottom:none; } -.newHistory table tr td { border-bottom:none; } -.newHistory table tr td ul li { border-bottom:none; margin-bottom:5px; } -.newHistory table tr td ul li label { margin:0 10px 0 10px; color:#444444; } -.newHistory table tr td ul li label { margin:0 10px 0 10px; color:#444444; } -.newHistory table tr td textarea { height:200px !important; } - -/* issue status color */ -.issue_new, .issue_new a { color:#333333 !important; } -.issue_assign, .issue_assign a { color:#0A7DBE !important; } -.issue_resolve, .issue_resolve a { color:#079B2D !important; } -.issue_reopen, .issue_reopen a { color:#9B5A07 !important; } -.issue_postponed, .issue_postponed a { color:#9E9425 !important; } -.issue_invalid, .issue_invalid a { color:#949494 !important; } -.issue_duplicated, .issue_duplicted a { color:#949494 !important; } -.issue_reviewing, .issue_reviewing a { color:#DD075A !important; } - -/* Pagination Reset */ -.pagination{ padding:15px 0; margin:0; text-align:center;} -.pagination *{ margin:0; padding:0;} -.pagination img{ border:0;} -.pagination a, -.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#333; font-family:Tahoma, Sans-serif; vertical-align:middle;} -.pagination a:hover, -.pagination a:active, -.pagination a:focus{ background-color:#f4f4f4 !important; } -.pagination strong{ color:#ff6600 !important;} -.pagination a.prev, -.pagination a.prevEnd, -.pagination a.next, -.pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; } - -/* Pagination A1 */ -.pagination.a1 a, -.pagination.a1 strong{ margin:0 -4px; padding:1px 10px 1px 8px; border:none; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:12px; background:#fff;} -.pagination.a1 a.prev{ padding-left:10px; background:#fff url(../images/arrowPrevA1.gif) no-repeat left center; } -.pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url(../images/arrowPrevEndA1.gif) no-repeat left center; } -.pagination.a1 a.next{ padding-right:10px; background:#fff url(../images/arrowNextA1.gif) no-repeat right center; } -.pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url(../images/arrowNextEndA1.gif) no-repeat right center; } - -/* Pagination A2 */ -.pagination.a2 a, -.pagination.a2 strong{ margin:0 -4px; padding:0 10px 0 8px; font-weight:bold; font-size:11px; border:none; border-left:1px solid #ddd; border-right:1px solid #ccc; background:#fff; } -.pagination.a2 a.prev{ padding-left:10px; background:#fff url(../images/arrowPrevA1.gif) no-repeat left center; } -.pagination.a2 a.prevEnd{ padding-left:15px; background:#fff url(../images/arrowPrevEndA1.gif) no-repeat left center; } -.pagination.a2 a.next{ padding-right:10px; background:#fff url(../images/arrowNextA1.gif) no-repeat right center; } -.pagination.a2 a.nextEnd{ padding-right:15px; background:#fff url(../images/arrowNextEndA1.gif) no-repeat right center; } - -/* Pagination B1 */ -.pagination.b1 a, -.pagination.b1 strong{ margin:0 -2px; padding:2px 8px; font-weight:bold; font-size:12px;} -.pagination.b1 a.prev{ padding-left:16px; background:url(../images/arrowPrevB1.gif) no-repeat left center; } -.pagination.b1 a.next{ padding-right:16px; background:url(../images/arrowNextB1.gif) no-repeat right center; } - -/* Pagination B2 */ -.pagination.b2 a, -.pagination.b2 strong{ margin:0 -2px; padding:2px 6px; font-size:11px;} -.pagination.b2 a.prev{ padding-left:12px; background:url(../images/arrowPrevB1.gif) no-repeat left center; } -.pagination.b2 a.next{ padding-right:12px; background:url(../images/arrowNextB1.gif) no-repeat right center; } - -/* Pagination C1 */ -.pagination.c1 a, -.pagination.c1 strong{ margin:0 -2px; padding:2px 4px; font-size:12px;} -.pagination.c1 a.prev, -.pagination.c1 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;} -.pagination.c1 a.prev{ background:url(../images/arrowPrevC1.gif) no-repeat center;} -.pagination.c1 a.next{ background:url(../images/arrowNextC1.gif) no-repeat center;} -.pagination.c1 a.prev span, -.pagination.c1 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;} - -/* Pagination C2 */ -.pagination.c2 a, -.pagination.c2 strong{ margin:0 -2px; padding:2px 4px; font-size:11px;} -.pagination.c2 a.prev, -.pagination.c2 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;} -.pagination.c2 a.prev{ background:url(../images/arrowPrevC1.gif) no-repeat center;} -.pagination.c2 a.next{ background:url(../images/arrowNextC1.gif) no-repeat center;} -.pagination.c2 a.prev span, -.pagination.c2 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;} - -/* Timeline */ -h4 { background: #F7F7F7 none repeat scroll 0 0; border-bottom:1px solid #D7D7D7; font-size:1.05em; } -dt .time { color: #999999; font-size: 0.90em; } -dt em { border-bottom: 1px dotted #BBBBBB; color: #BB0000; font-style:normal; text-decoration: none; } -dt .author { color: #666666; } -dd { color: #777766; font-size: 0.90em; } -dl { line-height: 1.3em; margin: 0; } -dt { padding: 5px 4px 2px 0 } -dd.changeset p { margin: 0; padding: 0; } -span.status { color: #222222; } -dd span.source { color:#4F86B0; } -dd span.target { color:#4F86B0; font-weight:bold; } -dd span.key { color:#888888; font-weight:bold; } -dt a { color:#373737; text-decoration: none; } -dt span.closed { text-decoration: line-through; } - -.search { float: right; } -.left { float: left; } - - -/* 확장 변수 폼 */ -.extraVarForm .text { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:90%; } -.extraVarForm .email_address { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } -.extraVarForm .homepage { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } -.extraVarForm .tel { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:40px; margin-right:10px;} -.extraVarForm .textarea { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:90%; height:80px; font-size:12px;} -.extraVarForm ul { margin:0; padding:0; list-style:none; } -.extraVarForm .date { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:100px; } -.extraVarForm .address { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } - -.diff .deleted { background: #FFDDDD none; } -.diff .added { background: #DDFFDD none; } diff --git a/modules/issuetracker/skins/xe_issuetracker/css/issuetracker.css b/modules/issuetracker/skins/xe_issuetracker/css/issuetracker.css new file mode 100644 index 000000000..b02346e44 --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/css/issuetracker.css @@ -0,0 +1,395 @@ +@charset "utf-8"; +/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */ + +/* Board Reset */ +.issuetracker{ font-family:Tahoma, Sans-serif; line-height:normal; font-size:12px;} +.issuetracker .inputText, +.issuetracker textarea, +.issuetracker select{ border:1px solid;} +.issuetracker label{ cursor:pointer;} +.issuetracker img{ border:0;} +.issuetracker .document_popup_menu, +.issuetracker .comment_popup_menu{ text-align:right; font-size:11px;} +.issuetracker .document_popup_menu{ margin:1em 0;} +.issuetracker .comment_popup_menu{ margin:1em 0;} +.issuetracker .document_popup_menu a, +.issuetracker .comment_popup_menu a{ text-decoration:underline;} +.issuetracker .hr{ display:none;} + +/* Board Header */ +.issuetrackerHeader *{ margin:0 0 20px 0; padding:0;} +.issuetrackerHeader a{ text-decoration:none;} +.issuetrackerHeader a:hover, +.issuetrackerHeader a:active, +.issuetrackerHeader a:focus{ text-decoration:underline;} +.issuetrackerHeader .issuetrackerTitle{ letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid; *zoom:1; background-repeat:no-repeat; background-position:left 8px;} +.issuetrackerHeader .issuetrackerTitle:after{ content:""; display:block; clear:both;} +.issuetrackerHeader .issuetrackerTitleText{ font-size:18px; float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 5px; border-bottom:3px solid; background-repeat:no-repeat; background-position:right bottom;} +.issuetrackerHeader .issuetrackerTitleText a{ text-decoration:none;} +.issuetrackerHeader .issuetrackerTitleText em{ font-style:normal; font-weight:normal;} +.issuetrackerHeader .issuetrackerDescription{ padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative;} + +/* Board Information */ +.issuetrackerInformation{width:100%; padding:15px 0; font-size:1em; line-height:normal; *zoom:1;} +.issuetrackerInformation *{ margin:0; padding:0;} +.issuetrackerInformation a{ text-decoration:none;} +.issuetrackerInformation a:hover, +.issuetrackerInformation a:active, +.issuetrackerInformation a:focus{ text-decoration:underline;} +.issuetrackerInformation:after{ content:""; display:block; float:none; clear:both;} +.issuetrackerInformation ul{ overflow:hidden;} +.issuetrackerInformation .infoSum{ float:left; font-size:16px; font-weight:bold;} +.issuetrackerInformation .infoView{ float:right;} +.issuetrackerInformation .infoView li{ position:relative; float:left; margin-left:3px; display:inline;} +.issuetrackerInformation .infoView li.icon a{ display:block; float:left; width:23px; height:23px; overflow:hidden; background-repeat:no-repeat;} +.issuetrackerInformation .infoView li.icon a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} +.issuetrackerInformation .infoView li.listTypeClassic a{ background-position:0 0;} +.issuetrackerInformation .infoView li.listTypeClassic.active a{ background-position:0 -23px;} +.issuetrackerInformation .infoView li.listTypeZine a{ background-position:-23px 0;} +.issuetrackerInformation .infoView li.listTypeZine.active a{ background-position:-23px -23px;} +.issuetrackerInformation .infoView li.listTypeGallery a{ background-position:-46px 0;} +.issuetrackerInformation .infoView li.listTypeGallery.active a{ background-position:-46px -23px;} +.issuetrackerInformation .infoView li.setup{ margin:0 7px;} +.issuetrackerInformation .infoView li.setup a{ display:block; float:left; width:43px; height:23px; background-repeat:no-repeat;} +.issuetrackerInformation .infoView li.setup a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} + +/* Board List Form */ +.issuetrackerListForm{ margin:0; line-height:normal;} +.issuetrackerListForm *{ margin:0; padding:0;} +.issuetrackerListForm fieldset{ border:0; clear:both;} +.issuetrackerListForm fieldset:after{ content:""; display:block; float:none; clear:both;} +.issuetrackerListForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} +.issuetrackerListForm em, +.issuetrackerListForm strong{ font-style:normal;} +.issuetrackerListForm strong.trackback { color:#423CC4; } + +/* Board List */ +.issuetrackerList{ border:0; border-top:1px solid; width:100%;} +.issuetrackerList a{ text-decoration:none;} +.issuetrackerList a:hover, +.issuetrackerList a:active, +.issuetrackerList a:focus{ text-decoration:underline;} +.issuetrackerList .inputCheck{ width:13px; height:13px;} +.issuetrackerList .jumpTo{ float:left;} +.issuetrackerList .jumpTo *{ vertical-align:middle; *vertical-align:top;} +.issuetrackerList .jumpTo select{ height:20px; font-size:12px; *margin-right:5px;} +.issuetrackerList .jumpTo button{ width:22px; height:20px; line-height:18px; _line-height:normal; border:1px solid; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0; padding:0; text-align:center; background-repeat:no-repeat; font-size:11px; cursor:pointer; overflow:visible;} +.issuetrackerList .meta{ position:relative; overflow:hidden; margin:0 0 5px 0; padding:0; list-style:none; white-space:nowrap;} +.issuetrackerList .meta li{ position:relative; left:-10px; display:inline; padding:0 5px 0 10px; background-repeat:no-repeat; background-position:left center; font-size:11px;} +.issuetrackerList .meta li.author{ font-size:11px;} +.issuetrackerList .meta li.date{ font:9px Tahoma;} +.issuetrackerList .meta li em{ font-size:9px;} +.issuetrackerList .replyNum, +.issuetrackerList .trackbackNum{ font:9px Verdana;} + +.issuetrackerList th{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; font-weight:normal;} +.issuetrackerList th.title{ width:100%;} +.issuetrackerList th a .sort{ vertical-align:middle; margin:0 5px;} +.issuetrackerList td{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; vertical-align:top;} +.issuetrackerList td.notice{ font-size:11px; font-weight:bold;} +.issuetrackerList td.num{ font:9px Tahoma;} +.issuetrackerList td.check{ font:11px Tahoma;} +.issuetrackerList td.title { width:100%; white-space:normal; text-align:left;} +.issuetrackerList td.title img{ vertical-align:middle; margin:0 1px;} +.issuetrackerList td.title .author{ font-size:11px;} +.issuetrackerList td.author{ font-size:11px; text-align:left;} +.issuetrackerList td.replies{ font:9px Tahoma;} +.issuetrackerList td.reading{ font:9px Tahoma;} +.issuetrackerList td.recommend{ font:bold 9px Tahoma;} +.issuetrackerList td.date{ font:9px Tahoma;} +.issuetrackerList td.summary { text-align:left; border-top-style:dotted; white-space:normal;} +.issuetrackerList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;} +.issuetrackerList td.summary .thumb img{ display:block;} +.issuetrackerList td.lastReply{ text-align:left; font-size:11px;} + +.issuetrackerList td .notice{ font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;} +.issuetrackerList td .category{ font-weight:normal; font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;} +.issuetrackerList td .replyAnchor{ position:relative; font-size:9px;} +.issuetrackerList td .by{ font:9px Tahoma;} + +.issuetrackerList.webZine tr.bg1 td, +.issuetrackerList.webZine tr.bg2 td{padding:22px 6px 22px 6px; *padding:22px 6px 21px 6px;} +.issuetrackerList.webZine td.title p.title{ margin-bottom:9px;} +.issuetrackerList.webZine td.title p.title .category{ font-size:12px;} +.issuetrackerList.webZine td.title p.title a.title{ font-weight:bold;} +.issuetrackerList.webZine td.title p.summary{ line-height:18px; margin-bottom:8px;} +.issuetrackerList.webZine td.title p.summary a{ text-decoration:none;} +.issuetrackerList.webZine td.title .thumb{ float:right; clear:right; border:1px solid; padding:8px; margin-left:50px;} +.issuetrackerList.webZine td.title .by{ font:9px Tahoma;} + +.thumbList{ border-bottom:1px solid; border-top:0; *zoom:1; margin-right:-30px; padding:25px 0 0 0;} +.thumbList:after{ content:""; display:block; clear:both;} +.thumbList li{ position:relative; margin:0 17px 10px 17px; padding:0; list-style:none; overflow:hidden; float:left; display:inline;} +.thumbList li .num{ color:#888; font-size:9px; margin-bottom:6px;} +.thumbList li .thumb{ position:relative; float:left; clear:both; overflow:hidden; padding:8px; margin-bottom:14px; border:1px solid;} +.thumbList li .thumb a{ display:block; position:relative; *zoom:1; text-decoration:none !important;} +.thumbList li .thumb a *{ cursor:pointer;} +.thumbList li .thumb a img{ display:block;} +.thumbList li .thumb a .text{ position:absolute; left:0; top:50%; margin-top:-.8em; *margin-top:-1.5em; display:block; width:100%; text-align:center; font-size:2em; font-weight:bold; white-space:nowrap; letter-spacing:-1px;} +.thumbList li .thumb a .category{ position:absolute; left:0; bottom:0; width:100%; overflow:hidden; padding:3px 0; white-space:nowrap; text-indent:5px; font-weight:normal; font-size:11px;} +.thumbList li .thumb a .noPhoto{ display:inline-block; font-size:11px; text-align:center;} +.thumbList li .title{ font-weight:bold; clear:both; white-space:nowrap; margin-bottom:3px;} +.thumbList li .title input{ width:13px; height:13px; vertical-align:middle; white-space:nowrap;} +.thumbList li .summary{ line-height:16px; margin-bottom:8px;} +.thumbList li .summary a{ text-decoration:none;} +.thumbList li .meta{ position:relative; white-space:normal; *zoom:1; text-align:left;} +.thumbList li .meta li{ float:none; display:inline-block; *display:inline; margin:0; white-space:nowrap; *zoom:1;} +.thumbList .lastReply { text-align:left; font-size:11px;} +.thumbList .lastReply a { display:block; } +.thumbList .by{ font:9px Tahoma;} + +/* Board Navigation */ +.issuetracker .issuetrackerNavigation{ padding:30px 0; margin:-1px 0 0 0; text-align:center; border-top:1px solid; *zoom:1; _zoom:0;} +.issuetracker .issuetrackerNavigation:after{ content:""; display:block; float:none; clear:both;} +.issuetracker .issuetrackerNavigation .pagination{ padding:5px 0;} +.issuetracker .issuetrackerNavigation .buttonLeft{ float:left; text-align:left;} +.issuetracker .issuetrackerNavigation .buttonRight{ float:right; text-align:right;} + +/* Search Form */ +.issuetrackerSearchForm{ position:relative; margin:0; padding:1px 0; line-height:normal;} +.issuetrackerSearchForm *{ margin:0; padding:0;} +.issuetrackerSearchForm fieldset{ border:0; clear:both; text-align:center;} +.issuetrackerSearchForm fieldset:after{ content:""; display:block; float:none; clear:both;} +.issuetrackerSearchForm fieldset *{ vertical-align:top;} +.issuetrackerSearchForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} +.issuetrackerSearchForm select{ font-size:12px; height:23px; border:1px solid;} +.issuetrackerSearchForm .inputText{ width:140px; height:15px; padding:4px 4px 2px 4px; font-size:12px; *margin:-1px 0;} +.issuetrackerSearchForm ul.searchOption { list-style:none; margin:0 auto; padding:0; margin:0; } +.issuetrackerSearchForm ul.searchOption li { display:inline; position:relative;} +.issuetrackerSearchForm ul.searchOption ul { list-style:none; padding:3px; margin:0; position:absolute; left:0; top:23px; border:1px solid #aaa; background-color:#fff; z-index:5; } +.issuetrackerSearchForm ul.searchOption ul.hide { display:none;} +.issuetrackerSearchForm ul.searchOption ul li { display:block; white-space:nowrap; text-align:left; margin:5px; } + +/* Board Read */ +.issuetrackerReadHeader{ *zoom:1;} +.issuetrackerReadHeader a{ text-decoration:none;} +.issuetrackerReadHeader a:hover, +.issuetrackerReadHeader a:active, +.issuetrackerReadHeader a:focus{ text-decoration:underline;} +.issuetrackerReadHeader:after{ content:""; display:block; float:none; clear:both;} +.issuetrackerReadHeader *{ margin:0; padding:0;} +.issuetrackerReadHeader .titleArea{ *zoom:1; padding:7px 0; border-top:1px solid; border-bottom:1px solid;} +.issuetrackerReadHeader .titleArea:after{ content:""; display:block; clear:both;} +.issuetrackerReadHeader .titleArea .title{ float:left; font-size:16px; margin-right:10px;} +.issuetrackerReadHeader .titleArea .category{ float:left; padding-left:10px; margin-top:4px; font-size:12px; background-repeat:no-repeat; background-position:left center;} +.issuetrackerReadHeader .titleArea .sum{ float:right; white-space:nowrap; margin-top:2px;} +.issuetrackerReadHeader .titleArea .sum .read, +.issuetrackerReadHeader .titleArea .sum .vote{ font-size:11px; margin-right:5px;} +.issuetrackerReadHeader .titleArea .sum .num{ font-size:9px;} +.issuetrackerReadHeader .titleArea .sum .date{ padding-left:10px; font-size:9px; background-repeat:no-repeat; background-position:left center;} +.issuetrackerReadHeader .authorArea{ *zoom:1; padding:10px 0;} +.issuetrackerReadHeader .authorArea:after{ content:""; display:block; clear:both;} +.issuetrackerReadHeader .authorArea .author{ float:left; margin-right:10px;} +.issuetrackerReadHeader .authorArea .ipAddress{ float:left; font-size:9px; margin-top:3px;} +.issuetrackerReadHeader .authorArea .permaLink{ float:right; font-size:9px; margin-top:3px;} + +.issuetrackerReadDescription { overflow:hidden; *zoom:1; margin:20px 10px;} +.issuetrackerReadButton { text-align:right; margin-bottom:10px; } + +.issuetrackerReadBody{ overflow:hidden; *zoom:1; } +.issuetrackerReadBody .xe_content{ overflow:hidden; } +.issuetrackerReadBody .xe_content a { text-decoration:underline; } + +.issuetrackerReadFooter .memberSignature { border:1px solid; padding:10px; margin:1em 0; overflow:hidden; *zoom:1; clear:both; -moz-border-radius:5px; -webkit-border-radius:5px;} +.issuetrackerReadFooter .memberSignature img.profile { margin:0 1em 0 0; border:1px solid;} +.issuetrackerReadFooter .tag{ margin:1em 0; clear:both;} +.issuetrackerReadFooter .tag *{ display:inline; margin:0; padding:0; font-size:11px; vertical-align:middle;} +.issuetrackerReadFooter .tag dt{ margin-right:10px;} +.issuetrackerReadFooter .tag dd{ margin-right:5px;} +.issuetrackerReadFooter .trackbackURL{ margin:1em 0; clear:both;} +.issuetrackerReadFooter .trackbackURL *{ display:inline; margin:0; padding:0;} +.issuetrackerReadFooter .trackbackURL dt{ margin-right:5px; font-size:11px;} +.issuetrackerReadFooter .trackbackURL dd{ font-size:9px; text-decoration:none;} +.issuetrackerReadFooter .trackbackURL a{ text-decoration:none;} +.issuetrackerReadFooter .trackbackURL a:hover, +.issuetrackerReadFooter .trackbackURL a:active, +.issuetrackerReadFooter .trackbackURL a:focus{ text-decoration:underline;} +.issuetrackerRead .issuetrackerNavigation{ border-top:1px solid;} + +/* Feedback List */ +.feedbackList{ overflow:hidden; padding-top:15px; margin-bottom:10px; border-top:1px solid;} +.feedbackList .feedbackHeader{ float:left; font-weight:bold; margin:1em 1em .5em 0; font-size:16px;} +.feedbackList .feedbackHeader em{ font-style:normal;} +.feedbackList .trackbackURL{ position:relative; top:1.5em; float:left; font-size:9px;} +.feedbackList .trackbackURL a{ text-decoration:none;} +.feedbackList .trackbackURL a:hover, +.feedbackList .trackbackURL a:active, +.feedbackList .trackbackURL a:focus{ text-decoration:underline;} +.feedbackList .trackbackList, +.feedbackList .replyList{ clear:both;} + +.feedbackList .item{ position:relative; border-top:1px dashed; overflow:hidden; *zoom:1; clear:both;} +.feedbackList .item .indent{ position:relative; *zoom:1; } +.feedbackList .item .indent:after{ content:""; display:block; clear:both;} +.feedbackList .item.itemReply .indent{ padding-left:15px; background-repeat:no-repeat; background-position:0 1.2em;} +.feedbackList .item.itemReply .indent.releases { margin-left:30px; } + +.feedbackList .item .header{ margin:0 0 5px 0;} +.feedbackList .item .header a{ font-size:12px; text-decoration:none;} +.feedbackList .item .header a:hover, +.feedbackList .item .header a:active, +.feedbackList .item .header a:focus{ text-decoration:underline;} + +.feedbackList .item .itemContent { position:relative; padding:1em 0 1em 100px; *zoom:1; z-index:1;} +.feedbackList .item .itemContent:after{ content:""; display:block; clear:both;} +.feedbackList .item .itemContent *{ margin-top:0;} +.feedbackList .item .itemContent .xe_content{ width:auto !important;} +.feedbackList .item .itemContent .xe_content a { text-decoration:underline; } +.feedbackList .item .itemContent .option{ position:relative; margin:1em 0; padding:0; list-style:none; white-space:nowrap; overflow:hidden; *zoom:1; float:right;} +.feedbackList .item .itemContent .option li{ position:relative; left:-1px; display:inline; padding:0 0 0 5px; background-repeat:no-repeat; background-position:left center; font-size:11px;} +.feedbackList .item .itemContent .option li.wouldYou{ background:none;} +.feedbackList .item .itemContent .option li a{ text-decoration:none;} +.feedbackList .item .itemContent .option li a:hover, +.feedbackList .item .itemContent .option li a:active, +.feedbackList .item .itemContent .option li a:focus{ text-decoration:underline;} +.feedbackList .item .itemContent .delete{ position:relative; display:inline-block; width:13px; height:13px; background-repeat:no-repeat; background-position:center center; vertical-align:middle;} +.feedbackList .item .itemContent .delete span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;} + +.feedbackList .item .itemContent ul { margin:0; padding:0; } +.feedbackList .item .itemContent ul li { list-style:none; } +.feedbackList .item .itemContent ul li a { color:#3A945E; text-decoration:none; } +.feedbackList .item .itemContent ul li a:hover { text-decoration:underline; } +.feedbackList .item .itemContent ul li ol { margin:5px 0 0 0; padding:0; } +.feedbackList .item .itemContent ul li ol li { margin-left:10px; padding-left:14px; list-style:none; margin-bottom:8px; background:url("../img/common/bul.gif") no-repeat left 1px;} +.feedbackList .item .itemContent ul li ol li span.source { color:#B04F4F; } +.feedbackList .item .itemContent ul li ol li span.target { color:#4F86B0; font-weight:bold; } +.feedbackList .item .itemContent ul li ol li span.key { color:#888888; font-weight:bold; } +.feedbackList .item .itemContent ul li.content { padding:10px; color:#444444;} + +.feedbackList .item.itemOnly{ border-top:0;} + +.feedbackList .item .itemAside{ position:relative; float:left; width:140px; margin-right:-140px; padding:1em 0 0 0; *zoom:1; text-align:left; z-index:2;} +.feedbackList .item .itemAside a{ text-decoration:none;} +.feedbackList .item .itemAside a:hover, +.feedbackList .item .itemAside a:active, +.feedbackList .item .itemAside a:focus{ text-decoration:underline;} +.feedbackList .item .itemAside img.profile{ display:block; border:1px solid; margin-bottom:5px;} +.feedbackList .item .itemAside .meta{ font-size:9px; margin:0 0 5px 0; white-space:nowrap;} +.feedbackList .item .itemAside .vote{ margin:0; *zoom:1; overflow:hidden;} +.feedbackList .item .itemAside .vote:after{ content:""; display:block; clear:both;} +.feedbackList .item .itemAside .vote *{margin:0; padding:0;} +.feedbackList .item .itemAside .vote dt{ position:relative; left:-5px; float:left; width:10px; height:9px; margin-right:2px; padding-left:5px; background-image:url(../img/common/iconLove.gif); background-repeat:no-repeat; overflow:hidden; border-left:1px solid #e5e5e5;} +.feedbackList .item .itemAside .vote dt.love{ background-position:5px 1px;} +.feedbackList .item .itemAside .vote dt.hate{ background-position:5px -19px;} +.feedbackList .item .itemAside .vote dt span{ position:absolute; width:0; height:0; line-height:0; font-size:0; overflow:hidden; visibility:hidden;} +.feedbackList .item .itemAside .vote dd{ position:relative; left:-5px; float:left; margin-right:5px; font-size:9px; font-weight:bold;} + +.feedbackList .item .secretMessage{ margin:0; padding:1em 3em;} +.feedbackList .item .secretMessage p{ text-align:center; margin:1em 0; font-size:18px;} +.feedbackList .item .secretMessage dl{ text-align:center; margin:1em 0;} +.feedbackList .item .secretMessage dt{ font-weight:bold; display:inline;} +.feedbackList .item .secretMessage dd{ margin:0; display:inline;} +.feedbackList .item .secretMessage dd .inputText{ padding:3px 4px; height:15px; vertical-align:middle; margin-right:5px;} + +/* Attached File */ +.attachedFile { position:relative; margin:1em 0 !important; float:left;} +.feedbackList .item .itemContent .attachedFile{ float:left; margin-top:0; *margin-top:1em; _margin-top:0;} +.attachedFile *{ margin:0; padding:0; font-size:11px; vertical-align:middle;} +.attachedFile dt img{ margin-right:10px;} +.attachedFile dt .fileToggle{ border:0; padding:0; overflow:visible; cursor:pointer; font-size:11px; background:none;} +.attachedFile dd{ position:relative; margin-right:5px; display:none; margin-top:5px; padding-left:40px;} +.attachedFile.open dd{ display:block;} +.attachedFile ul.files { position:relative; margin:0 0 1em 0; padding:0; clear:both; list-style:none;} +.attachedFile ul.files *{ display:inline-block; *display:inline; padding:0; margin:0; font-size:11px;} +.attachedFile ul.files li{ position:relative; margin:0 10px 0 0;} +.attachedFile ul.files a{ position:relative; background-repeat:no-repeat; background-position:left center; *zoom:1; text-decoration:none !important;} +.attachedFile ul.files a .bubble{ display:none; position:absolute; top:-20px; left:0; padding:2px 5px; z-index:100; white-space:nowrap;} +.attachedFile ul.files a:hover .bubble, +.attachedFile ul.files a:active .bubble, +.attachedFile ul.files a:focus .bubble{ display:block;} + +ul.files { position:relative; margin:0 0 1em 0; padding:0; clear:both; list-style:none;} +ul.files *{ display:inline-block; *display:inline; padding:0; margin:0; font-size:11px;} +ul.files li{ position:relative; margin:0 10px 0 0;} +ul.files a{ position:relative; background-repeat:no-repeat; background-position:left center; *zoom:1; text-decoration:none !important;} +ul.files a .bubble{ display:none; position:absolute; top:-20px; left:0; padding:2px 5px; z-index:100; white-space:nowrap; background-color:#fff; border:1px solid #ccc;} +ul.files a:hover .bubble, +ul.files a:active .bubble, +ul.files a:focus .bubble{ display:block;} + +/* Board Write */ +.issuetrackerWrite *{ margin:0; padding:0;} +.issuetrackerWrite li{ list-style:none;} +.issuetrackerWrite fieldset{ border:0;} +.issuetrackerWrite legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} +.issuetrackerWrite .issuetrackerWriteHeader{ margin:0 0 1em 0;} +.issuetrackerWrite .issuetrackerWriteHeader *{ vertical-align:middle;} +.issuetrackerWrite .issuetrackerWriteHeader select{ font-size:12px; vertical-align:top; height:23px;} +.issuetrackerWrite .issuetrackerWriteHeader .inputText{ width:400px; padding:3px 4px; height:15px; font-size:12px; *margin-top:-1px;} +.issuetrackerWrite .issuetrackerWriteHeader dl.title dd{ white-space:nowrap;} +.issuetrackerWrite .issuetrackerWriteHeader dl.title dd .inputText{ width:60%;} +.issuetrackerWrite .tag{ clear:both; margin-bottom:10px; *zoom:1;} +.issuetrackerWrite .tag:after{ content:""; display:block; float:none; clear:both;} +.issuetrackerWrite .tag .inputText{ float:left; width:330px; padding:4px 4px 2px 4px; margin-right:10px; font-size:12px;} +.issuetrackerWrite .tag p{ float:left;} + +/* Editor */ +.issuetracker .issuetrackerEditor{ border:1px solid; margin-bottom:20px; -moz-border-radius:5px; -webkit-border-radius:5px; } +.issuetracker .issuetrackerEditor .commentEditor{ margin:15px; *zoom:1; position:relative;} + +/* Editor Option */ +.issuetracker .editor { margin:1em 0; } +.issuetracker .editorOption{ margin:1em 0; text-align:left;} +.issuetracker .editorOption *{ vertical-align:middle;} +.issuetracker .editorOption select{ margin-right:10px; font-size:12px;} +.issuetracker .editorOption label{ margin-right:10px;} +.issuetracker .editorOption .inputText{ padding:3px 4px; height:15px; margin:0 10px 5px 0; font-size:12px; vertical-align:middle;} +.issuetracker .editorOption .inputText.userName{ width:100px;} +.issuetracker .editorOption .inputText.userPw{ width:50px; font:11px Tahoma;} +.issuetracker .editorOption .inputText.emailAddress{ width:140px; font:11px Tahoma;} +.issuetracker .editorOption .inputText.homePage{ width:140px; font:11px Tahoma;} + +/* Require Password */ +.issuetracker .requirePassword{ text-align:center;} +.issuetracker .requirePassword fieldset{ border:0; padding:3em 0 4em 0;} +.issuetracker .requirePassword h3{ font-size:16px;} +.issuetracker .requirePassword .inputText{ height:15px; width:150px; padding:3px 4px;} + +/* Extra Var Table */ +.extraVarsList{ width:100%; border:0; border-bottom:1px solid; margin-bottom:15px;} +.extraVarsList caption{ text-align:right;} +.extraVarsList em{ font-style:normal; font-weight:normal;} +.extraVarsList th, +.extraVarsList td{ border:0; padding:5px 10px; text-align:left; border-top:1px solid; vertical-align:top;} +.extraVarsList th{ white-space:nowrap;} +.extraVarsList td{ width:100%;} +.extraVarsList td p{ display:block; *display:block; margin:3px 0;} +.extraVarsList td *{ vertical-align:middle;} +.extraVarsList td li{ display:inline; margin-right:10px;} +.extraVarsList td .inputText{ padding:3px 4px; font-size:12px; width:96%; display:block;} +.extraVarsList td .inputNum{ padding:3px 4px; font-size:12px; width:50px; border:1px solid;} +.extraVarsList td .inputCheck{ width:13px; height:13px; margin-right:5px;} +.extraVarsList td select { font-size:12px;} +.extraVarsList td textarea{ padding:3px 4px; font-size:12px; width:96%; display:block; overflow:auto;} +.extraVarsList th span.num { font:9px Tahoma;} + +/* Tag Cloud */ +.tagCloud{ padding:3em 0; border-top:1px solid; border-bottom:1px solid;} +.tagCloud *{ margin:0; padding:0;} +.tagCloud ul{ text-align:justify;} +.tagCloud li{ display:inline; list-style:none; margin:0 5px; white-space:nowrap;} +.tagCloud li.rank1 a{ font-weight:bold; font-size:24px;} +.tagCloud li.rank2 a{ font-weight:bold; font-size:18px;} +.tagCloud li.rank3 a{ font-weight:bold; font-size:14px;} +.tagCloud li.rank4 a{ font-size:12px;} +.tagCloud li.rank5 a{ font-size:11px;} + +/* 확장 변수 폼 */ +.extraVarsList tr td .text { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:90%; } +.extraVarsList tr td .email_address { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } +.extraVarsList tr td .homepage { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } +.extraVarsList tr td .tel { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:40px; margin-right:10px;} +.extraVarsList tr td .textarea { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:90%; height:80px; } +.extraVarsList tr td ul { margin:0; padding:0; list-style:none; } +.extraVarsList tr td ul li { display:inline-block; margin-right:10px; } +.extraVarsList tr td ul li input { margin-right:5px; vertical-align:middle;} +.extraVarsList tr td .date { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:100px; } +.extraVarsList tr td .address { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; margin-right:10px; width:300px; } + +/* tab */ +.issueNav { border-bottom:1px solid #ccc; *zoom:1; margin:0 0 20px 0px; padding:0; overflow:hidden; } +.issueNav:after {content:""; display:block; clear:both;} +.issueNav li{ position:relative; list-style:none; float:left; margin:0 -1px 0 0; padding:0;background:#fff;} +.issueNav li a{ float:left; padding:7px 15px 0 15px; height:18px; border:1px solid #ddd; border-bottom:none; background:url(../img/common/bgTab.gif) repeat-x; color:#000; text-decoration:none;} +.issueNav li.on { margin-bottom:-1px;} +.issueNav li.on a{ height:19px; background:none;} diff --git a/modules/issuetracker/skins/xe_issuetracker/css/pagination.css b/modules/issuetracker/skins/xe_issuetracker/css/pagination.css new file mode 100644 index 000000000..a2156386a --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/css/pagination.css @@ -0,0 +1,16 @@ +@charset "utf-8"; +/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */ + +/* Pagination */ +.pagination{ padding:15px 0; margin:0; text-align:center;} +.pagination *{ margin:0; padding:0;} +.pagination img{ border:0;} +.pagination a, +.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#4d4d4d; font-family:Tahoma, Sans-serif; margin:0; padding:2px 6px; font-size:11px; vertical-align:middle;} +.pagination strong{ color:#ff3636 !important; border:1px solid #e7e7e7;} +.pagination a.prev, +.pagination a.prevEnd, +.pagination a.next, +.pagination a.nextEnd{ font-weight:normal !important; margin:0 !important; white-space:nowrap; text-decoration:none !important; border:1px solid #e7e7e7; background-image:url(../img/common/arrowPagination.gif); background-repeat:no-repeat;} +.pagination a.prevEnd{ padding-left:14px; background-position:left center; } +.pagination a.nextEnd{ padding-right:14px; background-position:right center; } diff --git a/modules/issuetracker/skins/xe_issuetracker/css/svn.css b/modules/issuetracker/skins/xe_issuetracker/css/svn.css index 27f5635f9..ef4d27d0f 100644 --- a/modules/issuetracker/skins/xe_issuetracker/css/svn.css +++ b/modules/issuetracker/skins/xe_issuetracker/css/svn.css @@ -1,22 +1,21 @@ @charset "utf-8"; -.sourceBrowser h3 { background:url("../images/tableHeader.gif") repeat left top; height:20px; font-size:10pt; font-family:tahoma; color:#FFFFFF; margin:0; padding:0 0 0 10px; clear:both; } -.sourceBrowser h1 { background-color:#EEEEEE; padding:10px; font-size:11pt; font-family:tahoma; color:#444444; clear:both; margin:0 0 10px 0; text-decoration:underline; } +.sourceBrowser h3 { height:25px; font-size:10pt; font-family:tahoma; color:#000; margin:0; padding:0 0 0 10px; clear:both; } -.sourceBrowser blockquote { border:1px solid #444444; background-color:#444444; margin:0 0 10px 0; padding:5px; font-size:9pt; color:#EFEFEF; clear:both; } +.sourceBrowser blockquote { border:1px solid #ddd; background-color:#fff; margin:0 0 10px 0; padding:5px; font-size:9pt; color:#444; clear:both; } .sourceBrowser blockquote strong { margin-bottom:10px; display:block;} -.sourceBrowser ul { border:1px solid #888888; background-color:#AAAAAA; margin:0 0 5px 0; padding:5px 0 0 5px; height:20px; overflow:hidden; } -.sourceBrowser ul li { float:left; list-style:none; padding:0; margin:0 10px 0 0; color:#CCCCCC; } -.sourceBrowser ul li a { font-weight:bold; color:green; text-decoration:none; color:#FFFFFF;} -.sourceBrowser ul li.file a { float:left; list-style:none; padding:0; margin:0 10px 0 0; color:#B5FFC1;} +.sourceBrowser ul { margin:0 0 5px 0; padding:5px 0 0 25px; height:20px; overflow:hidden; background:url("../img/common/folder.gif") no-repeat 4px 3px; } +.sourceBrowser ul li { float:left; list-style:none; padding:0; margin:0 5px 0 0; color:#555; } +.sourceBrowser ul li a { font-weight:bold; color:green; text-decoration:underline; color:#555;} +.sourceBrowser ul li.file a { float:left; list-style:none; padding:0; margin:0 10px 0 0; color:#000;} .sourceBrowser ol { margin:0; padding:0; float:right; overflow:hidden; height:30px; } .sourceBrowser ol li { float:left; list-style:none; padding:0; margin:0 10px 0 0; color:#AAAAAA; font-size:9pt; } .sourceBrowser ol li a { font-weight:normal; color:#555555;; text-decoration:none; } -.sourceBrowser table { width:100%; clear:both; border:0; border-spacing:0; table-layout:fixed; border:1px solid #333333; margin-bottom:10px; } -.sourceBrowser table thead tr { background:url("../images/tableHeader.gif") repeat left top; height:20px; color:#FFFFFF; font-family:tahoma; font-size:8pt; font-weight:bold; } +.sourceBrowser table { width:100%; clear:both; border-spacing:0; table-layout:fixed; border:1px solid #aaa; border-left:none; border-right:none; margin-bottom:10px; } +.sourceBrowser table thead tr th { height:30px; color:#000; font-family:tahoma; font-size:8pt; font-weight:bold; border-bottom:1px solid #aaa;} .sourceBrowser table tr th.filename {color:#ffffff; padding:4px; font-size:9pt; font-family:tahoma; text-align:left;} .sourceBrowser table tr.revision td { text-align:center; font-weight:bold; font-size:8pt; font-family:tahoma;} .sourceBrowser table tr.line td { font-size:8pt; font-family:tahoma;} @@ -24,15 +23,15 @@ .sourceBrowser table tr.line td.modified { color:green; } .sourceBrowser table tr.line td.added { color:blue; } .sourceBrowser table tr.code td { color:#222222; font-size:9pt; } -.sourceBrowser table tr td { border-bottom:1px solid #EEEEEE; vertical-align:top; padding-top:3px; color:#888888; font-family:tahoma; font-size:9pt; background-color:#FFFFFF; } +.sourceBrowser table tr td { border-bottom:1px solid #EEEEEE; vertical-align:top; padding:5px; color:#888888; font-family:tahoma; font-size:9pt; background-color:#FFFFFF; } .sourceBrowser table tbody tr.revision td { background-color:#DDDDDD; } .sourceBrowser table tbody tr.line td { background-color:#F3F3F3; border-bottom:1px solid #EEEEEE; text-align:center;} .sourceBrowser table tr.over td { background-color:#EFEFEF; } .sourceBrowser table td a { text-decoration:none; } .sourceBrowser table td.before { color:red; } .sourceBrowser table td.after { color:blue; } -.sourceBrowser table td.directory { background:url("../images/folder.gif") no-repeat 4px 3px; padding-left:22px;} -.sourceBrowser table td.file { background:url("../images/fileItem.gif") no-repeat 4px 3px; padding-left:22px;} +.sourceBrowser table td.directory { background:url("../img/common/folder.gif") no-repeat 4px 3px; padding-left:22px;} +.sourceBrowser table td.file { background:url("../img/common/fileItem.gif") no-repeat 4px 3px; padding-left:22px;} .sourceBrowser table td.directory a { color:#333333; } .sourceBrowser table td.file a { color:#222222; } .sourceBrowser table td.log { white-space:nowrap; color:red; text-align:center;} diff --git a/modules/issuetracker/skins/xe_issuetracker/css/white.css b/modules/issuetracker/skins/xe_issuetracker/css/white.css deleted file mode 100644 index 8e53e47a6..000000000 --- a/modules/issuetracker/skins/xe_issuetracker/css/white.css +++ /dev/null @@ -1,2 +0,0 @@ -@charset "utf-8"; - diff --git a/modules/issuetracker/skins/xe_issuetracker/delete_form.html b/modules/issuetracker/skins/xe_issuetracker/delete_form.html index a0cfc9f7a..56d901c70 100644 --- a/modules/issuetracker/skins/xe_issuetracker/delete_form.html +++ b/modules/issuetracker/skins/xe_issuetracker/delete_form.html @@ -9,10 +9,8 @@ - + + diff --git a/modules/issuetracker/skins/xe_issuetracker/delete_trackback.html b/modules/issuetracker/skins/xe_issuetracker/delete_trackback.html index 770b1b470..26f83f105 100644 --- a/modules/issuetracker/skins/xe_issuetracker/delete_trackback.html +++ b/modules/issuetracker/skins/xe_issuetracker/delete_trackback.html @@ -10,11 +10,10 @@ - + + + diff --git a/modules/issuetracker/skins/xe_issuetracker/download.html b/modules/issuetracker/skins/xe_issuetracker/download.html index 33822ebb8..eb9316d63 100644 --- a/modules/issuetracker/skins/xe_issuetracker/download.html +++ b/modules/issuetracker/skins/xe_issuetracker/download.html @@ -1,91 +1,61 @@ - ------ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
{nl2br($val->description)}
+ +
+ + + + + + + +
+ + + +
{$lang->package}{$lang->release}{$lang->filename}{$lang->filesize}{$lang->download_count}
-
-

{$val->title} ({count($val->releases)}/{$val->release_count})

-
{nl2br($val->description)}
+
+ +
+
+

{$val->title}

+ + {$val->release_count} + {zdate($val->regdate,'Y.m.d')} {zdate($val->regdate,'H:i:s')} + +
-
- - {$lang->cmd_back} - - {$lang->cmd_back} - - {$lang->cmd_view_all} - -
 

{$v->title}

({zdate($v->regdate, "Y-m-d H:i")})
 {$lang->release_note}
 {str_replace(' ','  ',nl2br($release->release_note))} 
 {$lang->release_changes}
 {str_replace(' ','  ',nl2br($release->release_changes))} 
 {$lang->attached_file}
  comment)-->rel="{str_replace("\n","
",htmlspecialchars($file->comment))}">{$file->source_filename}
{FileHandler::filesize($file->file_size)}{$file->download_count}
+ + + + + + + + + + + + + + + + + +
{$v->title} ({zdate($v->regdate,"y.m.d")})
{$lang->release_note}
{str_replace(' ','  ',nl2br($release->release_note))}
{$lang->release_changes}
{str_replace(' ','  ',nl2br($release->release_changes))}
{$lang->uploaded_file} + +
- -   -   - - - -   - {$lang->msg_no_releases} - - -   -   - - + + - - + + diff --git a/modules/issuetracker/skins/xe_issuetracker/footer.html b/modules/issuetracker/skins/xe_issuetracker/footer.html new file mode 100644 index 000000000..8af5ab132 --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/footer.html @@ -0,0 +1,3 @@ + + +{$module_info->footer_text} diff --git a/modules/issuetracker/skins/xe_issuetracker/header.html b/modules/issuetracker/skins/xe_issuetracker/header.html index b78284d84..fdea78c78 100644 --- a/modules/issuetracker/skins/xe_issuetracker/header.html +++ b/modules/issuetracker/skins/xe_issuetracker/header.html @@ -1,32 +1,27 @@ - - - {@$module_info->colorset = "white"} - + + + + - - +{$module_info->header_text} - - - -
- {$module_info->projectTitle} - -
{nl2br($module_info->projectDescription)}
- -
- +
+
+ + + + +

{$module_info->projectDescription}

+ +
- -
+ -
-
- + diff --git a/modules/issuetracker/skins/xe_issuetracker/images/arrowNextA1.gif b/modules/issuetracker/skins/xe_issuetracker/images/arrowNextA1.gif deleted file mode 100644 index 15c36291e4cb2bc0eba9723c7e0b4d98b5e33ef7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46 ycmZ?wbhEHbWM*JxXkcWRIdkU!|Nj+#vM@3*Ff!;c00Bsbfr-_HX1_o;Y DSAYzI diff --git a/modules/issuetracker/skins/xe_issuetracker/images/arrowNextC1.gif b/modules/issuetracker/skins/xe_issuetracker/images/arrowNextC1.gif deleted file mode 100644 index 82deddc7b7e1bc3dc458342c35e023bbfc3f4480..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 zcmZ?wbhEHbo*Ag{qy(l-#^cvKmY#y`@etx_U_&L>(?)!(C^>B&z?PN zY;61=3>X*~6o0ZXG61#e0ND&6GZYaf1CA=AF0qNc!wfx#L8zxhnz diff --git a/modules/issuetracker/skins/xe_issuetracker/images/arrowNextEndA1.gif b/modules/issuetracker/skins/xe_issuetracker/images/arrowNextEndA1.gif deleted file mode 100644 index 837b81fdd5c7f1dbf88718b8901e1f33cff041b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 52 zcmZ?wbhEHbo*Ag{qy(l-#^cvKmY#y`@etx_U_&L>(?)!(C^>B&z?PN zY;61=3>X*~6o0ZXG61#e0ND&6GZ({SezIy%r`}c3(zWw|6@At3YKjsVHe{lcPr;jgQzWlXHm zzklDofB*jq!}lo?|4uU>Jb3V1r>v@~YE4Z|u)E{`|Nj}N4HSQ}FfuSGGw6T}2KkAB zEze!0>R5B;6VBtHG9CYD^hTQxTF)ywZu7wvGz6c(@ zImMNOh3n$?T2DSfsfNND#T+&PFGbmY+0GpAUNNCblf4yL80Jp$%#>G@lPg@(>7pnj Rqv*71jlXiad$}WnH30nFgFOHM diff --git a/modules/issuetracker/skins/xe_issuetracker/images/closer.gif b/modules/issuetracker/skins/xe_issuetracker/images/closer.gif deleted file mode 100644 index e596462af0395eabad31c604ce38ad286e066554..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmZ?wbhEHb3QKYZ?4xw~ri#_1al z-F@?M(z*i^*6x4)?qlt|%{QOEnz89{)52|itM*pT-gx!Rhx7NJH!j$E^7fO*pT5-1 z+j9Nw$1``Ie);+H+M5se-hBG{^Vi+?pMU-Sd->Vht1sT)c>D3*+fP^DeEjm`XT_`y z3=9na|NjS)WCO*YEQ|~c+6+1%6F`1qV9Psj)vM4`vS0JztAmmg=LPg6nl_5~-FUMy z!EuQlgTqr637!pVi%&jQ+`?MmZvu9717vWK!GI_~lWnOJ5Wxl1$f}I3~Jlvfe8LR>Pvy~D6 diff --git a/modules/issuetracker/skins/xe_issuetracker/images/document_menu.gif b/modules/issuetracker/skins/xe_issuetracker/images/document_menu.gif deleted file mode 100644 index 548e48ec71820cfd7de52cdf364051705ee1ba26..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 216 zcmZ?wbhEHbmoHyFfByXY_wT*?w(s4$ z_s^d{bLY;@&(GhpXU~BH2No?_v})C=pFe-DS+gcHGjrd*egDCL0S8e0$->CMAkLrz zk_Xwzz#95MwJ#-dZm`taH4%{oJjxtT4>c*g-BY`FT3drd3j>o~YpMW)1W)_ni_ax^ xB)Z)fPMGn}Z|W2aS54;B3~pAAJm%|$-zDYPPiqK&;q3Ka{xLbVsacW18UQE$U|s+K diff --git a/modules/issuetracker/skins/xe_issuetracker/images/file.gif b/modules/issuetracker/skins/xe_issuetracker/images/file.gif deleted file mode 100644 index 359808b6e84e952ffa0ad9a14cfc4d8e6d667f3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157 zcmZ?wbhEHbbf^4kCZ|8HJd3nUp( zf#OdVMg|5h1|5(v$P5M+uYi-Dt9Mv%b53$ph)`fN)VM3&_Vi|@n~v}@BbADE>d)s2 wELC8<{(G&{;ij|28CLvlEuY*ftR{OmZ#Pj5z|NiW*f?KYSZLfh@uZ3Q)jAr@p zxUPU$u90u9lyuRxh4kmH|M|wUkZie=X|9rR!k~7xj%eDyfc5C7u9I=@+Km7F-L8{! z|NsC0`M>}F{{R30A^8LW0015UEC2ui01*HR000F_pa6``hE0rNcx=0Ia4bhHyAfTk zXB|W&wT(u%>s%Cs0wUlM5_7x*MdBz30?uc&@~|vC*r8T8*to<*UZ)&HKiM_GW=^ly HSRnvA#^+^8 diff --git a/modules/issuetracker/skins/xe_issuetracker/images/iconTrackback.gif b/modules/issuetracker/skins/xe_issuetracker/images/iconTrackback.gif deleted file mode 100644 index a189acf05c3135ad1e74f6dd0667b74ee19cce5b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94 zcmZ?wbhEHb=66{o&4=&oy&5U3>fS%9{^8D|c7T-gx)T$H$+( z)Xm#+=I+z!8xCE6`>|=^wi%laSI*w}{N2a%_n%K%cVNQW{WqV!y87lr?Yzw=Z$G*F z;d9@ry^RaDe);+H+M5se-hBG{^Vi+?pMU-Sd->Vht1sT)c>D3*+fP^DeEjm`XT_`y z3=9na|NjS)WCO*YEQ|~c+6+1%6F`1qV9PsjmFts-WWVOaEW=3)=3Nj>bd_A_aN*60 zCXWQygb$yEJ!d*B=-c&~WoC~&gM;gGZHD~fjQHzs?A_Ee#7av{EO#oxz)XX zQNnZnwnrY*?v_k@b!ywXDRv*duYc>UI@k04U;d?&Ee95Tyz#)X2Lf0|G(l-7DfgJMg|=QAOOiQFtPe1u%J{fuIMnRwSDS4fA0m` zO&Gh-UdJF%`KvjbN|#KL;+>K|;V_te`l>$y0Dy&Jm)mG_y)065IH$Uo)eXPyHxkD0 Z=M@1k1c82qNF^8)4-|}z42T8^06W`6MjZeE literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/buttonDelete.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/buttonDelete.gif new file mode 100644 index 0000000000000000000000000000000000000000..417e7ce672ec607a8b39a60e8025c040ccf449ec GIT binary patch literal 61 zcmZ?wbhEHbWM^P!n8?KNze4R(k;?!7{}~t<6o0ZXGB7YP=m6P3S#}_s&!2Lf0|G(l-7DfgJMg|=QAOOiQFtN7CigQOZSOWkJ#tDP~ literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/buttonSetup.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/buttonSetup.gif new file mode 100644 index 0000000000000000000000000000000000000000..b224042c633c8f542848d956a8c0dd9e52cb5991 GIT binary patch literal 945 zcmc(c?N3s16vuzSwIIY$v25!>w1~= znXV_J)tXk;=GttENa53RDZ0jFEP=t(6w`suh%;~JWO*1O`!-v zktD-14u`|(bdHUUxm>Q%(b2xXK7xphjEpceW3$<2XJ@CTru=??C=~K|Je-iv=Od%h zC>b3Z8VUpg6B84Ylam7j18%n)#|f5Uqmd{@amp-C;NdV9Aqa}5Np2Y#4P#*f$1yHo zSnuE$nxbfip=gTa5}KP}IAH`qxz?VZ9)ci(!61U76h&becK*7hwfhr_a>fzvAod^N zeGq&`)lTf^fefJ=lx>aBt#4d6@ zG_uZtjmPbV1+g%cQJwJA3U%eQB(IZRZAoC#>@d2t<#*ga108dUJj*_l^jyc>H<1r3Po95g z^uj3?<*m{@OeuVnTmhF>LH8;a+xyj3ZW197zlTW11wMHkAf K0zJeB+y4M8GR>?2 literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/images/fileItem.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/fileItem.gif similarity index 100% rename from modules/issuetracker/skins/xe_issuetracker/images/fileItem.gif rename to modules/issuetracker/skins/xe_issuetracker/img/common/fileItem.gif diff --git a/modules/issuetracker/skins/xe_issuetracker/images/folder.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/folder.gif similarity index 100% rename from modules/issuetracker/skins/xe_issuetracker/images/folder.gif rename to modules/issuetracker/skins/xe_issuetracker/img/common/folder.gif diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconFile.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconFile.gif new file mode 100644 index 0000000000000000000000000000000000000000..88b9d14539134d6c788025c74581f644347d853c GIT binary patch literal 528 zcmZ?wbhEHb;wY9&0|E{mEzj*QDk|j&p z+uLW)o;`W;aSnFc5K`J z;lqcfrlwP;&iwoL@BaP!j~_q&`}gmoM~{{+U0PRH_a6)xh7?fz$->CM;L4x_ay2MU z7}#?gTx|puRD@;a1h`#I`E*=t9oSjbT%7q`%q^r@tyq{GoOShine81N?VYDtx=5(1 zGgxz&E!41O5w+KpG~i@+7PnP$Vszqi;xuN{b}`|yyQrls#ir;Y#^}iG=wztJ;mRW; PVk9Kb&A{Z^$Y2csx(2ic literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconFiles.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconFiles.gif new file mode 100644 index 0000000000000000000000000000000000000000..f7756ea9f36f4e84bc5f85c6c7e1b058b9d43f9c GIT binary patch literal 126 zcmZ?wbhEHblxE;&Sj5iY=jZ3^>+9p=6BHEm|Nnn?cXxk(e;`BgCkrD313QBb0}z1J zGB7(=Y`yc(x7Ty^-qM+8cmJPzOmKB1CEh(>jK9N5+>`{G1Hd0BAKaZ~y=R literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconListSetup.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconListSetup.gif new file mode 100755 index 0000000000000000000000000000000000000000..c0a027a2e9e79a73c6b9f3f646bef7ceb93f16e2 GIT binary patch literal 104 zcmZ?wbhEHb6lV};n8?6z`}XZahYtP!|DS<@LGdRGkYr%c0TCd11}00FzLnXJ_!rx3 zipu(Y*y?j!ZGws(mt;>k*G$e;ZEv1UEB0Az+OvIoz~-+thhqeP9PXTQGU9*$4-*%I FH2`6kCnf*@ literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconLove.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconLove.gif new file mode 100644 index 0000000000000000000000000000000000000000..5d1c18cd97e57add4d521bb65220f1a0a4058ad0 GIT binary patch literal 119 zcmZ?wbhEHbplVrdZ%x;d{~>Ds|NmzI1I3>#j0_B{3_2hlNG$`i zO~l5fG7S?{8K*|vTO&HZx1BXnxMZp4vYglZ3Utnw_;Ob?bGI7s*xcv;{`zm*zAG0Z SVqUSarhA-7e(J=@U=0BKW-3|$ literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconReply.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconReply.gif new file mode 100644 index 0000000000000000000000000000000000000000..ec18c4d85d17990b125b436a245e6bd7160f35bb GIT binary patch literal 69 zcmZ?wbhEHbg WalB`J#dJd^yj%6SvX%!UgEau+w-p@# literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconSearchSetup.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconSearchSetup.gif new file mode 100755 index 0000000000000000000000000000000000000000..f7f6b4a0469731c09baf63a5fb305bfc621bb25b GIT binary patch literal 285 zcmZ?wbhEHb6lV};IKsg2`Sa(0|Nb31dHMJ6-+%x9{qp6@uV24z-@g6#&)+|P{v1Ai zt-QAT^OrBRT}#&NKX>TRq5uE?Gmrulf3kp;>wrj*oeZqA9(?Rc$(*OOWL?hdzC4}7 zMSCv=EO_mE|BaPcpTi4L)+V<=PXW8I4z^7j3oOKVvzZ^ps4ls-VaLQ5tJs=XnPtZ= zI6Gn9uEw-v>4FW56JJQ*sIFv+VrXS(s4(}}Dr#xZwJm7Ps&3$JEnwy4N}9{dIy1;K vD;`y`~oXb@`Rlj~!!IWUvMR0F`q@ literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/iconTag.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/iconTag.gif new file mode 100644 index 0000000000000000000000000000000000000000..a167282a366b79e7558839ded3805d380bd12267 GIT binary patch literal 125 zcmZ?wbhEHblxE;&Sj5J#d-rZ1AD^J0Aa{57|NsB{`}+e)1_lPjpDc_F3~UTKKsEzN zEd#St#^yWk)J`d`+AF~?>Haf8qwhA0(2MD-vLmz<7oPjXG40;TWktLB7##A#R($PH cis{M7x$CnnW0En4$NKdrlYc*O5n`|g0Ko4r^#A|> literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/common/icons.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/icons.gif new file mode 100644 index 0000000000000000000000000000000000000000..36953bf30fb95e92be137a43f6b6a3da4fba6046 GIT binary patch literal 403 zcmV;E0c`$9Nk%w1VMPEg0HOc@+uPf>x3`3Zgu=qY|Ns900000000000A^8LV00000 zEC2ui07U>U000C32(#S&K)pF5y-ktLyZ_54j^Su>$hO`Kqr>dhc8upV-^n)M zOb8>kj4I?wx!P?oPQuF}ZRm82YW5e+O|8o)mCD6ZuG}oSmkzC;-JlrUG}qo$`vcwF zvVD1gfi!+3b82*OdU#)mg@bU8UxJWYNR4iZl~8<yT7Qw>6#0~%f0?W+J&d&kL&(qV<)Yr|*l*`)!-QR-T;ojrm zfa2%m>E=G@?dtFBJnr-G1lacU&iBn8`u+Pl(97|UnTmqk0&+k&&0ju%{RBQVsBptT z8w?LlOc-%k;l_p%H5v?AuB6A2CNfs!=kS`tmK;%9{K!uxOOrEgeo)zQCQOhXf7bjb xbmhevM`0vwu~efxg7%<3#Tb?9RHRk0UR9cv>sF@H@KLiSc5K+P&H^L=06R1J%n|?q literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/images/tableHeader.gif b/modules/issuetracker/skins/xe_issuetracker/img/common/tableHeader.gif similarity index 100% rename from modules/issuetracker/skins/xe_issuetracker/images/tableHeader.gif rename to modules/issuetracker/skins/xe_issuetracker/img/common/tableHeader.gif diff --git a/modules/issuetracker/skins/xe_issuetracker/img/white/bgThDefault.gif b/modules/issuetracker/skins/xe_issuetracker/img/white/bgThDefault.gif new file mode 100644 index 0000000000000000000000000000000000000000..12d8c522785c21ac2acd16a9f1f8f2bf65ccc272 GIT binary patch literal 155 zcmZ?wbhEHbWMq(IIKsg2V_D+mQo4HEh$-MMxqm~SLGrR*S%5hybiQDH@-|OyAFu!bAOvx_ zJef?!<#8oHAmwp+APC7onN%VX3PlpJ7zAY^p-={bB9Vy0;c$682m%EH!O+mq?CdO! zM&oh0AOy-}QYw|Yva%wUh(CY+JU>4_GBUETupkm`_Vx93baaf5kAM2~X?b~hX=!P3 zaj~bT2Lhq~{(csV#b7X|r>E!U<|Zd6nM|foB$RH+OT>J^7Wo1JU%GYu2c;6JWK$%P z$-u3ScvCEqO2I8>G8qJd60u}!q`keJ&1Qf7`c*6z^Z9%b1f^1`P$=Z_wrp}C2m=0} zpt}kGpB>X5^+zUvA{6E3hBeS}icff!n3ViHB{l6udPZhec1~^{?q&X~g4g)MqT&J_ z18j_&ixCoCQA@0=Z+QF9yGBwIxw)nFeH*2{qqFNncMr9<2aPmxaf7KLW7O4+6@iJ# zsp*-C3dZaVYkGcaVUqnNhWTyo``5L_4GwSFZAG*yUYBw~KER+khWyeVsR*HzNg??5 zcqLuqOln$DXTn}X-)hoP?M&2|z7h^NYp1SHcVP@p0HeZdXy_+0bhJ`K)rHa1I~?~+;RQRQA0&`LgGLa)8mc?@eK;G~uRTK8s! ztQmN{&JF7AK9MxGD2Ll?PP!JO-z%@GeP7|~uwDYQGXZI0d1IuV)t#DSeMLF1ex90v z^c?$ZBGk9*<=OBB>1K%kNU=kXZ@w0PslDcE+iA1?4M9VV&Wl%Cryj0Ol46%N2Vatc z=P2TG9{HuOp^d}EYL*}7*zl)Y$=PL%v1FP&%wgYkkGmBUK9u^O)a%-FqyIkzMCgLG!J zwoN%R;XpcD_c0Vi{|RPK+OS7ry8wi|gT{+!;N)oeT#BuLR1BORQ}RhWC-(A5b==6E zhf>dK)|I4O+&FRn9^}(8IvHU>*mE(1&g4L;9@P0YD9U&i$H4amh zXM>)E6;gOBDjcicM3%-LUX zlJ(N$!RBIaETM^=pYi=MyF9fZf>ZUHAYQKS{2uWw>Eb~OkgST2gQ3%ayNbUJ-IT0# z?Fp8yQw?jS8~s+RQtn5`BQoBoXRwSvzFKo0iT(qaQ*8G;0z#tsoM3R1T~-TyA{?N{&!4BtHyVkSM8ytS|02{|bzE*QEcCAbFYAMouNOjN-yOi*Y#htxb z))x%3FD3fDy`$AY>Nbm5f8I$eL@KC7@7Npl#3bs4l685k<~qc-1v;_;a3>TZ(&TsXmH<$#c0( zaL@YV?pKqW`_Nuv1KIV}D6`-u+Kr9SjMlDF^H^t$x7P8@9@}4!U2p2YYUzr1(l;^rie=PlkFn~ zTKqCcl>qm6@@UZ^euc{uV~iu%zA%_sm_a&D|1$FKIsR$Zg_ zjlCoDYeJq^-B@&?lPCFvM*~&2gnjh);;e0IL|{j{4q$kh0@E{(xwD5h-fbhOOM71J zV~C#UyC$g59jNxTqD>4&2paGzHU5t1$zh!3TRoy3BH!E?W_?>;%{nH~4?Q(GDR@U3 zsCf`hn_`FsjT99^NIZI)r6nX$v4qeZ+Vp~rRg>Cy6jCW|dxo7w@%R8CtdTbJJwn(# ht5W-@2hG^P30v6M+6X$0As~mh-1=#^222h(^)E+GV)Ot2 literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/white/lineVr11.gif b/modules/issuetracker/skins/xe_issuetracker/img/white/lineVr11.gif new file mode 100644 index 0000000000000000000000000000000000000000..8c8291f992016f579fa6e93557398d62d0f9c69e GIT binary patch literal 44 tcmZ?wbhEHbWMtrGXkcKtd-pB_1B2pE79h#MpaUX6G7L=2E&Txu)&R+v2gLvY literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/img/white/lineVr9.gif b/modules/issuetracker/skins/xe_issuetracker/img/white/lineVr9.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e1a3d459961788eb2377fd47d3d0dbe4985db93 GIT binary patch literal 44 tcmZ?wbhEHbWMtrEXkcJ?{`@%u1B2pE79h#MpaUX6G7L=2E%mGn)&R?&2ZR6s literal 0 HcmV?d00001 diff --git a/modules/issuetracker/skins/xe_issuetracker/issue_list.html b/modules/issuetracker/skins/xe_issuetracker/issue_list.html index bacecc59b..5827cafe1 100644 --- a/modules/issuetracker/skins/xe_issuetracker/issue_list.html +++ b/modules/issuetracker/skins/xe_issuetracker/issue_list.html @@ -1,127 +1,14 @@ -
- - - - -
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - - checked="checked" id="status_{$key}"/> - -
  • -
-
    -
  • - -
  • -
  • -
  • -
  • -
  • -
      - -
    1. checked)-->checked="checked" disabled="disabled" />
    2. - -
    -
  • -
-
-
- -
- - - - -
- - +
- + + @@ -133,7 +20,6 @@ - + - + - - + +
-
- - {$v->title} -
-
{$v->title}
{$no} - isCarted())-->checked="checked"/> {$val->getTitle()} {$val->printExtraImages(60*60*24)} @@ -153,15 +39,15 @@ {$val->getComponentTitle()} {$val->getStatus()}{$val->getStatus()} {$val->getOccuredVersionTitle()} {$val->getPackageTitle()} {$val->getRegdate("Y-m-d")}{$val->getRegdate("Y-m-d")} + {$val->get('assignee_name')} @@ -169,22 +55,16 @@ {$val->getNickName()}{$val->getNickName()} isCarted())-->checked="checked"/>
- - - - + + + +
+
+ Issue Search + + + + + +
    +
  • + {$lang->cmd_setup} +
      +
    • + + + + + + + +
    • +
    • + + checked="checked" id="status_{$key}"/> + +
    • +
    +
  • +
  • + {$lang->cmd_setup} +
      +
    • +
        + +
      1. checked)-->checked="checked" disabled="disabled" />
      2. + +
      +
    • +
    +
  • +
  • + + + + +
  • +
+
+
+
+ +
+
+ + + + +
+
+ + diff --git a/modules/issuetracker/skins/xe_issuetracker/milestone.html b/modules/issuetracker/skins/xe_issuetracker/milestone.html index 875130872..d3729076b 100644 --- a/modules/issuetracker/skins/xe_issuetracker/milestone.html +++ b/modules/issuetracker/skins/xe_issuetracker/milestone.html @@ -1,42 +1,41 @@ - - - {@ $col_count = 3 } - - - - {@ $col_count += 1 } - - - - - - - - -{@ $val->title = $lang->not_assigned} -{@ $val->description = $lang->not_assigned_description} - - - - - - - - - - - - - - - - - +
{$lang->completed_date}{$lang->deadline}{$v}{$lang->total_issue}
- {@$resolved = $val->issues['resolve'] + $val->issues['postponed'] + $val->issues['duplicated'] + $val->issues['invalid']} -
{zdate($val->released_date, "Y-m-d")} {zdate($val->deadline, 'Y-m-d')}  {number_format($val->issues[$k])} {number_format($val->issues['total'])}
{nl2br($val->description)} 
+ + + + + + {@ $col_count += 1 } + + + + + + + + + {@ $val->title = $lang->not_assigned} + {@ $val->description = $lang->not_assigned_description} + + + + + + + + + + + + + +
{$lang->completed_date}{$lang->deadline}{$v}{$lang->total_issue}
+ {@$resolved = $val->issues['resolve'] + $val->issues['postponed'] + $val->issues['duplicated'] + $val->issues['invalid']} + {$val->title} +

{nl2br($val->description)} 

+
{zdate($val->released_date, "Y-m-d")} {zdate($val->deadline, 'Y-m-d')}  {number_format($val->issues[$k])} {number_format($val->issues['total'])}
+ + diff --git a/modules/issuetracker/skins/xe_issuetracker/newissue.html b/modules/issuetracker/skins/xe_issuetracker/newissue.html index df6993138..47deee587 100644 --- a/modules/issuetracker/skins/xe_issuetracker/newissue.html +++ b/modules/issuetracker/skins/xe_issuetracker/newissue.html @@ -1,75 +1,33 @@ -
+ -
- - - - - +
+ + + + + + +
+ + + - - - - - - - + + + + - + - + + + + - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - -
* : {$lang->is_required}
- - - - {@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') } - - -   -
-
- -
- get('title_bold')=='Y')-->checked="checked" /> - -
-
- isLocked())-->checked="checked" id="lock_comment" /> - -
- -
- isSecret())-->checked="checked" id="is_secret" /> - -
-
- allowComment())-->checked="checked" id="allow_comment" /> - -
-
- allowTrackback())-->checked="checked" id="allow_trackback" /> - -
- -
- useNotify() || !$oIssue->get('notify_message'))-->checked="checked" id="notify_message" /> - -
- -
-
{$val->name} *{$val->getFormHTML()}
* - - - -
- -
{$val->getFormHTML()} * + +
* + +
+ +
{$oIssue->getEditor()}
-
- -
+
{$oIssue->getEditor()}
-
- -
+
+ +

{$lang->about_tag}

+
-
+
+ + + + + + + + + {@ $_color = array('555555','222288','226622','2266EE','8866CC','88AA66','EE2222','EE6622','EEAA22','EEEE22') } + + get('title_bold')=='Y')-->checked="checked" /> + + isNotice())-->checked="checked" id="is_notice" /> + + isLocked())-->checked="checked" id="lock_comment" /> + + + + isSecret())-->checked="checked" id="is_secret" /> + + + allowComment())-->checked="checked" id="allow_comment" /> + + allowTrackback())-->checked="checked" id="allow_trackback" /> + + + useNotify())-->checked="checked" id="notify_message" /> + + +
+ +
+ +
-
+ - - - {$lang->msg_changes_from}: - - - , {$lang->duration}: -
- - checked="checked" id="targets_{$key}"/> - - {$lang->cmd_update} -
+ +
@@ -29,10 +28,10 @@ -
+
{@ $curDate = zdate($changeset->date, "Ymd") } -
+
{zdate($changeset->date,"H:i")} {@ $oIssue = $issues[$changeset->target_srl]; } @@ -41,7 +40,7 @@ Changeset [{$changeset->revision}] by {$changeset->author}
-
+

{$changeset->message}
{$issues[$changeset->target_srl]->getContentText(80)}{$changeset->message}

@@ -57,3 +56,5 @@ }); })(jQuery); + + diff --git a/modules/issuetracker/skins/xe_issuetracker/trackback.html b/modules/issuetracker/skins/xe_issuetracker/trackback.html new file mode 100644 index 000000000..f4c4c22ef --- /dev/null +++ b/modules/issuetracker/skins/xe_issuetracker/trackback.html @@ -0,0 +1,36 @@ + +
+
+ +

+ + {$lang->trackback} '{$oIssue->getTrackbackCount()}' + +

+

{$oIssue->getTrackbackUrl()}

+ +
+ + + +
+
+

+ {zdate($val->regdate, "Y.m.d H:i")} + +
{$val->ipaddress} + +

+
+ +
+ + + +
+ +
+ diff --git a/modules/issuetracker/skins/xe_issuetracker/view_issue.html b/modules/issuetracker/skins/xe_issuetracker/view_issue.html index 22e806e46..749e62c5c 100644 --- a/modules/issuetracker/skins/xe_issuetracker/view_issue.html +++ b/modules/issuetracker/skins/xe_issuetracker/view_issue.html @@ -1,31 +1,63 @@ -
- - - - - + +
+ +
+ +
+

{$oIssue->getTitle()}

+ + {$lang->readed_count} {$oIssue->get('readed_count')} + {$lang->voted_count} {$oIssue->get('voted_count')} + {$oIssue->getRegdate('Y.m.d')} {$oIssue->getRegdate('H:i:s')} + +
+
+ + + {$oIssue->getNickName()} + + {$oIssue->getNickName()} + + + {$oIssue->getNickName()} + + {$oIssue->getIpaddress()} + +
+ +
+ +
+ - - + + - + + - + - + + + - + - + + + - + - + + + - + - + + + - - - - - - - {@ $tag_list = $oIssue->get('tag_list') } - - - - - - - - - - - - - - - - - - -
{$oIssue->getTitle()}- {$oIssue->getStatus()}{$oIssue->getNickName()}{$val->name}{$val->getValueHTML()}
{$lang->milestone} :{$lang->milestone} {$oIssue->getMilestoneTitle()}{$lang->priority} :
{$lang->priority} {$oIssue->getPriorityTitle()}
{$lang->type} :{$lang->type} {$oIssue->getTypeTitle()}{$lang->component} :
{$lang->component} {$oIssue->getComponentTitle()}
{$lang->status} :{$lang->status} {$oIssue->getStatus()}{$lang->assignee} :
{$lang->assignee} {$oIssue->get('assignee_name')} @@ -36,247 +68,228 @@
{$lang->package} :{$lang->package} {$oIssue->getPackageTitle()}{$lang->occured_version} :
{$lang->occured_version} {$oIssue->getReleaseTitle()}
{$val->name}{$val->getValueHTML()}
- -
{$oIssue->getContent(false, true)}
- -
-
- - - - {$lang->password} : - - - -
-
-
- +
+ +
+ + + + +

"{$lang->msg_is_secret}"

+
+
:
+
+
+ +
+ + {$oIssue->getContent(false,true)} + +
+ +
+ + +
+ + profile + + + {$oIssue->getSignature()} + +
+ + + {@ $tag_list = $oIssue->get('tag_list') } + +
+
{$lang->tag}
+ + {@ $tag = $tag_list[$i]; } +
+ +
+ + + +
+
{$lang->uploaded_file}
+
+ +
+
+ + + +
+
{$lang->trackback}
+
{$oIssue->getTrackbackUrl()}
+
+ + +
+ + -
-
-

{$lang->trackback} : {$oIssue->getTrackbackUrl()}
({$oIssue->getTrackbackCount()})

- - - -
- - -
- - - -{@ $histories = $oIssue->get('histories') } - - -
- - {zdate($history->regdate, "Y-m-d H:i")} - {$history->nick_name} - -
    - -
  • -
      - -
    1. {$val}
    2. - -
    -
  • - - -
  • {nl2br($history->content)}
  • - -
-
- + + + + + + -
-
+ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +
- - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ -
- - - -
- - -
-
    -
  • - - -
  • -
  • - - -
  • -
  • -
-
-
{$oIssue->getCommentEditor()}
-
- -
+ +
+ +
+ +
+ +
+ + +
+
    +
  • + + +
  • +
  • + + +
  • +
  • +
+
+ + +
{$oIssue->getCommentEditor()}
+ + +
+ + + + +
+ + +
+ +
+
+ -
+ +