|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/viateq/demo/ |
Upload File : |
<%
Response.Codepage = 65001
Response.Charset = "utf-8"
'''''''''''''''''''''''''''''''''''''''''''''''''''''
' DATE : July 10, 2017
' AGENCY : Department of Labor / OFCCP
' AUTHORS : VIATEQ CORPORATION / Dennis R. Dunston
' NOTES : Receives form data and processes it for distribution.
'
' The decision was made to include the thankyou and instruction pages into this
' asp file because there were 404 and 500 errors when trying to access html files
' from the b rowser.
''''''''''''''''''''''''''''''''''''''''''''''''''''
Dim error, justadd, justread, justwrite, newline, ok, str
Dim knt, f, emsg, r, o, c, other, html, html_end, txt, etxt
Dim greetings, regex
Dim error_txt, etext
Dim xfill
Dim vspc
Dim nlcr
Dim whatisthis1
Dim htmlheader
Dim htmltail
Dim htmlsubject
Dim htmltitle
Dim str_html, html_txt
Dim html_txt_1
Dim member_info
Dim txt_F_Allegations1
Dim txt_F_Telephone_type2
Dim fieldname
Dim region
Dim region_title
Dim region_email
Dim F_Race
Dim OFCCP_REGION_EMAIL
Dim REMOTE_HOST_NAME
Dim SENDER_EMAIL_ADDRESS
Dim EMAIL_TITLE_SUBJECT
Dim HTML_TITLE_SUBJECT
'----------------------------------------
' STEP 1 - Write in the name of your remote host name.
'----------------------------------------
REMOTE_HOST_NAME = "smtp.rcn.com"
'----------------------------------------
' STEP 2 - Write in the name of the email address who is sending the email.
'----------------------------------------
'TITLE_SUBJECT = "OFCCP - Department Of Labor"
EMAIL_TITLE_SUBJECT = "OFCCP Complaint Form"
'SENDER_EMAIL_ADDRESS = "Department of Labor/OFCCP<[email protected]>"
SENDER_EMAIL_ADDRESS = "Department of Labor/OFCCP<[email protected]>"
HTML_TITLE_SUBJECT = "Complaint Involving Employment Discrimination by a Federal Contractor or Subcontractor" & "<br><br>"
OFCCP_REGION_EMAIL = "Department of Labor/OFCCP<[email protected]>"
'----------------------------------------
' Initialize Parts/Sections
'----------------------------------------
tele_or_email = 0
address_or_city = 0
nlcr = chr(10) & chr(13)
region = 0
justadd = 8
justread = 1
justwrite = 2
error = 0
knt = 0
ok = 0
vspc = " "
part8 = ""
part9 = ""
greetings = ""
newline = vbCrLF
hline = vbNewLine
emsg = ""
error_txt = ""
etext = ""
txt_F_Allegations1 = ""
F_Race = ""
str_html = ""
html_txt = ""
'----------------------------------------
'
'----------------------------------------
F_Instructions = Request.Form("Instructions")
F_Form_Language = Request.Form("Form_Language")
response.write F_Form_Language
F_Fullname1 = Request.Form("Fullname1")
F_Address1 = Request.Form("Address1")
F_City1 = Request.Form("City1")
F_state1 = Request.Form("state1")
F_Zipcode1 = Request.Form("Zipcode1")
F_Telephone1 = Request.Form("Telephone1")
F_Telephone_type1 = Request.Form("Telephone_type1")
F_Email1 = Request.Form("Email1")
F_Email1 = trim(F_Email1)
F_Allegations1 = Request.Form("Allegations1")
F_Agency_Name1 = Request.Form("Agency_Name1")
F_Agency_POC1 = Request.Form("Agency_POC1")
F_Agency_Telephone1 = Request.Form("Agency_Telephone1")
F_Fullname2 = Request.Form("Fullname2")
F_Address2 = Request.Form("Address2")
F_City2 = Request.Form("City2")
F_state2 = Request.Form("state2")
F_Zipcode2 = Request.Form("Zipcode2")
F_Telephone2 = Request.Form("Telephone2")
F_Telephone_type2 = Request.Form("Telephone_type2")
F_Email2 = Request.Form("Email2")
F_Fullname3 = Request.Form("Fullname3")
F_Address3 = Request.Form("Address3")
F_City3 = Request.Form("City3")
F_state3 = Request.Form("state3")
F_Zipcode3 = Request.Form("Zipcode3")
F_Telephone3 = Request.Form("Telephone3")
F_Narrative5 = Request.Form("Narrative5")
F_Race40 = Request.Form("Race40")
F_Race41 = Request.Form("Race41")
F_Race42 = Request.Form("Race42")
F_Race43 = Request.Form("Race43")
F_Race44 = Request.Form("Race44")
F_Race45 = Request.Form("Race45")
F_National_Origin41 = Request.Form("National_Origin41")
F_National_Origin411 = Request.Form("National_Origin411")
F_National_Origin412 = Request.Form("National_Origin412")
F_Race4_Tribal_Affiliation4 = Request.Form("Race4_Tribal_Affiliation4")
F_Color4 = Request.Form("Color4")
F_Religion4 = Request.Form("Religion4")
F_Sex4 = Request.Form("Sex4")
F_Sexual_Orientation4 = Request.Form("Sexual_Orientation4")
F_Gender_Identity4 = Request.Form("Gender_Identity4")
F_Inquiring_About_Pay4 = Request.Form("Inquiring_About_Pay4")
F_Discussing_Pay4 = Request.Form("Discussing_Pay4")
F_Disclosing_Pay4 = Request.Form("Disclosing_Pay4")
F_Protected_Veteran_Status4 = Request.Form("Protected_Veteran_Status4")
F_Disability4 = Request.Form("Disability4")
F_Retaliation4 = Request.Form("Retaliation4")
F_Complaint51 = Request.Form("Complaint51")
F_Complaint52 = Request.Form("Complaint52")
F_Complaint53 = Request.Form("Complaint53")
F_Complaint54 = Request.Form("Complaint54")
F_Complaint55 = Request.Form("Complaint55")
F_Complaint56 = Request.Form("Complaint56")
F_Treated5 = Request.Form("Treated5")
F_Narrative6 = Request.Form("Narrative6")
F_Attorney5 = Request.Form("Attorney5")
F_Fullname21 = Request.Form("Fullname21")
F_Address21 = Request.Form("Address21")
F_City21 = Request.Form("City21")
F_state21 = Request.Form("state21")
F_Zipcode21 = Request.Form("Zipcode21")
F_Telephone21 = Request.Form("Telephone21")
F_Email21 = Request.Form("Email21")
F_Print_Signature = Request.Form("Print_Signature")
F_Print_Signature_Date = Request.Form("Print_Signature_Date")
'----------------------------------------
' START
'----------------------------------------
'str = check_telephone(F_Telephone21, "check telephone")
response.write F_Form_Language
if (F_Instructions = "Show") then
'Response.Write "Show <br>"
Select Case F_Form_Language
case "English"
show_instructions_English()
case "Spanish"
show_instructions_Spanish()
case "Creole"
show_instructions_Creole()
case "Vietnamese"
show_instructions_Vietnamese()
case "Hmong"
show_instructions_Hmong()
case "Chinese-Traditional"
show_instructions_Chinese_Traditional()
case "Chinese-Simplified"
show_instructions_Chinese_Simplified()
End Select
Response.Write str_html
Else
ok = 0
check_required_form_fields()
error_txt = trim(error_txt)
if (len(trim(error_txt)) > 0) then
dump_error_log()
Response.Write str_html
else
'Prepare the complainant email first.
Select Case F_Form_Language
case "English"
prepare_email_English()
case "Spanish"
prepare_email_Spanish()
case "Creole"
prepare_email_Creole()
case "Vietnamese"
prepare_email_Vietnamese()
case "Hmong"
prepare_email_Hmong()
case "Chinese-Traditional"
prepare_email_Chinese_Traditional()
case "Chinese-Simplified"
prepare_email_Chinese_Simplified()
End Select
if (ok > 0) then
if (send_email_to_complainant() > 0) then
'prepare_email_English()
'Response.Write str_html
else
'Response.Write "No email address from Complainant therefore no email sent. <br>"
'Send_Failure()
end if
if (send_email_to_OFCCP_REGION() > 0) then
Select Case F_Form_Language
case "English"
thankyou_English()
case "Spanish"
thankyou_Spanish()
case "Creole"
thankyou_Creole()
case "Vietnamese"
thankyou_Vietnamese()
case "Hmong"
thankyou_Hmong()
case "Chinese-Traditional"
thankyou_Chinese_Traditional()
case "Chinese-Simplified"
thankyou_Chinese_Simplified()
End Select
Response.Write str_html
else
'Response.Write "Did not send to OFCCP <br>"
'Send_Failure()
end if
else
Response.Write str_html
end if
end if
end if
'----------------------------------------
' FORM SECTIONS
'----------------------------------------
'--------------------
' Section 1
'--------------------
function check_required_form_fields()
Select Case F_Form_Language
case "English"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "Your name is missing or contains special character.")
str = check_address(F_Address1, "Your address is missing or contains special characters.")
str = check_address(F_City1, "Your city location is missing or contains special characters.")
str = check_name(F_state1, "Your state has not been selected.")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "Please re-enter your personal telephone number 999-999-9999.")
str = check_email(F_Email1, "Your email address is missing or contains special characters.")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "Please re-enter your telephone number 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "Your email address is missing or contains special characters.")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "Your zip code must be in the following format: 99999 or 99999-9999.")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "The name of the agency is missing.")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "The agency point of contact information are missing.")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "The agency telephone number is missing or contains special characters.")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "请重新输入您的联络人姓名。")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "Your contact address is missing or contains special characters.")
if (len(F_City2) > 0) then str = check_address(F_City2, "Your contact city location is missing or contains special characters.")
if (len(F_state2) > 0) then str = check_name(F_state2, "Your contact state has not been selected.")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "Your contact zip code must be in the following format: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "Please re-enter your contact telephone number 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "Your contact email address is missing or contains special characters.")
'------------ Section 3
str = check_agency_name(F_Fullname3, "The company name is missing or contains special character.")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "The company address is missing or contains special characters.")
str = check_address(F_City3, "The company city location is missing or contains special characters.")
str = check_name(F_state3, "The company state has not been selected.")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "The company zip code must be in the following format: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "Please re-enter the company telephone number 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "The company email address is missing or contains special characters.")
str = check_textarea(F_Narrative5, "Your discrimination dates and times are blank or contains special characters.")
'------------ Section 6
str = check_textarea(F_Narrative6, "Your complaint narrative is blank or contains special characters.")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "Your representatives name is missing or contains special character.")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "Your representatives address is missing or contains special characters.")
if (len(F_City21) > 0) then str = check_address(F_City21, "Your representatives city location is missing or contains special characters.")
if (len(F_state21) > 0) then str = check_name(F_state21, "Your representatives state has not been selected.")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "Your representatives zip code must be in the following format: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "Please re-enter your representatives telephone number 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "Your representatives email address is missing or contains special characters.")
'------------ Section 9
str = check_name(F_Print_Signature, "Your signature is missing or contains special characters.")
str = check_date(F_Print_Signature_Date, "Your form date is missing or contains special characters.")
case "Spanish"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "Falta su nombre o contiene caracteres especiales.")
str = check_address(F_Address1, "Falta su dirección o contiene caracteres especiales.")
str = check_address(F_City1, "Falta su ciudad o contiene caracteres especiales.")
str = check_name(F_state1, "No ha seleccionado su estado.")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "Vuelva a ingresar su número de teléfono 999-999-9999.")
str = check_email(F_Email1, "Vuelva a ingresar su dirección de correo electrónico.")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "Vuelva a ingresar su número de teléfono 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "Vuelva a ingresar su dirección de correo electrónico.")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "Vuelva a ingresar su código postal: como 99999 ó 99999-9999.")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "Falta el nombre de la agencia.")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "Falta la información del punto de contacto de la agencia.")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "Falta el número de teléfono de la agencia o contiene caracteres especiales.")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "Su nombre de contacto falta o contiene caracteres especiales.")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "Falta su dirección de contacto o contiene caracteres especiales.")
if (len(F_City2) > 0) then str = check_address(F_City2, "Falta la ubicación de su punto de contacto o contiene caracteres especiales.")
if (len(F_state2) > 0) then str = check_name(F_state2, "No se ha seleccionado su estado de punto de contacto.")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "Su código postal de punto de contacto debe estar en el siguiente formato: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "Vuelve a ingresar tu número de teléfono de contacto 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "Falta su dirección de correo electrónico de contacto o contiene caracteres especiales.")
'------------ Section 3
str = check_agency_name(F_Fullname3, "Falta el nombre de la compañía o contiene caracteres especiales.")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "Falta la dirección de la compañía o contiene caracteres especiales.")
str = check_address(F_City3, "Falta la ciudad de la compañía o contiene caracteres especiales.")
str = check_name(F_state3, "No ha seleccionado el estado de la compañía.")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "El código postal de la empresa debe estar en el siguiente formato: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "Vuelva a ingresar el número de teléfono de la empresa 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "Falta la dirección de correo electrónico de la empresa o contiene caracteres especiales.")
str = check_textarea(F_Narrative5, "18. La fecha y hora de acto de discriminación están en blanco o contienen caracteres especiales.")
'------------ Section 6
str = check_textarea(F_Narrative6, "Falta la descripción de su queja o contiene caracteres especiales.")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "Falta el nombre de su representante o contiene caracteres especiales.")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "Falta la dirección de su representante o contiene caracteres especiales.")
if (len(F_City21) > 0) then str = check_address(F_City21, "Falta la ubicación de la ciudad de su representante o contiene caracteres especiales.")
if (len(F_state21) > 0) then str = check_name(F_state21, "Su estado de representantes no ha sido seleccionado.")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "El código postal de su representante debe estar en el formato siguiente: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "Please re-enter your representatives telephone number 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "Vuelva a ingresar su número de teléfono de representantes")
'------------ Section 9
str = check_name(F_Print_Signature, "Falta su firma o contiene caracteres especiales.")
str = check_date(F_Print_Signature_Date, "Falta la fecha de su formulario o contiene caracteres especiales")
case "Creole"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "Non ou manke oswa li gen karaktè espesyal.")
str = check_address(F_Address1, "Adrès pèsonèl ou manke oswa li gen karaktè espesyal.")
str = check_address(F_City1, "Non vil la manke oswa li gen karaktè espesyal.")
str = check_name(F_state1, "Ou pa chwazi yon eta.")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "Tanpri tape nimewo telefòn ou ankò 999-999-9999.")
str = check_email(F_Email1, "Tanpri tape adrès imel ou ankò.")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1,"Tanpri tape nimewo telefòn ou ankò 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "Tanpri tape adrès imel ou ankò.")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "Kòd postal ou dwe nan fòma sa yo: 99999 or 99999-9999.")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "Non ajans lan manke.")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "Enfòmasyon sou moun pou yo kontakte nan ajans lan manke.")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "Nimewo telefòn ajans lan manke oswa li gen karaktè espesyal.")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "Non kontak ou ki manke oswa gen karaktè espesyal.")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "Adrès kontak ou ki manke oswa gen karaktè espesyal.")
if (len(F_City2) > 0) then str = check_address(F_City2, "Lekòl la kote lavil kontak ou ki manke oswa gen karaktè espesyal.")
if (len(F_state2) > 0) then str = check_name(F_state2, "Eta kontak ou pa te chwazi.")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "Kontak kòd postal ou dwe nan fòma sa a: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "Tanpri re-antre nimewo telefòn kontak ou 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "Kontak Adrès imèl ou ki manke oswa gen karaktè espesyal.")
'------------ Section 3
str = check_agency_name(F_Fullname3, "Non konpayi an manke oswa li gen karaktè espesyal.")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "Adrès konpayi an manke oswa li gen karaktè espesyal.")
str = check_address(F_City3, "Non vil kote konpayi an ye manke oswa li gen karaktè espesyal.")
str = check_name(F_state3, "Ou pa chwazi eta kote konpayi an ye.")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "Kòd la konpayi postal dwe nan fòma sa a: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "Tanpri re-antre nimewo telefòn konpayi 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "Konpayi adrès imel la ki manke oswa gen karaktè espesyal.")
str = check_textarea(F_Narrative5, "Espas kote pou mete dat ak lè diskriminasyon an te fèt vid oswa yo gen karaktè espesyal.")
'------------ Section 6
str = check_textarea(F_Narrative6, "Espas kote pou w ekri narasyon plent lan vid oswa li gen karaktè espesyal..")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "Non reprezantan ou ki manke oswa gen karaktè espesyal.")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "Adrès reprezantan ou ki manke oswa gen karaktè espesyal.")
if (len(F_City21) > 0) then str = check_address(F_City21, "Ou reprezantan Lekòl la kote lavil ki manke oswa gen karaktè espesyal.")
if (len(F_state21) > 0) then str = check_name(F_state21, "Eta reprezantan ou pa te chwazi.")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "Reprezantan ou zip Kòd dwe nan fòma sa a: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "Tanpri re-antre nimewo telefòn reprezantan ou 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "Adrès reprezantan imèl ou ki manke oswa gen karaktè espesyal.")
'------------ Section 9
str = check_name(F_Print_Signature, "Siyati ou manke oswa li gen karaktè espesyal.")
str = check_date(F_Print_Signature_Date, "Dat fòm nan manke oswa li gen karaktè espesyal.")
case "Vietnamese"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "Tên riêng của bạn đang bị để trống hoặc chứa kí tự đặc biệt.")
str = check_address(F_Address1, "Địa chỉ cá nhân của bạn đang bị để trống hoặc chứa kí tự đặc biệt.")
str = check_address(F_City1, "Tên thành phố bạn định cư đang bị để trống hoặc chứa kí tự đặc biệt.")
str = check_name(F_state1, "Bạn chưa chọn tên bang.")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "Vui lòng nhập lại số điện thoại cá nhân của bạn 999-999-9999.")
str = check_email(F_Email1, "Địa chỉ email cá nhân của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "Vui lòng nhập lại số điện thoại cá nhân của bạn 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "Địa chỉ email cá nhân của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "Mã bưu chính của bạn phải theo định dạng sau: 99999 or 99999-9999.")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "Tên đại lý đang bị để trống.")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "Thông tin liên hệ với đại lý đang bị để trống.")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "Số điện thoại đại lý đang bị để trống hoặc chứa ký tự đặc biệt.")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "Tên địa chỉ liên hệ của bạn bị thiếu hoặc chứa ký tự đặc biệt.")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "Địa chỉ liên hệ của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
if (len(F_City2) > 0) then str = check_address(F_City2, "Vị trí địa chỉ liên hệ của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
if (len(F_state2) > 0) then str = check_name(F_state2, "Trạng thái liên hệ của bạn chưa được chọn.")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "Mã zip liên hệ của bạn phải ở định dạng sau: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "Vui lòng nhập lại số điện thoại liên lạc của bạn 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "Địa chỉ email liên hệ của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
'------------ Section 3
str = check_agency_name(F_Fullname3, "Tên công ty đang bị để trống hoặc chứa ký tự đặc biệt.")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "Địa chỉ công ty đang bị để trống hoặc chứa ký tự đặc biệt.")
str = check_address(F_City3, "Tên thành phố nơi công ty toạ lạc đang bị để trống hoặc chứa ký tự đặc biệt.")
str = check_name(F_state3, "Chưa chọn tên bang nơi công ty toạ lạc.")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "Mã zip của công ty phải ở định dạng sau: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "Vui lòng nhập lại số điện thoại công ty 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "Địa chỉ email công ty bị thiếu hoặc chứa các ký tự đặc biệt.")
str = check_textarea(F_Narrative5, "Thời gian và ngày cáo buộc của bạn đang bị để trống hoặc chứa kí tự đặc biệt.")
'------------ Section 6
str = check_textarea(F_Narrative6, "Nội dung cáo buộc của bạn đang bị để trống hoặc sử dụng ký tự đặc biệt.")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "Tên đại diện của bạn bị thiếu hoặc chứa ký tự đặc biệt.")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "Địa chỉ đại diện của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
if (len(F_City21) > 0) then str = check_address(F_City21, "Vị trí thành phố đại diện của bạn thiếu hoặc chứa các ký tự đặc biệt.")
if (len(F_state21) > 0) then str = check_name(F_state21, "Nhà nước đại diện của bạn chưa được chọn.")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "Mã zip đại diện của bạn phải ở định dạng sau: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "Vui lòng nhập lại số điện thoại của đại diện của bạn 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "Địa chỉ email đại diện của bạn bị thiếu hoặc chứa các ký tự đặc biệt.")
'------------ Section 9
str = check_name(F_Print_Signature, "Mục chữ ký của bạn đang bị để trống hoặc chứa ký tự đặc biệt.")
str = check_date(F_Print_Signature_Date, "Ngày viết đơn của bạn đang bị để trống hoặc chứa ký tự đặc biệt.")
case "Hmong"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "Tsis pom muaj koj lub npe lossis tsis pom muaj cov niam ntawv tshwj xeeb")
str = check_address(F_Address1, "Tsis pom muaj koj qhov chaw nyob lossis tsis pom muaj cov niam ntawv tshwj xeeb.")
str = check_address(F_City1, "Tsis pom muaj koj lub nroog lossis tsis pom muaj cov niam ntawv tshwj xeeb.")
str = check_name(F_state1, "Koj tsis tau xaiv koj lub xeev.")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "Thov rov qab ntaus koj tus nab npawb xov tooj 999-999-9999.")
str = check_email(F_Email1, "Koj tus kheej email chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "Thov rov qab ntaus koj tus nab npawb xov tooj 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "Koj tus kheej email chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "Koj tus zip code yuav tsum zoo raws li nram no: 99999 lossis 99999-9999.")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "Tsis pom muaj lub npe ntawm lub chaw ua haujlwm.")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "Tsis pom muaj tej chaw nyob thiab xov tooj ntawm lub chaw ua haujlwm.")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "11. Tsis pom muaj tus nab npawb xov tooj lossis tsis pom muaj cov niam ntawv tshwj xeeb ntawm lub chaw ua haujlwm.")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "Koj taw tes rau lub npe yog uas ploj lawm los yog muaj kev tshwj xeeb cim.")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "Koj taw tes rau qhov chaw nyob uas ploj lawm los yog muaj tus cim tshwj xeeb.")
if (len(F_City2) > 0) then str = check_address(F_City2, "Koj taw tes rau lub nroog qhov chaw uas ploj lawm los yog muaj tus cim tshwj xeeb.")
if (len(F_state2) > 0) then str = check_name(F_state2, "Koj taw tes rau lub xeev tsis tau xaiv.")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "Koj taw tes rau zip code yuav tsum tau nyob rau hauv cov nram no hom: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "Thov rov sau koj taw tes rau tus xov tooj 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "Koj taw tes rau email chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
'------------ Section 3
str = check_agency_name(F_Fullname3, "Tsis pom muaj lub tuam txhab lub npe lossis tsis pom muaj cov niam ntawv tshwj xeeb")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "Lub tuam txhab chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
str = check_address(F_City3, "Lub tuam txhab lub nroog qhov chaw uas ploj lawm los yog muaj tus cim tshwj xeeb.")
str = check_name(F_state3, "Lub tuam txhab tsis tau xaiv lub xeev.")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "Lub tuam txhab zip code yuav tsum tau nyob rau hauv cov nram no hom: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "Thov rov qab mus rau lub tuam txhab xov tooj 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "Lub tuam txhab email chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
str = check_textarea(F_Narrative5, "Cov hnub thiab lub sijhawm ntawm koj qhov raug ntxub ntxaug tseem tsis sau dab tsi rau li lossis tsis muaj cov niam ntawv tshwj xeeb.")
'------------ Section 6
str = check_textarea(F_Narrative6, "Tsis pom muaj koj cov ntaub ntawv piav qhia txog qhov tsis txaus siab lossis tsis pom muaj cov niam ntawv tshwj xeeb.")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "Koj cov neeg sawv cev lub npe yog uas ploj lawm los yog muaj kev tshwj xeeb cim.")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "Koj cov neeg sawv cev qhov chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
if (len(F_City21) > 0) then str = check_address(F_City21, "Koj cov neeg sawv cev lub nroog qhov chaw uas ploj lawm los yog muaj tus cim tshwj xeeb.")
if (len(F_state21) > 0) then str = check_name(F_state21, "Koj cov neeg sawv cev xeev tsis tau xaiv.")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "Koj cov neeg sawv cev zauv code yuav tsum tau nyob rau hauv cov nram no hom: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "Thov rov sau koj cov neeg sawv cev tus xov tooj 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "Koj cov neeg sawv cev email chaw nyob yog uas ploj lawm los yog muaj tus cim tshwj xeeb.")
'------------ Section 9
str = check_name(F_Print_Signature, "Tsis pom muaj koj li kos npe lossis tsis pom muaj cov niam ntawv tshwj xeeb.")
str = check_date(F_Print_Signature_Date, "Tsis pom muaj hnub koj sau daim ntawv foos lossis tsis pom muaj cov niam ntawv tshwj xeeb.")
case "Chinese-Traditional"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "個人姓名遺漏或含有特殊字元。")
str = check_address(F_Address1, "個人地址遺漏或含有特殊字元。")
str = check_address(F_City1, "城市地點遺漏或含有特殊字元。")
str = check_name(F_state1, "未選取州。")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "請重新輸入個人電話號碼 999-999-9999.")
str = check_email(F_Email1, "您的個人電子郵件地址丟失或包含特殊字符。")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "請重新輸入個人電話號碼 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "您的個人電子郵件地址丟失或包含特殊字符。")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "郵遞區號必須是以下格式: 99999 或 99999-9999。")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "機構名稱遺漏。")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "機構聯絡資料遺漏。")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "機構電話號碼遺漏或含有特殊字元。")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "您的聯絡人姓名丟失或包含特殊字符。")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "您的聯絡地址丟失或包含特殊字符。")
if (len(F_City2) > 0) then str = check_address(F_City2, "您的聯絡點城市位置丟失或包含特殊字符。")
if (len(F_state2) > 0) then str = check_name(F_state2, "您的聯絡人狀態尚未被選中。")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "您的聯繫人郵政編碼必須採用以下格式: 99999 or 99999-9999.")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "請重新輸入您的聯絡電話號碼 999-999-9999.")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "您的聯絡電子郵件地址丟失或包含特殊字符。")
'------------ Section 3
str = check_agency_name(F_Fullname3, "公司名稱丟失或包含特殊字符。")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "公司地址丟失或包含特殊字符。")
str = check_address(F_City3, "公司城市位置丟失或包含特殊字符。")
str = check_name(F_state3, "公司狀態尚未被選中。")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "公司郵政編碼必須採用以下格式: 99999 or 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "請重新輸入公司電話號碼 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "公司電子郵件地址丟失或包含特殊字符。")
str = check_textarea(F_Narrative5, "您的辨別日期和時間為空白或包含特殊字符。")
'------------ Section 6
str = check_textarea(F_Narrative6, "投訴描述空白或含有特殊字元。")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "您的代表名稱丟失或包含特殊字符。")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "您的代表地址丟失或包含特殊字符。")
if (len(F_City21) > 0) then str = check_address(F_City21, "您的代表城市位置丟失或包含特殊字符。")
if (len(F_state21) > 0) then str = check_name(F_state21, "您的代表狀態尚未被選中。")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "您的代表郵政編碼必須採用以下格式: 99999 or 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "請重新輸入您的代表電話號碼 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "您的代表電子郵件地址丟失或包含特殊字符。")
'------------ Section 9
str = check_name(F_Print_Signature, "簽名遺漏或含有特殊字元。")
str = check_date(F_Print_Signature_Date, "表格日期遺漏或含有特殊字元。")
case "Chinese-Simplified"
'------------ Section 1
str = check_name(F_Form_Language, "The language key was not established for this form.")
str = check_name(F_Fullname1, "重新输入您的第一个,中间和最后一个名字。")
str = check_address(F_Address1, "重新输入您的地址。")
str = check_address(F_City1, "缺失您的城市或城市包含了特殊字符。")
str = check_name(F_state1, "尚未选您的州名。")
if (len(trim(F_Telephone1)) = 0) and (len(trim(F_Email1)) = 0) then
str = check_telephone(F_Telephone1, "1 请重新输入您的电话号码 999-999-9999。")
str = check_email(F_Email1, "您的个人电子邮件地址丢失或包含特殊字符。")
else
if (len(F_Telephone1) > 0) then
str = check_telephone(F_Telephone1, "1 请重新输入您的电话号码 999-999-9999.")
end if
if (len(F_Email1) > 0) then
str = check_email(F_Email1, "您的个人电子邮件地址丢失或包含特殊字符。")
end if
end if
if (len(F_Zipcode1) > 0) then str = check_zipcode(F_Zipcode1, "请重新输入您的邮政编码如: 99999 或 99999-9999。")
if (len(F_Agency_Name1) > 0) then str = check_agency_name(F_Agency_Name1, "缺失机构名称。")
if (len(F_Agency_POC1) > 0) then str = check_name(F_Agency_POC1, "缺失机构联系者的信息。")
if (len(F_Agency_Telephone1) > 0) then str = check_telephone(F_Agency_Telephone1, "Agency 请重新输入代理商联系电话 999-999-9999。")
'------------ Section 2
if (len(F_Fullname2) > 0) then str = check_name(F_Fullname2, "请重新输入您的联络人姓名。")
if (len(F_Address2) > 0) then str = check_address(F_Address2, "请重新输入您的联络地址。")
if (len(F_City2) > 0) then str = check_address(F_City2, "请重新输入您的联络点城市位置。")
if (len(F_state2) > 0) then str = check_name(F_state2, "请重新输入联络人的状态。")
if (len(F_Zipcode2) > 0) then str = check_zipcode(F_Zipcode2, "请使用以下格式重新输入联系邮政编码:99999 或 99999-9999。")
if (len(F_Telephone2) > 0) then str = check_telephone(F_Telephone2, "2 请使用以下格式重新输入联系电话号码:999-999-9999。")
if (len(F_Email2) > 0) then str = check_email(F_Email2, "请重新输入联系电子邮件地址。")
'------------ Section 3
str = check_agency_name(F_Fullname3, "请重新输入公司名称。")
if (len(F_Address3) > 0) then str = check_address(F_Address3, "请重新输入公司地址。")
str = check_address(F_City3, "请重新进入公司城市的位置。")
str = check_name(F_state3, "请使用下拉列表重新输入公司状态。")
if (len(F_Zipcode3) > 0) then str = check_zipcode(F_Zipcode3, "请使用以下格式重新输入公司邮政编码: 99999 或 99999-9999.")
if (len(F_Telephone3) > 0) then str = check_telephone(F_Telephone3, "3 请使用以下格式重新输入公司电话号码: 999-999-9999.")
if (len(F_Email3) > 0) then str = check_email(F_Email3, "请重新输入公司电子邮件。")
str = check_textarea(F_Narrative5, "未填您受歧视的日期或日期包含了特殊字符。")
'------------ Section 6
str = check_textarea(F_Narrative6, "未填您的投诉叙事或叙事包含了特殊字符。")
'------------ Section 8
if (len(F_Fullname21) > 0) then str = check_name(F_Fullname21, "重新输入代表第一名,中名和姓氏")
if (len(F_Address21) > 0) then str = check_address(F_Address21, "重新输入代表地址。")
if (len(F_City21) > 0) then str = check_address(F_City21, "重新进入代表城市的位置。")
if (len(F_state21) > 0) then str = check_name(F_state21, "使用下拉列表重新输入代表状态。")
if (len(F_Zipcode21) > 0) then str = check_zipcode(F_Zipcode21, "使用以下格式重新输入代表邮政编码: 99999 或 99999-9999.")
if (len(F_Telephone21) > 0) then str = check_telephone(F_Telephone21, "21 使用以下格式重新输入代表电话号码: 999-999-9999.")
if (len(F_Email21) > 0) then str = check_email(F_Email21, "重新输入代表电子邮件。")
'------------ Section 9
str = check_name(F_Print_Signature, "缺失您的签名或签名包含了特殊字符。")
str = check_date(F_Print_Signature_Date, "缺失您的表格日期或日期包含了特殊字符")
End Select
end function
'--------------------
' Verify textarea
'--------------------
function check_textarea(form_textarea, error_msg)
Dim pattern, lenp, lenstr, p
str = form_textarea
'pattern = "~/\[]@$%^*()_+{}:?><="
pattern = "`~[]|@^*{}="
status = 0
'Response.Write "FORM narrative5 :" & str & "<br><br>"
lenp = len(pattern)
lenstr = len(str)
if (lenstr < 1) then
status = 1
else
'----------------
' check for pattern
'----------------
for p = 1 to lenp
if (InStr(str,mid(pattern,p,1)) > 0) then
status = 1
exit for
end if
next
end if
if (InStr(str,"ftp") > 0) or (InStr(str,"www") > 0 ) or (InStr(str,"http") > 0 ) or (InStr(str,"//") > 0 ) or (InStr(str,"\\") > 0 ) Then status = 1
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify Agency Name
'--------------------
function check_agency_name(form_agency_name, error_msg)
Dim pattern, lenp, lenstr, p, status
str = form_agency_name
pattern = "~$%^*()_[]+{}:?><="
'Response.Write "FORM AGENCY NAME :" & str & "<br><br>"
lenp = len(pattern)
lenstr = len(str)
status = 0
if (lenstr < 1) then
status = 1
else
'----------------
' check for pattern
'----------------
for p = 1 to lenp
if (InStr(str,mid(pattern,p,1)) > 0) then
status = 1
exit for
end if
next
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify Name
'--------------------
function check_name(form_name, error_msg)
Dim pattern, lenp, lenstr, p, status
str = form_name
pattern = "~!\/[]@#$%^*()_+{}:?><="
status = 0
'Response.Write "FORM ELEMENT :" & str & "<br><br>"
lenp = len(pattern)
lenstr = len(str)
'----------------
' check for numbers
'----------------
'Response.Write "Check for numbers -------------<br>"
for p = 0 to 9
if (InStr(str,Cstr(p)) > 0) then
status = 1
exit for
end if
next
if (lenstr < 1) then
status = 1
else
'----------------
' check for pattern
'----------------
for p = 1 to lenp
if (InStr(str,mid(pattern,p,1)) > 0) then
status = 1
exit for
end if
next
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify address
'--------------------
function check_address(form_address, error_msg)
Dim pattern, lenp, lenstr, p
str = form_address
pattern = "~!/\[]@$%^*()_+{}:?><="
status = 0
'Response.Write "FORM ADDRESS :" & str & "<br><br>"
lenp = len(pattern)
lenstr = len(str)
if (lenstr < 1) then
status = 1
else
'----------------
' check for pattern
'----------------
for p = 1 to lenp
if (InStr(str,mid(pattern,p,1)) > 0) then
status = 1
exit for
end if
next
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify Telephone
'--------------------
function check_telephone(form_telephone, error_msg)
Dim regEx , status
Set regEx = New RegExp
regEx.Global = true
status = 1
regEx.Pattern = "^([0|\+[0-9]{1,5})?([0-9][0-9]{9})$"
'form_telephone = "8889999999"
'error_log(form_telephone)
if regEx.Test(form_telephone) then
status = 0
else
'error_msg = "Error Message bad number " & form_telephone
'error_log(error_msg)
regEx.Pattern = "((\(\d{3}\) ?)|(\d{3}-))?\d{3}-\d{4}"
'form_telephone = "888-999-9999"
if regEx.Test(form_telephone) then
status = 0
'error_msg = "Error Message bad number " & form_telephone
'error_log(error_msg)
end if
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify email
'--------------------
function check_email(form_email, error_msg)
Dim regEx , status
Set regEx = New RegExp
regEx.Global = true
status = 1
regEx.Pattern = "^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$"
'form_email = "[email protected]"
if regEx.Test(form_email) then
status = 0
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify Zipcode
'--------------------
function check_zipcode(form_zipcode, error_msg)
Dim regEx , status
Set regEx = New RegExp
regEx.Global = true
status = 1
regEx.Pattern = "^\d{5}(?:[-\s]\d{4})?$"
'form_zipcode = "99999"
'form_zipcode = "99999 9999"
'form_zipcode = "99999-9999"
'form_zipcode = "99999"
if regEx.Test(form_zipcode) then
status = 0
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Verify Name
'--------------------
function check_date(form_name, error_msg)
Dim pattern, lenp, lenstr, p, status
str = form_name
pattern = "!\[]@#$%^*()_+{}:?><="
status = 0
'Response.Write "FORM ELEMENT :" & str & "<br><br>"
lenp = len(pattern)
lenstr = len(str)
if (lenstr < 1) then
status = 1
else
'----------------
' check for pattern
'----------------
for p = 1 to lenp
if (InStr(str,mid(pattern,p,1)) > 0) then
status = 1
exit for
end if
next
end if
if status = 1 then error_log(error_msg)
end function
'--------------------
' Error Log
'--------------------
function error_log(error_msg)
error_txt = error_txt & "<li>" & error_msg & "</li>"
End function
'----------------------------------------
' FORM SECTIONS
'----------------------------------------
function send_email_to_complainant()
'send_email_to_complainant = 1
'exit function
if (F_Email1 = "") then
send_email_to_complainant = 0
'Response.Write "Blank email"
else
html = ""
knt = 0
txt = ""
'----------------------------------------
' ATTENTION: CDOSYS
' CDO (Collaboration Data Objects) is a Microsoft technology that is designed to simplify the creation of messaging applications.
'
'----------------------------------------
Set myMail = CreateObject("CDO.Message")
myMail.Subject = EMAIL_TITLE_SUBJECT
myMail.From = SENDER_EMAIL_ADDRESS
myMail.To = F_Email1
myMail.BodyPart.Charset = "utf-8"
'Carbon Copy to the assigned OFCCP Regional office
'myMail.CC = OFCCP_REGION_EMAIL
'Blind Carbon Copy
'myMail.BCC = "[email protected]"
'Send Attachment (we hard code it here, but you could specify the file path using Server.Mappath as well)
'myMail.AddAttachment "c:\myweb\somefile.jpg"
myMail.TextBody = "This message is delivered via html."
myMail.HTMLBody = str_html
'Send the message using the network (SMTP over the network).
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
'Name or IP of remote SMTP server
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") = REMOTE_HOST_NAME
'Server port
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
'Use SSL for the connection (False or True)
'myMail.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
'Connection Timeout in seconds (the maximum time CDO will try to establish a connection to the SMTP server)
'myMail.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 90
' If your server requires outgoing authentication uncomment the lines
' below and use a valid email address and password.
'basic (clear-text) authentication
'myMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
'myMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="[email protected]"
'myMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") ="yourpassword"
myMail.Configuration.Fields.Update
myMail.Send
On Error Resume Next
If Err.Number <> 0 Then
send_email_to_complainant = 0
else
send_email_to_complainant = 1
end if
set myMail = nothing
end if
end function
'----------------------------------------
' FORM SECTIONS
'----------------------------------------
function send_email_to_OFCCP_REGION()
'send_email_to_OFCCP_REGION = 1
'exit function
'----------------------------------------
' Send email to a specific region based on State
'----------------------------------------
Select Case F_state1
'---------------------------------------------
'These states are assigned to Region [email protected]
'New Jersey, New York, Puerto Rico,Virgin Islands, Connecticut, Maine, Massachusetts,
'New Hampshire, Rhode Island or Vermont
'---------------------------------------------
case "NJ" , "NY" , "PR" , "VI" , "CT" , "ME" , "MA" , "NH" , "RI" , "VT"
region = 1
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
'---------------------------------------------
'These states are assigned to Region [email protected]
'Delaware, District of Columbia, Maryland, Pennsylvania, Virginia, West Virginia
'---------------------------------------------
case "DE" , "DC" , "MD" , "PA" , "VA" , "WV"
region = 2
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
'---------------------------------------------
'These states are assigned to Region [email protected]
'Alabama, Florida, Georgia, Kentucky, Mississippi, North Carolina, South Carolina, Tennessee
'---------------------------------------------
case "AL" , "FL" , "GA" , "KY" , "MS" , "NC" , "SC" , "TN"
region = 3
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
'---------------------------------------------
'These states are assigned to Region [email protected]
'Illinois, Indiana, Iowa, Kansas, Michigan, Minnesota, Missouri, Nebraska, Ohio, Wisconsin
'---------------------------------------------
case "IL" , "IN" , "IA", "KS" , "MI" , "MN" , "MO", "NE" , "OH" , "WI"
region = 4
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
'---------------------------------------------
'These states are assigned to Region [email protected]
'Arkansas, Colorado, Louisiana, Montana, New Mexico, North Dakota, Oklahoma,
'South Dakota, Texas, Utah, Wyoming
'---------------------------------------------
case "AR" , "CO" , "LA" , "MT" , "NM" , "ND" , "OK" , "SD", "TX" , "UT" , "WY"
region = 5
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
'---------------------------------------------
'These states are assigned to Region [email protected]
'Alaska, Arizona, California, Guam, Hawaii, Idaho, Nevada, Oregon, Washington
'---------------------------------------------
case "AK" , "AZ" , "CA" , "GU" , "HI" , "ID" , "NV", "OR" , "WA"
region = 6
region_title = ""
OFCCP_REGION_EMAIL = "[email protected]"
End Select
OFCCP_REGION_EMAIL = "Department of Labor/OFCCP<[email protected]>"
html = ""
knt = 0
txt = ""
'----------------------------------------
' ATTENTION: CDOSYS
' CDO (Collaboration Data Objects) is a Microsoft technology that is designed to simplify the creation of messaging applications.
'
'----------------------------------------
Set myMail_Region = CreateObject("CDO.Message")
myMail_Region.Subject = EMAIL_TITLE_SUBJECT
myMail_Region.From = SENDER_EMAIL_ADDRESS
myMail_Region.To = OFCCP_REGION_EMAIL
myMail_Region.BodyPart.Charset = "utf-8"
'Carbon Copy to the assigned OFCCP Regional office
'myMail_Region.CC = OFCCP_REGION_EMAIL
'Blind Carbon Copy
'myMail_Region.BCC = "[email protected]"
'Send Attachment (we hard code it here, but you could specify the file path using Server.Mappath as well)
'myMail_Region.AddAttachment "c:\myweb\somefile.jpg"
myMail_Region.TextBody = "This message is delivered via html."
myMail_Region.HTMLBody = str_html
'Send the message using the network (SMTP over the network).
myMail_Region.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
'Name or IP of remote SMTP server
myMail_Region.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") = REMOTE_HOST_NAME
'Server port
myMail_Region.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
'Use SSL for the connection (False or True)
'myMail_Region.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
'Connection Timeout in seconds (the maximum time CDO will try to establish a connection to the SMTP server)
'myMail_Region.Configuration.Fields.Item _
'("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 90
' If your server requires outgoing authentication uncomment the lines
' below and use a valid email address and password.
'basic (clear-text) authentication
'myMail_Region.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
'myMail_Region.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="[email protected]"
'myMail_Region.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") ="yourpassword"
myMail_Region.Configuration.Fields.Update
myMail_Region.Send
On Error Resume Next
If Err.Number <> 0 Then
'Response.Write "An error has occurred. Description: " & Err.Description & " Number: " & Err.Number & "<br><br>"
send_email_to_OFCCP_REGION = 0
else
send_email_to_OFCCP_REGION = 1
end if
set myMail_Region = nothing
end function
'####### ###### ###### ####### ###### # ####### #####
'# # # # # # # # # # # # # #
'# # # # # # # # # # # # #
'##### ###### ###### # # ###### # # # # ####
'# # # # # # # # # # # # # #
'# # # # # # # # # # # # # #
'####### # # # # ####### # # ####### ####### #####
'-----------------------------------------------------------------------------------------------
' Dump Error Log
'-----------------------------------------------------------------------------------------------
function dump_error_log()
str_html = ""
buildhtml("<!DOCTYPE html>")
Select Case F_Form_Language
case "English"
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Errors</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Complaint Involving Employment Discrimination by a Federal Contractor or Subcontractor")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("COMPLAINT FORM ERRORS")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("An error has occurred. Please address each field listed below. Use the backspace button to return to the form:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>Return to Complaint Form</a>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Spanish"
buildhtml("<html lang='es'>")
buildhtml("<head>")
buildhtml("<title>Errores del Formulario de Queja del OFCCP</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Queja que involucra discriminación en el empleo por parte de un contratista federal o subcontratista")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("ERRORES DEL FORMULARIO DE QUEJA")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("Se ha producido un error. Sírvase dirigirse a cada uno de los campos que se enumeran a continuación. Utilice el botón de retroceso para volver al formulario:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>Volver al formulario de quejas</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Creole"
buildhtml("<html lang='ht'>")
buildhtml("<head>")
buildhtml("<title>Erè Fòm OFCCP Plent</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Plent ki Konsène Pratik Diskriminasyon yon Kontraktè oswa Sou-Kontraktè Gouvènman Federal nan Travay")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("FÒM PLENT ERÈ")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("Yon erè ki te fèt. Tanpri adrese chak jaden lis anba a. Sèvi ak bouton an Backspace pou li retounen nan fòm lan:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>Retounen nan Fòm Plent</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Vietnamese"
buildhtml("<html lang='vi'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Errors</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Khiếu Nại Liên Quan Đến Việc Phân Biệt Đối Xử Trong Công Việc Bởi Nhà Thầu Hoặc Nhà Thầu Phụ Liên Bang")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("KHIẾU NẠI KHIẾU NẠI")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("Một lỗi đã xảy ra. Vui lòng giải quyết từng trường được liệt kê dưới đây. Sử dụng nút backspace để trở lại biểu mẫu:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>Trở về Mẫu Khiếu Nại</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Hmong"
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Errors</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Kev Tsis Txaus Siab uas ua hauj lwm ua saib tsis taus los ntawm ib tug tsoom fwv teb chaws ua huaj lwm los yog Subcontractor")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("TSIS TXAUS SIAB DAIM NTAWV UAS TSIS")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("Ib qho yuam kev tau tshwm sim. Thov nyob txhua teb nram qab no. Siv cov Backspace khawm kom rov qab mus rau hauv daim ntawv:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>Rov qab mus rau Kev Tsis Txaus Siab daim ntawv</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Chinese-Traditional"
buildhtml("<html lang='zh-Hant'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Errors</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("涉及聯邦政府承包商或分包商的就業歧視投訴")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("投訴表格錯誤")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("發生了錯誤。請介紹下列每個字段。使用退格按鈕返回到窗體:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>返回投訴表</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
case "Chinese-Simplified"
buildhtml("<html lang='zh-Hans'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Errors</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=ISO-8859-1'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile_error_log.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("联邦承包商或分包商涉及就业歧视的投诉")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<h2>")
buildhtml("投诉表格错误")
buildhtml("</h2>")
buildhtml("<p>")
buildhtml("发生了错误。请介绍下列每个字段。使用退格按钮返回到窗体:")
buildhtml("</p>")
buildhtml("<ol>")
buildhtml(error_txt)
buildhtml("</ol>")
buildhtml("<a style='float: left;' href='javascript:goBack()'>返回投诉表</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
End Select
'Response.Write str_html
end function
'####### # # # # # # # # # ####### # #
' # # # # # ## # # # # # # # # #
' # # # # # # # # # # # # # # # #
' # ####### # # # # # ### # # # # #
' # # # ####### # # # # # # # # # #
' # # # # # # ## # # # # # # #
' # # # # # # # # # # ####### #####
'-----------------------------------------------------------------------------------------------
' THANK YOU ENGLISH
'-----------------------------------------------------------------------------------------------
function thankyou_English()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("p {display:inline-block;}")
buildhtml("h1 {display:block; padding-bottom:20px;}")
buildhtml("h1, p, a { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, p, a { color:black;}")
buildhtml("h1, p, a { text-align:left;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h1 { margin:0; padding:0;}")
buildhtml("p { font-size: 14px; line-height:120%;}")
buildhtml("p { font-weight:normal; letter-spacing: 1px;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Complaint Involving Employment Discrimination by a Federal Contractor or Subcontractor")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("Thank you for contacting the Office of Federal Contract Compliance Programs (OFCCP). This confirms that your e-mail has been delivered and someone will contact you about your complaint or other inquiry shortly.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("If you provided an email address in your complaint, you will receive a copy of your complaint and an automatic confirmation of OFCCP's receipt of the form. If you did not provide an email however, OFCCP will be unable to send an automated response. We recommend that you print a copy of your complaint and retain it for your records using the print function on the form.")
buildhtml("</p>")
buildhtml("<p>If you need to speak with someone, ")
buildhtml("<a class='title_top' href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>please contact the OFCCP regional office nearest to you.</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU SPANISH
'-----------------------------------------------------------------------------------------------
function thankyou_Spanish()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='es'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("p {display:inline-block;}")
buildhtml("h1 {display:block; padding-bottom:20px;}")
buildhtml("h1, p, a { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, p, a { color:black;}")
buildhtml("h1, p, a { text-align:left;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h1 { margin:0; padding:0;}")
buildhtml("p { font-size: 14px; line-height:120%;}")
buildhtml("p { font-weight:normal; letter-spacing: 1px;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Queja por discriminación en el empleo de parte de un Contratista o Subcontratista Federal")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("Gracias por contactar a la Oficina de Programas de Cumplimiento de Contratos Federales (Office of Federal Contract Compliance Programs, OFCCP). Por medio de este mensaje se confirma que su correo electrónico ha sido procesado y alguien lo contactará en breve acerca de su queja u otra consulta que pueda tener.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Si usted proporcionó en su queja una dirección de correo electrónico, recibirá una copia de la misma y una confirmación automática de la recepción del formulario por parte de OFCCP. Pero si no proporcionó un correo electrónico, OFCCP no podrá enviarle una respuesta automática. Le recomendamos que imprima una copia de su queja y la guarde para su registro personal, para ello utilice la función de impresión que se encuentra en el formulario.")
buildhtml("</p>")
buildhtml("<p>Si necesita hablar con alguien, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>por favor contacte la oficina regional de OFCCP más cercana.</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU HAITIAN CREOLE
'-----------------------------------------------------------------------------------------------
function thankyou_Creole()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='ht'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("p {display:inline-block;}")
buildhtml("h1 {display:block; padding-bottom:20px;}")
buildhtml("h1, p, a { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, p, a { color:black;}")
buildhtml("h1, p, a { text-align:left;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h1 { margin:0; padding:0;}")
buildhtml("p { font-size: 14px; line-height:120%;}")
buildhtml("p { font-weight:normal; letter-spacing: 1px;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Plent sou Founisè Sèvis oswa Soutretan Federal ki Fè Diskriminasyon nan Anplwa")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("Mèsi dèske w kontakte Biwo Pwogram pou Konfòmite Kontra Federal yo (Office of Federal Contract Compliance Programs, OFCCP). Mesaj sa a se pou konfime nou resevwa imèl ou a epi yon moun pral kontakte w sou plent ou an oswa lòt demann ou an talè.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Si ou te bay yon adrès imèl nan plent ou an, ou pral resevwa yon kopi plent ou an ak yon konfimasyon otomatik OFCCP te resevwa fòmilè a. Sepandan si ou pat bay imèl, OFCCP pap kapab voye repons otomatik ba ou. Nou rekòmande pou w sèvi avèk fonksyon enprime ki sou fòmilè a pou w enprime yon kopi plent ou an ak kenbe li nan dosye ou.")
buildhtml("</p>")
buildhtml("<p>Si ou bezwen pale avèk yon moun, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'> tanpri kontakte biwo rejyonal OFCCP ki pi pre w la.</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU HMONG
'-----------------------------------------------------------------------------------------------
function thankyou_Hmong()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("p {display:inline-block;}")
buildhtml("h1 {display:block; padding-bottom:20px;}")
buildhtml("h1, p, a { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, p, a { color:black;}")
buildhtml("h1, p, a { text-align:left;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h1 { margin:0; padding:0;}")
buildhtml("p { font-size: 14px; line-height:120%;}")
buildhtml("p { font-weight:normal; letter-spacing: 1px;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Kev Tsis Txaus Siab Muaj Xws Li Kev Ntxub Ntxaug Txog Kev Ntiav Neeg Ua Haujlwm los ntawm Tsoomfwv Lub Chaw Cog Lus Ua Haujlwm lossis Lub Chaw Ncau Cog Lus Ua Haujlwm")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("Ua tsaug uas koj hu rau Tsoomfwv Lub Chaw Lis Haujlwm Saib Xyuas Txog Qhov Tsis Txaus Siab (Office of Federal Contract Compliance Programs/OFCCP). Qhov no lees tias tau xa koj tus e-mail tuaj rau koj lawm thiab ib tug neeg yuav hu xov tooj tuaj tham txog koj qhov tsis txaus siab lossis lwm yam sai sai no. ")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Yog koj twb qhia koj tus email rau hauv koj daim ntawv hais qhov tsis txaus siab lawm, koj yuav tau txais ib daim ntawv theej ntawm koj daim ntawv hais qhov tsis txaus siab thiab ib tsab ntawv lees txais koj daim ntawv los ntawm lub chaw OFCCP. Txawm li cas los xij, yog koj tsis tau qhia koj tus email, OFCCP yuav tsis tuaj yeem xa cov ntaub ntawv no tuaj rau koj tau. Peb thov qhia rau koj tias koj yuav tau theej koj cov ntaub ntawv hais qhov tsis txaus siab no tseg thiab muab cov ntaub ntawv luam tawm xa tuaj nrog daim ntawv foos no.")
buildhtml("</p>")
buildhtml("<p>Yog koj xav tham nrog ib tug neeg twg, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.' >thov hu rau OFCCP chav lis haujlwm nyob ze ntawm koj.</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU VIETNAMESE
'-----------------------------------------------------------------------------------------------
function thankyou_Vietnamese()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='vi'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("p {display:inline-block; padding-bottom:10px;}")
buildhtml("h1 {display:block; padding-bottom:20px;}")
buildhtml("h1, p, a { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, p, a { color:black;}")
buildhtml("h1, p, a { text-align:left;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h1 { margin:0; padding:0;}")
buildhtml("p { font-size: 14px; line-height:120%;}")
buildhtml("p { font-weight:normal; letter-spacing: 1px;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("Than Phiền Liên Quan Đến Việc Phân Biệt Đối Xử bởi Nhà Thầu hoặc Nhà Thầu Phụ của Liên Bang")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("Cảm ơn quý vị đã liên hệ với Văn Phòng của Chương Trình Tuân Thủ Hợp Đồng Liên Bang (Office of Federal Contract Compliance Programs, OFCCP). Điều này khẳng định rằng e-mail của quý vị đã được gửi đi và sẽ có người liên hệ với quý vị về việc than phiền và yêu cầu khác của quý vị trong thời gian ngắn.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Nếu quý vị cung cấp địa chỉ email trong đơn than phiền của quý vị, quý vị sẽ nhận được một bản sao đơn than phiền của quý vị và thư xác nhận tự động đã nhận được đơn của OFCCP. Tuy nhiên, nếu quý vị đã không cung cấp email, OFCCP sẽ không thể gửi phản hồi tự động. Chúng tôi đề nghị quý vị in một bản sao đơn than phiền của quý vị và giữ nó cho hồ sơ của quý vị bằng cách sử dụng chức năng in trên đơn.")
buildhtml("</p>")
buildhtml("<p>Nếu quý vị cần nói chuyện với người nào đó, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.' >vui lòng liên hệ với văn phòng khu vực OFCCP gần quý vị nhất.</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU CHINESE TRADITIONAL
'-----------------------------------------------------------------------------------------------
function thankyou_Chinese_Traditional()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='zh-Hant'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("a, h1, h2, h3, p { font-family: Tahoma, Helvetica, Arial, 'Microsoft Yahei',微软雅黑, STXihei, 华文细黑, sans-serif;}")
buildhtml("a, h1, h2, h3, p { color:black; font-weight:normal; letter-spacing: 1px; line-height:115%;}")
buildhtml("h1 { text-align:left; font-size: 29px; padding-bottom: 45px;}")
buildhtml("h2, h3, p, a { text-align:left; font-size: 22px; padding-bottom: 5px;}")
buildhtml("p {display:inline-block;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("承包商或分包商的關於雇傭歧視的投訴")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("感謝您聯繫聯邦契約計畫辦公室(簡稱為OFCCP)。特此確認您的email已發送,關於您的投訴和其他諮詢,稍後會有人與您聯繫。")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("如您在投訴中提供了email地址,則會收到您投訴的一份附本,和OFCCP收到該表格的自動確認。如您未提供email,則OFCCP無法發送自動回復。我們建議您列印一份您投訴的附本,並將其保存,以作為您使用該表格列印功能的存檔。")
buildhtml("</p>")
buildhtml("<p>如果您想進行面談, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.' >請聯繫就近的OFCCP區域辦事處。</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'-----------------------------------------------------------------------------------------------
' THANK YOU CHINESE SIMPLIFIED
'-----------------------------------------------------------------------------------------------
function thankyou_Chinese_Simplified()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='zh-Hans'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Thank You</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml("a, h1, h2, h3, p { font-family: Tahoma , Verdana, Helvetica, Arial , 'Microsoft Yahei',微软雅黑, STXihei, 华文细黑, sans-serif;}")
buildhtml("a, h1, h2, h3, p { color:black; font-weight:normal; letter-spacing: 1px; line-height:115%;}")
buildhtml("h1 { text-align:left; font-size: 29px; padding-bottom: 45px;}")
buildhtml("h2, h3, p, a { text-align:left; font-size: 22px; padding-bottom: 5px;}")
buildhtml("p {display:inline-block;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='top-1-left'>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</div>")
buildhtml("<div class='top-1-right'>")
buildhtml("<h1>")
buildhtml("承包商或分包商的关于雇佣歧视的投诉")
buildhtml("</h1>")
buildhtml("</div>")
buildhtml("<div class='error_list'>")
buildhtml("<p>")
buildhtml("感谢您联系联邦契约计划办公室(简称为OFCCP)。特此确认您的email已发送,关于您的投诉和其他咨询,稍后会有人与您联系。")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("如您在投诉中提供了email地址,则会收到您投诉的一份附本,和OFCCP收到该表格的自动确认。如您未提供email,则OFCCP无法发送自动回复。我们建议您打印一份您投诉的附本,并将其保存,以作为您使用该表格打印功能的存档。")
buildhtml("</p>")
buildhtml("<p>如果您想进行面谈, ")
buildhtml("<a href='https://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.' >请联系就近的OFCCP区域办事处。</a>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
end function
'### # # ##### ####### ###### # # ##### ####### ### ####### # # #####
' # ## # # # # # # # # # # # # # # ## # # #
' # # # # # # # # # # # # # # # # # # #
' # # # # ##### # ###### # # # # # # # # # # #####
' # # # # # # # # # # # # # # # # # # #
' # # ## # # # # # # # # # # # # # # ## # #
'### # # ##### # # # ##### ##### # ### ####### # # #####
'--------------------
' ENGLISH INSTRUCTIONS
'--------------------
function show_instructions_English()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_screen_english.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 12px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 12px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 1px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 12px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>Complaint Involving Employment Discrimination by a Federal Government Contractor or Subcontractor</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("Instruction Sheet")
buildhtml("</h2>")
buildhtml("<p>Use this form to file a complaint against an employer for violating any of the three laws the Office of Federal Contract Compliance Programs (OFCCP) enforces:</p>")
buildhtml("<ul>")
buildhtml("<li>Executive Order 11246, as amended;</li>")
buildhtml("<li>Section 503 of the Rehabilitation Act of 1973, as amended; and the</li>")
buildhtml("<li>Vietnam Era Veterans' Readjustment Assistance Act of 1974, as amended.</li>")
buildhtml("</ul>")
buildhtml("<p>These laws make it illegal for companies doing business with the Federal Government to discriminate against job applicants and employees based on race, color, religion, sex, sexual orientation, gender identity, national origin, disability and status as a protected veteran. This includes discrimination in pay and other forms of compensation. Executive Order 11246, as amended, also prohibits federal contractors from discriminating against applicants and employees for inquiring about, discussing, or disclosing compensation.</p>")
buildhtml("<p>In addition, it is illegal for these companies to retaliate or otherwise take employment actions that negatively affect job applicants and employees because they filed a complaint, opposed acts or practices made unlawful by OFCCP's laws, or provided information or assistance during a compliance evaluation or complaint investigation. Retaliatory actions include any intimidation, threat, coercion or discrimination.</p>")
buildhtml("<h2>General Instructions:</h2>")
buildhtml("<p>Print or type the information when filling in the form. Tell us what happened, why you believe it was discrimination or retaliation, and who took the actions you described. Also, explain where and when these things happened, who saw it, and who may have information about what happened to you. Your signature is required on the complaint form, and if it is not on the form when you submit it, we will ask you to sign it. If you have authorized another person to file the complaint on your behalf, your representative's signature is required on the complaint form. </p>")
buildhtml("<p>The form includes a place for you to select the reason why you believe your employer discriminated or retaliated against you. If you believe you may have been discriminated or retaliated against for multiple reasons, such as race and sex, select all the protected bases that apply.</p>")
buildhtml("<p>When describing what happened, tell us how it changed your work. For example, let us know if it caused you not to be hired for a job; caused you to be fired, laid off, demoted, or denied a promotion; or caused you to lose seniority or have your job assignment changed. You may have also been paid less than others doing the same or similar work. We also want to know if what happened involved training, pregnancy leave, harassment, accommodation for a disability or for religious observances, or segregation of facilities.</p>")
buildhtml("<p>You can use a separate piece of paper if you need more space to describe what happened to you. Remember to attach the piece of paper to the complaint form when you are done.</p>")
buildhtml("<p>If you are filing a complaint of discrimination because of your veteran status, remember to attach your Certificate of Release or Discharge from Active Duty (also known as DD Form 214). If one is not provided, we will ask you to provide one later. There are several categories of veterans protected by VEVRAA: disabled veterans, veterans separated from service for no more than three years, active duty wartime or campaign badge veterans, and armed forces service medal veterans. For more details on these categories, visit OFCCP's Web site at: ")
buildhtml("</p>")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a></div>")
buildhtml("<h2>Where to file the complaint?</h2>")
buildhtml("<p>You should send the completed form to the OFCCP regional office that covers the state where the alleged discrimination happened. Send OFCCP your form by U.S. mail, fax, or e-mail. A list of regional offices and the states that each office covers can be found on the OFCCP Web site at: ")
buildhtml("</p>")
buildhtml("<div ><a class='left' href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a></div>")
buildhtml("<h2>When to file a complaint?</h2>")
buildhtml("<p>Complaints based on your race, color, religion, sex, sexual orientation, gender identity, or national origin, must be filed within 180 days of the action(s) taken by your employer that you think was either discrimination or retaliation. The same 180-day time frame applies to pay transparency complaints alleging discrimination for discussing, disclosing, or inquiring about pay.</p>")
buildhtml("<p>Complaints based on your disability or status as a protected veteran must be filed within 300 days of the action(s) taken by your employer that you think was either discrimination or retaliation.</p>")
buildhtml("<h2>Privacy Act Statement</h2>")
buildhtml("<p>The collection of information using this form is authorized by the laws OFCCP enforces, Title VII of the Civil Rights Act of 1964 (Title VII), as amended, and Title I of the Americans with Disabilities Act of 1990 (ADA), as amended. OFCCP uses this information to process complaints and conduct investigations of alleged violations of these employment discrimination laws. OFCCP will provide a copy of this complaint to the employer against whom it is filed, and when the matters alleged are covered by Title VII and/or the ADA, to the U.S. Equal Employment Opportunity Commission (EEOC). The information collected may be: 1)verified with others who may have knowledge relevant to the complaint; 2) used in settlement negotiations with the employer or in the course of presenting evidence at a hearing; or 3) disclosed to other agencies with jurisdiction over the complaint.</p>")
buildhtml("<p>Providing this information is voluntary; however, failure to provide the information may delay or prevent OFCCP from investigating your complaint and, for matters covered by Title VII or the ADA, may affect your right to sue under those laws.</p>")
buildhtml("<h2>Public Burden Statement</h2>")
buildhtml("<p>The estimated time to complete this form is 1 hour, including time for reviewing instructions, filling out the form and sending it to OFCCP. Please note that you are not required to respond to this collection of information unless it displays a currently valid OMB Control Number.</p>")
buildhtml("<p>If you have comments regarding the estimated burden or any other aspect of this complaint form, including suggestions for reducing the burden, send them to the OFCCP Policy Division (1250-0002), 200 Constitution Avenue, N.W., Room C3325, Washington, D.C. 20210. Please do not send the completed complaint form to this address.")
buildhtml("</p>")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>Return to Complaint Form</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' SPANISH INSTRUCTIONS
'--------------------
function show_instructions_Spanish()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='es'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions Spanish</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 12px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 12px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 1px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 12px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>Queja de Discriminación de Empleo por un Contratista o Subcontratista Federal</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("Hoja de instrucciones")
buildhtml("</h2>")
buildhtml("<p>Utilice este formulario de quejas para presentar una queja contra un empleador por violar cualquiera de las tres leyes que la Oficina de Programas de Cumplimiento de Contratos Federales (OFCCP por sus siglas en inglés) hace cumplir:</p>")
buildhtml("<ul>")
buildhtml("<li>Orden Ejecutada 11246, en su versión modificada;</li>")
buildhtml("<li>Sección 503 de la Ley de Rehabilitación de 1973, en su versión modificada; y</li>")
buildhtml("<li>Ley de Asistencia para Reajuste de los Veteranos de la Era de Vietnam de 1974, en su versión modificada.</li>")
buildhtml("</ul>")
buildhtml("<p>")
buildhtml("Estas leyes hacen que sea ilegal que compañías que hacen negocios con el Gobierno Federal discriminar contra solicitantes de empleo y empleados basados en raza, color, religión, sexo, orientación sexual, identidad de género, origen nacional, discapacidad y estatus como veterano protegido. Esto incluye discriminación en el salario u otras formas de compensación. La Orden Ejecutiva 11246, en su versión modificada, también prohíbe a los contratistas federales de discriminar contra solicitantes y empleados para indagar sobre, discutir o divulgar la compensación.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Además, es ilegal que estas empresas tomen represalias o tomen medidas de empleo que afecten negativamente a los solicitantes de empleo y empleados porque presentaron una queja, se opusieron a actos o prácticas determinados ilegales por las leyes de la OFCCP, o proporcionar información o asistencia durante una evaluación de cumplimiento o investigación de una queja. Las acciones de represalia incluyen cualquier intimidación, amenaza, coerción o discriminación.")
buildhtml("</p>")
buildhtml("<h2>Instrucciones Generales:</h2>")
buildhtml("<p>")
buildhtml("Imprima o escriba la información al rellenar el formulario. Cuéntanos qué pasó, por qué crees que fue discriminación o represalia, y quién tomó las acciones que describió. También, explique dónde y cuándo ocurrieron estas cosas, quién lo vio y quién puede tener información sobre lo que le sucedió a usted. Su firma es requerida en el formulario de queja, y si no está en el formulario cuando lo someta, le pediremos que lo firme. Si usted ha autorizado a otra persona para presentar la queja en su nombre, la firma de su representante es requerida en el formulario de queja.")
buildhtml("</p>")
buildhtml("<p>El formulario incluye un lugar para que usted seleccione la razón por la que cree que su empleador discriminó o tomó represalias contra usted. Si cree que puede haber sido discriminado o tomado represalias por múltiples razones, tales como raza y sexo, seleccione todas las bases protegidas que apliquen.</p>")
buildhtml("<p>Cuando describas lo que pasó, cuéntanos cómo cambió tu trabajo. Por ejemplo, háganos saber si le causó no ser contratado para un empleo; le causó ser despedido, cesanteado, degradado o negado una promoción; o le hizo perder la antigüedad o cambió su asignación de empleo. Es posible que también haya sido pagado menos que otros que hacen el mismo trabajo o similar.</p>")
buildhtml("<p>También queremos saber si lo que sucedió involucró entrenamiento, licencia por embarazo, acoso, acomodación para una discapacidad o para observancias religiosas, o segregación de las instalaciones.</p>")
buildhtml("<p>Puede utilizar un pedazo de papel si necesita más espacio para describir lo que le sucedió a usted. Recuerde adjuntar el pedazo de papel al formulario de queja cuando haya terminado.</p>")
buildhtml("<p>")
buildhtml("Si usted está presentando una queja de discriminación debido a su estatus de veterano, recuerde adjuntar el Certificado de Liberación o Descarga del Servicio Activo (también conocido como Formulario DD 214). Si no se proporciona uno, le pediremos que proporcione uno más tarde. Existen varias categorías de veteranos protegidos por VEVRAA: veteranos discapacitados, veteranos separados del servicio por no más de tres años, veteranos de tiempo de guerra en servicio activo o de insignia de campaña y veteranos de la medalla de servicio de las fuerzas armadas. Para más detalles sobre estas categorías, visite el sitio web de la OFCCP en:")
buildhtml("</p>")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a></div>")
buildhtml("<h2>¿Donde presentar la queja?</h2>")
buildhtml("<p>")
buildhtml("Usted debe enviar el formulario completado a la oficina regional de la OFCCP que cubre el estado donde ocurrió la supuesta discriminación. Enviar a la OFCCP su formulario por correo de EE.UU., fax, o correo electrónico. Una lista de las oficinas regionales y los estados que cubre cada oficina se puede encontrar en el sitio web de la OFCCP en:")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a>")
buildhtml("</p>")
buildhtml("<h2>¿Cuándo presentar una queja?</h2>")
buildhtml("<p>")
buildhtml("Las quejas basadas en su raza, color, religión, sexo, orientación sexual, identidad de género u origen nacional deben ser presentadas dentro de los 180 días de la acción tomada por su empleador que usted piensa que fue discriminación o represalia. El mismo plazo de 180 días aplica a las quejas de transparencia de salario alegando discriminación por discutir, divulgar o indagar acerca del salario.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Las quejas basadas en su discapacidad o estatus como veterano protegido deben ser presentadas dentro de los 300 días de la acción (s) tomada (s) por su empleador que usted piensa que fue discriminación o represalia.")
buildhtml("</p>")
buildhtml("<h2>Declaración del Acta de Privacidad</h2>")
buildhtml("<p>")
buildhtml("La recopilación de información utilizando este formulario está autorizada por las leyes que la OFCCP hace cumplir, Título VII de ls Ley de Derechos Civiles de 1964 (Título VII), en su versión modificada, y el Título I de la Ley Acta de Estadounidenses con Discapacidades de 1990 (ADA por sus siglas en inglés), en su versión modificada. OFCCP utiliza esta información para procesar investigaciones de quejas y conducta de presuntas violaciones de estas leyes de discriminación en el empleo. OFCCP proporcionará una copia de esta queja al empleador contra quien se presenta, y cuando las cuestiones alegadas están cubiertas por el Título VII y/o la ADA, a la Comisión de Igualdad de Oportunidades de Empleo de los EE.UU. (EEOC por sus siglas en inglés). La información recopilada puede ser: 1) verificada con otras personas que puedan tener conocimiento relevante a la queja; 2) utilizada en las negociaciones de acuerdos con el empleador o en el transcurso de la presentación de evidencias en una audiencia; o 3) divulgada a otras agencias con jurisdicción sobre la queja.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Proporcionar esta información es voluntario; sin embargo, el no proporcionar la información puede retrasar o prevenir a la OFCCP de investigar su queja y, para los asuntos cubiertos en el Título VII o la ADA, puede afectar a su derecho de demandar bajo esas leyes.")
buildhtml("</p>")
buildhtml("<h2>Declaración de Carga Pública</h2>")
buildhtml("<p>")
buildhtml("El tiempo estimado para completar este formulario es de 1 hora, incluyendo el tiempo para revisar las instrucciones, llenar el formulario y enviarlo a la OFCCP. Por favor tenga en cuenta que no está requerido a responder a esta recopilación de información a menos que muestre un Número de Control OMB válido.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Si tiene comentarios con relación a la carga estimada o cualquier otro aspecto de este formulario de queja, incluyendo sugerencias para reducir la carga, envíelas a la División de Políticas de la OFCCP (1250-0002), 200 Constitution Avenue, NW, Room C3325, Washington, DC 20210 . Por favor no envíe el formulario de queja completado a esta dirección.")
buildhtml("</p>")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>Volver al formulario de quejas</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' CREOLE INSTRUCTIONS
'--------------------
function show_instructions_Creole()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='ht'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 12px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 12px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 1px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 12px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>Plent ki Konsène Pratik Diskriminasyon yon Kontraktè oswa Sou-Kontraktè Gouvènman Federal</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("Fich Enstwiksyon")
buildhtml("</h2>")
buildhtml("<p>Itilize fòm sa a pou depoze yon plent kont yon patwon poutèt li vyole nenpòt nan twa lwa Biwo Pwogram Ranfòsman Konfòmite avèk Kontra Federal (Office of Federal Contract Compliance Programs, OFCCP) ap aplike:</p>")
buildhtml("<ul>")
buildhtml("<li>Dekrè Egzekitif 11246, selon amannman;</li>")
buildhtml("<li>Seksyon 503 Lwa 1973 sou Reyabilitasyon (Rehabilitation Act of 1973), selon amannman; ak</li>")
buildhtml("<li>Lwa 1974 sou Èd pou Re-Ajisteman Veteran Lagè Vyetnam, selon amannman.</li>")
buildhtml("</ul>")
buildhtml("<p>")
buildhtml("Lwa sa yo konsidere li ilegal pou konpayi k ap fè biznis avèk Gouvènman Federal pratike diskriminasyon kont moun ki aplike pou djòb ak anplwaye yo dapre ras, koulè, relijyon, sèks, preferans seksyèl, idantite seksyèl, peyi kote ou soti, andikap ak kondisyon ou kòm yon veteran pwoteje. Sa gen ladan diskriminasyon nan salè ak nan lòt fòm konpansasyon. Dekrè Egzekitif, selon amannman, entèdi kontraktè federal yo tou pou yo pratike diskriminasyon kont moun ki aplike pou travay ak anplwaye yo poutèt yo mande enfòmasyon sou konpansasyon, diskite sou konpansasyon, oswa divilge enfòmasyon sou konpansasyon.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Answit, li ilegal pou konpayi sa yo fè vanjans oswa fè aksyon nan travay la ki gen konsekans negatif sou moun ki aplike pou travay paske yo te depoze yon plent, yo te kont zak oswa pratik lwa OFCCP yo konsidere kòm ilegal, oswa paske yo te bay enfòmasyon oswa èd pandan yon evalyasyon konfòmite oswa ankèt sou plent. Aksyon vanjans gen ladan nenpòt kraponay, menas, presyon oswa diskriminasyon.")
buildhtml("</p>")
buildhtml("<h2>Enstriksyon Jeneral:</h2>")
buildhtml("<p>")
buildhtml("Ekri enfòmasyon yo an lèt detache oswa tape yo lè w ap ranpli fòm nan. Di nou sa ki te pase a, pou kisa ou kwè se te diskriminasyon oswa vanjans, epi kimoun ki te fè aksyon ou te dekri yo. Epitou, eksplike ki kote ak kilè bagay sa yo te pase, kimoun ki te wè yo, ak kimoun ki ka gen enfòmasyon sou sa ki te pase ou. Siyati ou obligatwa sou fòm plent lan, epi si ou pa siyen fòm nan lè w ap soumèt li, n ap mande ou pou siyen li. Si ou te otorize yon lòt moun pou depoze plent lan sou non ou, siyati reprezantan ou obligatwa sou fòm plent lan.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Fòm nan gen ladan yon kote pou ou chwazi rezon ki fè ou kwè patwon ou te fè diskriminasyon oswa vanjans kont ou. Si ou kwè ou te ka viktim diskriminasyon oswa vanjans pou anpil rezon, tankou ras ak sèks, chwazi tout baz pwoteje ki aplike yo.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Lè w ap dekri sa ki te pase a, di nou kijan sa te chanje travay ou. Pa egzanp, fè nou konnen si sa te lakòz yo pa anboche ou pou yon djòb; si sa te lakòz yo revoke ou, sispann ou nan djòb la, oswa refize ba ou yon pwomosyon; oswa si sa te lakòz ou pèdi ansyènte ou oswa si yo te chanje pòs travay ou. Ou te touche mwens lajan tou pase lòt moun ki fè menm travay la oswa travay ki sanble. Nou vle konnen tou si sa ki te pase a te konsène fòmasyon, konje matènite, asèlman, aranjman pou yon andikap oswa pou obsèvasyon relijye, oswa izòlman sant yo.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Ou kapab itilize yon fèy papye apa si ou bezwen plis espas pou dekri sa ki te pase ou. Sonje pou tache fèy papye a nan fòm plent lan lè ou fini.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Si w ap depoze yon plent pou diskriminasyon akòz kondisyon veteran ou, sonje pou tache Sètifika Kitans oswa Dechaj ou nan Sèvis Aktif (ki rele Fòm 214 DD). Si ou pa bay youn, n ap mande ou pou bay youn pita. Gen anpil kategori veteran ki pwoteje avèk VEVRAA: veteran andikape, veteran ki separe nan sèvis la pou pa plis pase twazan, veteran ki te nan sèvis aktif pandan lagè oswa veteran ki gen badj kanpay, ak veteran sèvis fòs lame ki resevwa meday. Pou jwenn plis detay sou kategori sa yo, ale sou sitwèb OFCCP nan: ")
buildhtml("</p>")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a></div>")
buildhtml("<h2>Ki kote pou depoze plent lan?</h2>")
buildhtml("<p>")
buildhtml("Ou ta dwe voye fòm ou ranpli a nan biwo orijinal OFCCP ki gen jiridiksyon sou eta kote diskriminasyon ou endike a te pase. Voye fòm ou ba OFCCP nan sèvis lapòs Etazini, faks oswa imèl. Ou kapab jwenn yon lis biwo rejyonal ak eta kote chak biwo gen jiridiksyon sou sitwèb OFCCP nan:")
buildhtml("</p>")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a></div>")
buildhtml("<h2>Kilè pou depoze yon plent?</h2>")
buildhtml("<p>")
buildhtml("Ou dwe depoze plent ki baze sou ras, koulè, relijyon, sèks, preferans seksyèl, idantite seksyèl, oswa peyi kote ou soti, nan 180 jou apre aksyon (yo) patwon ou fè epi ou panse li (yo) te diskriminasyon oswa vanjans. Menm peryòd tan 180 jou a aplike pou peye plent transparans ki akize diskriminasyon pou diskite, divilge oswa chèche enfòmasyon sou salè.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Ou dwe depoze plent ki baze sou andikap ou oswa kondisyon ou kòm yon veteran pwoteje nan 300 jou apre aksyon (yo) patwon ou fè epi ou panse li (yo) te diskriminasyon oswa vanjans.")
buildhtml("</p>")
buildhtml("<h2>Deskripsyon Lwa sou Enfòmasyon Prive</h2>")
buildhtml("<p>")
buildhtml("Rasanble enfòmasyon yo avèk fòm sa a otorize dapre lwa OFCCP ranfòse, Tit VII Lwa 1964 sou Dwa Sivil (Tit VII), selon amannman, ak Tit I Lwa 1990 Anfavè Ameriken Andikape (Title VII of the Civil Rights Act of 1964, ADA), selon amannman. OFCCP itilize enfòmasyon sa yo pou travay sou plent yo epi pou mennen ankèt sou vyolasyon yo akize nan lwa sa yo pou diskriminasyon nan travay. OFCCP ap bay yon kopi plent sa a ba patwon ou depoze plent kont li a, epi lè afè ki nan akizasyon an pwoteje avèk Tit VII ak/oswa ADA, Komisyon pou Opòtinite Travay Egalego nan Etazini (U.S. Equal Employment Opportunity Commission, EEOC). Enfòmasyon nou pran yo ka: 1) verifye avèk lòt moun ki ka gen konesans enpòtan pou plent lan; 2) itilize nan negosyasyon pou aranjman avèk patwon an oswa nan pwosesis pou prezante prèv yo nan yon odyans; oswa 3) divilge ba lòt ajans ki gen jiridiksyon sou plent lan.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Ou libelibè pou bay enfòmasyon sa yo; men, si ou pa bay enfòmasyon yo sa ka mete retade oswa anpeche OFCP fè ankèt sou plent ou epi, pou afè ki pwoteje avèk Tit VII oswa ADA, sa ka afekte dwa ou pou ale nan tribinal anba lwa yo.")
buildhtml("</p>")
buildhtml("<h2>Deklarasyon konsènan Fado Piblik</h2>")
buildhtml("<p>")
buildhtml("Kantite tan ki estime pou ranpli fòm sa a se 1 èdtan, ansanm ak tan pou revize enstwiksyon yo, pou ranpli fòm nan epi pou voye li ba OFCCP. Tanpri sonje ou pa gen obligasyon pou bay repons pou gwoup enfòmasyon sa yo sof si yo afiche yon Nimewo Kontwòl OMB ki valab nan moman an.")
buildhtml("</p>")
buildhtml("<p>")
buildhtml("Si ou gen kòmantè konsènan fado ki estime a oswa konsènan nenpòt lòt aspè fòm plent sa a, ansanm ak sijesyon pou redui fado a, voye yo nan Divizyon Règleman OFCCP (OFCCP Policy Division) (1250-0002), 200 Constitution Avenue, N.W., Room C3325, Washington, D.C. 20210. Tanpri ba voye fòm plent ou ranpli a nan adrès sa a:")
buildhtml("</p>")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>Retounen nan Fòm Plent</a>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' VIETNAMESE INSTRUCTIONS
'--------------------
function show_instructions_Vietnamese()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='vi'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 12px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 12px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 1px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 12px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>Khiếu nại Liên quan đến việc Phân biệt Đối xử trong Công việc của Nhà thầu hoặc Nhà thầu phụ Chính phủ Liên bang</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("Tờ Hướng dẫn")
buildhtml("</h2>")
buildhtml("<p>Sử dụng mẫu này để nộp đơn khiếu nại về việc một người sử dụng lao động vi phạm một trong ba điều luật của Văn phòng Kiểm soát Sự tuân thủ Hợp đồng của Các Chương trình Liên bang (OFCCP):</p>")
buildhtml("<ul>")
buildhtml("<li>Lệnh Chấp hành 11246, đã sửa đổi;</li>")
buildhtml("<li>Mục 503 của Đạo luật Phục hồi năm 1973, đã sửa đổi; và</li>")
buildhtml("<li>Đạo luật Hỗ trợ Cựu chiến binh Việt Nam Thích nghi năm 1974, đã sửa đổi.</li>")
buildhtml("</ul>")
buildhtml("<p>Theo các luật này, các công ty thực hiện công việc kinh doanh với Chính phủ Liên bang sẽ bị coi là vi phạm pháp luật nếu phân biệt đối xử với người ứng tuyển và nhân viên dựa trên sắc tộc, màu da, tôn giáo, giới tính, xu hướng tình dục, bản dạng giới, quốc tịch, tình trạng khuyết tật và tư cách cựu chiến binh được bảo vệ. Việc này bao gồm phân biệt đối xử trong mức lương và các hình thức trả công các. Lệnh Chấp hành 11246, đã được sửa đổi bổ sung, cũng nghiêm cấm các nhà thầu liên bang phân biệt đối xử với người ứng tuyển và nhân viên có yêu cầu thông tin về, thảo luận hoặc tiết lộ thông tin về tiền lương.</p>")
buildhtml("<p>Ngoài ra, các công ty này sẽ bị coi là vi phạm pháp luật nếu trả thù hoặc có những quyết định tuyển dụng mà ảnh hưởng tiêu cực đến người ứng tuyển và nhân viên do họ đã đệ đơn khiếu nại, chống đối những hành vi hoặc thực hành trái với các luật của OFCCP, hoặc đã cung cấp thông tin hoặc trợ giúp trong quá trình đánh giá sự tuân thủ hoặc điều tra khiếu nại. Các hành động trả thù bao gồm bất kỳ sự hăm dọa, đe dọa, ép buộc hoặc phân biệt đối xử nào.</p>")
buildhtml("<h2>Hướng dẫn chung:</h2>")
buildhtml("<p>In hoặc đánh máy thông tin khi nộp đơn khiếu nại. Kể cho chúng tôi biết điều gì đã xảy ra, tại sao quý vị tin rằng đây là sự phân biệt đối xử hoặc trả thù, và ai đã thực hiện những hành động quý vị mô tả. Đồng thời, hãy giải thích địa điểm và thời gian xảy ra những điều đó, ai đã chứng kiến và ai có thể có thông tin về những gì đã xảy ra với quý vị. Bắt buộc phải có chữ ký của quý vị trên tờ đơn, nếu tờ đơn không có chữ ký của quý vị, chúng tôi sẽ yêu cầu chữ ký của quý vị sau. Nếu quý vị ủy quyền cho người khác nộp đơn thay cho mình, cần phải có chữ ký của người đại diện của quý vị trên đơn khiếu nại. </p>")
buildhtml("<p>Đơn này bao gồm một phần để quý vị chọn lý do tại sao quý vị tin rằng người sử dụng lao động của mình đã phân biệt đối xử hoặc trả thù quý vị. Nếu quý vị tin rằng mình đã bị phân biệt đối xử hoặc trả thù vì nhiều lý do như chủng tộc và giới tính, hãy lựa chọn tất cả các cơ sở áp dụng.</p>")
buildhtml("<p>Khi miêu tả những gì đã xảy ra, hãy kể cho chúng tôi điều đó đã thay đổi công việc của quý vị như thế nào. Ví dụ, hãy cho chúng tôi biết nếu nó khiến quý vị không được tuyển dụng, khiến quý vị bị sa thải, bị tạm thôi việc, bị cách chức hoặc mất cơ hội thăng tiến; hoặc khiến quý vị mất thâm niên hoặc thay đổi nhiệm vụ trong công việc. Quý vị cũng có thể bị trả ít hơn những người làm cùng công việc hoặc tương tự. Chúng tôi cũng muốn biết nếu những điều xảy ra liên quan đến đào tạo, nghỉ phép vì mang thai, quấy rối, nơi ở cho người khuyết tật hoặc tôn kính tôn giáo, hoặc các cơ sở bị cách ly.</p>")
buildhtml("<p>Quý vị có thể sử dụng một tờ giấy riêng nếu quý vị cần thêm chỗ để mô tả những gì đã xảy ra với quý vị. Hãy nhớ gửi kèm tờ giấy này cùng với đơn khiếu nại sau khi đã hoàn thành.</p>")
buildhtml("<p>Nếu quý vị khiếu nại về phân biệt đối xử vì tư cách cựu chiến binh của quý vị, hãy nhớ gửi kèm Chứng nhận Giải ngũ khỏi Thời hạn Phục vụ (còn gọi là Đơn DD 214). Nếu quý vị không gửi kèm chứng nhận nêu trên, chúng tôi sẽ yêu cầu quý vị cung cấp sau. Có một số danh mục cựu chiến binh được bảo vệ bởi VEVRAA: thương binh, cựu chiến binh mới giải ngũ dưới 3 năm, cựu chiến binh phục vụ toàn thời gian trong chiến tranh hoặc cựu chiến binh có huy hiệu chiến dịch, và cựu chiến binh phục vụ trong quân lực có huân chương phục vụ. Để biết thêm thông tin chi tiết về các danh mục này, vui lòng truy cập trang web của OFCCP tại:")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a>.")
buildhtml("</div></p>")
buildhtml("<h2>Nộp đơn khiếu nại ở đâu?</h2>")
buildhtml("<p>Quý vị gửi đơn đã điền đầy đủ thông tin đến văn phòng OFCCP tại vùng có quản lý bang nơi tình trạng phân biệt đối xử được cho là đã xảy ra. Gửi OFCCP đơn của quý vị bằng thư, fax hoặc thư điện tử. Quý vị có thể tìm thấy danh sách các văn phòng OFCCP theo vùng và các bang thuộc quản lý của văn phòng đó tại: </p>")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a>")
buildhtml("</div></p>")
buildhtml("<h2>Nộp đơn khiếu nại khi nào?</h2>")
buildhtml("<p>Khiếu nại dựa trên sắc tộc, màu da, tín ngưỡng, giới tính, xu hướng tình dục, bản dạng giới hoặc quốc tịch phải được nộp trong vòng 180 ngày sau khi xảy ra (những) hành động được thực hiện bởi người sử dụng lao động mà quý vị cho rằng đã phân biệt hoặc trả thù quý vị. Khung 180 ngày cũng được áp dụng đối với các khiếu nại về sự minh bạch trong việc trả công, cáo buộc sự phân biệt đối xử vì đã thảo luận, tiết lộ và yêu cầu thông tin về việc trả công. </p>")
buildhtml("<p>Khiếu nại dựa trên tình trạng khuyết tật hoặc tư cách cựu chiến binh được bảo vệ phải được nộp trong vòng 300 ngày sau khi xảy ra (những) hành động được thực hiện bởi người sử dụng lao động mà quý vị cho rằng đã phân biệt hoặc trả thù quý vị.</p>")
buildhtml("<h2>Tuyên bố Đạo luật Bảo vệ Quyền riêng tư</h2>")
buildhtml("<p>Các luật OFCCP thực thi, Khoản VII của Đạo luật Dân quyền năm 1964 (Khoản VII) đã được sửa đổi và bổ sung và Khoản I của Đạo luật về Người Mỹ khuyết tật năm 1990 (ADA) đã được sửa đổi và bổ sung cho phép việc thu thập thông tin bằng cách sử dụng đơn này. OFCCP sử dụng thông tin này để xử lý các khiếu nại và thực hiện điều tra về cáo buộc vi phạm luật về phân biệt đối xử đối với những người sử dụng lao động này. OFCCP sẽ cung cấp một bản sao của khiếu nại này cho người sử dụng lao động bị khiếu nại và khi các vấn đề bị cáo buộc thuộc phạm vi của Khoản VII và/hoặc ADA, đến Ủy ban Phụ trách Cơ hội Tuyển dụng Bình đẳng (EEOC). Thông tin đã thu thập có thể: 1) được xác minh với những người có thể biết thông tin liên quan đến khiếu nại; 2) được sử dụng trong các cuộc thương lượng giải quyết với người sử dụng lao động hoặc trong quá trình trình bày bằng chứng tại một buổi điều trần; hoặc 3) được tiết lộ với các cơ quan khác có thẩm quyền giải quyết khiếu nại đó.</p>")
buildhtml("<p>Việc cung cấp thông tin này là tự nguyện, tuy nhiên, việc không cung cấp thông tin có thể làm trì hoãn hoặc ngăn cản OFCCP điều tra về khiếu nại của quý vị và đối với các vấn đề thuộc phạm vi Khoản VII hoặc ADA, có thể ảnh hưởng đến quyền khởi kiện của quý vị theo các điều luật đó.</p>")
buildhtml("<h2>Tuyên bố Gánh nặng Công</h2>")
buildhtml("<p>Thời gian ước tính để hoàn thành đơn này là 1 giờ, bao gồm thời gian xem hướng dẫn, điền vào đơn và gửi đến OFCCP. Xin lưu ý, quý vị không cần phải trả lời phiếu thu thập thông tin này từ khi nó có Số Kiểm soát OMB hợp lệ.</p>")
buildhtml("<p>Nếu quý vị có góp ý liên quan đến gánh nặng ước tính hoặc bất kỳ khía cạnh nào khác trong đơn khiếu nại này, bao gồm những gợi ý nhằm giảm gánh nặng, xin vui lòng gửi chúng đến Bộ phận Chính sách OFCCP (1250-0002), 200 Đại lộ Constitution, N.W., Phòng C3325, Washington, D.C. 20210. Xin vui lòng không gửi đơn khiếu nại đã điền đầy đủ thông tin đến địa chỉ này. </p>")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>Trở về Mẫu Khiếu Nại</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' HMONG INSTRUCTIONS
'--------------------
function show_instructions_Hmong()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='en'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 12px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 12px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 1px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 12px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>Kev Tsis Txaus Siab Txuam Kev Ntxub Ntxaug Fab Hauj Lwm ntawm Lub Lag Luam Cog Lus los yog Ceg Lag Luam Cog Lus Nrog Tsoom Fwv </h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("Nplooj Ntawv Qhia Teb")
buildhtml("</h2>")
buildhtml("<p>Siv tsab ntawv no teev lus tsis txaus siab txog ib lub hauj lwm rau txoj kev ua txhaum ib ntawm peb txoj cai hauv Chaw Khiav Dej Num Rau Tsoom Fwv Cov Kev Pab Lag Luam Coj Raws Cai (Office of Federal Contract Compliance Programs) (OFCCP) uas tswj muaj:</p>")
buildhtml("<ul>")
buildhtml("<li>Txoj Cai Tswj 11246, raws li kho tshiab;</li>")
buildhtml("<li>Ntu 503 ntawm Txoj Cai Tawm Tsam hauv 1973, raws li kho tshiab; thiab</li>")
buildhtml("<li>Txoj Cai Pab Qub Tub Rog Tiam Tsov Rog Nyab Laj hauv 1974, raws li kho tshiab.</li>")
buildhtml("</ul>")
buildhtml("<p>Cov cai no yuav txhaum rau cov lag luam uas ua lag luam nrog Tsoom Fwv Teb Chaws los ntxub ntxaug cov neeg ua ntawv thov hauj lwm thiab cov neeg ua hauj lwm vim yog lawv haiv neeg; xim nqaij daim tawv; kev ntseeg; zeej xeeb; kev yeem sib deev; poj niam los txiv neej; yug txawv teb chaws, kev tsis taus, thiab qib qub tub rog tiv thaiv. Qhov no xam nrog kev ntxub ntxaug rau fab them nyiaj thiab lwm hom kev them nyiaj ua hauj lwm. Txoj Cai Tswj 11246, raws li kho tshiab, puav leej txwv txiav cov lag luam cog lus nrog tsoom fwv ntawm txoj kev ntxub ntxaug cov neeg ua ntawv thov hauj lwm thiab cov neeg ua hauj lwm kev nug txog, kev sib tham txog los yog kev qhia tawm txog kev them nyiaj ua hauj lwm.</p>")
buildhtml("<p>Ntxiv mus, nws txhaum cai rau cov lag luam no los tawm tsam los yog coj cov yam ntxwv phem uas puas raug cov neeg ua ntawv thov hauj lwm thiab cov neeg ua hauj lwm vim tias lawv ua tsab ntawv tsis txaus siab, txwv txiav tsis kheev muaj cov yam ntxwv phem los yog tsis kheev ua txhaum OFCCP cov cai, los yog qhia cov ncauj lus los sis pab txhawb thaum muaj txoj kev taug tshawb kev coj raws cai los yog tshawb fawb txog ib txoj kev tsis txaus siab. Cov yam ntxwv kev tawm tsam muaj xws li tej kev rhuav ntsw, kev hem, kev quab yuam los yog kev ntxub ntxaug.</p>")
buildhtml("<h2>Cov Lus Qhia Dav Dav:</h2>")
buildhtml("<p>Luam tawm los yog ntaus cov lus thaum teb rau tsab ntawv. Qhia rau peb seb tshwm sim li cas, vim li cas koj thiaj ntseeg tias nws yog kev ntxub ntxaug los yog kev tawm tsam, thiab leej twg yog tus muaj cov yam ntxwv uas koj piav txog. Thiab, piav qhia qhov chaw thiab thaum twg cov no tshwm sim, leej twg pom, thiab leej twg paub txog qhov tau muaj tshwm sim rau koj. Yuav tsum muaj koj lub npe kos rau tsab ntawv teev kev tsis txaus siab, thiab yog tsis muaj thaum koj xa, peb yuav hais kom koj kos rau. Yog koj tau tso cai rau lwm tus neeg ua tsab ntawv teev kev tsis txaus siab no rau koj, yuav tsum muaj tus neeg sawv nres koj lub npe kos rau tsab ntawv teev kev tsis txaus siab.</p>")
buildhtml("<p>Tsab ntawv muaj qhov chaw rau koj kos qhov laj thawj uas koj ntseeg tias koj lub hauj lwm tau ntxub ntxaug los yog tawm tsam koj. Yog koj ntseeg tias koj tau raug kev ntxub ntxaug los yog kev tawm tsam rau ntau qhov laj thawj, xws li haiv neeg thiab zeej xeeb, kos tag nrho cov kev tiv thaiv uas muaj feem xyuam.</p>")
buildhtml("<p>Thaum piav txog qhov teeb meem tshwm sim, qhia peb seb nws hloov koj txoj kev ua hauj lwm li cas. Piv txwv, qhia rau peb paub yog tias nws ua rau koj tsis tau lwm txoj hauj lwm; ua rau koj raug ncaws tawm hauj lwm, tshem tawm hauj lwm, raug txo mus rau qib hauj lwm qis dua, los yog tsis kheev koj nce qib hauj lwm; los yog ua rau koj poob qib tau txiaj ntsim los yog muab koj txoj hauj lwm koj ua hloov lawm. Koj ua tib txoj los yog txoj hauj lwm zoo sib xws li lwm coj tiam sis koj tau nyiaj them tsawg dua. Peb puav leej xav paub tias qhov tshwm sim ntawd puas muaj feem xyuam rau txoj kev xyaum hauj lwm, kev so vim cev xeeb me nyuam, kev zes ua phem, kev pab rau txoj kev tsis taus los yog rau kev cai dab qhuas caiv, los yog kev sib faib cais ntawm cov tsev hauj lwm.</p>")
buildhtml("<p>Koj siv tau lwm nplooj ntawv ntxiv yog koj yuav tau muaj chaw sau ntxiv thiaj piav txhij qhov tshwm sim rau koj. Nco ntsoov muab nplooj ntawv rhais rau tsab ntawv teev kev tsis txaus siab thaum twg koj teb tiav. </p>")
buildhtml("<p>Yog koj ua tsab ntawv tsis txaus siab txog kev ntxub ntxaug vim koj yog koj qib qub tub rog, nco ntsoov muab koj tsab Ntawv Pov Thawj Kev Tso Tawm los yog Tshem Tawm Dej Num Tub Rog (puav leej paub hu ua DD Form 214). Yog tsis muaj ib tsab nrog, peb yuav hais kom koj muab ib tsab tuaj yav tom ntej. Muaj ob peb kis qub tub rog uas raug tiv thaiv los ntawm VEVRAA: cov qub tub rog raug mob tsis taus, cov qub tug rog uas tau cais tawm ntawm dej num tsis tau ntev dua peb lub xyoo, cov qub tub rog khiav dej num thaum muaj tsov rog los yog cov qub tub rog coj cim thawj kev tawm tsam khov, thiab cov qub tub rog coj kas kev tua phom. Xav paub ntxiv txog cov kis no, mus xyuas OFCCP qhov Vas Sab nawm: </p>")
buildhtml("<div class='left'>")
buildhtml("<a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a>.")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("<h2>Xa tsab ntawv teev kev tsis txaus siab rau qhov twg?</h2>")
buildhtml("<p>Koj yuav tau xa tsab ntawv teev tsis txaus siab teb tiav mus rau OFCCP lub cheeb tsam chaw khiav dej num lis rau lub xeev uas qhov teeb meem kev ntxub ntxaug tshwm sim nyob rau. Siv kev xa ntawv hauv Teb Chaws Asmeskas, hauv xov tooj los yog hauv e-mail. Muaj cov cheeb tsam chaw khiav dej num thiab cov xeev uas ib lub chaw khiav dej num twg lis nyob rau ntawm OFCCP qhov Vas Sab ntawm: </p>")
buildhtml("<div class='left'>")
buildhtml("<a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("<h2>Yuav xa tsab ntawv thaum twg?</h2>")
buildhtml("<p>Cov ntawv teev kev tsis txaus siab txog koj haiv neeg, xim nqaij daim tawv, kev ntseeg, zeej xeeb, kev yeem sib deev, poj niam los txiv neej, los yog yug txawv teb chaws, yuav tsum xa ua ntej 180 hnub txij li hnub qhov (cov) yam ntxwv muaj los ntawm koj lub hauj lwm uas koj xav tias yog kev ntxub ntxaug los yog kev tawm tsam. Tib qho caij nyoog 180 hnub no muaj feem xyuam rau cov ntawv teev kev tsis txaus siab txog kev qhia tawm nyiaj them uas iab liam kev ntxub ntxaug rau txoj kev sib tham txog, kev qhia taw, los yog kev nug txog kev them nyiaj.</p>")
buildhtml("<p>Cov ntawv teev kev tsis txaus siab txog koj txoj kev tsis taus los yog qib tiv thaiv qub tub rog yuav tsum xa ua ntej 300 hnub txij li hnub qhov (cov) yam ntxwv muaj los ntawm koj lub hauj lwm uas koj xav tias yog kev ntxub ntxaug los yog kev tawm tsam.</p>")
buildhtml("<h2>Nqe Lus Teev Txog Kev Ceev Ntiag Tug</h2>")
buildhtml("<p>Txoj kev tso cai siv tsab ntawv no los sau ua ke cov ncauj lus yog tswj los ntawm OFCCP, Tshooj Ntawv VII ntawm Pej Xeem Huab Hwm Txoj Cai hauv 1964 (Tshooj Ntawv VII), raws li kho tshiab, thiab Tshooj Ntawv I ntawm Cov Neeg Asmeskas Muaj Cov Kev Tsis Taus Txoj Cai hauv 1990 (ADA), raws li kho tshiab.OFCCP siv cov ncauj lus no los lis cov ntawv teev kev tsis txaus siab thiab lis cov kev tshawb fawb txog cov kev ua txhaum rau cov cai ntawm kev ntxub ntxaug txuam fab hauj lwm. OFCCP yuav luam tsab ntawv teev kev tsis txaus siab no xa rau lub hauj lwm uas sau txog, thiab thaum twg yog cov lus iab liam yog roos los ntawm Tshooj Ntawv VII thiab/los yog ADA, yuav xa rau Teb Chaws Asmeskas Koom Haum Tswj Kev Ua Hauj Lwm Vaj Huam Sib Luag (EEOC). Cov ncauj lus sau ua ke tau los yuav: 1) raug muab txheeb nrog lwm cov uas muaj kev paub txog cov lus tsis txaus siab; 2) siv los sib khom kev tham haum nrog lub hauj lwm los yog thaum lub caij nthuav ntaub ntawv pov thawj saum lub rooj sib hais; los yog 3) qhia tawm rau lwm cov chaw khiav dej num uas muaj ciam saib txog txoj kev tsis txaus siab. </p>")
buildhtml("<p>Txoj kev qhia cov ncauj lus no yog nyob ntawm siab yeem; tiam sis, yog tsis qhia cov ncauj lus no nws yuav ncua los yog txwv txiav OFCCP txoj kev tshawb fawb txog koj cov lus tsis txaus siab, thiab rau cov xwm txheej yog roos los ntawm Tshooj Ntawv VII los yog ADA, yuav muaj feem xyuam rau koj txoj cai foob raws li cov cai ntawd. </p>")
buildhtml("<h2>Nqe Lus Teev Txog Pej Xeem Kev Nyuaj Siab</h2>")
buildhtml("<p>Lub sij hawm kwv yees yuav siv los teb tiav tsab ntawv no yog li 1 teev, xam tag nho lub sij hawm siv los xyuas cov lus qhia teb, sau teb rau hauv daim ntawv thiab xa mus rau OFCCP. Thov faj seeb tias koj tsis tag yuav tau teb cov lus nug kom qhia ncauj lus tshwj tsis yog nws muaj tus Zauv Tswj OMB tseeb rau.</p>")
buildhtml("<p>Yog koj muaj cov ncauj lus xav qhia txog qhov kwv yees kev nyuaj siab los yog lwm yam ntawm tsab ntawv teev kev tsis txaus siab no, nrog rau cov lus pom zoo kev txo tsawg kev nyuaj siab, xa mus rau OFCCP Policy Division (1250-0002), 200 Constitution Avenue, N.W., Room C3325, Washington, D.C. 20210.Thov tsis txhob xa tsab ntawv teev kev tsis txaus siab teb tiav mus rau qhov chaw nyob no.")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>Rov qab mus rau Kev Tsis Txaus Siab daim ntawv</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' CHINESE-TRADITIONAL INSTRUCTIONS
'--------------------
function show_instructions_Chinese_Traditional()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='zh-Hant'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 18px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { Tahoma, Verdana, Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 16px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 2px;}")
buildhtml("h1 { font-size: 22px;}")
buildhtml("h2 { font-size: 16px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>涉及聯邦政府承包商或分包商的就業歧視投訴</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("說明書")
buildhtml("</h2>")
buildhtml("<p>使用此表格向雇主提出違反聯邦合同合規計畫辦公室(OFCCP)強制執行的三項法律中的任何一項的投訴:</p>")
buildhtml("<ul>")
buildhtml("<li>修訂的行政命令11246;</li>")
buildhtml("<li>經修訂的1973年《康復法》第503節;和</li>")
buildhtml("<li>修訂的1974年《越南時代退伍軍人調整援助法》</li>")
buildhtml("</ul>")
buildhtml("<p>這些法律規定,與聯邦政府開展業務的公司根據種族、膚色、宗教、性別、性取向、性別認同、國籍、殘疾和作為受保護的退伍軍人的身份歧視求職者和雇員是非法的。這包括薪酬歧視和其他形式的賠償。經修訂的11246號行政命令亦禁止聯邦承包商對申請人和雇員進行查詢、討論或披露賠償的歧視。</p>")
buildhtml("<p>此外,這些公司報復或以其他方式採取對求職者和員工造成負面影響的工作行為,因為他們提交了投訴、反對OFCCP法律非法的行為或做法,或在合規評估或投訴期間提供資訊或説明調查是非法的。報復行動包括任何恐嚇、威脅、脅迫或歧視。</p>")
buildhtml("<h2>一般說明:</h2>")
buildhtml("<p>填寫表單時列印或輸入資訊。告訴我們發生了什麼、為什麼您認為這是歧視或報復,以及誰採取了您描述的行為。此外,解釋這些事情發生的地點和時間、誰是目擊者、誰可能有關於您發生了什麼的資訊。您必須在投訴表格上簽名,如果您在提交表格時沒有在表格上填寫,我們會要求您簽名。如果您授權另一人代表您提交投訴,則必須在投訴表單上簽署您的代表簽名。</p>")
buildhtml("<p>該表格包括一個地方,您可以選擇您認為您的雇主對您歧視或報復的原因。如果您認為由於多種原因(如種族和性別)而受到歧視或報復,請選擇所有適用的受保護的基礎。</p>")
buildhtml("<p>當描述發生了什麼,告訴我們這如何改變您的工作。例如,讓我們知道它是否導致您不被雇用;導致您被解雇、下崗、降級或拒絕晉升;或導致您失去資歷或改變您的工作分配。您可能獲得的薪資少於其他從事同樣或類似工作的員工。我們還想知道涉及培訓、懷孕假、騷擾、殘疾或宗教儀式,或隔離設施通融發生了什麼事情。</p>")
buildhtml("<p>如果您需要更多空間來描述發生了什麼,您可以使用單獨的一張紙。記住,完成後,請將紙張附在投訴表格上。</p>")
buildhtml("<p>如果您因為您的退伍軍人身份而提出歧視投訴,請記住附上您現役解職證書(亦稱為DD表格214)。如果沒有提供,我們會要求您提供。有幾種類型的退伍軍人受VEVRAA保護:殘疾退伍軍人、離職不超過三年的退役軍人、現役軍人或戰役退伍軍人、武裝部隊服務獎牌退伍軍人。有關這些類別的更多詳情,請訪問OFCCP的網站: ")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a></div>")
buildhtml("</p>")
buildhtml("<h2>在哪裡提交投訴?</h2>")
buildhtml("<p>您應將填寫的表格發送至OFCCP地區辦事處,其中包含所指稱的歧視行為發生的州。通過美國郵件、傳真或電子郵件向OFCCP發送您的表格。區域辦事處名單以及每個辦事處所覆蓋的州可以在OFCCP網站上找到: ")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a></div>")
buildhtml("</p>")
buildhtml("<h2>什麼時候提出投訴?</h2>")
buildhtml("<p>根據您的種族、膚色、宗教、性別、性取向、性別認同或國籍的投訴,必須在您認為歧視或報復的雇主採取行動後180天內提出。同樣180天的時間框架適用於支付透明度投訴、指控討論、披露或查詢薪酬的歧視。</p>")
buildhtml("<p>基於您的殘障或作為受保護退伍軍人身份的投訴,必須在您的雇主採取行動(您認為是歧視或報復)的300天內提交。</p>")
buildhtml("<h2>隱私法案</h2>")
buildhtml("<p>使用此表格收集資訊是經OFCCP執行的法律、1964年民權法案(第七章)修訂的第七章和1990年《美國殘疾人法案》(ADA)第一章修訂的授權。OFCCP使用這些資訊來處理投訴、並對指控違反這些就業歧視法律的行為進行調查。OFCCP將向其雇主提供此投訴的副本,並在第七章和/或ADA涵蓋所涉事項時向美國平等就業機會委員會(EEOC)提供。收集的資訊可能是:1)與可能具有與投訴有關的知識的其他人核實; 2)用於與雇主的結算談判或在聽證會上提供證據的過程中;或3)向其他對投訴有管轄權的機構披露。</p>")
buildhtml("<p>提供此資訊是自願的;然而,未能提供資訊可能會延遲或阻止OFCCP調查您的投訴,對於第七章或ADA涵蓋的事項,可能會影響您根據這些法律起訴的權利。</p>")
buildhtml("<h2>公共責任聲明</h2>")
buildhtml("<p>完成此表格的預計時間為1小時,包括審查指示的時間、填寫表格併發送給OFCCP。請注意,除非您顯示當前有效的OMB控制號,否則您不需要回復此資訊集。</p>")
buildhtml("<p>如果您對此投訴表格的估計責任或任何其他方面(包括減輕責任的建議)有任何意見,請將其寄送至(1250-0002), 200 Constitution Avenue, N.W., Room C3325, Washington, D.C. 20210的OFCCP政策司。請不要將填寫好的投訴表格寄送到此位址。</p>")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>返回投訴表</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'--------------------
' CHINESE-SIMPLIFIED INSTRUCTIONS
'--------------------
function show_instructions_Chinese_Simplified()
str_html = ""
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='zh-Hans'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Instructions</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<link rel='stylesheet' type='text/css' media='all' href='dol_mobile.css'>")
buildhtml("<script src='dol_style.js'></script>")
buildhtml("<style>")
buildhtml(".title_top {padding-bottom:20px; font-size: 18px;}")
buildhtml(".title_return {padding-top:15px; padding-bottom:70px; float:left;}")
buildhtml(".left {padding-top:0px; padding-bottom:0px; text-align: left;}")
buildhtml("p,h1,h2,a { margin-left:0px;}")
buildhtml("p {display:block; padding-bottom:15px;}")
buildhtml("h1 {display:block; padding-bottom:20px; padding-top:30px; }")
buildhtml("h2 {display:block; padding-bottom:0px; padding-top:0px;}")
buildhtml("ul, ol { padding-bottom:10px;}")
buildhtml("h1, h2, p, a, ul, li, ol { Tahoma, Verdana, Helvetica, Arial, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;}")
buildhtml("h1, h2, p, a, ul, li, ol { color:black;}")
buildhtml("h1, h2, p, a, ul, li, ol { text-align:left;}")
buildhtml("p, ul, li, ol { font-size: 16px; line-height:100%;}")
buildhtml("p, ul, li, ol { font-weight:normal; letter-spacing: 2px;}")
buildhtml("h1 { font-size: 22px;}")
buildhtml("h2 { font-size: 16px; font-weight:bold;}")
buildhtml("a:link , a:visited {width:100%; text-align:left; padding-bottom:15px; display:block; float:left;}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<div class='form_center'>")
buildhtml("<div class='error_list'>")
buildhtml("<h1>涉及联邦政府承包商或分包商的就业歧视投诉</h1>")
buildhtml("<h2 class='title_top'>")
buildhtml("说明书")
buildhtml("</h2>")
buildhtml("<p>使用此表格向雇主提出违反联邦合同合规计划办公室(OFCCP)强制执行的三项法律中的任何一项的投诉:</p>")
buildhtml("<ul>")
buildhtml("<li>修订的行政命令11246;</li>")
buildhtml("<li>经修订的1973年《康复法》第503节;和</li>")
buildhtml("<li>修订的1974年《越南时代退伍军人调整援助法》</li>")
buildhtml("</ul>")
buildhtml("<p>这些法律规定,与联邦政府开展业务的公司根据种族、肤色、宗教、性别、性取向、性别认同、国籍、残疾和作为受保护的退伍军人的身份歧视求职者和雇员是非法的。这包括薪酬歧视和其他形式的赔偿。经修订的11246号行政命令也禁止联邦承包商对申请人和雇员进行查询、讨论或披露赔偿的歧视。</p>")
buildhtml("<p>此外,这些公司报复或以其他方式采取对求职者和员工造成负面影响的工作行为,因为他们提交了投诉、反对OFCCP法律非法的行为或做法,或在合规评估或投诉期间提供信息或帮助调查是非法的。报复行动包括任何恐吓、威胁、胁迫或歧视。</p>")
buildhtml("<h2>一般说明:</h2>")
buildhtml("<p>填写表单时打印或输入信息。告诉我们发生了什么、为什么您认为这是歧视或报复,以及谁采取了您描述的行为。此外,解释这些事情发生的地点和时间、谁是目击者、谁可能有关于您发生了什么的信息。您必须在投诉表格上签名,如果您在提交表格时没有在表格上填写,我们会要求您签名。如果您授权另一人代表您提交投诉,则必须在投诉表单上签署您的代表签名。</p>")
buildhtml("<p>该表格包括一个地方,您可以选择您认为您的雇主对您歧视或报复的原因。如果您认为由于多种原因(如种族和性别)而受到歧视或报复,请选择所有适用的受保护的基础。</p>")
buildhtml("<p>当描述发生了什么,告诉我们这如何改变您的工作。例如,让我们知道它是否导致您不被雇用;导致您被解雇、下岗、降级或拒绝晋升;或导致您失去资历或改变您的工作分配。您可能获得的薪资少于其他从事同样或类似工作的员工。我们还想知道涉及培训、怀孕假、骚扰、残疾或宗教仪式,或隔离设施通融发生了什么事情。</p>")
buildhtml("<p>如果您需要更多空间来描述发生了什么,您可以使用单独的一张纸。记住,完成后,请将纸张附在投诉表格上。</p>")
buildhtml("<p>如果您因为您的退伍军人身份而提出歧视投诉,请记住附上您现役解职证书 (也称为DD表格214)。如果没有提供,我们会要求您提供。有几种类型的退伍军人受VEVRAA保护:残疾退伍军人、离职不超过三年的退役军人、现役军人或战役退伍军人、武装部队服务奖牌退伍军人。有关这些类别的更多详情,请访问OFCCP的网站: ")
buildhtml("<div class='left'><a href='http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/posters/Infographics/ProtectedVet.htm</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("<h2>在哪里提交投诉?</h2>")
buildhtml("<p>您应将填写的表格发送至OFCCP地区办事处,其中包含所指称的歧视行为发生的州。通过美国邮件、传真或电子邮件向OFCCP发送您的表格。区域办事处名单以及每个办事处所覆盖的州可以在OFCCP网站上找到: ")
buildhtml("<div class='left'>")
buildhtml("<a href='http://www.dol.gov/ofccp/contacts/regkeyp.htm' alt='Link to OFCCP website.'>http://www.dol.gov/ofccp/contacts/regkeyp.htm</a>.")
buildhtml("</div></p>")
buildhtml("<h2>什么时候提出投诉?</h2>")
buildhtml("<p>根据您的种族、肤色、宗教、性别、性取向、性别认同或国籍的投诉,必须在您认为歧视或报复的雇主采取行动后180天内提出。同样180天的时间框架适用于支付透明度投诉、指控讨论、披露或查询薪酬的歧视。</p>")
buildhtml("<p>基于您的残障或作为受保护退伍军人身份的投诉,必须在您的雇主采取行动(您认为是歧视或报复)的300天内提交。</p>")
buildhtml("<h2>隐私法案</h2>")
buildhtml("<p>使用此表格收集信息是经OFCCP执行的法律、1964年民权法案(第七章)修订的第七章和1990年《美国残疾人法案》(ADA)第一章修订的授权。OFCCP使用这些信息来处理投诉、并对指控违反这些就业歧视法律的行为进行调查。OFCCP将向其雇主提供此投诉的副本,并在第七章和/或ADA涵盖所涉事项时向美国平等就业机会委员会(EEOC)提供。收集的信息可能是:1)与可能具有与投诉有关的知识的其他人核实; 2)用于与雇主的结算谈判或在听证会上提供证据的过程中;或3)向其他对投诉有管辖权的机构披露。</p>")
buildhtml("<p>提供此信息是自愿的;然而,未能提供信息可能会延迟或阻止OFCCP调查您的投诉,对于第七章或ADA涵盖的事项,可能会影响您根据这些法律起诉的权利。</p>")
buildhtml("<h2>公共责任声明</h2>")
buildhtml("<p>完成此表格的预计时间为1小时,包括审查指示的时间、填写表格并发送给OFCCP。请注意,除非您显示当前有效的OMB控制号,否则您不需要回复此信息集。</p>")
buildhtml("<p>如果您对此投诉表格的估计责任或任何其他方面(包括减轻责任的建议)有任何意见,请将其寄送至(1250-0002), 200 Constitution Avenue, N.W., Room C3325, Washington, D.C. 20210的OFCCP政策司。请不要将填写好的投诉表格寄送到此地址,")
buildhtml("<div class='title_return'>")
buildhtml("<a href='javascript:goBack()'>返回投诉表</a>")
buildhtml("</div>")
buildhtml("</p>")
buildhtml("</div>")
buildhtml("</div>")
buildhtml("</body>")
buildhtml("</html>")
'Response.Write str_html
end function
'###### ###### ####### ###### # ###### ####### ####### # # # ### #
'# # # # # # # # # # # # # ## ## # # # #
'# # # # # # # # # # # # # # # # # # # # #
'###### ###### ##### ###### # # ###### ##### ##### # # # # # # #
'# # # # # ####### # # # # # # ####### # #
'# # # # # # # # # # # # # # # # #
'# # # ####### # # # # # ####### ####### # # # # ### #######
'----------------------------------------
' PREPARE EMAIL
'----------------------------------------
function prepare_email_Spanish()
str_html = ""
html_txt = ""
htmlsubject = EMAIL_TITLE_SUBJECT
htmltitle = HTML_TITLE_SUBJECT
'----------------------------------------
' SPANISH
'----------------------------------------
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='es'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Spanish</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<style>")
buildhtml("body, a, h1, h2, h3, h4, ul, ol, li, p, label, td, th, u { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("body, a, h1, h2, h3, h4, ul, ol, li, p, label, td, th, u { color:black; font-weight:normal; line-height:115%;}")
buildhtml("td, th {border 2px solid gray;}")
buildhtml("h1 { text-align:right;}")
buildhtml("h2 { text-align:left;}")
buildhtml("h3 { text-align:left;}")
buildhtml("h4 { text-align:right;}")
buildhtml("td { text-align:left;}")
buildhtml("th { text-align:left;}")
buildhtml("ol { text-align:left;}")
buildhtml("li { text-align:left;}")
buildhtml("u { text-align:right;}")
buildhtml("a { font-size: 11.5px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 13px;}")
buildhtml("h3 { font-size: 11.5px;}")
buildhtml("h4 { font-size: 11px;}")
buildhtml("td { font-size: 11.5px;}")
buildhtml("th { font-size: 11.5px;}")
buildhtml("ol { font-size: 11.5px;}")
buildhtml("li { font-size: 11.5px;}")
buildhtml("u { font-size: 11.5px;}")
buildhtml("p { font-size: 11.5px;}")
buildhtml("h1, h2, h3, h4 {margin:0; padding:0;}")
buildhtml("button {margin:0;}")
buildhtml("td { vertical-align: top; text-align:left;}")
buildhtml("th { vertical-align: top; text-align:left;}")
buildhtml("h4 {margin-top:7px;}")
buildhtml(".check_choice {")
buildhtml("display:inline-block;")
buildhtml("padding-left:2px;")
buildhtml("padding-right:2px;")
buildhtml("}")
buildhtml(".check_box {")
buildhtml("width:12px;")
buildhtml("height:12px; ")
buildhtml("display:inline-block;")
buildhtml("text-align:center;")
buildhtml("vertical-align:bottom;")
buildhtml("border:1px solid black;")
buildhtml("margin-right:2px;")
buildhtml("} ")
buildhtml(".check_mark {")
buildhtml("font-size: 9px;")
buildhtml("}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<table bgcolor='white' width='780' border=0 cellspacing='0' cellpadding='0' align='center' cols=2>")
buildhtml("<!------------------------")
buildhtml("FORM TITLE")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h1>")
buildhtml("Queja de Discriminación de Empleo por un <br>Contratista o Subcontratista Federal")
buildhtml("</h1>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h4>")
buildhtml("<u>Por favor lea las instrucciones antes de completar este formulario.</u>")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h4 style='text-align:left; margin-top:10px;'>")
buildhtml("OMB: 1250-0002<br>")
buildhtml("Expira: 5/31/2020")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h4>")
buildhtml("<button style='margin-right: 15px; margin-top: 5px;' readonly> Limpiar Formulario </button>")
buildhtml("<button style='margin-right: 15px; margin-top: 5px;' readonly> La impresora Formulario </button>")
buildhtml("<button style='margin-right: 0px; margin-top: 5px;' readonly> Someter </button>")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("<br>")
buildhtml("<table bgcolor='white' width='780' border='1' cellspacing='0' cellpadding='5' align='center' style='border-collapse:collapse'>")
buildhtml("<!------------------------")
buildhtml("SECTION 1")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td width='200' valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿Cómo podemos contactarte?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td width='580'>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr><td>")
buildhtml("Nombre (Primer, Segundo, Apellido): " & padd(F_Fullname1,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address1,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City1,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State1,3) & " Código Postal: " & padd(F_Zipcode1,10) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone1,15) & "<br><br>")
'----------------------------
' Telephone Number
'----------------------------
choice_title1 = "Casa"
choice_title2 = "Trabajo"
choice_title3 = "Celular"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
if (InStr(F_Telephone_type1, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Telephone_type1, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
if (InStr(F_Telephone_type1, "3") > 0) then choice3 = checkmark_on & choice_title3 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("<br><br>")
buildhtml("Correo electrónico: "& padd(F_Email1,50) & "<br><br>")
buildhtml("<h3>")
buildhtml("Ha presentado estas denuncias de discriminación en el empleo con otra agencia federal o local?")
buildhtml("<br>")
buildhtml("</h3>")
'----------------------------
' Allegations
'----------------------------
choice_title1 = "Si"
choice_title2 = "No"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
if (InStr(F_Allegations1, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Allegations1, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
buildhtml("<br>")
buildhtml(choice1)
buildhtml(choice2)
buildhtml("<br><br>")
buildhtml("En caso afirmativo, que agencia? " & padd(F_Agency_Name1,40) & "<br><br>")
buildhtml("Nombre de contacto: " & padd(F_Agency_POC1,30) & " Número de Teléfono: " & padd(F_Agency_Telephone1,13) & "<br><br>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
'end of section 1
buildhtml("<!------------------------")
buildhtml("SECTION 2")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿A quién podemos contactar si no podemos comunicarnos con usted?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("Nombre (Primer, Segundo, Apellido): " & padd(F_Fullname2,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address2,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City2,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State2,3) & " Código Postal: "& padd(F_Zipcode2,10) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone2,15) & "<br><br>")
'----------------------------
' Telephone Number
'----------------------------
choice_title1 = "Casa"
choice_title2 = "Trabajo"
choice_title3 = "Celular"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
if (InStr(F_Telephone_type2, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Telephone_type2, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
if (InStr(F_Telephone_type2, "3") > 0) then choice3 = checkmark_on & choice_title3 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("<br><br>")
buildhtml("Correo electrónico: " & padd(F_Email2,50) & "<br><br> ")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 3")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿Cuál es el nombre del empleador que usted cree discrimino o tomo represalias contra usted?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("Empresa Nombre: " & padd(F_Fullname3,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address3,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City3,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State3,3) & " Código Postal: " & padd(F_Zipcode3,12) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone3,15) & "<br><br>")
buildhtml("<h3><b>")
buildhtml("Indique las fecha(s) y horas en las que cree que fue discriminado o recibido represalias en su contra:")
buildhtml("</b></h3>")
F_Narrative5 = Replace(F_Narrative5, nlcr, "<br><br>")
buildhtml(F_Narrative5)
buildhtml("<br>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
'------------------------ end of section
buildhtml("<!------------------------")
buildhtml("SECTION 4")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("¿Por qué cree usted que su empleador discriminó o tomó represalias en su contra?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='0' cols=4>")
buildhtml("<tr valign='top'>")
'---------------------
' ROW 1 of 4
'---------------------
buildhtml("<td >")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2 > ")
choice_title0 = "Raza"
choice_title1 = "Indio Americano o Nativo de Alaska<br>Indique Afiliación Tribal:"
choice_title2 = "Asiática"
choice_title3 = "Negro o afroamericano"
choice_title4 = "Nativo de Hawaii o de otras islas del Pacífico"
choice_title5 = "Blanco"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice0 = checkmark_col1 & checkmark_off & "</td>"
checkmark_col1 = "<tr><td valign='top' align='left' style='margin-left:25px;'>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
if (F_Race40 = 1) then choice0 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col1 = "<tr><td valign='top' align='left' style='padding:5px;'>"
if (F_Race41 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race42 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race43 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race44 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race45 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice0 = choice0 & checkmark_col2 & choice_title0 & "</td></tr>"
'choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
buildhtml(choice0)
buildhtml(choice1)
buildhtml(checkmark_col2)
buildhtml(choice_title1)
buildhtml("<p style='display:block; width:60px; word-break:break-all;'>")
buildhtml("<u>")
buildhtml(F_Race4_Tribal_Affiliation4)
buildhtml("</u>")
buildhtml("</p>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml("</table>")
buildhtml(" </td>")
'------------------------ end of column 1
'---------------------
' ROW 2 of 4
'---------------------
buildhtml("<td>")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2>")
choice_title1 = "Origen Nacional"
choice_title2 = "Hispanic or Latino"
choice_title3 = "Otrosr"
choice_title4 = "Color"
choice_title5 = "Religión"
choice_title6 = "Sexo"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
choice6 = checkmark_col1 & checkmark_off & "</td>"
if (F_National_Origin41 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_National_Origin411 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_National_Origin412 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Color4 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Religion4 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
if (F_Sex4 = 1) then choice6 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
choice6 = choice6 & checkmark_col2 & choice_title6 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml(choice6)
buildhtml("</table>")
buildhtml("</td> ")
'------------------------ end of column 2
'---------------------
' ROW 3 of 4
'---------------------
buildhtml("<td> ")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2 >")
choice_title1 = "Orientación Sexual"
choice_title2 = "Identidad de Género"
choice_title3 = "Preguntando sobre el salario"
choice_title4 = "Discutir sobre el salario"
choice_title5 = "Divulgar el salario"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
if (F_Sexual_Orientation4 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Gender_Identity4 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Inquiring_About_Pay4 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Discussing_Pay4 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Disclosing_Pay4 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml("</table>")
buildhtml("</td>")
'---------------------
' ROW 4 of 4
'---------------------
buildhtml("<td> ")
buildhtml("<table width=70 border='0' cellspacing='0' cellpadding='4' cols=2 > ")
choice_title1 = "Estatus de Veterano Protegido"
choice_title2 = "Discapacidad"
choice_title3 = "Represalia"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
if (F_Protected_Veteran_Status4 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Disability4 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Retaliation4 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("</table>")
buildhtml("</td>")
'------------------------ end of column 4
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 5")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<th width='100%' colspan=2 valign='left' align=left>")
buildhtml("<table bgcolor='white' width='100%' border='0' cellspacing='0' cellpadding='0' align='left'>")
buildhtml("<tr><td>")
buildhtml("<h2><b>")
buildhtml("How did you learn that you could file a complaint with OFCCP?")
buildhtml("</b></h2>")
buildhtml("<h3>")
choice_title1 = "Internet"
choice_title2 = "Poster"
choice_title3 = "Community Organization"
choice_title4 = "OFCCP Meeting/Event"
choice_title5 = "Brochure"
choice_title6 = "Other"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
choice4 = checkmark_off & choice_title4 & "</div>"
choice5 = checkmark_off & choice_title5 & "</div>"
choice6 = checkmark_off & choice_title6 & "</div>"
if (F_Complaint51 = 1) then choice1 = checkmark_on & choice_title1 & "</div>"
if (F_Complaint52 = 1) then choice2 = checkmark_on & choice_title2 & "</div>"
if (F_Complaint53 = 1) then choice3 = checkmark_on & choice_title3 & "</div>"
if (F_Complaint54 = 1) then choice4 = checkmark_on & choice_title4 & "</div>"
if (F_Complaint55 = 1) then choice5 = checkmark_on & choice_title5 & "</div>"
if (F_Complaint56 = 1) then choice6 = checkmark_on & choice_title6 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml(choice6)
buildhtml("</h3>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</th>")
buildhtml("</tr>")
'------------------------ end of section
buildhtml("<!------------------------")
buildhtml("SECTION 6")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<th width='100%' colspan=2 valign='top' align='left'>")
buildhtml("<h2><b>Su Queja:</b></h2>")
buildhtml("<b>Por favor describa a continuación lo piensa que el empleador hizo o no hizo que usted cree que causó la discriminación o represalias, incluyendo:</b>")
buildhtml("<ol>")
buildhtml("<li>Qué acciones tomó el empleador contra usted.</li>")
buildhtml("<li>¿Por qué cree que esas acciones se basaron en su: raza; color; religión; sexo; orientación sexual; identidad de género; origen nacional; discapacidad; estatus de veterano; y/o preguntas sobre, discusiones o divulgaciones de su salario o el salario de otros; y/o represalia por presentar una queja, participar en procedimientos de discriminación, oponerse a la discriminación ilegal, o ejercer cualquier otro derecho protegido por OFCCP?.</li>")
buildhtml("<li>Cuando ocurrieron las acciones del empleador, dónde ocurrieron y quién estuvo involucrado.</li>")
buildhtml("<li>¿Qué daño, si alguno, usted o otros sufrieron debido a la supuesta discriminación o represalia?</li>")
buildhtml("<li>¿Qué explicación, si la hay, su empleador o las personas que representan a su empleador, ofrecieron por sus acciones?</li>")
buildhtml("<li>¿Quién estuvo en la misma situación o similar que usted y cómo fueron tratados?</li>")
buildhtml("<li>Qué información usted tiene sobre contratos federales que tenía la empresa para la que trabajó en el momento de la discriminación o represalia que describe en esta queja.</li>")
buildhtml("</ol>")
buildhtml("<br>")
F_Narrative6 = Replace(F_Narrative6, nlcr, "<br><br>")
buildhtml(F_Narrative6)
buildhtml("<br>")
buildhtml("</th>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 7")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("¿Cree que la discriminación incluye o afecta a otros?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: verdana; color: #000;'>")
buildhtml("<tr><td>")
buildhtml("¿Cree usted que a otros empleados o solicitantes fueron tratados de la misma manera como usted describió anteriormente?")
buildhtml("<br>")
if (F_Treated5 = "") then
buildhtml("<font face='verdana' size=3><b>☐</b></font> Si")
buildhtml("<font face='verdana' size=3><b>☐</b></font> No")
else
if (InStr(F_Treated5, "1") > 0) then
buildhtml("<font face='verdana' size=3><b>☑</b></font> Si")
else
buildhtml("<font face='verdana' size=3><b>☐</b></font> Si")
end if
if (InStr(F_Treated5, "2") >0) then
buildhtml("<font face='verdana' size=3><b>☑</b></font> No")
else
buildhtml("<font face='verdana' size=3><b>☐</b></font> No")
end if
end if
buildhtml("</td></tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</body>")
buildhtml("</html>")
end function
'----------------------------------------
' Add OFCCP LOGO
'----------------------------------------
function add_ofccp_logo()
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
end function
'----------------------------------------
' Pad values with blanks
'----------------------------------------
function padd(fieldname,fieldlength)
xfill = " "
padd = "<pre style='display:inline; margin:0;'><u> " & mid(fieldname & xfill,1,fieldlength) & " </u></pre>"
end function
'----------------------------------------
' BUILD HTML FORM
'----------------------------------------
function buildhtml(html_txt_1)
str_html = str_html & html_txt_1 & newline
end function
%>