commit df8ad45ff550116d91109d3fa6eb7d50e6eaaccd Author: CBS Information System Date: Wed May 11 12:30:30 2022 +0900 first commit. diff --git a/src/templates/head.html b/src/templates/head.html new file mode 100644 index 0000000..ae76c07 --- /dev/null +++ b/src/templates/head.html @@ -0,0 +1,229 @@ + + + + + + + + + {% if App.Config.configArr.autologout_time != '0' %} + + {% endif %} + + + + + {{ block('title') }} - CBS Labnote + + {% if App.Users.userData.use_ove %} + + + + {% endif %} + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + + + + +{% if (App.Request.getScriptName|split('/')|last == 'experiments.php' + or App.Request.getScriptName|split('/')|last == 'database.php' + ) and extendedError %} + {{ extendedError|msg('ko') }} +{% endif %} + + +

{% block title %}{{ App.pageTitle }}{% endblock %}

+ + +{% for ok in App.ok %} + {{ ok|msg('ok') }} +{% endfor %} +{% for ko in App.ko %} + {{ ko|msg('ko') }} +{% endfor %} +{% for warning in App.warning %} + {{ warning|msg('warning') }} +{% endfor %} + +{% if App.Config.configArr.announcement %} + {{ App.Config.configArr.announcement|msg('warning') }} +{% endif %} +
diff --git a/web/app/img/CBS-57x57.png b/web/app/img/CBS-57x57.png new file mode 100644 index 0000000..7e2a2e3 Binary files /dev/null and b/web/app/img/CBS-57x57.png differ diff --git a/web/app/img/apple-touch-icon-precomposed.png b/web/app/img/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..7e2a2e3 Binary files /dev/null and b/web/app/img/apple-touch-icon-precomposed.png differ diff --git a/web/app/img/apple-touch-icon.png b/web/app/img/apple-touch-icon.png new file mode 100644 index 0000000..7e2a2e3 Binary files /dev/null and b/web/app/img/apple-touch-icon.png differ diff --git a/web/app/img/favicon.ico b/web/app/img/favicon.ico new file mode 100644 index 0000000..9da3dbb Binary files /dev/null and b/web/app/img/favicon.ico differ diff --git a/web/app/img/logo.png b/web/app/img/logo.png new file mode 100644 index 0000000..1aff8ae Binary files /dev/null and b/web/app/img/logo.png differ diff --git a/web/app/img/logo.psd b/web/app/img/logo.psd new file mode 100644 index 0000000..afce7e9 Binary files /dev/null and b/web/app/img/logo.psd differ diff --git a/web/assets/images/logo-header.png b/web/assets/images/logo-header.png new file mode 100644 index 0000000..61530da Binary files /dev/null and b/web/assets/images/logo-header.png differ diff --git a/web/assets/images/logo-header.psd b/web/assets/images/logo-header.psd new file mode 100644 index 0000000..2ef6bdd Binary files /dev/null and b/web/assets/images/logo-header.psd differ