first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,149 @@
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
.container-fluid {
margin-right: auto;
margin-left: auto;
border: 1px solid #ececec;
}
.signup-wrapper.container-fluid *{
font-family: 'Roboto', sans-serif;
}
.signup-wrapper {
background-color: #fff;
text-align: center;
}
.col-md-5, .col-md-7{
float: left;
position: relative;
min-height: 1px;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
hr {
margin-top: 40px !important;
margin-bottom: 40px !important;
border: 0;
border-top-width: 0px;
border-top-style: none;
border-top-color: currentcolor;
border-top: 1px solid #eee;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.btn-success {
background-color: #29a00a !important;
color: #fff !important;
min-width: 277px;
font-weight: bold !important;
border-radius:30px !important;
}
.container-fluid {
border: 1px solid #ececec;
}
.signup-wrapper.container-fluid .col-* {
padding: 0;
}
.signup-wrapper.container-fluid .col-md-7 {
background-color: #c3c3c3;
}
.signup-wrapper {
background-color: #fff;
text-align: center;
}
.login-wrapper {
padding: 40px 20px;
}
.signup-wrapper h2{
font-size: 40px;
margin: 0 0 30px 0;
color: #5c5550;
font-weight: bold;
}
.signup-wrapper h1{
font-weight: bold;
}
.signup-wrapper h4{
font-size: 22px;
line-height: 26px;
color: #000;
}
.signup-wrapper a.link{
font-size: 16px;
color: #29a00a !important;
}
.rnr_link{
color: #29a00a !important;
}
.signup-wrapper .btn{
padding: 10px 30px;
margin: 20px 0;
font-size: 20px;
}
.content-right .ekomi-logo {
padding: 230px 20px;
vertical-align: middle;
text-align: center;
}
.content-right .ekomi-logo img{
width: 95%;
height: auto;
}
hr:after {
content: 'or';
background-color: #fff;
margin:-20px 0 0 -20px;
padding:0 10px;
position: absolute;
font-size: 25px;
}
#rnr_interactive_screen_top{
padding: 10px 0;
}
.ekomiratingsandreviews .col-lg-9{
width: 50%;
}

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

View File

@@ -0,0 +1,28 @@
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/
$(document).ready(function () {
$('#rnr_interactive_screen_welcome').hide();
$('.ekomiratingsandreviews').hide();
$('#rnr_interactive_screen_top').hide();
// saving users feedback on reviews
$('body').on('click', '#rnr_signin', function () {
$('#rnr_interactive_screen_bottom').hide();
$('#rnr_interactive_screen_welcome').show();
$('.ekomiratingsandreviews').show();
$('#rnr_interactive_screen_top').show();
});
});

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

View File

@@ -0,0 +1,53 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<div id="rnr_interactive_screen_bottom" class="signup-wrapper container-fluid">
<div class="row">
<div class="col-md-5">
<div class="login-wrapper">
<div class="sign-in">
<h2>{l s='Sign in' mod='ekomiratingsandreviews'}</h2>
<h4>
{l s='You already heve an eKomi account?' mod='ekomiratingsandreviews'}<br/>
{l s='You will need your Interface ID and Interface Password.' mod='ekomiratingsandreviews'}
</h4>
<a href="#" id="rnr_signin" class="btn btn-success">{l s='NEXT' mod='ekomiratingsandreviews'}</a>
<div class="link-q">
<a target="_blank" href="{$rnr_module_path|escape:'htmlall':'UTF-8'}views/docs/wheredoIfindmyShopIDandPassword.pdf" class="link">
{l s='Where do I find my Interface ID and Interface Password?' mod='ekomiratingsandreviews'}
</a>
</div>
</div>
<div class="spacer-or">
</div>
<hr>
<div class="sing-up">
<h2>{l s='Sign Up' mod='ekomiratingsandreviews'}</h2>
<h4>
{l s='Don\'t yet have an eKomi account?' mod='ekomiratingsandreviews'} <br/>
{l s='Click here and we will sign you up.' mod='ekomiratingsandreviews'}
</h4>
<a target="_blank" href="{$rnr_booking_url|escape:'htmlall':'UTF-8'}" class="btn btn-success">{l s='Book your appointment' mod='ekomiratingsandreviews'}</a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="content-right">
<div class="ekomi-logo">
<img src="{$rnr_module_path|escape:'htmlall':'UTF-8'}views/img/logo.png" alt="logo">
</div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,22 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<div id="rnr_interactive_screen_top" class="signup-wrapper container-fluid">
<div class="row">
<strong>
{l s='If you need support' mod='ekomiratingsandreviews'}: <br/>
{l s='Email' mod='ekomiratingsandreviews'}: <a class="link" href="mailto:support@ekomi-group.com">support@ekomi-group.com</a><br/>
{l s='Phone' mod='ekomiratingsandreviews'}: <a class="link" href="tel:+49 (0)30 2000 444 999">+49 (0)30 2000 444 999</a><br/>
</strong>
</div>
</div>

