4354 |
daniel |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Template des Rechtstext Moduls, welches ITRecht integriert
|
|
|
5 |
*/
|
|
|
6 |
|
|
|
7 |
?>
|
|
|
8 |
|
|
|
9 |
<?php if ($this->view['wpsg_mod_legaltexts']['form'] == false) { ?>
|
|
|
10 |
|
7286 |
daniel |
11 |
<a href="https://www.it-recht-kanzlei.de/Service/wpShopGermany-agb.php?partner_id=150">
|
|
|
12 |
<img class="itrechtlogo" src="<?php echo $this->getRessourceURL('mods/mod_legaltexts/Logo_150.png'); ?>" alt="it-recht Kanzlei München" />
|
|
|
13 |
</a>
|
4354 |
daniel |
14 |
|
7286 |
daniel |
15 |
<p><?php echo __('wpShopGermany bietet eine AGB-Schnittstelle zur <a href="https://www.it-recht-kanzlei.de/Service/wpShopGermany-agb.php?partner_id=150">IT-Recht Kanzlei</a> an.', 'wpsg'); ?></p>
|
4402 |
daniel |
16 |
|
7286 |
daniel |
17 |
<ul>
|
|
|
18 |
<li><?php echo wpsg_translate(__('Kostenloses Plugin zur automatisierten Nutzung des AGB-Service der <a href="#1#">IT-Recht-Kanzlei</a>', 'wpsg'), 'https://www.it-recht-kanzlei.de/Service/wpShopGermany-agb.php?partner_id=150'); ?></li>
|
|
|
19 |
<li><?php echo wpsg_translate(__('abmahnsichere Rechtstexte (AGB, Datenschutzerklärung, Widerrufsbelehrung & Co) von der <a href="#1#">IT-Recht Kanzlei</a> ab nur 8,90 €/mtl.', 'wpsg'), 'https://www.it-recht-kanzlei.de/Service/wpShopGermany-agb.php?partner_id=150'); ?></li>
|
|
|
20 |
<li><?php echo __('Einfache Integration von aktuellen & abmahnsicheren Rechtstexten in den wpShopGermany-Shop', 'wpsg'); ?></li>
|
|
|
21 |
<li><?php echo __('Automatische Überwachung und Aktualisierung der Rechtstexte', 'wpsg'); ?></li>
|
|
|
22 |
<li><?php echo __('Selbstverständlich: Anwaltliche Haftung', 'wpsg'); ?></li>
|
|
|
23 |
<li><?php echo __('Flexibles Vertragsmodell für den AGB-Service: Bei Bedarf Jederzeit monatlich kündbar', 'wpsg'); ?></li>
|
|
|
24 |
</ul>
|
|
|
25 |
|
|
|
26 |
<br />
|
|
|
27 |
|
4402 |
daniel |
28 |
<p>
|
7286 |
daniel |
29 |
<a class="button" href="https://www.it-recht-kanzlei.de/Service/wpShopGermany-agb.php?partner_id=150"><?php echo __('Jetzt absichern', 'wpsg'); ?></a>
|
4402 |
daniel |
30 |
</p>
|
7286 |
daniel |
31 |
|
4410 |
daniel |
32 |
<?php if (file_exists(WP_PLUGIN_DIR."/wpshopgermany-itrecht/wpshopgermany-itrecht.php")) { ?>
|
4402 |
daniel |
33 |
<p style="color:red;"><?php echo __('Das Plugin wurde bereits gefunden aber noch nicht aktiviert. Bitte aktivieren sie das Plugin in der <a href="plugins.php">Pluginverwaltung</a>.', 'wpsg'); ?></p>
|
|
|
34 |
<?php } ?>
|
7286 |
daniel |
35 |
|
4354 |
daniel |
36 |
<?php } else { ?>
|
|
|
37 |
|
4356 |
daniel |
38 |
<?php echo $this->view['wpsg_mod_legaltexts']['form']; ?>
|
4354 |
daniel |
39 |
|
|
|
40 |
<input type="hidden" name="wpsg_mod_legaltexts_submitform" value="1" />
|
|
|
41 |
|
|
|
42 |
<?php } ?>
|