diff --git a/modules/about/client/less/about.less b/modules/about/client/less/about.less index 40f41f7b..60995552 100644 --- a/modules/about/client/less/about.less +++ b/modules/about/client/less/about.less @@ -19,54 +19,15 @@ line-height: 1.7; } + +.table-black-list { + table { + margin-bottom: 0 !important; + } +} + .black-list { .black-item { - cursor: pointer; - position: relative; - border: solid 1px #1a1a1a; - border-radius: 4px; - background-color: #2a2a2a; - padding: 10px 0 15px 0; - margin: 20px 0 0 0; - overflow: hidden; - - .fa { - transition-property: transform, opacity; - transition-duration: .5s; - transition-timing-function: ease; - font-size: 7em; - } - h4 { - color: #ddd; - position: relative; - z-index: 100; - } - span { - color: #999; - position: relative; - z-index: 100; - } - - &:hover { - .fa { - /* csslint ignore:start */ - transform: scale(1.5); - /* csslint ignore:end */ - } - h4, span { - color: #fff; - } - .black-icon { - opacity: 1; - } - } - } - - .black-icon { - position: absolute; - top: -20px; - right: -20px; - opacity: 0.5; } } diff --git a/modules/about/client/views/black.client.view.html b/modules/about/client/views/black.client.view.html index 69fb0020..1218c96f 100644 --- a/modules/about/client/views/black.client.view.html +++ b/modules/about/client/views/black.client.view.html @@ -8,20 +8,35 @@
- -
-
-
-

{{b.name}}

- {{b.type}} - -
-
+
+ + + + + + + + + + + + + + + +
#{{ 'ABOUT.BLANK_NAME' | translate}}{{ 'ABOUT.BLANK_REASON' | translate}}
+ {{$index}} + + {{b.name}} + + {{b.reason | translate}} +
diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 7f8195a2..75b61889 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -654,6 +654,8 @@ CLIENT_BLACK_LIST: 'Client Black List', MAKER_GROUP: 'Torrents Maker Group', BLACK_TOOLTIP: '

Note:

All the clients in the list was forbidden by server and can not announce or get any torrent data, For more help, please contact our {{sNameDesc | translate}} by Message or Email.', + BLANK_NAME: 'Client Name', + BLANK_REASON: 'Forbidden Reason', FORM_MAKER_NAME: 'Maker Group Name', FORM_MAKER_DESC: 'Maker Group Description', FORM_MAKER_FOR: 'Create maker group for - {{name}}', diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 9065020f..d5c7a9d2 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -654,6 +654,8 @@ CLIENT_BLACK_LIST: '禁止客户端列表', MAKER_GROUP: '资源压制小组', BLACK_TOOLTIP: '

提示:

下面列出的所有客户端都已被服务器禁止,使用它们将不能下载到任何数据, 如需其它帮助,请给{{sNameDesc | translate}}发送 消息邮件.', + BLANK_NAME: '客户端名称', + BLANK_REASON: '禁止理由', FORM_MAKER_NAME: '资源压制小组名称', FORM_MAKER_DESC: '资源压制小组简介', FORM_MAKER_FOR: '创建资源压制小组 - {{name}}',