View File

@@ -0,0 +1,14 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<a href="{$templatePath|escape:'htmlall':'UTF-8'}views/docs/wheredoIfindmyShopIDandPassword.pdf" target="_blank" class="rnr_link">{l s='Where do I find my Interface ID and Interface Password?' mod='ekomiratingsandreviews'}</a>

View File

@@ -0,0 +1,19 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<div class="bootstrap">
<div class="module_confirmation conf confirm alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
{l s='Your feedback is important. Please take a moment to' mod='ekomiratingsandreviews'} <a href="https://addons.prestashop.com/en/customer-reviews/28960-ekomi-ratings-reviews.html" target="_blank">{l s='review our plugin' mod='ekomiratingsandreviews'}</a>
</div>
</div>

View File

@@ -0,0 +1,14 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<span style="font-size:12px; color: red;"> The plugin will export orders only if you are agree with our <a href='https://plugins-dashboard.ekomiapps.de/terms_and_conditions' target='_blank'>Terms and Conditions</a> </span>

View File

@@ -0,0 +1,14 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<a href="{$templatePath|escape:'htmlall':'UTF-8'}views/docs/wheredoIfindPRCWidgetToken.pdf" target="_blank" class="rnr_link">{l s='Where do I find PRC Widget Token?' mod='ekomiratingsandreviews'}</a>

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/

View File

@@ -0,0 +1,36 @@
{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*}
<div id="widget-container" class="data-ekomi-emp ekomi-widget-container ekomi-widget-{$widgetToken|escape:'htmlall':'UTF-8'}"></div>
<div id="ekomi-product-widget-identifier" class="prod-data-emp" style="visibility: hidden">{$productIdentifier|escape:'htmlall':'UTF-8'}</div>
<script type="text/javascript">
(function (w) {
w['_ekomiWidgetsServerUrl'] = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//widgets.ekomi.com';
w['_customerId'] = {$customerId|escape:'htmlall':'UTF-8'};
w['_ekomiDraftMode'] = true;
w['_language'] = 'en';
if(typeof(w['_ekomiWidgetTokens']) !== 'undefined'){
w['_ekomiWidgetTokens'][w['_ekomiWidgetTokens'].length] = '{$widgetToken|escape:'htmlall':'UTF-8'}';
} else {
w['_ekomiWidgetTokens'] = new Array('{$widgetToken|escape:'htmlall':'UTF-8'}');
}
if(typeof(ekomiWidgetJs) == 'undefined') {
ekomiWidgetJs = true;
var scr = document.createElement('script');scr.src = 'https://sw-assets.ekomiapps.de/static_resources/widget.js';
var head = document.getElementsByTagName('head')[0];head.appendChild(scr);
}
})(window);
</script>

View File

@@ -0,0 +1,14 @@
<?php
/**
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author eKomi
* @copyright 2017 eKomi
* @license LICENSE.txt
*/