Initial import

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-11-29 17:41:32 +00:00
parent 9b593709ac
commit 1eb479546b
146 changed files with 21401 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
--application/shared_components/user_interface/templates/label/no_label
prompt ......label template 24748930478526784
begin
begin
wwv_flow_api.create_field_template (
p_id=> 24748930478526784 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'No Label',
p_template_body1=>'<span class="t4NoLabel">',
p_template_body2=>'</span>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 13,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--application/shared_components/user_interface/templates/label/optional_label
prompt ......label template 24749013313526789
begin
begin
wwv_flow_api.create_field_template (
p_id=> 24749013313526789 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional Label',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#"><span class="t4OptionalLabel">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 3,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--application/shared_components/user_interface/templates/label/optional_label_with_help
prompt ......label template 24749138532526789
begin
begin
wwv_flow_api.create_field_template (
p_id=> 24749138532526789 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional Label with Help',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#"><a class="t4OptionalLabelwithHelp" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 1,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--application/shared_components/user_interface/templates/label/required_label
prompt ......label template 24749222941526790
begin
begin
wwv_flow_api.create_field_template (
p_id=> 24749222941526790 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required Label',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#"><span class="t4RequiredLabel">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 4,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,26 @@
--application/shared_components/user_interface/templates/label/required_label_with_help
prompt ......label template 24749318534526790
begin
begin
wwv_flow_api.create_field_template (
p_id=> 24749318534526790 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required Label with Help',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#"><a class="t4RequiredLabelwithHelp" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 2,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
prompt ...breadcrumb templates
--