-
Notifications
You must be signed in to change notification settings - Fork 4
/
mod_eiko_last.xml
259 lines (230 loc) · 7.32 KB
/
mod_eiko_last.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<?xml version="1.0" encoding="utf-8"?>
<extension
type="module"
version="3.1"
client="site"
method="upgrade">
<name>mod_eiko_last</name>
<creationDate>2021-05-23</creationDate>
<copyright>Copyright (C) 2021. Alle Rechte vorbehalten.</copyright>
<license>GNU General Public License Version 2 oder später; siehe LICENSE.txt</license>
<author>Ralf Meyer</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://einsatzkomponente.de</authorUrl>
<version>2.20</version>
<description><![CDATA[<div style="border:1px solid #000; padding-left:5px;"><span style=" font-size: 18px; color:#F00;"><b>mod_eiko_last für J3.x</b></span><br/><br/><span style="font-size:10px;">Modul zur Anzeige der letzten Einsatzdaten auf einer Modulposition<br/><br/><b>Beschreibung:</b><br/><br/>In der Textbox ANZEIGE können folgende Parameter eingesetzt werden :<br/>
<ul>
<li>Einsatzart</li>
<li>Einsatzart_Link</li>
<li>Kurzbericht</li>
<li>Kurzbericht_Link</li>
<li>Einsatzfoto</li>
<li>Einsatzfoto_Link</li>
<li>Einsatzfoto_Karte</li>
<li>Einsatzfoto__Karte_Link</li>
<li>Einsatzkarte</li>
<li>Einsatzkarte_Link</li>
<li>Datum</li>
<li>Datum_Link</li>
<li>Datum_Uhrzeit_Link</li>
<li>Einsatzort</li>
<li>Einsatzort_Link</li>
<li>Datum_Einsatzart</li>
<li>Datum_Einsatzart_Link</li>
<li>Datum_Einsatzort</li>
<li>Datum_Einsatzort_Link</li>
<li>Datum_Uhrzeit_Kurzbericht</li>
<li>Datum_Uhrzeit_Kurzbericht_Link</li>
<li>Datum_Uhrzeit_Einsatzart_Einsatzort_Weiterlesen</li>
<li>Datum_Einsatzart_Kurzbericht</li>
<li>Einsatznummer</li>
<li>Weiterlesen</li>
</ul>
<br/>mehr Info's auf www.einsatzkomponente.de</div>
]]></description>
<files>
<filename module="mod_eiko_last">mod_eiko_last.php</filename>
<filename>index.html</filename>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="orga" type="sql" class="inputbox"
label="Filter Organisation :"
description="Wählen Sie hier die anzuzeigenden Organisationen aus"
query="SELECT 0 AS `id`, '-- alle anzeigen --' AS `name` UNION SELECT `id`, `name` FROM `#__eiko_organisationen` WHERE `state`='1' ORDER BY `name` ASC"
key_field="id"
value_field="name"
/>
<field name="count" type="number" default="3" label="Wieviele Einsätze sollen angezeigt werden ?" hint ="Bitte eine Zahl eingeben" description="" min="1" max="10" step="1" />
<field name="mymenuitem" type="menuitem" default="" label="Menüeintrag für die Einsatzübersicht" description="Wenn kein default-Layout benutzt wird, bitte unbedingt den Menüeintrag für die Einsatzübersicht hier festlegen" />
<field
name="einsatzort_zusatz"
type="text"
default=""
filter="raw"
label="Einsatzort-Zusatztext "
description="z.b.Einsatzinfo : (Es können auch HTML-Tags eingesetzt werden !" />
<field
name="einsatzfarbe"
type="radio"
class="btn-group"
default="0"
label="Einsatzfarbe anzeigen"
description="Linker Rand farblich entsprechend der Einsatzfarbe">
<option
value="0">JNO</option>
<option
value="1">JYES</option>
</field>
<field
name="fields"
type="textarea" rows="10"
label="Anzeige:"
default="Einsatzart_Link,
Einsatzfoto_Karte_Link,
Datum_Uhrzeit,
Einsatzort,
Einsatznummer,
Weiterlesen"
description="Welche Informationen sollen angezeigt werden ?" />
<field
name="eiko_last_css"
type="textarea" rows="10"
label="CSS-Style"
default="
.eiko_last_table {
border:0px #666666 solid !important;
display: table-cell !important;
float: left !important;}
.eiko_last_tab {
border:1px #ffffff solid !important;
margin-bottom:10px !important;width:100%;}
.eiko_last_einsatzart_span,
.eiko_last_einsatzort_span,
.eiko_last_einsatzart_span,
.eiko_last_kurzbericht_span,
.eiko_last_datum_uhrzeit_span,
.eiko_last_datum_span,
.eiko_last_datum_einsatzart_span,
.eiko_last_datum_einsatzort_span,
.eiko_last_datum_uhrzeit_einsatzart_einsatzort_weiterlesen_span,
.eiko_last_image {
padding-left:10px !important;}
.eiko_last_karte_td {
padding-left:10px !important;
}
.eiko_last_karte_td,
.eiko_last_einsatzort_td,
.eiko_last_einsatzart_td,
.eiko_last_kurzbericht_td,
.eiko_last_datum_td,
.eiko_last_datum_einsatzart_td,
.eiko_last_datum_einsatzort_td,
.eiko_last_datum_uhrzeit_td,
.eiko_last_datum_uhrzeit_einsatzart_einsatzort_weiterlesen_td,
.eiko_last_weiterlesen_td,
.eiko_last_counter_td
{width:100% !important;
padding-right:20px !important;}
.eiko_last_einsatzart_span {
font-weight:bolder !important;
font-size:xx-large !important;
padding-top:10px !important;
padding-bottom:10px !important;
margin-top:10px !important;
margin-bottom:10px !important;}
.eiko_last_counter_span {font-size: 12px;}
"
description="Anpassen des CSS-Style" />
<field
name="readon"
type="text"
default="weiterlesen"
label="Weiterlesen-Text "
description="z.b. weiterlesen, mehr Info's, zur Detailseite" />
<field
name="char_desc"
type="text"
default="100"
label="Anzahl max. Zeichen Bericht :"
description="" />
<field
name="char_summary"
type="text"
default="30"
label="Anzahl max. Zeichen Kurz-Bericht :"
description="" />
<field name="backgroundimage" type="media"
label="Backgound Image" description="" />
<field
name="gmapkey"
type="text"
default =""
label="Google Api-Key"
width ="100"
hint="GoogleMap Api-Key benötigt"
description="Google Api-Key"
/>
<field name="note_key_map"
type="note"
label="Bitte beantragen Sie hier einen eigenen Google-Api-Key: https://console.developers.google.com"
class="alert alert-warning"
description=""
/>
<field
name="zoom"
type="integer"
default="12"
label="Zoom-Level bei Karte"
description="Hier können Sie den Zoom-Level der Einsatzkarte festlegen z.b 12"
first="1"
last="18"
step="1" />
</fieldset>
<fieldset
name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
<field
name="moduleclass_sfx"
type="textarea" rows="3"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
<field
name="cachemode"
type="hidden"
default="static">
<option
value="static"></option>
</field>
</fieldset>
</fields>
</config>
<!-- UPDATESERVER DEFINITION -->
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="extension" priority="1" name="mod_eiko_last">https://einsatzkomponente.joomla100.com/update/mod_eiko_last-update.xml</server>
</updateservers>
</extension>