create or replace package body eft_nom.EFNOW094$ is PROCEDURE nominations_css IS BEGIN htp.p(' .nomSiteTable { border : 1px solid; } .nomSiteTH { background-color : #F21C0A; text-align : center; width : 165px; border-style : none; font-weight : normal; height : 16px; } .nomSiteInput1 { background-color : #FEFFE8; color : #000000; text-shadow : none; text-decoration : none; border-style : none; width : 165px; height : 16px; padding : 0px; margin : 0px; } .nomSiteInput2 { background-color : #F2FEFF; color : #000000; text-shadow : none; text-decoration : none; border-style : none; width : 165px; height : 16px; padding : 0px; margin : 0px; } .nomDateInput1 { background-color : #FEFFE8; color : #000000; text-align : right; text-shadow : none; text-decoration : none; border-style : none; width : 70px; height : 16px; padding : 0px; margin : 0px; } .nomDateInput2 { background-color : #F2FEFF; color : #000000; text-align : right; text-shadow : none; text-decoration : none; border-style : none; width : 70px; height : 16px; padding : 0px; margin : 0px; } .nomTable { border : 1px solid; } .nomTH { background-color : #F21C0A; text-align : center; width : 200px; font-weight : normal; border-style : none; height : 16px; } .nomTR1 { background-color : #FEFFE8; text-align : right; border-style : none; } .nomTR2 { background-color : #F2FEFF; text-align : right; border-style : none; } .nomInput1 { background-color : #FEFFE8; width : 200px; text-align : right; border-style : none; height : 16px; padding : 0px; margin : 0px; } .nomInput2 { background-color : #F2FEFF; width : 200px; text-align : right; border-style : none; height : 16px; padding : 0px; margin : 0px; } '); END nominations_css; PROCEDURE startup2 IS BEGIN -- -- htp.p(' '); htp.p(' '); -- wsgl.openpagehead(g_title); wsgl.metatag; htp.p(''); htp.p(' '); -- caco_system.clock_js; -- wsgl.closepagehead; wsgl.openpagebody(FALSE); htp.p(caco_system.menu); -- htp.p('

Enter Nomination

Contract Number 0123456789 ABC/DEF1          
Gas Day (from) 01/01/2007 Gas Day (to)  03/01/2007

Nomination Values

Network Point Gas Day
category01.DMax category02.DMax category03.DMax.randomtexttoshowextensionofcell category04.DMax category05.DMax category06.DMax
'); END startup2; PROCEDURE startup3 IS BEGIN -- -- htp.p(' '); htp.p(' '); -- wsgl.openpagehead(g_title); wsgl.metatag; htp.p(''); htp.p(' '); caco_system.clock_js; wsgl.closepagehead; wsgl.openpagebody(FALSE); htp.p(caco_system.menu); -- htp.p('

Enter Nomination

Contract Number 0123456789 ABC/DEF1  
Gas Day dd/mm/yyyy

Nomination Values

Network Point
category01.DMax category02.DMax category03.DMax.randomtexttoshowextensionofcell category04.DMax category05.DMax category06.DMax
'); -- END startup3; BEGIN -- Initialization NULL; END EFNOW094$; /