summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSpaceRanger <space.ranger.vn@gmail.com>2012-07-02 18:29:12 +0200
committerYorhel <git@yorhel.nl>2012-07-02 18:30:40 +0200
commit61b64af563531fd31eaf0e1ed1ff58f4f9478141 (patch)
tree85fa9854ce50ef1567e1700a2889511ce1886140 /data
parent32650cb653766d1cf3de6bd7f1719fb554b5e086 (diff)
Handler::VNPage: Added releases tab + comparison table
Diffstat (limited to 'data')
-rw-r--r--data/docs/71
-rw-r--r--data/lang.txt37
-rw-r--r--data/style.css7
3 files changed, 45 insertions, 0 deletions
diff --git a/data/docs/7 b/data/docs/7
index 89e0992c..c613b8b3 100644
--- a/data/docs/7
+++ b/data/docs/7
@@ -52,6 +52,7 @@
<dt>Yorhel</dt><dd>Main developer.</dd>
<dt>QCyph</dt><dd>Contributed the character filters.</dd>
<dt>3dB</dt><dd>Contributed the current user authentication code and post throttling on the discussion board.</dd>
+ <dt>SpaceRanger</dt><dd>Contributed the visual novel release comparison page.</dd>
</dl>
<br />
diff --git a/data/lang.txt b/data/lang.txt
index 0af0ffe4..cba18ec6 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -3518,6 +3518,19 @@ tr : düzenle
uk : редагувати
it : modifica
+# VN releases
+:_mtabs_releases
+en : releases
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
# VN relations
:_mtabs_relations
en : relations
@@ -14320,6 +14333,30 @@ tr : Yayımlar
uk : Релізи
it : Pubblicazioni
+:_vnpage_rel_title
+en : Releases for [_1]
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
+:_vnpage_restrict_column_width
+en : Restrict column width
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_vnpage_rel_none
en : We don't have any information about releases of this visual novel yet...
ru : У нас пока нет информации о выпусках этой новеллы...
diff --git a/data/style.css b/data/style.css
index 4917224d..4e08a220 100644
--- a/data/style.css
+++ b/data/style.css
@@ -418,6 +418,13 @@ div#vntags { margin: 15px 30px 0 30px; border-top: 1px solid
div.scr_uploader { visibility: hidden; overflow: hidden; width: 1px; height: 1px; position: absolute; display: none; left: 0; top: 0; }
+/***** VN Release tab *****/
+
+.releases_compare table { margin: 0 auto; }
+.releases_compare td { margin: 0 auto; border: 1px solid $border$; }
+.releases_compare td.bg { background: url($_boxbg$) repeat; }
+.releases_compare td.multi { vertical-align:middle; }
+.releases_compare .key { background: url($_boxbg$) repeat; }
/****** VN browse ********/