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.
56 lines
2.6 KiB
56 lines
2.6 KiB
42000^Jobstatus^50^0^0^150^200^1^integer^200^0^1^<<SQL>> select 0,'Release' from xdummy union select 1,'Eigene' from xdummy^^ ^ |
|
42001^Laderoutine^0^0^0^150^80^1^integer^200^0^1^<<SQL>> select tid,caption from etl_job order by 2;^^^ |
|
42002^Arten von Ladeschritten^100^0^0^150^300^1^char^30^0^18^^^<<SQL>>select '../edit/etl/etl_step_type_list.jsp' from xdummy;^ |
|
42003^Name^20^0^0^150^150^1^sql^50^0^0^^^^ |
|
42004^Sicht^30^0^0^150^200^20^sql^200^0^1^<<SQL>> select tid,trim(art) || '- ' || trim(name) from sichten where aktiv=1 and position('<#' in quelle) =0 order by 2;^hidden^^ |
|
42005^Job-Management^1000^0^0^150^300^1^char^30^0^18^^^<<SQL>>select '../edit/etl/etl_manager.jsp' from xdummy;^ |
|
42006^Maske^1^0^0^100^380^20^sql^30^0^1^<<SQL>> select M.tid, M.tid || ' - ' || M.name from maskeninfo M, sachgeb_maske_bez S where M.tid=S.maskeninfo_id order by 1;^hidden^^ |
|
42007^Testfall-Projekt^15^0^0^150^80^20^sql^200^0^1^<<SQL>> --freemarker template\ |
|
<sqlvars>\ |
|
<sqlvar name="QA_installed">\ |
|
select 1 from xdummy where 0 < (select count(*) from db_version where his_system='qa')\ |
|
union select 0 from xdummy where \ |
|
0 = (select count(*) from db_version where his_system='qa');\ |
|
</sqlvar>\ |
|
</sqlvars>\ |
|
\ |
|
<#if QA_installed==1>\ |
|
select tid,name from qa_project where active=1 order by 2;\ |
|
<#else>\ |
|
select null::char(1),'Keine Auwahl möglich' from xdummy\ |
|
</#if>\ |
|
\ |
|
/* <<just a comment to make it a modal dialog>> */^hidden^^ |
|
42008^Spaltenlayout^15^0^0^150^80^20^sql^200^0^1^<<SQL>> --freemarker template\ |
|
<sqlvars>\ |
|
<sqlvar name="RPTA_installed">\ |
|
select 1 from xdummy where 0 < (select count(*) from db_version where his_system='rpta')\ |
|
union select 0 from xdummy where \ |
|
0 = (select count(*) from db_version where his_system='rpta');\ |
|
</sqlvar>\ |
|
</sqlvars>\ |
|
\ |
|
<#if RPTA_installed==1>\ |
|
select tid,caption from rpta_column_layout order by 2;\ |
|
<#else>\ |
|
select null::char(1),'Keine Auwahl möglich' from xdummy\ |
|
</#if>\ |
|
\ |
|
/* <<just a comment to make it a modal dialog>> */^hidden^^ |
|
42009^Komponente^17^0^0^130^100^1^integer^30^0^1^<<SQL>> select tid,name from systeminfo order by 2^ ^ ^ |
|
42010^Hochschule^17^0^0^130^100^1^integer^30^0^1^<<SQL>> --freemarker template\ |
|
<sqlvars>\ |
|
<sqlvar name="SXC_installed">\ |
|
select 1 from xdummy where 0 < (select count(*) from db_version where his_system='sxc')\ |
|
union select 0 from xdummy where \ |
|
0 = (select count(*) from db_version where his_system='sxc');\ |
|
</sqlvar>\ |
|
</sqlvars>\ |
|
\ |
|
<#if SXC_installed==1>\ |
|
select apnr,kurztext from sxc_hochschulen_liste order by 2;\ |
|
<#else>\ |
|
select null::char(1),'Keine Auwahl möglich' from xdummy\ |
|
</#if>\ |
|
\ |
|
/* <<just a comment to make it a modal dialog>> */^hidden^ ^
|
|
|