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.
62 lines
1.7 KiB
62 lines
1.7 KiB
52000^Portale verwalten^--Autor: D. Quathamer\ |
|
--Datum: 15.3.2024\ |
|
--freemarker template\ |
|
create temp table tmp_portal_config(\ |
|
tid INTEGER , \ |
|
uniquename VARCHAR(255) not null, \ |
|
caption VARCHAR(255) , \ |
|
userinfo_id INTEGER , \ |
|
print_maskeninfo_id INTEGER , \ |
|
booklet_stylesheet VARCHAR(255) ,\ |
|
layout_uniquename varchar(255),\ |
|
layout_id integer,\ |
|
id_param_name VARCHAR(255) ,\ |
|
nextedit varchar(255)\ |
|
);\ |
|
insert into tmp_portal_config (tid,\ |
|
uniquename,\ |
|
caption,\ |
|
userinfo_id,\ |
|
print_maskeninfo_id,\ |
|
booklet_stylesheet,\ |
|
-- id_param,\ |
|
-- id_param_name,\ |
|
nextedit) \ |
|
select tid,\ |
|
uniquename,\ |
|
caption,\ |
|
userinfo_id,\ |
|
print_maskeninfo_id,\ |
|
booklet_stylesheet,\ |
|
-- id_param,\ |
|
-- id_param_name\ |
|
('../edit/portal/portal_config_edit.jsp|tid=' || C.tid)::varchar(255)\ |
|
FROM portal_config C\ |
|
where 1=1\ |
|
/* and C.caption ilike '%<<Stichwort>>%' */\ |
|
/* and C.uniquename ilike '%<<Schlüssel>>%' */\ |
|
;\ |
|
\ |
|
\ |
|
\ |
|
select \ |
|
caption,\ |
|
uniquename,\ |
|
nextedit \ |
|
\ |
|
from tmp_portal_config\ |
|
order by caption ,uniquename\ |
|
;^XIL List\ |
|
drop_and_delete movable_columns sizable_columns horizontal_scrolling\ |
|
white_space_color=COLOR_WHITE fixed_columns=2\ |
|
min_heading_height=35\ |
|
Column CID=0 heading_text="Name" center_heading\ |
|
row_selectable col_selectable heading_platform readonly\ |
|
width=50 text_size=100\ |
|
Column CID=0 heading_text="Schlüssel" center_heading\ |
|
row_selectable col_selectable heading_platform readonly\ |
|
width=50 text_size=100\ |
|
Column CID=1 heading_text="Bearbeiten" center_heading\ |
|
row_selectable col_selectable heading_platform readonly\ |
|
width=5 text_size=200\ |
|
@@@^^^Portale und Inhalte verwalten.^drop table tmp_portal_config;^^1^440^360^0^1^ ^
|
|
|