Das ist der Code:
Code:
<!-- ###TEMPLATE_MENU### -->
<div id="resultdiv">
<!-- ###CONTENT### -->
<!-- ###ITEM_SINGLE### -->
<table class="###TITLE###">
<thead>
<tr>
<th colspan="3" class="###TITLE###" width="100%">###TITLE###</th>
</tr>
</thead>
<!-- ###CONTENT2### -->
<!-- ###ITEM_SINGLE2### -->
<tr>
<td class="Name"><!-- ###LINK_WWW### -->###NAME###<!-- ###LINK_WWW### --></td>
<td class="Country">###COUNTRY###</td>
<td class="Karte"><!-- ###LINK### -->Auf Karte zeigen<!-- ###LINK### --></td>
</tr>
<!-- ###ITEM_SINGLE2### -->
<!-- ###CONTENT2### -->
</table>
<!-- ###ITEM_SINGLE### -->
<!-- ###CONTENT### -->
</div>
<!-- ###TEMPLATE_MENU### -->
Wegen dem Template: Wir haben es so gelöst, dass wir das template nach "fileadmin/res/tmpl/rrgoogle_template.html" kopiert haben und dann im TS wo man auch das CSS und so festlegt noch folgende Variablen hinzugefügt haben:
HTML-Code:
plugin.tx_rggooglemap_pi1.templateFile = fileadmin/res/tmpl/rrgoogle_template.html
export_xml.10.renderObj.10.templateFile = fileadmin/res/tmpl/rrgoogle_template.html
Damit betreffen Dich Änderungen bei einem Update nicht, da Dein Template nicht überschrieben wird. Ich hoffe, das hilft Dir erstmal, Gruß Alex