From a8e0a9e2aa898688da7821a4f53a8466c5f3fa19 Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 1 May 2023 10:29:06 +0200 Subject: [PATCH] theme 98: adding tools --- .../98/manageentry/field-lookupmultiple.html | 2 +- webclient/view/98/tool/tool-gameinfo.html | 8 +++ webclient/view/98/tool/tool-googlebooks.html | 49 ++++++++++++++ webclient/view/98/tool/tool-imdbweb.html | 48 ++++++++++++++ webclient/view/98/tool/tool-musicbrainz.html | 66 +++++++++++++++++++ webclient/view/98/tool/tool.html | 8 +++ webclient/view/98/ui/css/style.css | 5 ++ 7 files changed, 185 insertions(+), 1 deletion(-) create mode 100644 webclient/view/98/tool/tool-gameinfo.html create mode 100644 webclient/view/98/tool/tool-googlebooks.html create mode 100644 webclient/view/98/tool/tool-imdbweb.html create mode 100644 webclient/view/98/tool/tool-musicbrainz.html create mode 100644 webclient/view/98/tool/tool.html diff --git a/webclient/view/98/manageentry/field-lookupmultiple.html b/webclient/view/98/manageentry/field-lookupmultiple.html index d2e9315..5676631 100644 --- a/webclient/view/98/manageentry/field-lookupmultiple.html +++ b/webclient/view/98/manageentry/field-lookupmultiple.html @@ -13,7 +13,7 @@ if(Summoner::ifset($TemplateData['editData'], $field['identifier'])) { foreach($existingFieldValue as $ev) { ?>
- > +
This is a collection of websites which provide different kind of information about games.

+ diff --git a/webclient/view/98/tool/tool-googlebooks.html b/webclient/view/98/tool/tool-googlebooks.html new file mode 100644 index 0000000..b6f0f49 --- /dev/null +++ b/webclient/view/98/tool/tool-googlebooks.html @@ -0,0 +1,49 @@ +

+ Limitations
+ Data will be overwritten +

+ + +
+
+ + +
+
+ +
+
+ + +
+ + $v) { + ?> + +
+

+
+ +

+ +
+ + + +
+ +
+ +
+ diff --git a/webclient/view/98/tool/tool-imdbweb.html b/webclient/view/98/tool/tool-imdbweb.html new file mode 100644 index 0000000..505c175 --- /dev/null +++ b/webclient/view/98/tool/tool-imdbweb.html @@ -0,0 +1,48 @@ +

+ Limitations
+ Data will be overwritten +

+ +
+
+ + +
+
+ +
+
+ + +
+ + $v) { + ?> + +
+

+
+ +

+ +
+ + + +
+ +
+ +
+ diff --git a/webclient/view/98/tool/tool-musicbrainz.html b/webclient/view/98/tool/tool-musicbrainz.html new file mode 100644 index 0000000..6d7b679 --- /dev/null +++ b/webclient/view/98/tool/tool-musicbrainz.html @@ -0,0 +1,66 @@ +

+ Limitations
+ Data will be overwritten; No wildcardsearch or partial words. +

+ +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ $v) { ?> + + + + + +
+ +
+ +
+
+ + + +Musicbrainz release page +
+ + $v) { ?> + +
+

+
+ +

+ +
+ + + +
+ +
+
+ diff --git a/webclient/view/98/tool/tool.html b/webclient/view/98/tool/tool.html new file mode 100644 index 0000000..6a2fdf5 --- /dev/null +++ b/webclient/view/98/tool/tool.html @@ -0,0 +1,8 @@ +

Using with collection:

+ +

+ +

+ + + diff --git a/webclient/view/98/ui/css/style.css b/webclient/view/98/ui/css/style.css index b8026a6..71198ee 100644 --- a/webclient/view/98/ui/css/style.css +++ b/webclient/view/98/ui/css/style.css @@ -102,3 +102,8 @@ h5 { .maxSizeForm { width: 500px; } + +.input-multiple-template { + display: inline-block; + margin-right: 5px; +} -- 2.39.5