Saved in the new menu code, also changed the autoinstall for the test environment so that it will dynamically call the sql export scripts for apex rather than using a hardcoded string.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2935 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -9,12 +9,16 @@ include Watir
|
||||
@@ie.visible= false
|
||||
#set the speed of watir
|
||||
@@ie.speed = :fast
|
||||
|
||||
#backup 2 directories
|
||||
Dir.chdir('..')
|
||||
Dir.chdir('..')
|
||||
#we're in windows, so replace the forwards with the backs
|
||||
workingdir = Dir.getwd.to_s.gsub!('/','\\')
|
||||
#Set constants for import
|
||||
ORIGINAL_APP_ID = '155'
|
||||
NEW_APP_ID = '102'
|
||||
SCHEMA = 'MIP_TEST'
|
||||
APEX_EXPORT_SCRIPTS_DIR = 'c:\\webmip\\trunk\\Screens\\'
|
||||
APEX_EXPORT_SCRIPTS_DIR = workingdir +'\\Screens\\'
|
||||
APPLICATION_SCRIPT = 'f155.sql'
|
||||
CSS_SCRIPT = 'css.sql'
|
||||
IMAGES_SCRIPT = 'f155_img.sql'
|
||||
|
||||
776
Screens/f155.sql
776
Screens/f155.sql
@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 17:46 Thursday November 29, 2007
|
||||
-- Exported By: PRIESTJ
|
||||
-- Date and Time: 16:20 Monday December 3, 2007
|
||||
-- Exported By: ADMIN
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
-- Version: 3.0.1.00.08
|
||||
@@ -25,12 +25,12 @@ prompt APPLICATION 155 - webmip
|
||||
-- Using SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application.
|
||||
|
||||
-- Application Statistics:
|
||||
-- Pages: 22
|
||||
-- Pages: 24
|
||||
-- Items: 156
|
||||
-- Computations: 1
|
||||
-- Validations: 33
|
||||
-- Processes: 34
|
||||
-- Regions: 34
|
||||
-- Regions: 35
|
||||
-- Buttons: 53
|
||||
-- Shared Components
|
||||
-- Breadcrumbs: 1
|
||||
@@ -41,8 +41,8 @@ prompt APPLICATION 155 - webmip
|
||||
-- Parent Tabs: 0
|
||||
-- Tab Sets: 0
|
||||
-- Tabs: 0
|
||||
-- NavBars: 11
|
||||
-- Lists: 0
|
||||
-- NavBars: 0
|
||||
-- Lists: 2
|
||||
-- Shortcuts: 1
|
||||
-- Themes: 1
|
||||
-- Templates:
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 24734616867526758 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'Y',
|
||||
p_checksum_salt_last_reset => '20071129174644',
|
||||
p_checksum_salt_last_reset => '20071203162018',
|
||||
p_home_link => 'f?p=&APP_ID.:1',
|
||||
p_box_width => '98%',
|
||||
p_flow_language => 'en-gb',
|
||||
@@ -184,8 +184,8 @@ wwv_flow_api.create_flow(
|
||||
p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_default_menur_template => 24737010408526765 + wwv_flow_api.g_id_offset,
|
||||
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20071129174644',
|
||||
p_last_updated_by => 'ADMIN',
|
||||
p_last_upd_yyyymmddhh24miss=> '20071203162018',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -280,215 +280,7 @@ prompt ...navigation bar entries
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 12781514571328003 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 10,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Data Export',
|
||||
p_icon_target => 'f?p=&APP_ID.:5:&SESSION.::&DEBUG.::::',
|
||||
p_icon_image_alt => 'Data export screen',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 12827831174599325 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 20,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Bases',
|
||||
p_icon_target => 'f?p=&APP_ID.:10:&SESSION.::&DEBUG.::::',
|
||||
p_icon_image_alt => 'Bases',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 12806915656424547 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 30,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Housings',
|
||||
p_icon_target => 'f?p=&APP_ID.:7:&SESSION.::&DEBUG.::::',
|
||||
p_icon_image_alt => 'Housings',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 12846811828622173 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 40,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Modules',
|
||||
p_icon_target => 'f?p=&APP_ID.:12:&SESSION.::&DEBUG.::::',
|
||||
p_icon_image_alt => 'Modules',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15967504839794315 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 50,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Enquiries',
|
||||
p_icon_target => 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.:::',
|
||||
p_icon_image_alt => '',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '%null%',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15390822608199759 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 100,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Labour Costs',
|
||||
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:LACO:',
|
||||
p_icon_image_alt => 'Labour Costs',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15394517245236145 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 101,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Base Costs',
|
||||
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:BACO:',
|
||||
p_icon_image_alt => 'Base Costs',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15453530722713064 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 102,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Housing Costs',
|
||||
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:HOCO:',
|
||||
p_icon_image_alt => 'Housing Costs',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15454110767716750 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 103,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Meter Costs',
|
||||
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:MECO:',
|
||||
p_icon_image_alt => 'Meter Costs',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 15464930918902381 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 104,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Additional Item Costs',
|
||||
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:AICO:',
|
||||
p_icon_image_alt => 'Additional Item Costs',
|
||||
p_icon_height => null,
|
||||
p_icon_width => null,
|
||||
p_icon_height2 => null,
|
||||
p_icon_width2 => null,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
wwv_flow_api.create_icon_bar_item(
|
||||
p_id => 11076501230541517 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_icon_sequence => 200,
|
||||
p_icon_image => '',
|
||||
p_icon_subtext => 'Logout',
|
||||
p_icon_target => '&LOGOUT_URL.',
|
||||
p_icon_image_alt => 'Logout',
|
||||
p_icon_height => 32,
|
||||
p_icon_width => 32,
|
||||
p_icon_height2 => 24,
|
||||
p_icon_width2 => 24,
|
||||
p_icon_bar_disp_cond => '',
|
||||
p_icon_bar_disp_cond_type => '',
|
||||
p_begins_on_new_line=> 'NO',
|
||||
p_cell_colspan => 1,
|
||||
p_onclick=> '',
|
||||
p_icon_bar_comment=> '');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
@@ -1365,6 +1157,109 @@ end;
|
||||
prompt ...comments: requires application express 2.2 or higher
|
||||
--
|
||||
|
||||
--application/pages/page_00000
|
||||
prompt ...PAGE 0: system
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
h varchar2(32767) := null;
|
||||
ph varchar2(32767) := null;
|
||||
begin
|
||||
h := null;
|
||||
ph := null;
|
||||
wwv_flow_api.create_page(
|
||||
p_id => 0,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_tab_set=> '',
|
||||
p_name => 'system',
|
||||
p_step_title=> 'System',
|
||||
p_step_sub_title => 'System',
|
||||
p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS',
|
||||
p_first_item=> 'NO_FIRST_ITEM',
|
||||
p_help_text => '',
|
||||
p_html_page_header => '',
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20071130181745',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
end;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
declare
|
||||
s varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
s := null;
|
||||
wwv_flow_api.create_page_plug (
|
||||
p_id=> 17208326022880694 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_page_id=> 0,
|
||||
p_plug_name=> 'menu',
|
||||
p_region_name=>'',
|
||||
p_plug_template=> 0,
|
||||
p_plug_display_sequence=> 10,
|
||||
p_plug_display_column=> 1,
|
||||
p_plug_display_point=> 'REGION_POSITION_08',
|
||||
p_plug_source=> s,
|
||||
p_plug_source_type=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_translate_title=> 'Y',
|
||||
p_plug_display_error_message=> '#SQLERRM#',
|
||||
p_plug_query_row_template=> 1,
|
||||
p_plug_query_headings_type=> 'QUERY_COLUMNS',
|
||||
p_plug_query_num_rows_type => 'NEXT_PREVIOUS_LINKS',
|
||||
p_plug_query_row_count_max => 500,
|
||||
p_plug_query_show_nulls_as => ' - ',
|
||||
p_plug_display_condition_type => 'CURRENT_PAGE_NOT_IN_CONDITION',
|
||||
p_plug_display_when_condition => '101',
|
||||
p_pagination_display_position=>'BOTTOM_RIGHT',
|
||||
p_plug_customized=>'0',
|
||||
p_plug_caching=> 'NOT_CACHED',
|
||||
p_required_patch=> '' + wwv_flow_api.g_id_offset,
|
||||
p_plug_comment=> '');
|
||||
end;
|
||||
/
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
---------------------------------------
|
||||
-- ...updatable report columns for page 0
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
--application/pages/page_00001
|
||||
prompt ...PAGE 1: front page
|
||||
--
|
||||
@@ -3538,7 +3433,7 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss => '20071129125235',
|
||||
p_last_upd_yyyymmddhh24miss => '20071130161045',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -3587,7 +3482,7 @@ wwv_flow_api.create_report_region (
|
||||
p_name=> 'Modules',
|
||||
p_region_name=>'',
|
||||
p_template=> 24740611526526770+ wwv_flow_api.g_id_offset,
|
||||
p_display_sequence=> 10,
|
||||
p_display_sequence=> 20,
|
||||
p_display_column=> 1,
|
||||
p_display_point=> 'AFTER_SHOW_ITEMS',
|
||||
p_source=> s,
|
||||
@@ -15802,6 +15697,73 @@ end;
|
||||
/
|
||||
|
||||
|
||||
--application/pages/page_00040
|
||||
prompt ...PAGE 40: Administration
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
h varchar2(32767) := null;
|
||||
ph varchar2(32767) := null;
|
||||
begin
|
||||
h := null;
|
||||
ph := null;
|
||||
wwv_flow_api.create_page(
|
||||
p_id => 40,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_tab_set=> '',
|
||||
p_name => 'Administration',
|
||||
p_step_title=> 'Administration',
|
||||
p_step_sub_title => 'Administration',
|
||||
p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS',
|
||||
p_first_item=> 'NO_FIRST_ITEM',
|
||||
p_help_text => '',
|
||||
p_html_page_header => '',
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20071130182318',
|
||||
p_page_comment => '');
|
||||
|
||||
end;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
---------------------------------------
|
||||
-- ...updatable report columns for page 40
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
--application/pages/page_00101
|
||||
prompt ...PAGE 101: login
|
||||
--
|
||||
@@ -16898,6 +16860,340 @@ end;
|
||||
|
||||
prompt ...lists
|
||||
--
|
||||
--application/shared_components/navigation/lists/treelist
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_list (
|
||||
p_id=> 17079628035001319 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'TreeList',
|
||||
p_list_status=> 'PUBLIC',
|
||||
p_list_displayed=> 'BY_DEFAULT',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_display_row_template_id=> 24746820611526783 + wwv_flow_api.g_id_offset);
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17080808081005039 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17079628035001319 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>2,
|
||||
p_list_item_link_text=> 'Hello',
|
||||
p_list_item_link_target=> '',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17080200462002780 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17079628035001319 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>1,
|
||||
p_list_item_link_text=> 'Modules',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:12:&SESSION.::&DEBUG.::::',
|
||||
p_parent_list_item_id=> 17080808081005039 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
--application/shared_components/navigation/lists/webmip_menu
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_list (
|
||||
p_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'webmip_menu',
|
||||
p_list_status=> 'PUBLIC',
|
||||
p_list_displayed=> 'BY_DEFAULT',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_display_row_template_id=> 24746820611526783 + wwv_flow_api.g_id_offset);
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17184406243748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>100,
|
||||
p_list_item_link_text=> 'Home',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:1:&SESSION.::&DEBUG.::::',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '1',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>200,
|
||||
p_list_item_link_text=> 'Administration',
|
||||
p_list_item_link_target=> '',
|
||||
p_list_item_disp_cond_type=> 'CURRENT_PAGE_IN_CONDITION',
|
||||
p_list_item_disp_condition=> '40,5,7,10,12,18',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '40,5,7,10,18',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17185605094748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>210,
|
||||
p_list_item_link_text=> 'Housings',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:7:&SESSION.::&DEBUG.::::',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '7',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17184112268748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>230,
|
||||
p_list_item_link_text=> 'Data Export',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:5:&SESSION.::&DEBUG.::::',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '5',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17183814449748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>240,
|
||||
p_list_item_link_text=> 'Bases',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:10:&SESSION.::&DEBUG.::::',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '10',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17185916358748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>250,
|
||||
p_list_item_link_text=> 'Modules',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:12:&SESSION.::&DEBUG.::::',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '12',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17182307413748990 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>260,
|
||||
p_list_item_link_text=> 'Labour Costs',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:LACO:',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'PLSQL_EXPRESSION',
|
||||
p_list_item_current_for_pages=> ':APP_PAGE_ID=18 and :P18_REQUIRED_COST_TYPE=''LACO''',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17182625071748990 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>270,
|
||||
p_list_item_link_text=> 'Base Costs',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:BACO:',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'PLSQL_EXPRESSION',
|
||||
p_list_item_current_for_pages=> ':APP_PAGE_ID=18 and :P18_REQUIRED_COST_TYPE=''BACO''',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17182909576748990 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>280,
|
||||
p_list_item_link_text=> 'Housing Costs',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:HOCO:',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'PLSQL_EXPRESSION',
|
||||
p_list_item_current_for_pages=> ':APP_PAGE_ID=18 and :P18_REQUIRED_COST_TYPE=''HOCO''',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17183209541748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>290,
|
||||
p_list_item_link_text=> 'Additional Item Costs',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:AICO:',
|
||||
p_parent_list_item_id=> 17183506934748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'PLSQL_EXPRESSION',
|
||||
p_list_item_current_for_pages=> ':APP_PAGE_ID=18 and :P18_REQUIRED_COST_TYPE=''AICO''',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17186214869748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>201,
|
||||
p_list_item_link_text=> 'Administration',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:40:&SESSION.::&DEBUG.::::',
|
||||
p_list_item_disp_cond_type=> 'PLSQL_EXPRESSION',
|
||||
p_list_item_disp_condition=> '#OWNER#.mip_security.component_authorization(v(''APP_USER''),''adminmenu'') and :APP_PAGE_ID <> 5 and :APP_PAGE_ID <> 7 and :APP_PAGE_ID <> 10 and :APP_PAGE_ID <> 12 and :APP_PAGE_ID <> 18 and :APP_PAGE_ID <> 40',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17184720394748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>300,
|
||||
p_list_item_link_text=> 'Enquiries',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.::::',
|
||||
p_list_item_disp_cond_type=> 'CURRENT_PAGE_IN_CONDITION',
|
||||
p_list_item_disp_condition=> '30,31,32',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '30,31,32',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17186820057748995 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>310,
|
||||
p_list_item_link_text=> 'Create Enquiry',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:32:&SESSION.::&DEBUG.:32:::',
|
||||
p_parent_list_item_id=> 17184720394748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '32',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17187123386748995 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>320,
|
||||
p_list_item_link_text=> 'Search for Enquiry',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.:30:::',
|
||||
p_parent_list_item_id=> 17184720394748992 + wwv_flow_api.g_id_offset,
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_current_for_pages=> '30',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17186509674748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>301,
|
||||
p_list_item_link_text=> 'Enquiries',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.::::',
|
||||
p_list_item_disp_cond_type=> 'CURRENT_PAGE_NOT_IN_CONDITION',
|
||||
p_list_item_disp_condition=> '30,31,32',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17185000287748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>400,
|
||||
p_list_item_link_text=> 'Quotes',
|
||||
p_list_item_link_target=> '',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
wwv_flow_api.create_list_item (
|
||||
p_id=> 17185331917748994 + wwv_flow_api.g_id_offset,
|
||||
p_list_id=> 17182006546748989 + wwv_flow_api.g_id_offset,
|
||||
p_list_item_type=> 'LINK',
|
||||
p_list_item_status=> 'PUBLIC',
|
||||
p_item_displayed=> 'BY_DEFAULT',
|
||||
p_list_item_display_sequence=>500,
|
||||
p_list_item_link_text=> 'Logout',
|
||||
p_list_item_link_target=> 'f?p=&APP_ID.:101:&SESSION.::&DEBUG.::::',
|
||||
p_list_countclicks_y_n=> 'N',
|
||||
p_list_text_01=> '',
|
||||
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
|
||||
p_list_item_owner=> '');
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
--application/shared_components/navigation/breadcrumbs
|
||||
prompt ...breadcrumbs
|
||||
--
|
||||
@@ -17019,10 +17315,10 @@ c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#'||chr(10)||
|
||||
'<div id="rowHd">'||chr(10)||
|
||||
'<div id="logo" class="hskpcol1">'||chr(10)||
|
||||
'<img';
|
||||
'<div id="logo" class="hskpco';
|
||||
|
||||
c1:=c1||' src="#WORKSPACE_IMAGES#ngmeterlogo.gif" alt="National Grid Metering"/>'||chr(10)||
|
||||
c1:=c1||'l1">'||chr(10)||
|
||||
'<img src="#WORKSPACE_IMAGES#ngmeterlogo.gif" alt="National Grid Metering"/>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="navHousekeep" class="hskpcol2">'||chr(10)||
|
||||
'<p>You are logged in as... &APP_USER.</p>'||chr(10)||
|
||||
@@ -17045,9 +17341,9 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
|
||||
' <div class="hskpcol2">'||chr(10)||
|
||||
' <div id="navFooter">'||chr(10)||
|
||||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
|
||||
' <a href="theter';
|
||||
' <a';
|
||||
|
||||
c2:=c2||'msandconditions.htm">Terms & conditions</a>'||chr(10)||
|
||||
c2:=c2||' href="thetermsandconditions.htm">Terms & conditions</a>'||chr(10)||
|
||||
''||chr(10)||
|
||||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
@@ -17064,7 +17360,7 @@ c3:=c3||'<div id="UKSubNav" class="reg">'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="rowContent">'||chr(10)||
|
||||
'<div id="colLeft">'||chr(10)||
|
||||
'#NAVIGATION_BAR#'||chr(10)||
|
||||
'<div id="navTier" class="w180">#REGION_POSITION_08#</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="colMid">'||chr(10)||
|
||||
''||chr(10)||
|
||||
@@ -17076,9 +17372,9 @@ c3:=c3||'<div id="UKSubNav" class="reg">'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="colRight">'||chr(10)||
|
||||
'<h1 class="podTitle"><img src="#WORKSPACE_IMAGES#exclaim.gif" alt=""/>Important Messages</h1>'||chr(10)||
|
||||
'<div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAG';
|
||||
'<d';
|
||||
|
||||
c3:=c3||'E##NOTIFICATION_MESSAGE#</div>'||chr(10)||
|
||||
c3:=c3||'iv class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
''||chr(10)||
|
||||
@@ -17106,7 +17402,7 @@ wwv_flow_api.create_template(
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div id="navTier" class="w180"><ul class="tierLink">#BAR_BODY#</ul></div>',
|
||||
p_navigation_bar=> '',
|
||||
p_navbar_entry=> '<li><img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
@@ -17118,7 +17414,6 @@ wwv_flow_api.create_template(
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 3,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
@@ -19579,21 +19874,21 @@ declare
|
||||
l_clob8 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t:=t||'<li><a class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t2:=t2||'<li><a href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t3:=t3||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t3:=t3||'<li><a class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t4:=t4||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t4:=t4||'<li><a href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t5:=t5||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t5:=t5||'<li><a class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t6:=t6||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t6:=t6||'<li><a href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t7:=t7||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t7:=t7||'<li><a class="current" href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
t8:=t8||'<li><a href="#LINK#">#TEXT#</a></li>';
|
||||
t8:=t8||'<li><a href="#LINK#"><img src="#WORKSPACE_IMAGES#black.gif" alt="">#TEXT#</a></li>';
|
||||
|
||||
wwv_flow_api.create_list_template (
|
||||
p_id=>24746820611526783 + wwv_flow_api.g_id_offset,
|
||||
@@ -19602,8 +19897,8 @@ wwv_flow_api.create_list_template (
|
||||
p_list_template_noncurrent=> t2,
|
||||
p_list_template_name=>'Tree List',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 23,
|
||||
p_list_template_before_rows=>'<ul class="htmlTree">',
|
||||
p_theme_class_id => 0,
|
||||
p_list_template_before_rows=>'<ul class="tierLink">',
|
||||
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
|
||||
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#">',
|
||||
p_after_sub_list=>'</ul>',
|
||||
@@ -19613,7 +19908,6 @@ wwv_flow_api.create_list_template (
|
||||
p_item_templ_noncurr_w_child=> t6,
|
||||
p_sub_templ_curr_w_child=> t7,
|
||||
p_sub_templ_noncurr_w_child=> t8,
|
||||
p_translate_this_template => 'N',
|
||||
p_list_template_comment=>'');
|
||||
end;
|
||||
null;
|
||||
|
||||
Reference in New Issue
Block a user