<%@ page errorPage = "/en/includes/errorpage.jsp" %> <%@ include file = "/en/includes/global.jsp" %> SGSonSITE.Rating Order Form <%-- Global header would include Meta tags and such (for search engines) --%> <%@ include file = "/en/includes/global_header.jsp" %> <%-- jsp_functions would include global JSP functions used in most pages --%> <%@ include file = "/en/includes/jsp_functions.jsp" %> <%-- Do not close global table, its done in the footer --%> <%@ include file = "/en/includes/global_footer.jsp" %>


  <%= GLO_Form_Intro %>
  ( Fields with a star are mandatory )
<%-- ERROR HANDLING --%> <%-- Set Variable PageError to true if there is at least one error in the filling of the page --%> <%-- Set Variable [Fieldname]Error to true for the field(s) where the error is --%> <% boolean PageError = false; %> <% if (PageError) {%> <%= GLO_Error_Message %> <%} %>
<%-- ColorCoding --%> <%-- Change value of Local_PageType to PageType_Vendor(purple) / _Buyer(orange) / _Partner(green) / _Markets(red) / _General (gray)--%> <% int Local_PageType = PageType_Vendor; String ColorLight = ColorCode[Local_PageType][ColorType_Light]; String ColorMedium = ColorCode[Local_PageType][ColorType_Medium]; String ColorGeneral = ColorCode[Local_PageType][ColorType_General]; String ColorDark = ColorCode[Local_PageType][ColorType_Dark]; %> <%-- COMP INFO --%> <%-- Global Variables for Company information--%> <% String BlocTitle = "Company Information"; String Field_Prefix = "CU_"; String Name_Label = "Company Name:"; %> <%-- Pre filling Variables --%> <% String LegalEntityName = ""; String Address1 = ""; String Address2 = ""; String ZipCode = ""; String City = ""; String State = ""; String Country_2C_ID = ""; String PhoneNumber = ""; String FaxNumber = ""; %> <%-- Error Handling for required fields --%> <% boolean LegalEntityNameError = false; boolean Address1Error = false; boolean ZipCodeError = false; boolean CityError = false; boolean StateError = false; boolean Country_2C_IDError = false; boolean PhoneNumberError = false; %> <%@ include file = "/en/blocs/comp_info.jsp" %> <%-- / COMP INFO --%> <%-- COMP INFO E --%> <%-- Global Variables for Company information Extended--%> <%-- Field prefix doesnt change --%> <%-- Pre filling Variables --%> <% String Email = ""; String Website = ""; %> <%-- Error handling for Email --%> <% boolean EmailError = false; %> <%@ include file = "/en/blocs/comp_info_e.jsp" %> <%-- / COMP INFO E --%> <%-- CONTACT INFO --%> <%-- Global Variables for Contact information--%> <% BlocTitle = "Contact Information"; Field_Prefix = "CO_"; %> <%-- Pre filling Variables --%> <% String Title = ""; String FirstName = ""; String LastName = ""; String Position = ""; PhoneNumber = ""; FaxNumber = ""; Email = ""; %> <%-- Error Handling for required fields --%> <% boolean TitleError = false; boolean FirstNameError = false; boolean LastNameError = false; PhoneNumberError = false; EmailError = false; boolean FaxNumberError = false; %> <%@ include file = "/en/blocs/contact_info.jsp" %> <%-- / CONTACT INFO --%> <%-- COMPANY PROFILE --%> <%-- Global Variables for Company Profile--%> <% BlocTitle = "Company Profile"; Field_Prefix = "CU_"; %> <%-- Pre filling Variables --%> <% String CompanyType = ""; String EACCode = ""; String NbOfSites = ""; String NbOfEmployeesCode = ""; String OfficialRegistrationBody = ""; String OfficialRegistrationNumber = ""; String IsPreviousInspection = ""; String PreferredSGSOffice = ""; String CertificationISO9 = ""; String CertificationNumberISO9 = ""; String CertificationBodyIDISO9 = ""; String CertificationISO14 = ""; String CertificationNumberISO14 = ""; String CertificationBodyIDISO14 = ""; String CertificationSA8 = ""; String CertificationNumberSA8 = ""; String CertificationBodyIDSA8 = ""; %> <%-- Error Handling for required fields --%> <% boolean CompanyTypeError = false; boolean EACCodeError = false; boolean NbOfSitesError = false; boolean NbOfEmployeesCodeError = false; boolean OfficialRegistrationBodyError = false; boolean OfficialRegistrationNumberError = false; boolean IsPreviousInspectionError = false; boolean PreferredSGSOfficeError = false; boolean CertificationNumberError = false; boolean CertificationBodyIDError = false; %> <%@ include file = "/en/blocs/comp_profile.jsp" %> <%-- / COMPANY PROFILE --%> <%-- TERMS AND CONDITIONS --%> <%@ include file = "/en/blocs/T&C.jsp" %> <%-- / TERMS AND CONDITIONS --%> <%-- SUBMIT --%> <%@ include file = "/en/blocs/submit.jsp" %> <%-- / SUBMIT --%>