2018-11-23 11:41:13 +01:00
<!DOCTYPE html>
< html class = "no-js" lang = "de" >
< head >
< title > BonimaScore < / title >
< meta name = "description" content = "" >
< meta name = "author" content = "D³ Data Development" >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< link rel = "icon" href = "themes/d3/img/favicon.png" type = "image/x-icon" >
<!-- Mobile -->
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<!-- Font -->
<!-- CSS -->
< link href = 'themes/d3/css/theme-blue.min.css' rel = 'stylesheet' type = 'text/css' > < link href = 'themes/d3/css/d3.css' rel = 'stylesheet' type = 'text/css' >
<!-- Tipue Search -->
< link href = "tipuesearch/tipuesearch.css" rel = "stylesheet" >
<!-- [if lt IE 9]>
< script src = "themes/d3/js/html5shiv-3.7.3.min.js" > < / script >
<![endif]-->
< / head >
< body class = " homepage" >
< div class = "Navbar NoPrint" >
< div class = "Container" >
< a class = "Brand" href = "index.html" > D³ Data Development< / a >
< div class = "Search" >
< svg class = "Search__icon" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 451 451" >
< path d = "M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z" / >
< / svg >
< input type = "search" id = "tipue_search_input" class = "Search__field" placeholder = "Suchen..." autocomplete = "on"
results=25 autosave=text_search>
< / div >
< / div >
< / div >
< div class = "Homepage" >
< div class = "HomepageTitle Container" >
< div class = "title" >
< h2 > < i class = 'fab fa-d3 d3fa-color-blue' > < / i > BonimaScore< / h2 > < div > für den Oxid eShop< / div > < / div >
< div class = "details" >
2020-04-09 16:36:42 +02:00
< div > Autor: D³ Data Development< / div > < div > Stand: 08.04.2020< / div >
< div > Version: 3.0.2.0< / div >
2020-04-03 13:05:24 +02:00
< / div >
2018-11-23 11:41:13 +01:00
< / div >
< div class = "HomepageButtons" >
< div class = "Container" >
2020-04-03 13:05:24 +02:00
< a href = "installation/Installation.html" class = "Button Button--primary Button--hero" > Installation< / a > < a href = "changelog/Changelog.html" class = "Button Button--primary Button--hero" > Changelog< / a > < a href = "support/Hilfe-und-Support.html" class = "Button Button--primary Button--hero" > Support< / a > < / div >
2018-11-23 11:41:13 +01:00
< / div >
< / div >
< div class = "HomepageContent" >
< div class = "Container" >
< div class = "Container--inner" >
< div class = "doc_content s-content" >
2020-04-03 13:05:24 +02:00
< p > Mit diesem Modul können Rückgaben aus dem Boniversum-Produkt " BONIMA Score Pool Ident" validiert und konfiguriert werden. Andere Boniversum-Produkte verwenden möglicherweise zu unserem Modul inkompatible Rückgabewerte.< / p >
< p > Weitere Informationen zum Modul < strong > < i class = 'fab fa-d3 d3fa-color-blue' > < / i > BonimaScore< / strong > finden Sie in unserem Moduleshop:
2018-11-23 11:41:13 +01:00
< a href = "https://www.oxidmodule.com/" class = "Link--external" > https://www.oxidmodule.com/< / a > < / p >
< / div >
< / div >
< / div >
< / div >
< div class = "HomepageFooter" >
< div class = "Container" >
< div class = "Container--inner" >
2020-04-03 13:05:24 +02:00
< ul class = "HomepageFooter__links" >
< li > < a href = "https://www.oxidmodule.com" target = "_blank" > Shop< / a > < / li >
< li > < a href = "https://blog.oxidmodule.com" target = "_blank" > Blog< / a > < / li >
< li > < a href = "https://faq.oxidmodule.com" target = "_blank" > FAQ< / a > < / li >
< li > < a href = "https://docs.oxidmodule.com" target = "_blank" > Dokumentationen< / a > < / li >
< li > < a href = "https://support.oxidmodule.com" target = "_blank" > D³ Support Center< / a > < / li >
< li > < a href = "https://www.oxidmodule.com/kontakt" target = "_blank" > Kontakt< / a > < / li >
< li > < a href = "https://www.oxidmodule.com/impressum" target = "_blank" > Impressum< / a > < / li >
< / ul >
2018-11-23 11:41:13 +01:00
< / div >
< / div >
< / div >
<!-- JS -->
< script src = "themes/d3/js/jquery-1.11.3.min.js" > < / script > < script src = "themes/d3/js/highlight.pack.js" > < / script > < script src = "themes/d3/js/daux.js" > < / script > < script src = "themes/d3/js/fontawesome-all.js" > < / script >
<!-- Tipue Search -->
< script type = "text/javascript" src = "tipuesearch/tipuesearch.js" > < / script >
< script >
window.onunload = function(){}; // force $(document).ready to be called on back/forward navigation in firefox
$(function() {
tipuesearch({
'base_url': ''
});
});
< / script >
< / body >
< / html >