Test Bogenteile Vergleichen
Aus BogenWiki
(Unterschied zwischen Versionen)
Nugman (Diskussion | Beiträge) |
Nugman (Diskussion | Beiträge) |
||
Zeile 295: | Zeile 295: | ||
<td style="padding:2px 6px 1px 6px">%%Sample.BRS.Text%%</td> | <td style="padding:2px 6px 1px 6px">%%Sample.BRS.Text%%</td> | ||
<td style="padding:2px 6px 1px 6px">%%Sample.Source.Type%% %%Sample.Source.Name%% %%Sample.Source.ArtNr%%</td> | <td style="padding:2px 6px 1px 6px">%%Sample.Source.Type%% %%Sample.Source.Name%% %%Sample.Source.ArtNr%%</td> | ||
+ | </tr> | ||
+ | <template id="Empty"></template> | ||
+ | <tr style="background:#F8F8F8;" valign=top> | ||
+ | <td colspan=4 style="padding:2px 6px 1px 6px"><i>Keine Ausschnitte vorhanden</i></td> | ||
+ | </tr> | ||
+ | <template id="Foot"></template> | ||
+ | </table> | ||
+ | </template> | ||
+ | <template id="BGF.BtV.Sample.StatList.Template"> | ||
+ | <template id="Head"></template> | ||
+ | <table style="background:silver;" width=100% cellspacing=1 cellpadding=4> | ||
+ | <tr style="background:#E0E0E0;" valign=top> | ||
+ | <td style="padding:2px 6px 1px 6px"><b>Gebiet</b></td> | ||
+ | <td style="padding:2px 6px 1px 6px"><b>Gebiet1</b></td> | ||
+ | <td style="padding:2px 6px 1px 6px"><b>KatNr</b></td> | ||
+ | <td style="padding:2px 6px 1px 6px"><b>Anzahl</b></td> | ||
+ | </tr> | ||
+ | <template id="Body"></template> | ||
+ | <tr style="background:#F8F8F8;" valign=top> | ||
+ | <td style="padding:2px 6px 1px 6px">%%Statistic.Gebiet%%</td> | ||
+ | <td style="padding:2px 6px 1px 6px">%%Statistic.Gebiet1%%</td> | ||
+ | <td style="padding:2px 6px 1px 6px">%%Statistic.KatNr%%</td> | ||
+ | <td style="padding:2px 6px 1px 6px">%%Statistic.Count%%</td> | ||
</tr> | </tr> | ||
<template id="Empty"></template> | <template id="Empty"></template> | ||
Zeile 310: | Zeile 333: | ||
BGF_BtV_AddTemplate('BGF.BtV.Sample.Edit.Template'); | BGF_BtV_AddTemplate('BGF.BtV.Sample.Edit.Template'); | ||
BGF_BtV_AddTemplate('BGF.BtV.Sample.CompactList.Template'); | BGF_BtV_AddTemplate('BGF.BtV.Sample.CompactList.Template'); | ||
+ | BGF_BtV_AddTemplate('BGF.BtV.Sample.StatList.Template'); | ||
BGFInit(wgUserName,wgUserGroups,BGF_BtV_DoRender); | BGFInit(wgUserName,wgUserGroups,BGF_BtV_DoRender); | ||
</script> | </script> | ||
</html> | </html> |
Version vom 11:14, 16. Okt. 2023
BGF.Menu
|
BGF.StampFilter
|
|||
BGF.Image.Main
|
|
|
|
![]()
Kein Bild ausgewählt
...
|
|
Auswahl / Filter | |||||||||
|
KatNr | ID | BRS | Quelle |
%%Stamp.KatNr%%%%Sample.KatNrVar%% | %%Sample.ID%% | %%Sample.BRS.Text%% | %%Sample.Source.Type%% %%Sample.Source.Name%% %%Sample.Source.ArtNr%% |
Keine Ausschnitte vorhanden |
Gebiet | Gebiet1 | KatNr | Anzahl |
%%Statistic.Gebiet%% | %%Statistic.Gebiet1%% | %%Statistic.KatNr%% | %%Statistic.Count%% |
Keine Ausschnitte vorhanden |