external jquery and bootstrap

This commit is contained in:
ragu 2022-12-10 15:47:22 +01:00
parent 003df87598
commit 58819fd615
28 changed files with 109 additions and 135 deletions

0
copri4/shareeconf/examples/README Normal file → Executable file
View file

0
copri4/shareeconf/examples/apikeys.cfg Normal file → Executable file
View file

30
copri4/shareeconf/examples/global.cfg Normal file → Executable file
View file

@ -29,8 +29,8 @@
port=5432
sslmode=
options=""
user=[your-psql-user]
passwd=[your-psql-pw]
user=your_psql_user
passwd=your_psql_pw
</database>
</sharee_primary>
</primary>
@ -64,8 +64,8 @@
port=5432
sslmode=
options=""
user=[your-psql-user]
passwd=[your-psql-pw]
user=your_psql_user
passwd=your_psql_pw
</database>
</sharee_operator>
</operator>
@ -97,8 +97,8 @@
port=5432
sslmode=
options=""
user=[your-psql-user]
passwd=[your-psql-pw]
user=your_psql_user
passwd=your_psql_pw
</database>
</shareeweb-project>
</website>
@ -212,7 +212,7 @@
2 = "lesen & schreiben"
</permission>
jsscript = "js/mobile_script.js"
style_bootstrap_icons = "css/bootstrap-icons-1.8.1/font/bootstrap-icons.css"
style_bootstrap_icons = "external/bootstrap-icons-1.8.1/font/bootstrap-icons.css"
</copri_conf>
#sharee WebApp sepcific para
@ -229,8 +229,8 @@
local_style = "css/local_style2022-03-20.css"
jquery = ""
js_bootstrap = "js/bootstrap-5.1.3-dist/js/bootstrap.min.js"
style_bootstrap = "js/bootstrap-5.1.3-dist/css/bootstrap.css"
js_bootstrap = "external/bootstrap-5.1.3-dist/js/bootstrap.min.js"
style_bootstrap = "external/bootstrap-5.1.3-dist/css/bootstrap.css"
</shareeapp_conf>
#sharee DMS/COPRI specific para
@ -255,12 +255,12 @@
order_state = "|angerufen|eMail gesendet|in Arbeit|cronjob fail"
local_style = "css/local_style20221205.css"
jquery = "js/jquery-3.3.1.min.js"
jquery_ui = "js/jquery-ui-1.12.1/jquery-ui.min.js"
style_jquery_ui = "js/jquery-ui-1.12.1/jquery-ui.min.css"
js_bootstrap = "js/bootstrap-5.0.2-dist/js/bootstrap.min.js"
style_bootstrap = "js/bootstrap-5.0.2-dist/css/bootstrap.min.css"
mod_active = "Waren|Faktur|Karte|Kunden|Mietjournal|Alarmjournal|Einstellung"
jquery = "external/jquery-3.3.1.min.js"
jquery_ui = "external/jquery-ui-1.12.1/jquery-ui.min.js"
style_jquery_ui = "external/jquery-ui-1.12.1/jquery-ui.min.css"
js_bootstrap = "external/bootstrap-5.0.2-dist/js/bootstrap.min.js"
style_bootstrap = "external/bootstrap-5.0.2-dist/css/bootstrap.min.css"
mod_active = "Waren|Faktura|Karte|Kunden|Mietjournal|Alarmjournal|Einstellung"
modes = "login|logout|logout_sharee|user|manager|supervisor|admin|maintainer"
</shareedms_conf>

0
copri4/shareeconf/examples/mailx.cfg Normal file → Executable file
View file

BIN
copri4/shareeconf/examples/sharee_operator.sql.gz Normal file → Executable file

Binary file not shown.