Initial import
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
--application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu
|
||||
prompt ......template 24750232156526795
|
||||
|
||||
begin
|
||||
|
||||
begin
|
||||
wwv_flow_api.create_menu_template (
|
||||
p_id=> 24750232156526795 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=>'Breadcrumb Menu',
|
||||
p_before_first=>'',
|
||||
p_current_page_option=>'<img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#" class="current">#NAME#</a>',
|
||||
p_non_current_page_option=>'<img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#" class="empty">#NAME#</a>',
|
||||
p_menu_link_attributes=>'',
|
||||
p_between_levels=>' > ',
|
||||
p_after_last=>'',
|
||||
p_max_levels=>12,
|
||||
p_start_with_node=>'PARENT_TO_LEAF',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 1,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comments=>'');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
--application/shared_components/user_interface/templates/breadcrumb/hierarchical_menu
|
||||
prompt ......template 24750340164526798
|
||||
|
||||
begin
|
||||
|
||||
begin
|
||||
wwv_flow_api.create_menu_template (
|
||||
p_id=> 24750340164526798 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=>'Hierarchical Menu',
|
||||
p_before_first=>'<ul class="t4HierarchicalMenu">',
|
||||
p_current_page_option=>'<li class="t4current"><a href="#LINK#">#NAME#</a></li>',
|
||||
p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li>',
|
||||
p_menu_link_attributes=>'',
|
||||
p_between_levels=>'',
|
||||
p_after_last=>'</ul>',
|
||||
p_max_levels=>11,
|
||||
p_start_with_node=>'CHILD_MENU',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 2,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comments=>'');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user