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,71 @@
|
||||
--application/shared_components/user_interface/templates/page/login
|
||||
prompt ......Page template 24733840230526723
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/common.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
|
||||
'</html>'||chr(10)||
|
||||
'';
|
||||
|
||||
c3:=c3||'<div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>'||chr(10)||
|
||||
'<table align="center" border="0" cellpadding="0" cellspacing="0" summary="" class="t4Login">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_03##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24733840230526723 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'Login',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#MESSAGE#</div>',
|
||||
p_current_tab=> '',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 6,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,129 @@
|
||||
--application/shared_components/user_interface/templates/page/no_tabs
|
||||
prompt ......Page template 24734011047526756
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml1-transitional.dtd">'||chr(10)||
|
||||
'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#WORKSPACE_IMAGES#common.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#'||chr(10)||
|
||||
'<div id="rowHd">'||chr(10)||
|
||||
'<div id="logo" class="hskpcol1">'||chr(10)||
|
||||
'<img';
|
||||
|
||||
c1:=c1||' 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)||
|
||||
'</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="rowSiteNav">'||chr(10)||
|
||||
'<p>I & C Meter Online Quotation System</p> '||chr(10)||
|
||||
'</div>';
|
||||
|
||||
c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
|
||||
' '||chr(10)||
|
||||
' <div class="clear"></div>'||chr(10)||
|
||||
' <div class="access"><hr></div>'||chr(10)||
|
||||
''||chr(10)||
|
||||
' '||chr(10)||
|
||||
' <div class="hskpcol1"><!-- copyright box -->'||chr(10)||
|
||||
' <div id="copyright">Copyright © <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
' '||chr(10)||
|
||||
' <div class="hskpcol2">'||chr(10)||
|
||||
' <div id="navFooter">'||chr(10)||
|
||||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
|
||||
' <a href="theter';
|
||||
|
||||
c2:=c2||'msandconditions.htm">Terms & conditions</a>'||chr(10)||
|
||||
''||chr(10)||
|
||||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
' </div>'||chr(10)||
|
||||
' '||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<div id="UKSubNav" class="reg">'||chr(10)||
|
||||
'#REGION_POSITION_01#'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="rowContent">'||chr(10)||
|
||||
'<div id="colLeft">'||chr(10)||
|
||||
'#NAVIGATION_BAR#'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'<div id="colMid">'||chr(10)||
|
||||
''||chr(10)||
|
||||
'#BOX_BODY#'||chr(10)||
|
||||
''||chr(10)||
|
||||
'#REGION_POSITION_02#'||chr(10)||
|
||||
'#REGION_POSITION_03#'||chr(10)||
|
||||
'#REGION_POSITION_04#'||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';
|
||||
|
||||
c3:=c3||'E##NOTIFICATION_MESSAGE#</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
'</div>'||chr(10)||
|
||||
''||chr(10)||
|
||||
''||chr(10)||
|
||||
''||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24734011047526756 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'No Tabs',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
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_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=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
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;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
--application/shared_components/user_interface/templates/page/no_tabs_with_sidebar
|
||||
prompt ......Page template 24734336575526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
|
||||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<br class="t4Break"/>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
|
||||
' <tr>'||chr(10)||
|
||||
' <td colspan="2" cla';
|
||||
|
||||
c3:=c3||'ss="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
|
||||
' </tr>'||chr(10)||
|
||||
' <tr class="t4SidebarLayout">'||chr(10)||
|
||||
' <td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
|
||||
' <td valign="top" width="100%" class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width';
|
||||
|
||||
c3:=c3||'="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
' </tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24734336575526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'No Tabs with Sidebar',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 17,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,99 @@
|
||||
--application/shared_components/user_interface/templates/page/one_level_tabs
|
||||
prompt ......Page template 24734616867526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE# (&P10_ROLE.)</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
|
||||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<br class="t4Break"/>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
|
||||
'<tr><td class="t4Tabs">#TAB_CE';
|
||||
|
||||
c3:=c3||'LLS#</td></tr>'||chr(10)||
|
||||
'<tr><td><div class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></div></td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="top" class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_ME';
|
||||
|
||||
c3:=c3||'SSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td style="width:15px;"><br /></td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24734616867526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'One Level Tabs',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
|
||||
'',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 1,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '12');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,103 @@
|
||||
--application/shared_components/user_interface/templates/page/one_level_tabs_with_sidebar
|
||||
prompt ......Page template 24734922613526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
|
||||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<br class="t4Break"/>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td colspan="2" class="t4';
|
||||
|
||||
c3:=c3||'Tabs">#TAB_CELLS#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td colspan="2" class="t4BreadCrumbRegion" style="z-index:1;">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr class="t4SidebarLayout">'||chr(10)||
|
||||
'<td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
|
||||
'<td valign="top" width="100%" class="t4ContentBody" height="100%"><table summary="" cellpadding';
|
||||
|
||||
c3:=c3||'="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24734922613526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'One Level Tabs with Sidebar',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 16,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
--application/shared_components/user_interface/templates/page/popup
|
||||
prompt ......Page template 24735222377526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width="100%" valign="top"><div class="t4messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24735222377526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'Popup',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 4,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,82 @@
|
||||
--application/shared_components/user_interface/templates/page/printer_friendly
|
||||
prompt ......Page template 24735530196526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="top">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width="100%" valign="top">'||chr(10)||
|
||||
'<div style="border:1px solid black;">#SUCCESS_MESSAG';
|
||||
|
||||
c3:=c3||'E##NOTIFICATION_MESSAGE#</div>'||chr(10)||
|
||||
'#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
''||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24735530196526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'Printer Friendly',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 5,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '3');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,104 @@
|
||||
--application/shared_components/user_interface/templates/page/two_level_tabs
|
||||
prompt ......Page template 24735816699526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
|
||||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<br class="t4Break"/>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Tabs">#PAREN';
|
||||
|
||||
c3:=c3||'T_TAB_CELLS#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ChildTabs">#TAB_CELLS#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="top" width="100%" class="t4ContentBody" width="100%" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td widt';
|
||||
|
||||
c3:=c3||'h="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24735816699526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'Two Level Tabs',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '<span class="t4childtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4childtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 2,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '8');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,107 @@
|
||||
--application/shared_components/user_interface/templates/page/two_level_tabs_with_sidebar
|
||||
prompt ......Page template 24736129572526758
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
c1 varchar2(32767) := null;
|
||||
c2 varchar2(32767) := null;
|
||||
c3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
|
||||
'<head>'||chr(10)||
|
||||
'<title>#TITLE#</title>'||chr(10)||
|
||||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
|
||||
'#HEAD#'||chr(10)||
|
||||
'</head>'||chr(10)||
|
||||
'<body #ONLOAD#>#FORM_OPEN#';
|
||||
|
||||
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
|
||||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<br class="t4Break"/>'||chr(10)||
|
||||
'#REGION_POSITION_05#'||chr(10)||
|
||||
'#FORM_CLOSE# '||chr(10)||
|
||||
'</body>'||chr(10)||
|
||||
'</html>';
|
||||
|
||||
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
|
||||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td colspan="2" class="t4';
|
||||
|
||||
c3:=c3||'Tabs"><span>#PARENT_TAB_CELLS#</span></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td colspan="2" class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td colspan="2" class="t4ChildTabs">#TAB_CELLS#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr class="t4SidebarLayout">'||chr(10)||
|
||||
'<td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
|
||||
'<td valign="top" width="100%" ';
|
||||
|
||||
c3:=c3||'class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
|
||||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
wwv_flow_api.create_template(
|
||||
p_id=> 24736129572526758 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=> wwv_flow.g_flow_id,
|
||||
p_name=> 'Two Level Tabs with Sidebar',
|
||||
p_body_title=> '',
|
||||
p_header_template=> c1,
|
||||
p_box=> c3,
|
||||
p_footer_template=> c2,
|
||||
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
|
||||
p_current_tab=> '<span class="t4childtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_current_tab_font_attr=> '',
|
||||
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4childtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
|
||||
p_non_current_tab_font_attr => '',
|
||||
p_top_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
|
||||
p_top_current_tab_font_attr => '',
|
||||
p_top_non_curr_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
|
||||
p_top_non_curr_tab_font_attr=> '',
|
||||
p_current_image_tab=> '',
|
||||
p_non_current_image_tab=> '',
|
||||
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
|
||||
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
|
||||
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
|
||||
p_app_tab_before_tabs=>'',
|
||||
p_app_tab_current_tab=>'',
|
||||
p_app_tab_non_current_tab=>'',
|
||||
p_app_tab_after_tabs=>'',
|
||||
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
|
||||
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
|
||||
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 18,
|
||||
p_required_patch => null + wwv_flow_api.g_id_offset,
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
prompt ...button templates
|
||||
--
|
||||
Reference in New Issue
Block a user