From: Banana
Date: Mon, 1 May 2023 08:29:06 +0000 (+0200)
Subject: theme 98: adding tools
X-Git-Tag: 1.5~3
X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=a8e0a9e2aa898688da7821a4f53a8466c5f3fa19;p=bibliotheca-php.git
theme 98: adding tools
---
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
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
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.
+
+
+
+
+
+
+
+
+
+Musicbrainz release page
+
+
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;
+}