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,60 @@
|
||||
--application/shared_components/user_interface/templates/region/borderless_region
|
||||
prompt ......region template 24736433695526759
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4BorderlessRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24736433695526759 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Borderless Region',
|
||||
p_plug_table_bgcolor => '#f7f7e7',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 7,
|
||||
p_plug_heading_bgcolor => '#f7f7e7',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24736433695526759 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,77 @@
|
||||
--application/shared_components/user_interface/templates/region/bracketed_region
|
||||
prompt ......region template 24736724835526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table cellpadding="0" cellspacing="0" border="0" summary="" class="t4BracketedRegion" id="#REGION_ID#">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionHeader">#TITLE#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td><table cellpadding="0" cellspacing="0" border="0" summary="" width="100%">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
|
||||
'<td rowspan="3" class="t4RegionBody"><div c';
|
||||
|
||||
t:=t||'lass="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</div>#BODY#</td>'||chr(10)||
|
||||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="1" width="1" alt="" /></td>'||chr(10)||
|
||||
'<td><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gi';
|
||||
|
||||
t:=t||'f" height="1" width="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
|
||||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24736724835526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Bracketed Region',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 18,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24736724835526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
--application/shared_components/user_interface/templates/region/breadcrumb_region
|
||||
prompt ......region template 24737010408526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<div id="#REGION_ID#">#BODY#</div>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24737010408526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Breadcrumb Region',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 6,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24737010408526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
--application/shared_components/user_interface/templates/region/button_region_with_title
|
||||
prompt ......region template 24737330328526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ButtonRegionwithTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr><td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#<img alt="" src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td></tr>'||chr(10)||
|
||||
'<';
|
||||
|
||||
t:=t||'/table>#BODY#';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24737330328526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Button Region with Title',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 4,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24737330328526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
--application/shared_components/user_interface/templates/region/button_region_without_title
|
||||
prompt ......region template 24737622843526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ButtonRegionwithoutTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#<img alt="" src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>#BODY#';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24737622843526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Button Region without Title',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 17,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24737622843526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/chart_region
|
||||
prompt ......region template 24737941385526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ChartRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24737941385526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Chart Region',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 30,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24737941385526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,62 @@
|
||||
--application/shared_components/user_interface/templates/region/form_region
|
||||
prompt ......region template 24738214051526765
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<h1><a/ name="#REGION_STATIC_ID#">#TITLE#</h1>'||chr(10)||
|
||||
'<table class="t4FormRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader"></td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#<img alt="" src="#IMAGE_PREFIX#theme';
|
||||
|
||||
t:=t||'s/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24738214051526765 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Form Region',
|
||||
p_plug_table_bgcolor => '#f7f7e7',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 8,
|
||||
p_plug_heading_bgcolor => '#f7f7e7',
|
||||
p_plug_font_size => '-1',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24738214051526765 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
--application/shared_components/user_interface/templates/region/hide_and_show_region
|
||||
prompt ......region template 24738518890526767
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4HideandShowRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
' <tr><td class="t4RegionHeader">#TITLE#<a style="margin-left:5px;" href="javascript:hideShow(''region#REGION_SEQUENCE_ID#'',''shIMG#REGION_SEQUENCE_ID#'',''#IMAGE_PREFIX#themes/theme_4/rollup_plus_dgray.gif'',''#IMAGE_PREFIX#themes/theme_4/rollup_minus_dgray.gif'');" class="t4HideShowMinLink"><img s';
|
||||
|
||||
t:=t||'rc="#IMAGE_PREFIX#themes/theme_4/rollup_plus_dgray.gif" '||chr(10)||
|
||||
' id="shIMG#REGION_SEQUENCE_ID#" alt="" /></a></td></tr>'||chr(10)||
|
||||
'<tr><td><div class="t4Hide" id="region#REGION_SEQUENCE_ID#"><div class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</div><div class="t4RegionBody">#BODY#</div></div></td></tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24738518890526767 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Hide and Show Region',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 1,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24738518890526767 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
--application/shared_components/user_interface/templates/region/list_region_with_icon_chart
|
||||
prompt ......region template 24738834644526767
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ListRegionwithIcon" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody"><table summary="" cellpadding="0" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="to';
|
||||
|
||||
t:=t||'p"><img src="#IMAGE_PREFIX#themes/theme_4/chart.gif" alt="" /></td>'||chr(10)||
|
||||
'<td valign="top">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24738834644526767 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'List Region with Icon (Chart)',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 29,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24738834644526767 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
--application/shared_components/user_interface/templates/region/list_region_with_icon_report_
|
||||
prompt ......region template 24739123662526769
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ListRegionwithIcon" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody"><table summary="" cellpadding="0" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="to';
|
||||
|
||||
t:=t||'p"><img src="#IMAGE_PREFIX#themes/theme_4/report.gif"" alt="" /></td>'||chr(10)||
|
||||
'<td valign="top">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24739123662526769 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'List Region with Icon (Report) ',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 29,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24739123662526769 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
--application/shared_components/user_interface/templates/region/navigation_region
|
||||
prompt ......region template 24739433502526769
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4NavigationRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24739433502526769 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Navigation Region',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 5,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24739433502526769 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/navigation_region_alternative_1
|
||||
prompt ......region template 24739733896526769
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4NavigationRegionAlternative1" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24739733896526769 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Navigation Region, Alternative 1',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 16,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24739733896526769 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
--application/shared_components/user_interface/templates/region/region_without_buttons_and_title
|
||||
prompt ......region template 24740038227526769
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4RegionwithoutButtonsandTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader"><br /></td></tr>'||chr(10)||
|
||||
'<tr><td class="t4RegionBody">#BODY#</td></tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24740038227526769 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Region without Buttons and Title',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 19,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24740038227526769 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
--application/shared_components/user_interface/templates/region/region_without_title
|
||||
prompt ......region template 24740336450526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4RegionwithoutTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader"><br /></td></tr>'||chr(10)||
|
||||
'<tr><td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td></tr>'||chr(10)||
|
||||
'<tr><td class="t4RegionBody">#BODY#</td></tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24740336450526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Region without Title',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 11,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24740336450526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
--application/shared_components/user_interface/templates/region/reports_region
|
||||
prompt ......region template 24740611526526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<h1>#TITLE#</h1>'||chr(10)||
|
||||
'<table class="t4ReportsRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader"></td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Reports Region',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 9,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
--application/shared_components/user_interface/templates/region/reports_region_100_width
|
||||
prompt ......region template 24740918507526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4GReportsRegion100Width" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>'||chr(10)||
|
||||
'';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24740918507526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Reports Region 100% Width',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 13,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => 'Red Theme');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24740918507526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/reports_region_alternative_1
|
||||
prompt ......region template 24741224034526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4ReportsRegionAlternative1" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24741224034526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Reports Region, Alternative 1',
|
||||
p_plug_table_bgcolor => '#ffffff',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 10,
|
||||
p_plug_heading_bgcolor => '#ffffff',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24741224034526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/sidebar_region
|
||||
prompt ......region template 24741526614526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4SidebarRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24741526614526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Sidebar Region',
|
||||
p_plug_table_bgcolor => '#f7f7e7',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 2,
|
||||
p_plug_heading_bgcolor => '#f7f7e7',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24741526614526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/sidebar_region_alternative_1
|
||||
prompt ......region template 24741814040526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4SidebarRegionAlternative1" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24741814040526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Sidebar Region, Alternative 1',
|
||||
p_plug_table_bgcolor => '#f7f7e7',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 3,
|
||||
p_plug_heading_bgcolor => '#f7f7e7',
|
||||
p_plug_font_size => '-1',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24741814040526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,60 @@
|
||||
--application/shared_components/user_interface/templates/region/wizard_region
|
||||
prompt ......region template 24742135446526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4WizardRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24742135446526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Wizard Region',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 12,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24742135446526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
--application/shared_components/user_interface/templates/region/wizard_region_with_icon
|
||||
prompt ......region template 24742415889526770
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
t2 varchar2(32767) := null;
|
||||
t3 varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_clob2 clob;
|
||||
l_clob3 clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<table class="t4WizardRegionwithIcon" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
|
||||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4ButtonHolder">#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td class="t4RegionBody"><table summary="" cellpadding="0" cellspacing="0" border="0">'||chr(10)||
|
||||
'<tr>'||chr(10)||
|
||||
'<td valign="';
|
||||
|
||||
t:=t||'top"><img src="#IMAGE_PREFIX#themes/theme_4/iconwizard.gif" alt=""/></td>'||chr(10)||
|
||||
'<td width="100%" valign="top">#BODY#</td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table></td>'||chr(10)||
|
||||
'</tr>'||chr(10)||
|
||||
'</table>';
|
||||
|
||||
t2 := null;
|
||||
wwv_flow_api.create_plug_template (
|
||||
p_id => 24742415889526770 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id => wwv_flow.g_flow_id,
|
||||
p_template => t,
|
||||
p_page_plug_template_name=> 'Wizard Region with Icon',
|
||||
p_plug_table_bgcolor => '',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 20,
|
||||
p_plug_heading_bgcolor => '',
|
||||
p_plug_font_size => '',
|
||||
p_translate_this_template => 'N',
|
||||
p_template_comment => '');
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
|
||||
begin
|
||||
|
||||
declare
|
||||
t2 varchar2(32767) := null;
|
||||
begin
|
||||
t2 := null;
|
||||
wwv_flow_api.set_plug_template_tab_attr (
|
||||
p_id=> 24742415889526770 + wwv_flow_api.g_id_offset,
|
||||
p_form_table_attr=> t2 );
|
||||
exception when others then null;
|
||||
end;
|
||||
null;
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
prompt ...List Templates
|
||||
--
|
||||
Reference in New Issue
Block a user