Файловый менеджер - Редактировать - /home/d46091/foodlicenceportal.net/test2.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Water Testing</title> <meta name="description" content="Apply for FSSAI license renewal. Renew your FSSAI food license certificate online from us. Get your basic/state/central FSSAI renewal certificate."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16" alt="FSSAI License Registration Online | FSSAI License Certificate"> <script src="https://kit.fontawesome.com/d23a55b7f1.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/main.css"> <style> form { background: #fff; padding: 15px; height: 95% !important; } .form-instructions { background: #fff; color: #000; padding: 15px; height: 95% !important; } #hide{ display:none; } #tab-menus { padding: 30px 0px; } #tab-menus .nav-tabs { background-color: #f3f3f3; box-shadow: 0px 0px 33px -15px #000; } #tab-menus .tab-content { background-color: #f3f3f3 !important; padding: 5px 15px; } #tab-menus .nav-link { font-size: 18px; color: #ff5722; } #tab-menus .nav-tabs { border-bottom: 1px solid #fff; } #tab-menus .nav-tabs .nav-link.active { border-color: #019541 #019541 #019541; } #tab-menus .nav-tabs .nav-link.active { background-color:#019541 !important; width:100%; color:White; } .nav-tabs .nav-link{ background-color:white !important; } label { margin-bottom: 0; text-transform: uppercase; font-size: 13px; } .turnover-selection{ display:none; } .input-group { display: flex; align-items: center; } .input-group input { flex: 1; margin-right: 5px; } #validmsg{ color:red; font-size:14px; } #buisnessName{ display:none; } </style> <style> .blink-text { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } #licencemsg,#validity{ font-weight: bold; color: red; font-size: 14px; } #kindOfBuis,#year_disp{ display:none; } .column { font-size: 14px; width: 33.33%; } .column { width: 33.33%; } .column p { font-size: 12px; margin: 0; } .table tr:nth-child(even) { background-color: #f9f9f9; } .table tr:nth-child(odd) { background-color: #ffffff; } .preloader-spinner { border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%; width: 40px; height: 40px; animation: spin 2s linear infinite; margin: 0 auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; margin: 0; padding: 0; } .container { max-width: 1200px; } h1, h2, h3 { color: #0056b3; } h1 { text-align: center; } .section { margin-bottom: 30px; } .section-title { font-size: 24px; margin-bottom: 10px; border-bottom: 2px solid #0056b3; padding-bottom: 5px; } .section p { line-height: 1.6; } .section ul { list-style-type: disc; margin: 10px 0 10px 20px; } .table-container { overflow-x: auto; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } table, th, td { border: 1px solid #ddd; } th, td { padding: 8px; text-align: left; } th { background-color: #0056b3; color: #fff; } .highlight { background-color: #e7f3ff; padding: 10px; border-left: 5px solid #0056b3; } </style> </head> <body> <?php include'header.php';?> <br> <h1 class="text-center mb-3" style="font-size:19px;font-weight:700;">WATER TESTING </h1> <div class="container-fluid fcs-form-container"> <div class="row"> <div class="col-12 col-lg-6"> <h1 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">WATER TESTING Form</h1> <form id="main-form" action="mail.php" method="post" name="fssai-return"> <div class="form-group txt pb-2 pt-2"> <label>Enter Full Name <span class="required">*</span></label> <input type="text" class="form-control" name="applicant_name" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter E-mail Id <span class="required">*</span></label> <input type="email" class="form-control" name="email_id" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter Mobile Number <span class="required">*</span> </label> <input type="text" id="mobile_number" class="form-control" name="mobile_number" maxlength="10" required="" oninput="validateInput()" onblur="checkRequired()"> <span id="phoneMessage"></span> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter Business Name <span class="required">*</span></label> <input type="text" class="form-control" name="business_name" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter COMPLETE Business ADDRESS OF THE ABOVE MENTIONED BUSINESS <span class="required">*</span></label> <textarea class="form-control" name="office_address" id="office-address" required="" cols="10" row="5"></textarea> </div> <div class="row"> <div class="form-group col-lg-4 txt"> <label>PINCODE</label> <input type="text" class="form-control" name="pincode" id="pincode" oninput="lookupPincode(this.value)" onkeypress="return (event.charCode != 8 && event.charCode == 0 || (event.charCode >= 48 && event.charCode <= 57))" minlength="6" maxlength="6" required=""> </div> <div class="form-group txt col-lg-4 col-12"> <label>State / राज्य <span class="">*</span></label> <select id="office-state" size="1" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)" required=""> <option value=""> Select State </option> <option value="Andaman_And_Nicobar_Island"> 1. ANDAMAN AND NICOBAR ISLANDS / अंदमान और निकोबार द्वीपसमूह </option> <option value="Andhra_Pradesh"> 2. ANDHRA PRADESH / आन्ध्र प्रदेश </option> <option value="Arunachal_Pradesh"> 3. ARUNACHAL PRADESH / अरुणाचल प्रदेश </option> <option value="Assam"> 4. ASSAM / असम </option> <option value="Bihar"> 5. BIHAR / बिहार </option> <option value="Chhattisgarh"> 6. CHHATTISGARH / छत्तीसगढ़ </option> <option value="Chandigarh"> 7. CHANDIGARH / चंडीगढ़ </option> <option value="Dadara"> 8.DADAR AND NAGAR HAVELI / दादरा और नगर हवेली </option> <option value="Daman"> 9. DAMAN AND DIU / दमन और दीव </option> <option value="Delhi"> 10. DELHI / दिल्ली </option> <option value="Goa"> 11. GOA / गोवा </option> <option value="Gujarat"> 12. GUJARAT / गुजरात </option> <option value="Haryana"> 13. HARYANA / हरियाणा </option> <option value="Himachal_Pradesh"> 14. HIMACHAL PRADESH / हिमाचल प्रदेश </option> <option value="Jammu_and_Kashmir"> 15. JAMMU AND KASHMIR / जम्मू और कश्मीर </option> <option value="Jharkhand"> 16. JHARKHAND / झारखण्ड </option> <option value="Karnataka"> 17. KARNATAKA / कर्णाटक </option> <option value="Kerala"> 18. KERALA / केरल </option> <option value="Ladakh"> 19. LADAKH / लद्दाख </option> <option value="Lakshadweep"> 20. LAKSHADWEEP / लक्षद्वीप </option> <option value="Madhya_Pradesh"> 21. MADHYA PRADESH / मध्य प्रदेश </option> <option value="Maharashtra"> 22. MAHARASHTRA / महाराष्ट्र </option> <option value="Manipur"> 23. MANIPUR / मणिपुर </option> <option value="Meghalaya"> 24. MEGHALAYA / मेघालय </option> <option value="Mizoram"> 25. MIZORAM / मिज़ोरम </option> <option value="Nagaland"> 26. NAGALAND / नागालैण्ड </option> <option value="Odisha"> 27. ODISHA / ओड़िशा </option> <option value="Puducherry"> 28. PUDUCHERRY / पुडुचेरी </option> <option value="Punjab"> 29. PUNJAB / पंजाब </option> <option value="Rajasthan"> 30. RAJASTHAN / राजस्थान </option> <option value="Sikkim"> 31. SIKKIM / सिक्किम </option> <option value="Tamil_Nadu"> 32. TAMIL NADU / तमिलनाडु </option> <option value="Telangana"> 33. TELANGANA / तेलंगाना </option> <option value="Tripura"> 34. TRIPURA / त्रिपुरा </option> <option value="Uttar_Pradesh"> 35. UTTAR PRADESH / उत्तर प्रदेश </option> <option value="Uttarakhand"> 36. UTTARAKHAND / उत्तराखण्ड </option> <option value="West_Bengal"> 37. WEST BENGAL / पश्चिम बंगाल </option> </select> </div> <div class="form-group txt col-lg-4 col-12"> <label>District / जिला <span class="">*</span></label> <select class="form-control" name="office_district" id="office-district" required=""> <option value="" selected="selected"> Select District </option> </select> </div> </div> <div class="form-group txt mt-3"> <label>Type of Licence for which Water Testing Required <span class="">*</span></label> <select class="form-control" name="check_licence" required=""> <option value=""> --selct option-- </option> <option value="Basic Registration"> Basic Registration </option> <option value="State Licence"> State Licence </option> <option value="Central Licence"> Central Licence </option> </select> </div> <div> <div class="form-group txt pb-2 pt-2"> <label>Enter Verification Code <span class="required">*</span></label> <input type="text" name="vercode" class="form-control" required="required"> </div> <div class="form-group txt pb-2 pt-2"><label>Verification Code</label> <img src="captcha.php" alt="captcha"> </div> <input type="hidden" class="form-control" name="form_id" value="water_testing"> <input type="hidden" class="form-control" name="form_name" value="Water Testing Form"> <button type="submit" name="submit" class="btn btn-primary fcs-submit-button">Submit</button> </div> </form> </div> <div class="col-12 col-lg-6"> <h1 class="container-fluid fchd text-center text-uppercase" style="font-size:15px">Instruction to Fill WATER TESTING Form</h1> <div class="form-group txt"> <div class="form-instructions"> <div class="form-group" style="margin-top: 10px;"> <label class="fcs-text-dark"><strong>Name of Applicant/Company :</strong> Fill the correct Full Name of Applicant</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark" style="padding-top: 22px;"><strong>Email Id :</strong> Fill the correct Mail ID of Applicant</label> </div> <div class="form-group" style="margin-top: 50px;"> <label class="fcs-text-dark"><strong>Mobile-No :</strong> Fill the correct Mobile Number of Applicant.</label> </div> <div class="form-group" style="margin-top: 60px;"> <label class="fcs-text-dark"><strong>Verification Code :</strong> Fill the correct Code.</label> </div> </div> </div> </div> </div> </div> <div class="container" style="background-color:#eaeaf0;"> <h1>Water Testing for FSSAI Registration</h1> <p>The Food Safety and Standards Authority of India (FSSAI) is the regulatory body responsible for ensuring food safety and standards in India. One of the critical aspects of food safety is the quality of water used in food production, processing, and preparation. Water testing is a mandatory requirement for FSSAI registration, ensuring that the water used meets the necessary safety standards and is free from contaminants.</p> <div class="section"> <h2 class="section-title">Importance of Water Testing</h2> <p>Water is a fundamental component in the food industry, used in various processes such as washing, and cooking, and as an ingredient in many food products. Contaminated water can lead to severe health issues, including waterborne diseases, making it essential to ensure the water quality is safe for consumption.</p> </div> <div class="section"> <h2 class="section-title">Ensuring Food Safety</h2> <p>Water is a critical component in food production, processing, and preparation. Contaminated water can introduce harmful pathogens (such as bacteria, viruses, and parasites) and chemicals (like heavy metals and pesticides) into food products.</p> </div> <div class="section"> <h2 class="section-title">Compliance with Regulations</h2> <p>FSSAI regulations mandate that food businesses must use water that meets specified quality standards to ensure food safety. Compliance with these regulations through water registration demonstrates that businesses are adhering to legal requirements aimed at protecting consumer health.</p> </div> <div class="section"> <h2 class="section-title">Preventing Food Contamination</h2> <p>Water contamination can occur at various stages of food production, from washing raw materials to cooking and processing. Testing water quality through registration helps identify potential sources of contamination early on.</p> </div> <div class="section"> <h2 class="section-title">Quality Assurance and Consumer Confidence</h2> <p>Water registration and testing contribute to overall quality assurance in the food industry. It ensures that food products are produced under hygienic conditions with safe ingredients, including water.</p> </div> <div class="section"> <h2 class="section-title">Types of Registration</h2> <div class="highlight"> <h3>Basic Registration</h3> <ul> <li>Eligibility: Small businesses or startups with an annual turnover of up to ₹12 lakhs.</li> <li>Activities Allowed: Small-scale manufacturing, storage, distribution, and sale of food products.</li> <li>Validity: Basic registration is valid for 1-5 years, depending on the fee paid.</li> <li>Requirements: Simple documentation including basic details of the business, proprietor/partner's identification proof, and a declaration of turnover.</li> </ul> </div> <div class="highlight"> <h3>State License</h3> <ul> <li>Eligibility: Medium-sized businesses with an annual turnover between ₹12 lakhs and ₹20 crores.</li> <li>Activities Allowed: Medium-scale manufacturing, storage, distribution, and sale of food products within the state.</li> <li>Validity: State license is valid for 1-5 years.</li> <li>Requirements: Detailed documentation including business address proof, NOC (No Objection Certificate) from the municipality or local authority, food safety management plan, water testing report, and other specific documents as per FSSAI guidelines.</li> </ul> </div> <div class="highlight"> <h3>Central License</h3> <ul> <li>Eligibility: Large businesses with an annual turnover exceeding ₹20 crores or businesses engaged in the import/export of food products.</li> <li>Activities Allowed: Large-scale manufacturing, storage, distribution, and sale of food products across multiple states or for import/export.</li> <li>Validity: Central license is valid for 1-5 years.</li> <li>Requirements: Comprehensive documentation including business premises proof, NOC from the local health authority, food safety management plan, water testing report, details of directors/partners, import-export code (IEC) for businesses engaged in import/export, and other specific documents as per FSSAI guidelines.</li> </ul> </div> </div> <div class="section"> <h2 class="section-title">Parameters for Water Testing</h2> <p>Water testing for FSSAI registration involves checking various parameters to ensure the water quality is up to the required standards. These parameters include:</p> <div class="table-container"> <table> <thead> <tr> <th>Category</th> <th>Parameters</th> </tr> </thead> <tbody> <tr> <td>Physical Parameters</td> <td>Color, Odor, Taste, Turbidity</td> </tr> <tr> <td>Chemical Parameters</td> <td>pH level, Total Dissolved Solids (TDS), Hardness, Chlorine levels, Presence of heavy metals (lead, arsenic, mercury)</td> </tr> <tr> <td>Microbiological Parameters</td> <td>Total Coliforms, E. coli, Salmonella, Shigella</td> </tr> <tr> <td>Radiological Parameters</td> <td>Radioactive substances (if applicable)</td> </tr> </tbody> </table> </div> </div> <div class="section"> <h2 class="section-title">Documents Required for Water Testing</h2> <ul> <li>Application Form: Filled out with accurate details regarding the business, its activities, and the intended use of water in food processing.</li> <li>Water Testing Report: Conducted by an FSSAI-approved laboratory. Includes detailed analysis of physical, chemical, microbiological, and radiological parameters as per FSSAI standards. Should be recent (usually within 3 to 6 months) at the time of application.</li> <li>Laboratory Accreditation Certificate: Proof that the laboratory conducting the water testing is accredited by FSSAI or NABL (National Accreditation Board for Testing and Calibration Laboratories).</li> <li>Business Registration Documents: Proof of business registration (e.g., Certificate of Incorporation, Partnership Deed, etc.).</li> <li>Proof of Premises: Documents showing ownership or lease agreement of the premises where food processing or handling takes place.</li> <li>Water Source Details: Information about the water source, such as municipal water supply, borewell, or any other source used.</li> </ul> </div> <div class="section"> <h2 class="section-title">Process for Water Testing and FSSAI Registration</h2> <ul> <li>Preparation: Gather all necessary documents, including the filled application form, water testing report, and supporting documents.</li> <li>Submission: Submit the application form along with all required documents through the FSSAI registration online portal.</li> <li>Review: FSSAI authorities review the application and supporting documents to ensure completeness and compliance with regulations.</li> <li>Approval: If everything meets the requirements, FSSAI grants the registration.</li> </ul> </div> <div class="section"> <h2 class="section-title">Conclusion</h2> <p>Water testing is a critical component of the FSSAI registration process, ensuring that the water used in the food industry is safe and free from harmful contaminants. By adhering to the FSSAI guidelines and conducting regular water tests, food businesses can ensure compliance and contribute to the overall safety and health of consumers.</p> </div> </div> <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> <script src="/selectIndianState.js"></script> <script> function checkform() { var name = document.forms["complaint"]["order_id"]; if (name.value == "") { window.alert("Please enter your order id."); name.focus(); return false; } return true; } function verifyLicence() { var inputLicenceValue = document.querySelector('input[name="existing_licence_number"]').value; var xhr = new XMLHttpRequest(); xhr.open("POST", "https://fssairegistration.org/verify-licence.php"); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function () { if (xhr.readyState === 4 && xhr.status === 200) { var response = JSON.parse(xhr.responseText); var licensecategoryname = response.licensecategoryname; var message = ""; if (licensecategoryname === 'Registration') { message = "<span style='color:red'>nature of your registration certificate is basic registration</span>"; } else if (licensecategoryname === 'State License' || licensecategoryname === 'Central License') { message = "nature of your registration certificate is " + licensecategoryname + "."; } document.getElementById("licence_type").value = licensecategoryname; document.getElementById("licencemsg").innerHTML = message; } }; xhr.send('verify_licence=' + encodeURIComponent(inputLicenceValue)); } function check_licence1(event) { document.querySelector('input[name="existing_licence_number"]').value = ''; document.getElementById("licence_type").value = ''; document.getElementById("licencemsg").innerHTML = ''; var getValue = event.value; var licenceNumberInput = document.querySelector('input[name="existing_licence_number"]'); if (getValue === 'no') { licenceNumberInput.removeAttribute('required'); document.getElementById('hideLicence').style.display = "none"; } else { licenceNumberInput.setAttribute('required', 'required'); document.getElementById('hideLicence').style.display = "block"; } console.log(event.value); } window.addEventListener('load', function() { document.querySelector('select[name="check_licence"]').value=''; }); function validateInput() { var input = document.getElementById('mobile_number'); var mobile_number = input.value; var message = ''; mobile_number = mobile_number.replace(/\D/g, ''); input.value = mobile_number; if (!mobile_number || mobile_number.length !== 10) { message = 'Please enter a 10-digit valid number.'; document.getElementById('phoneMessage').innerText = message; document.getElementById('phoneMessage').style.color = "red"; input.setCustomValidity(message); document.getElementById('submitBtn').style.display="none"; } else { message = 'Valid.'; document.getElementById('phoneMessage').innerText = message; document.getElementById('phoneMessage').style.color = "green"; input.setCustomValidity(''); document.getElementById('submitBtn').style.display="block"; } } function checkRequired() { var input = document.getElementById('mobile_number'); var mobile_number = input.value; if (!mobile_number) { input.setCustomValidity('Please enter your phone number.'); input.reportValidity(); } } </script> <br> <?php include_once('./footer.php'); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка