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,19 @@
|
||||
--application/shared_components/user_interface/templates/button/button
|
||||
prompt ......Button Template 24749440874526790
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<input type="button" name="#LABEL#" value="#LABEL#" onclick="#LINK#"/>';
|
||||
|
||||
wwv_flow_api.create_button_templates (
|
||||
p_id=>24749440874526790 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_template=>t,
|
||||
p_template_name=> 'Button',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 1,
|
||||
p_template_comment => 'Standard Button');
|
||||
end;
|
||||
/
|
||||
@@ -0,0 +1,20 @@
|
||||
--application/shared_components/user_interface/templates/button/button_alternative_1
|
||||
prompt ......Button Template 24749625234526795
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<a href="#LINK#" class="t4ButtonAlternative1">#LABEL#</a>';
|
||||
|
||||
wwv_flow_api.create_button_templates (
|
||||
p_id=>24749625234526795 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_template=>t,
|
||||
p_template_name=> 'Button, Alternative 1',
|
||||
p_translate_this_template => 'N',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 4,
|
||||
p_template_comment => 'XP Square FFFFFF');
|
||||
end;
|
||||
/
|
||||
@@ -0,0 +1,20 @@
|
||||
--application/shared_components/user_interface/templates/button/button_alternative_2
|
||||
prompt ......Button Template 24749825710526795
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<a href="#LINK#" class="t4ButtonAlternative2">#LABEL#</a>';
|
||||
|
||||
wwv_flow_api.create_button_templates (
|
||||
p_id=>24749825710526795 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_template=>t,
|
||||
p_template_name=> 'Button, Alternative 2',
|
||||
p_translate_this_template => 'N',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 5,
|
||||
p_template_comment => 'Standard Button');
|
||||
end;
|
||||
/
|
||||
@@ -0,0 +1,23 @@
|
||||
--application/shared_components/user_interface/templates/button/button_alternative_3
|
||||
prompt ......Button Template 24750041758526795
|
||||
declare
|
||||
t varchar2(32767) := null;
|
||||
l_clob clob;
|
||||
l_length number := 1;
|
||||
begin
|
||||
t:=t||'<a href="#LINK#" class="t4ButtonAlternative3">#LABEL#</a>';
|
||||
|
||||
wwv_flow_api.create_button_templates (
|
||||
p_id=>24750041758526795 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_template=>t,
|
||||
p_template_name=> 'Button, Alternative 3',
|
||||
p_translate_this_template => 'N',
|
||||
p_theme_id => 101,
|
||||
p_theme_class_id => 2,
|
||||
p_template_comment => 'Standard Button');
|
||||
end;
|
||||
/
|
||||
---------------------------------------
|
||||
prompt ...region templates
|
||||
--
|
||||
Reference in New Issue
Block a user