Visualisierungsmodul für SuperX
http://www.superx-projekt.de/doku/viz_modul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.9 KiB
57 lines
1.9 KiB
1^CUSTOMXMLADD^<sqlvars> <sqlvar name="commonChartProperties" type="hash">\ |
|
\ |
|
SELECT \ |
|
P.tid,\ |
|
P.caption,\ |
|
P.prop_uniquename,\ |
|
P.prop_default,\ |
|
P.prop_unit,\ |
|
P.is_generic,\ |
|
P.static_values,\ |
|
P.is_mandatory,\ |
|
P.explanation,\ |
|
P.sortnr,\ |
|
P.range_from,\ |
|
P.range_to,\ |
|
T.caption as input_type_caption,\ |
|
T.uniquename as input_type_uniquename,\ |
|
G.caption as group_caption,\ |
|
G.sortnr as group_sortnr,\ |
|
G.uniquename as group_uniquename,\ |
|
R.uniquename as renderer_uniquename,\ |
|
GR.variable_name as group_variable_name,\ |
|
PR.variable_name \ |
|
\ |
|
FROM viz_property_input_type T, viz_property P left outer join viz_property_group G\ |
|
on (P.property_group_id=G.tid)\ |
|
left outer join viz_property_group_renderer GR on (GR.property_group_id=G.tid)\ |
|
left outer join viz_property_renderer PR on (P.tid=PR.property_id)\ |
|
left outer join viz_renderer R on (R.tid=PR.renderer_id)\ |
|
where T.tid=P.input_type_id\ |
|
and P.is_generic=1\ |
|
order by G.sortnr,G.uniquename,P.sortnr,P.caption\ |
|
;\ |
|
</sqlvar> </sqlvars>\ |
|
<chartProperties>\ |
|
<\if commonChartProperties?is_sequence><\foreach cp in commonChartProperties>\ |
|
<commonChartProperty tid="${cp.tid}" \ |
|
caption="${cp.caption}" \ |
|
prop_uniquename="${cp.prop_uniquename}" \ |
|
prop_default="${cp.prop_default}" \ |
|
static_values="${cp.static_values}" \ |
|
input_type_uniquename="${cp.input_type_uniquename}" \ |
|
group_caption="${cp.group_caption}" \ |
|
group_uniquename="${cp.group_uniquename}" \ |
|
prop_unit="${cp.prop_unit}" \ |
|
prop_range_from="${cp.range_from}" \ |
|
prop_range_to="${cp.range_to}" \ |
|
renderer_uniquename="${cp.renderer_uniquename}" \ |
|
group_variable_name="${cp.group_variable_name}" \ |
|
variable_name="${cp.variable_name}" \ |
|
\ |
|
\ |
|
/>\ |
|
</\foreach>\ |
|
</\if>\ |
|
</chartProperties>^Chart-Eigenschaften^Hier werden Chart-Eigenschaften gefiltert^^VIZ_PROPERTIES^^^320^1^0^0^^1^01.01.1900^31.12.3000^ |
|
2^VIZ_HS_KUERZEL^Uni X^Institutions-Kürzel^Hier wird ein Kürzel für die Hochschule eingetragen^^VIZ_PROPERTIES^^^320^1^0^0^^1^01.01.1900^31.12.3000^
|
|
|