diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 85cacda5..e1f8a085 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -366,7 +366,13 @@ ORIGINAL_NAME: 'original_name', NAME: 'name', FIRST_AIR_DATE: 'first air date', - LAST_AIR_DATE: 'last air date' + LAST_AIR_DATE: 'last air date', + NETWORK: 'Network', + NUMBER_OF_SEASONS: 'total seasons', + NUMBER_OF_EPISODES: 'total episodes', + EPISODES_SEASONS: 'episodes/seasons', + UNIT_EPISODES: 'episodes', + UNIT_SEASONS: 'seasons' }, /////////////////////////resources tag fields/////////////////////////////////// diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 484b1c2d..f92498dc 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -366,7 +366,13 @@ ORIGINAL_NAME: '原剧名', NAME: '剧名', FIRST_AIR_DATE: '首次上演时间', - LAST_AIR_DATE: '最近上演时间' + LAST_AIR_DATE: '最近上演时间', + NETWORK: '网络', + NUMBER_OF_SEASONS: '总季数', + NUMBER_OF_EPISODES: '总集数', + EPISODES_SEASONS: '总集/季数', + UNIT_EPISODES: '集', + UNIT_SEASONS: '季' }, /////////////////////////resources tag fields/////////////////////////////////// diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index c269f46a..6b7910d9 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -44,8 +44,6 @@ body { top: -20px; font-size: 100px; font-weight: bold; - text-shadow: 2px 0 0 #222, -2px 0 0 #222, 0 2px 0 #222, 0 -2px 0 #222; - filter: Glow(color=#f00, strength=100); } .topone { color: #ccc; @@ -74,6 +72,9 @@ body { .genres-item { color: #ccc; } + .network-item { + color: #ccc; + } .img-circle { &:hover { /* csslint ignore:start */ @@ -455,6 +456,18 @@ body { } } +.list-all-network { + .network-item { + color: @gray-light; + &:not(:first-child) { + &::before { + content: " | "; + font-weight: bold; + } + } + } +} + .list-all-countries { .country-item:not(:first-child) { &::before { diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index 901754f5..0db5d235 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -221,6 +221,13 @@