Addressed part of #511 (Cosmetic Changes)

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4917 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-04-30 10:06:42 +00:00
parent 4c4eaa6f87
commit 1997cb63a4
2 changed files with 46834 additions and 46766 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -135,10 +135,10 @@ c1:=c1||''||chr(10)||
c1:=c1||'"'||chr(10)||
' title='||chr(10)||
' "Return to the Metering Online Quotations Home Page"'||chr(10)||
' accesskey="1">Home</a><EFBFBD>|<7C><a href="&LOGOUT_URL."'||chr(10)||
' accesskey="1">Home</a> | <a href="&LOGOUT_URL."'||chr(10)||
' class="hskpnav"'||chr(10)||
' title="Log out of the system"'||chr(10)||
' accesskey="2">Logout</a><EFBFBD>|<7C>'||chr(10)||
' accesskey="2">Logout</a> | '||chr(10)||
' <!--a href="/group/help" class="hskpnav">Help</a>&nbsp;|&nbsp;--><span>'||chr(10)||
' You are logged in as:&APP_USER.</span';
@@ -159,24 +159,23 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
''||chr(10)||
' '||chr(10)||
' <div class="hskpcol1"><!-- copyright box -->'||chr(10)||
' <div id="copyright">Copyright &copy; <!--2006--><span id="Pagefooter_lblYear">2008</span> National Grid</div>'||chr(10)||
' <div id="copyright">Copyright &copy; <!--2006--><span id="Pagefooter_lblYear">2008</span> National Grid, Copyright &copy; 2008 Advantica Ltd.</div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="&HELP_URL.">Help</a> | '||chr(10)||
' ';
' ';
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
c2:=c2||' <a href="&HELP_URL.">Help</a> | '||chr(10)||
' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
' | <span style="color:#0067c6; text-decoration:none" id="app_version">#APP_VERSION#</span>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
'</div>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'<!-- #APP_VERSION# -->'||chr(10)||
'</body>'||chr(10)||
'</html>';
@@ -531,13 +530,13 @@ c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
c2:=c2||' <a href="&T_AND_C_URL." target="blank">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="&PRIVACY_URL.">Privacy policy</a>'||chr(10)||
' | <span style="color:#0067c6; text-decoration:none" id="app_version">#APP_VERSION#</span>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
'</div>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'<!-- #APP_VERSION# -->'||chr(10)||
'</body>'||chr(10)||
'</html>';
@@ -693,6 +692,70 @@ end;
---------------------------------------
prompt ...region templates
--
--application/shared_components/user_interface/templates/region/form_region_without_buttons
prompt ......region template 10266021402072575
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 class="regionheader">#TITLE#<a name="#REGION_STATIC_ID#"> </a></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)||
'<!--'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'-->'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#';
t:=t||'<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>';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 10266021402072575 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_template => t,
p_page_plug_template_name=> 'Form Region without Buttons',
p_plug_table_bgcolor => '#f7f7e7',
p_theme_id => wwv_flow.g_flow_theme_id,
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=> 10266021402072575 + wwv_flow_api.g_id_offset,
p_form_table_attr=> t2 );
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/region/borderless_region
prompt ......region template 28033952657354419
@@ -3474,6 +3537,7 @@ wwv_flow_api.create_popup_lov_template (
p_before_result_set=>'<div class="t4PopupBody">',
p_theme_id => wwv_flow.g_flow_theme_id,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_after_result_set =>'</div>');
end;
null;