Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
Study Performance Tracking App
Commits
3297998c
Commit
3297998c
authored
Aug 18, 2023
by
Clark Lin
Browse files
initial version 1.0
parent
488633ba
Changes
264
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
264 of 264+
files are displayed.
Plain diff
Email patch
app/f10001/application/shared_components/user_interface/templates/region/interactive_report.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/interactive_report
begin
-- Manifest
-- REGION TEMPLATE: INTERACTIVE_REPORT
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# class="t-IRR-region #REGION_CSS_CLASSES#">'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #PREVIOUS#'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
' #NEXT#'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Interactive Report'
,
p_internal_name
=>
'INTERACTIVE_REPORT'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
9
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4159644985318766
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4160134083318767
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4160605413318768
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4161160033318768
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4161662700318769
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16112462865514800
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/item_container.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/item_container
begin
-- Manifest
-- REGION TEMPLATE: ITEM_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
4235828651318960
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ItemContainer #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ItemContainer-start">#BUTTON_START#</div>'
,
' <div class="t-ItemContainer-item">#BODY#</div>'
,
' <div class="t-ItemContainer-end">#BUTTON_END#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Item Container'
,
p_internal_name
=>
'ITEM_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4236310743318961
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4235828651318960
)
,
p_name
=>
'Item'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4236825395318962
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4235828651318960
)
,
p_name
=>
'Button End'
,
p_placeholder
=>
'BUTTON_END'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4237301281318962
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4235828651318960
)
,
p_name
=>
'Button Start'
,
p_placeholder
=>
'BUTTON_START'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/login.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/login
begin
-- Manifest
-- REGION TEMPLATE: LOGIN
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Login-region t-Form--stretchInputs t-Form--labelsAbove #REGION_CSS_CLASSES#" id="#REGION_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Login-header">'
,
' #REGION_IMAGE#'
,
' <span class="t-Login-logo #ICON_CSS_CLASSES#" aria-hidden="true"></span>'
,
' <h2 class="t-Login-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Login-body">#BODY#</div>'
,
' <div class="t-Login-buttons">#NEXT#</div>'
,
' <div class="t-Login-links">#EDIT##CREATE#</div>'
,
' <div class="t-Login-subRegions">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Login'
,
p_internal_name
=>
'LOGIN'
,
p_image_template
=>
'<img class="t-Login-logo" src="#REGION_IMAGE_URL#" alt="" data-app-icon />'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
23
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4165082521318775
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4165519255318776
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4166052488318776
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4166514937318777
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4167081163318778
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16114256328514805
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/search_results_container.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/search_results_container
begin
-- Manifest
-- REGION TEMPLATE: SEARCH_RESULTS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
4231552709318948
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ResultsRegion #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ResultsRegion-search">#SEARCH_FIELD#</div>'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Search Results Container'
,
p_internal_name
=>
'SEARCH_RESULTS_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
11
,
p_default_template_options
=>
'u-colors'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4232018160318949
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4231552709318948
)
,
p_name
=>
'Search Results'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4232578768318950
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4231552709318948
)
,
p_name
=>
'Search Field'
,
p_placeholder
=>
'SEARCH_FIELD'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4233084976318950
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
4231552709318948
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/standard.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/standard
begin
-- Manifest
-- REGION TEMPLATE: STANDARD
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Region #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Region-header">'
,
' <div class="t-Region-headerItems t-Region-headerItems--title">'
,
' <span class="t-Region-headerIcon"><span class="t-Icon #ICON_CSS_CLASSES#" aria-hidden="true"></span></span>'
,
' <h2 class="t-Region-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Region-headerItems t-Region-headerItems--buttons">#COPY##EDIT#<span class="js-maximizeButtonContainer"></span></div>'
,
' </div>'
,
' <div class="t-Region-bodyWrap">'
,
' <div class="t-Region-buttons t-Region-buttons--top">'
,
' <div class="t-Region-buttons-left">#PREVIOUS#</div>'
,
' <div class="t-Region-buttons-right">#NEXT#</div>'
,
' </div>'
,
' <div class="t-Region-body">'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
' </div>'
,
' <div class="t-Region-buttons t-Region-buttons--bottom">'
,
' <div class="t-Region-buttons-left">#CLOSE##HELP#</div>'
,
' <div class="t-Region-buttons-right">#DELETE##CHANGE##CREATE#</div>'
,
' </div>'
,
' </div>'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Standard'
,
p_internal_name
=>
'STANDARD'
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
8
,
p_preset_template_options
=>
't-Region--scrollBody'
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4174059740318794
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4174555678318795
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4175024580318795
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4175541987318796
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4176071150318797
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4176568005318798
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4177044193318799
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4177520253318800
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Help'
,
p_placeholder
=>
'HELP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4178053954318801
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4178580750318802
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4179043725318803
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4179515204318804
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16116793714514810
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/tabs_container.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/tabs_container
begin
-- Manifest
-- REGION TEMPLATE: TABS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16126242676514858
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-TabsRegion #REGION_CSS_CLASSES# apex-tabs-region" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# id="#REGION_STATIC_ID#">'
,
' #BODY#'
,
' <div class="t-TabsRegion-items">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_sub_plug_template
=>
'<div data-label="#SUB_REGION_TITLE!ATTR#" id="SR_#SUB_REGION_ID#">#SUB_REGION#</div>'
,
p_page_plug_template_name
=>
'Tabs Container'
,
p_internal_name
=>
'TABS_CONTAINER'
,
p_javascript_file_urls
=>
'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
5
,
p_preset_template_options
=>
't-TabsRegion-mod--simple'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4198126671318853
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16126242676514858
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4198601348318854
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16126242676514858
)
,
p_name
=>
'Tabs'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/title_bar.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/title_bar
begin
-- Manifest
-- REGION TEMPLATE: TITLE_BAR
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<nav id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# class="t-BreadcrumbRegion #REGION_CSS_CLASSES#">'
,
' <div class="t-BreadcrumbRegion-top">'
,
' <div class="t-BreadcrumbRegion-buttons t-BreadcrumbRegion-buttons--start">#UP#</div>'
,
' <div class="t-BreadcrumbRegion-body">'
,
' <div class="t-BreadcrumbRegion-breadcrumb">#BODY#</div>'
,
' <div class="t-BreadcrumbRegion-title">'
,
' <h1 id="#REGION_STATIC_ID#_heading" class="t-BreadcrumbRegion-titleText" data-apex-heading>#TITLE#</h1>'
,
' </div>'
,
' </div>'
,
' <div class="t-BreadcrumbRegion-buttons t-BreadcrumbRegion-buttons--end">#PREVIOUS##CLOSE##DELETE##HELP##CHANGE##EDIT##COPY##CREATE##NEXT#</div>'
,
' </div>'
,
' <div class="t-BreadcrumbRegion-bottom">#SMART_FILTERS#</div>'
,
'</nav>'
,
''
))
,
p_page_plug_template_name
=>
'Title Bar'
,
p_internal_name
=>
'TITLE_BAR'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_default_template_options
=>
't-BreadcrumbRegion--showBreadcrumb'
,
p_preset_template_options
=>
't-BreadcrumbRegion--useBreadcrumbTitle'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'navigation'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4207528129318886
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4208019300318887
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4208521125318888
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4209008451318888
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4209546563318889
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4210024857318890
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4210526245318890
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4211031410318891
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Help'
,
p_placeholder
=>
'HELP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4211521536318892
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4212099207318892
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4212532794318893
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Search Field and Smart Filters'
,
p_placeholder
=>
'SMART_FILTERS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4213025393318894
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4213518989318894
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16128864886514872
)
,
p_name
=>
'Up'
,
p_placeholder
=>
'UP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/region/wizard_container.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/region/wizard_container
begin
-- Manifest
-- REGION TEMPLATE: WIZARD_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Wizard #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Wizard-header">'
,
' <h1 class="t-Wizard-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h1>'
,
' <div class="u-Table t-Wizard-controls">'
,
' <div class="u-Table-fit t-Wizard-buttons">#PREVIOUS##CLOSE#</div>'
,
' <div class="u-Table-fill t-Wizard-steps">#BODY#</div>'
,
' <div class="u-Table-fit t-Wizard-buttons">#NEXT#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Wizard-body">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Wizard Container'
,
p_internal_name
=>
'WIZARD_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
8
,
p_preset_template_options
=>
't-Wizard--hideStepsXSmall'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4218722569318906
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4219286557318907
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4219746051318908
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4220236318318909
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
4220767757318909
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
16133604317514901
)
,
p_name
=>
'Wizard Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
false
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/alerts.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/alerts
begin
-- Manifest
-- ROW TEMPLATE: ALERTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16155575526514980
)
,
p_row_template_name
=>
'Alerts'
,
p_internal_name
=>
'ALERTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--horizontal t-Alert--colorBG t-Alert--defaultIcons t-Alert--#ALERT_TYPE#" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon" aria-hidden="true"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title">#ALERT_TITLE#</h2>'
,
' </div>'
,
' <div class="t-Alert-body">'
,
' #ALERT_DESC#'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' #ALERT_ACTION#'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_row_template_before_rows
=>
'<div class="t-Alerts #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_alerts" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</div>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
14
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/badge_list.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/badge_list
begin
-- Manifest
-- ROW TEMPLATE: BADGE_LIST
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16147101935514968
)
,
p_row_template_name
=>
'Badge List'
,
p_internal_name
=>
'BADGE_LIST'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-BadgeList-item">'
,
' <span class="t-BadgeList-wrap u-color">'
,
' <span class="t-BadgeList-label">#COLUMN_HEADER#</span>'
,
' <span class="t-BadgeList-value">#COLUMN_VALUE#</span>'
,
' </span>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-BadgeList #COMPONENT_CSS_CLASSES#" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_preset_template_options
=>
't-BadgeList--large:t-BadgeList--fixed:t-BadgeList--circular'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/cards.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/cards
begin
-- Manifest
-- ROW TEMPLATE: CARDS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16155741805514981
)
,
p_row_template_name
=>
'Cards'
,
p_internal_name
=>
'CARDS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Cards-item #CARD_MODIFIERS#">'
,
' <div class="t-Card">'
,
' <a href="#CARD_LINK#" class="t-Card-wrap">'
,
' <div class="t-Card-icon u-color #CARD_COLOR#"><span class="t-Icon fa #CARD_ICON#"><span class="t-Card-initials" role="presentation">#CARD_INITIALS#</span></span></div>'
,
' <div class="t-Card-titleWrap"><h3 class="t-Card-title">#CARD_TITLE#</h3><h4 class="t-Card-subtitle">#CARD_SUBTITLE#</h4></div>'
,
' <div class="t-Card-body">'
,
' <div class="t-Card-desc">#CARD_TEXT#</div>'
,
' <div class="t-Card-info">#CARD_SUBTEXT#</div>'
,
' </div>'
,
' <span class="t-Card-colorFill u-color #CARD_COLOR#"></span>'
,
' </a>'
,
' </div>'
,
'</li>'
))
,
p_row_template_condition1
=>
':CARD_LINK is not null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Cards-item #CARD_MODIFIERS#">'
,
' <div class="t-Card">'
,
' <div class="t-Card-wrap">'
,
' <div class="t-Card-icon u-color #CARD_COLOR#"><span class="t-Icon fa #CARD_ICON#"><span class="t-Card-initials" role="presentation">#CARD_INITIALS#</span></span></div>'
,
' <div class="t-Card-titleWrap"><h3 class="t-Card-title">#CARD_TITLE#</h3><h4 class="t-Card-subtitle">#CARD_SUBTITLE#</h4></div>'
,
' <div class="t-Card-body">'
,
' <div class="t-Card-desc">#CARD_TEXT#</div>'
,
' <div class="t-Card-info">#CARD_SUBTEXT#</div>'
,
' </div>'
,
' <span class="t-Card-colorFill u-color #CARD_COLOR#"></span>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-Cards #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_cards" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-Cards--animColorFill:t-Cards--3cols:t-Cards--basic'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/comments.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/comments
begin
-- Manifest
-- ROW TEMPLATE: COMMENTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16154322133514979
)
,
p_row_template_name
=>
'Comments'
,
p_internal_name
=>
'COMMENTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Comments-item #COMMENT_MODIFIERS#">'
,
' <div class="t-Comments-icon">'
,
' <div class="t-Comments-userIcon #ICON_MODIFIER#" aria-hidden="true">#USER_ICON#</div>'
,
' </div>'
,
' <div class="t-Comments-body">'
,
' <div class="t-Comments-info">'
,
' #USER_NAME# <span class="t-Comments-date">#COMMENT_DATE#</span> <span class="t-Comments-actions">#ACTIONS#</span>'
,
' </div>'
,
' <div class="t-Comments-comment">'
,
' #COMMENT_TEXT##ATTRIBUTE_1##ATTRIBUTE_2##ATTRIBUTE_3##ATTRIBUTE_4#'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-Comments #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
,
''
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-Comments--chat'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/content_row.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/content_row
begin
-- Manifest
-- ROW TEMPLATE: CONTENT_ROW
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16136720385514926
)
,
p_row_template_name
=>
'Content Row'
,
p_internal_name
=>
'CONTENT_ROW'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-ContentRow-item #ITEM_CLASSES#">'
,
' <div class="t-ContentRow-wrap">'
,
' <div class="t-ContentRow-selection">#SELECTION#</div>'
,
' <div class="t-ContentRow-iconWrap">'
,
' <span class="t-ContentRow-icon #ICON_CLASS#">#ICON_HTML#</span>'
,
' </div>'
,
' <div class="t-ContentRow-body">'
,
' <div class="t-ContentRow-content">'
,
' <h3 class="t-ContentRow-title">#TITLE#</h3>'
,
' <div class="t-ContentRow-description">#DESCRIPTION#</div>'
,
' </div>'
,
' <div class="t-ContentRow-misc">#MISC#</div>'
,
' <div class="t-ContentRow-actions">#ACTIONS#</div>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-ContentRow #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
4
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/contextual_info.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/contextual_info
begin
-- Manifest
-- ROW TEMPLATE: CONTEXTUAL_INFO
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16150752349514973
)
,
p_row_template_name
=>
'Contextual Info'
,
p_internal_name
=>
'CONTEXTUAL_INFO'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ContextualInfo-item">'
,
' <span class="t-ContextualInfo-label">#COLUMN_HEADER#</span>'
,
' <span class="t-ContextualInfo-value">#COLUMN_VALUE#</span>'
,
'</div>'
))
,
p_row_template_before_rows
=>
' <div class="t-ContextualInfo #COMPONENT_CSS_CLASSES#" id="report_#REGION_STATIC_ID#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</div>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/media_list.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/media_list
begin
-- Manifest
-- ROW TEMPLATE: MEDIA_LIST
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16139918917514931
)
,
p_row_template_name
=>
'Media List'
,
p_internal_name
=>
'MEDIA_LIST'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-MediaList-item #LIST_CLASS#">'
,
' <a href="#LINK#" class="t-MediaList-itemWrap #LINK_CLASS#" #LINK_ATTR#>'
,
' <div class="t-MediaList-iconWrap" aria-hidden="true">'
,
' <span class="t-MediaList-icon u-color #ICON_COLOR_CLASS#"><span class="t-Icon #ICON_CLASS#"></span></span>'
,
' </div>'
,
' <div class="t-MediaList-body">'
,
' <h3 class="t-MediaList-title">#LIST_TITLE#</h3>'
,
' <p class="t-MediaList-desc">#LIST_TEXT#</p>'
,
' </div>'
,
' <div class="t-MediaList-badgeWrap">'
,
' <span class="t-MediaList-badge">#LIST_BADGE#</span>'
,
' </div>'
,
' </a>'
,
'</li>'
,
''
))
,
p_row_template_condition1
=>
':LINK is not null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-MediaList-item #LIST_CLASS#">'
,
' <div class="t-MediaList-itemWrap #LINK_CLASS#" #LINK_ATTR#>'
,
' <div class="t-MediaList-iconWrap" aria-hidden="true">'
,
' <span class="t-MediaList-icon u-color #ICON_COLOR_CLASS#"><span class="t-Icon #ICON_CLASS#"></span></span>'
,
' </div>'
,
' <div class="t-MediaList-body">'
,
' <h3 class="t-MediaList-title">#LIST_TITLE#</h3>'
,
' <p class="t-MediaList-desc">#LIST_TEXT#</p>'
,
' </div>'
,
' <div class="t-MediaList-badgeWrap">'
,
' <span class="t-MediaList-badge">#LIST_BADGE#</span>'
,
' </div>'
,
' </div>'
,
'</li>'
,
''
))
,
p_row_template_before_rows
=>
'<ul class="t-MediaList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_default_template_options
=>
't-MediaList--showIcons:t-MediaList--showDesc'
,
p_preset_template_options
=>
't-MediaList--stack'
,
p_translate_this_template
=>
'N'
,
p_row_template_comment
=>
' (SELECT link_text, link_target, detail1, detail2, last_modified)'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/search_results.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/search_results
begin
-- Manifest
-- ROW TEMPLATE: SEARCH_RESULTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16160915612514988
)
,
p_row_template_name
=>
'Search Results'
,
p_internal_name
=>
'SEARCH_RESULTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition1
=>
':LABEL_02 is null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition2
=>
':LABEL_03 is null'
,
p_row_template3
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_03#: #VALUE_03#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition3
=>
':LABEL_04 is null'
,
p_row_template4
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_03#: #VALUE_03#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_04#: #VALUE_04#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-SearchResults #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
'<ul class="t-SearchResults-list">'
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
,
'</div>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond3
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_translate_this_template
=>
'N'
,
p_row_template_comment
=>
' (SELECT link_text, link_target, detail1, detail2, last_modified)'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/standard.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/standard
begin
-- Manifest
-- ROW TEMPLATE: STANDARD
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16151769603514974
)
,
p_row_template_name
=>
'Standard'
,
p_internal_name
=>
'STANDARD'
,
p_row_template1
=>
'<td class="t-Report-cell" #ALIGNMENT# #ACCESSIBLE_HEADERS#>#COLUMN_VALUE#</td>'
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Report #COMPONENT_CSS_CLASSES#" id="report_#REGION_STATIC_ID#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
' <div class="t-Report-wrap">'
,
' <table class="t-Report-pagination" role="presentation">#TOP_PAGINATION#</table>'
,
' <div class="t-Report-tableWrap">'
,
' <table class="t-Report-report" id="report_table_#REGION_STATIC_ID#" aria-label="#REGION_TITLE#">'
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' </tbody>'
,
' </table>'
,
' </div>'
,
' <div class="t-Report-links">#EXTERNAL_LINK##CSV_LINK#</div>'
,
' <table class="t-Report-pagination t-Report-pagination--bottom" role="presentation">#PAGINATION#</table>'
,
' </div>'
,
'</div>'
))
,
p_row_template_before_first
=>
'<tr>'
,
p_row_template_after_last
=>
'</tr>'
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_before_column_heading
=>
'<thead>'
,
p_column_heading_template
=>
'<th class="t-Report-colHead" #ARIA_SORT# #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,
p_after_column_heading
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</thead>'
,
'<tbody>'
))
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
4
,
p_preset_template_options
=>
't-Report--altRowsDefault:t-Report--rowHighlight'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/timeline.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/timeline
begin
-- Manifest
-- ROW TEMPLATE: TIMELINE
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16136112786514910
)
,
p_row_template_name
=>
'Timeline'
,
p_internal_name
=>
'TIMELINE'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Timeline-item #EVENT_MODIFIERS#" #EVENT_ATTRIBUTES#>'
,
' <div class="t-Timeline-wrap">'
,
' <div class="t-Timeline-user">'
,
' <div class="t-Timeline-avatar #USER_COLOR#" role="presentation">'
,
' #USER_AVATAR#'
,
' </div>'
,
' <div class="t-Timeline-userinfo">'
,
' <span class="t-Timeline-username">#USER_NAME#</span>'
,
' <span class="t-Timeline-date">#EVENT_DATE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-content">'
,
' <div class="t-Timeline-typeWrap">'
,
' <div class="t-Timeline-type #EVENT_STATUS#">'
,
' <span class="t-Icon #EVENT_ICON#"></span>'
,
' <span class="t-Timeline-typename">#EVENT_TYPE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-body">'
,
' <h3 class="t-Timeline-title">#EVENT_TITLE#</h3>'
,
' <p class="t-Timeline-desc">#EVENT_DESC#</p>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_condition1
=>
':EVENT_LINK is null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Timeline-item #EVENT_MODIFIERS#" #EVENT_ATTRIBUTES#>'
,
' <a href="#EVENT_LINK#" class="t-Timeline-wrap">'
,
' <div class="t-Timeline-user">'
,
' <div class="t-Timeline-avatar #USER_COLOR#" role="presentation">'
,
' #USER_AVATAR#'
,
' </div>'
,
' <div class="t-Timeline-userinfo">'
,
' <span class="t-Timeline-username">#USER_NAME#</span>'
,
' <span class="t-Timeline-date">#EVENT_DATE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-content">'
,
' <div class="t-Timeline-typeWrap">'
,
' <div class="t-Timeline-type #EVENT_STATUS#">'
,
' <span class="t-Icon #EVENT_ICON#"></span>'
,
' <span class="t-Timeline-typename">#EVENT_TYPE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-body">'
,
' <h3 class="t-Timeline-title">#EVENT_TITLE#</h3>'
,
' <p class="t-Timeline-desc">#EVENT_DESC#</p>'
,
' </div>'
,
' </div>'
,
' </a>'
,
'</li>'
))
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<ul class="t-Timeline #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_timeline" data-region-id="#REGION_STATIC_ID#">'
,
''
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/value_attribute_pairs_column.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/value_attribute_pairs_column
begin
-- Manifest
-- ROW TEMPLATE: VALUE_ATTRIBUTE_PAIRS_COLUMN
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16145331328514965
)
,
p_row_template_name
=>
'Value Attribute Pairs - Column'
,
p_internal_name
=>
'VALUE_ATTRIBUTE_PAIRS_COLUMN'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<dt class="t-AVPList-label">'
,
' #COLUMN_HEADER#'
,
'</dt>'
,
'<dd class="t-AVPList-value">'
,
' #COLUMN_VALUE#'
,
'</dd>'
))
,
p_row_template_before_rows
=>
'<dl class="t-AVPList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</dl>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_preset_template_options
=>
't-AVPList--leftAligned'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
app/f10001/application/shared_components/user_interface/templates/report/value_attribute_pairs_row.sql
0 → 100644
View file @
3297998c
prompt
--application/shared_components/user_interface/templates/report/value_attribute_pairs_row
begin
-- Manifest
-- ROW TEMPLATE: VALUE_ATTRIBUTE_PAIRS_ROW
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2023.04.28'
,
p_release
=>
'23.1.0'
,
p_default_workspace_id
=>
16017191443360494
,
p_default_application_id
=>
10001
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'STUDENT'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
16143374499514936
)
,
p_row_template_name
=>
'Value Attribute Pairs - Row'
,
p_internal_name
=>
'VALUE_ATTRIBUTE_PAIRS_ROW'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<dt class="t-AVPList-label">'
,
' #1#'
,
'</dt>'
,
'<dd class="t-AVPList-value">'
,
' #2#'
,
'</dd>'
))
,
p_row_template_before_rows
=>
'<dl class="t-AVPList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</dl>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-AVPList--leftAligned'
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
Prev
1
…
3
4
5
6
7
8
9
10
11
…
14
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment