Файловый менеджер - Редактировать - /home/d46091/public_html/track-msme-certificate.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>Track MSME Certificate | Track MSME Certificate Online</title> <meta name="description" content="Track your MSME certificate online. Fill the easy online applcation form and get the certificate delivered to your email."> <link rel="icon" href="./assets/img/flag.png" type="image/gif" sizes="16x16" alt="Track MSME Registration - Track MSME Certificate - MSME Registration Form"> <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="main.css"> </head> <body> <?php include 'header.php'; ?> <img src="assets/img/banner.jpg"width="100%" alt="MSME Registration - MSME Certificate - MSME Registration Form"> <div class="container-fluid fcs-marquee-container"> <span><i class="fas fa-bell"></i></span> <marquee> Please Note : Applicant are required to enter his / her correct email id, as certificate and acknowledgement will be send to registered id. [Dated: 26-05-2018] | Instant MSME Registration valid on working days only i.e. Monday - Saturday between 10:00 am - 6:00 pm [Dated: 05-02-2019] | Update Udyog Aadhaar Certificate [Dated: 05-01-2019] </marquee> </div> <div class="container-fluid"> <div class="row my-1"> <div class="text-center col-lg-3 col-sm-12 mt-3 "> <div class=" fcs-box2 mx-3 "> <i class="fas fa-id-card"style="font-size: 30px;"></i> <br> Fill the MSME Certificate application form </div> </div> <div class="text-center col-lg-3 col-sm-12 mt-3"> <div class="fcs-box2 mx-3"> <i class="far fa-credit-card"style="font-size: 30px;"></i> <br> Pay registration fees of application </div> </div> <div class="text-center col-lg-3 col-sm-12 mt-3"> <div class="fcs-box2 mx-3"> <i class="fas fa-users"style="font-size: 30px;"></i> <br> Department will process your form</div> </div> <div class="text-center col-lg-3 col-sm-12 mt-3"> <div class="fcs-box2 mx-3"> <i class="fas fa-envelope"style="font-size: 30px;"></i> <br> Certificate will be sent to e-mail id </div> </div> </div> </div> <div class="container-fluid fcs-form-container"> <div class="container-fluid fcs-padding-container"> <span class="fcs-bold-text-white"style="text-align:left">MSME Department</span> <span style="font-size:14px">The Micro, Small & Medium Enterprises (MSMEs) contribute significantly to value addition, employment generation, exports and overall growth and development of the country’s economy. In India itself MSME units are generating maximum employment next to agriculture. The MSME sector is responsible for about 40 per cent of the exports and 45 per cent of the total manufacturing output in the country. Realizing the significance a separate Department of Micro, Small & Medium Enterprises has been created with an objective to facilitate, promote and enhance competitiveness of MSMEs in the state. It is a State Government initiative to rejuvenate, give topmost priority and thrust for facilitating and co-coordinating the growth and development of the MSME sector.</span> <br> <br> <span class="fcs-bold-text-white"style="text-align:left">What are Micro, Small & Medium Enterprises?</span> <span style="font-size:14px">Definitions of Micro, Small & Medium Enterprises In accordance with the provision of Micro, Small & Medium Enterprises Development (MSMED) Act, 2006 the Micro, Small and Medium Enterprises (MSME) are classified in two Classes: 1. Manufacturing Enterprises-he enterprises engaged in the manufacture or production of goods pertaining to any industry specified in the first schedule to the industries (Development and regulation) Act, 1951) or employing plant and machinery in the process of value addition to the final product having a distinct name or character or use. The Manufacturing Enterprise are defined in terms of investment in Plant & Machinery. 2. Service Enterprises:-The enterprises engaged in providing or rendering of services and are defined in terms of investment in equipment. </span> </div> </div> <div class="container fcs-form-container"> <div class="row"> <div class="col-12"> <h1 class="fcs-bold-text-white"style="margin-bottom:5px">TRACK MSME REGISTRATION CERTIFICATE - PLEASE FILL THE VERIFICATION FORM</h1> <h2 class="fcs-bold-text-white"style="margin-bottom:5px">PLEASE READ THE INSTRUCTIONS TO FILL TRACK MSME REGISTRATION CERTIFICATE VERIFICATION FORM</h2> </div> </div> <div class="row"> <div class="col-12 col-lg-6"> <form action="preview.php" method="post" enctype="multipart/form-data"class="needs-validation" novalidate> <div class="form-group txt"> <label>AADHAAR NUMBER / आधार संख्या</label> <input type="tel" maxlength="12" minlength="12"class="form-control" name=" aadhaar_number"> </div> <div class="form-group txt"> <label>NAME OF ENTREPRENEUR / उद्यमी का नाम <span class="required">(Required)</span></label> <input type="text" class="form-control" name="applicant_name" value="" required> <div class="valid-feedback">Valid.</div> <div class="invalid-feedback">Please Enter Entrepreneur Name.</div> </div> <div class="form-group txt"> <label>NAME OF ENTERPRISE / उद्यम का नाम</label> <input type="text" class="form-control" name="business_name"> </div> <div class="form-group txt"> <label>PAN CARD NUMBER / पैन संख्या</label> <input type="text" maxlength="10" minlength="10"class="form-control" name="pan_card_number"> </div> <div class="form-group txt"> <label>PLANT LOCATION / संयंत्र के स्थान <span class="required">(Required)</span></label> <input type="text" class="form-control" name="business_address" required> <div class="valid-feedback">Valid.</div> <div class="invalid-feedback">Please Enter Valid Plant Location.</div> </div> <div class="form-group txt"> <label>OFFICE ADDRESS / आधिकारिक पता</label> <input type="text" class="form-control" name="office_address"> </div> <div class="form-group txt"> <label>MOBILE NUMBER / मोबाइल नंबर +91 <span class="required">(Required)</span></label> <input type="tel" maxlength="10" minlength="10"class="form-control" name="mobile_number" required> <div class="valid-feedback">Valid.</div> <div class="invalid-feedback">Please Enter Valid Mobile Number.</div> </div> <div class="form-group txt"> <label>EMAIL / ईमेल <span class="required">(Required)</span></label> <input type="text" class="form-control" name="email_id" required> <div class="valid-feedback">Valid.</div> <div class="invalid-feedback">Please Enter Valid Email.</div> </div> <div class="form-group txt"> <label>ADDITIONAL DETAILS ABOUT BUSINESS</label> <input type="text" class="form-control" name="additional_details_about_business"> </div> <div class="form-group form-check"> <input type="checkbox" class="form-check-input" name="terms_of_service" required> <label class="form-check-label">I AGREE TO THE <a href="./terms-of-service.php">TERMS OF SERVICE</a></label> </div> <input type="hidden" class="form-control" name="form_name" value="Trace Certificate"> <input type="hidden" class="form-control" name="form_id" value="trace_certificate"> <button type="submit" class="btn btn-primary fcs-submit-button">Submit Application</button> </form> </div> <div class="col-12 col-lg-6"> <div class="form-instructions"> <div class="form-group" style="margin-top: 25px;"> <label class="fcs-text-dark"><strong>Aadhaar Number :</strong> Applicant can enter his / her 12 digit Aadhaar number.</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>NAME OF ENTREPRENEUR :</strong> Applicant are required to enter his / her name as mentioned on Aadhaar card, issued by UIDAI.</label> </div> <div class="form-group" style="margin-top: 47px;"> <label class="fcs-text-dark"><strong>NAME OF ENTERPRISE :</strong> Applicant have to enter his / her enterprise name, as it will get printed on certificate.</label> </div> <div class="form-group" style="margin-top: 32px;"> <label class="fcs-text-dark"><strong>Pan Card Number :</strong> Applicant have to enter his / her PAN card number.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Plant Location :</strong> Applicant are required to enter his / her complete plant location with state and pincode.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Office Address :</strong> Applicant can enter his / her complete office address with state and pincode.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Mobile Number :</strong> Applicant are required to enter his / her Indian mobile number. Do not add +91.</label> </div> <div class="form-group" style="margin-top: 35px;"> <label class="fcs-text-dark"><strong>Email Id :</strong> Applicant are required to enter his / her email id, as certificate and acknowledgement will be send to registered id.</label> </div> <div class="form-group" style="margin-top: 30px;"> <label class="fcs-text-dark"><strong>Additional Details About Business :</strong> Applicant can enter additional details about business. (For example – manufacturing of Food Products, Computer Programming)</label> </div> <div class="form-group" style="margin-top: 20px;"> <label class="fcs-text-dark"><strong>SUBMIT APPLICATION :</strong> Applicant have to click on submit application button after all details and document have uploaded.</label> </div> </div> </div> </div> </div> </div> </div> <!-- Back To Top Button --> <a href="#" class="cd-top text-replace js-cd-top"><i class="fas fa-arrow-up"></i></a> <?php include 'footer.php'; ?> <!-- Custom JS --> <script src="./assets/js/nav.js"></script> <script src="./assets/js/util.js"></script> <script src="./assets/js/main.js"></script> <script> // Disable form submissions if there are invalid fields (function() { 'use strict'; window.addEventListener('load', function() { // Get the forms we want to add validation styles to var forms = document.getElementsByClassName('needs-validation'); // Loop over them and prevent submission var validation = Array.prototype.filter.call(forms, function(form) { form.addEventListener('submit', function(event) { if (form.checkValidity() === false) { event.preventDefault(); event.stopPropagation(); } form.classList.add('was-validated'); }, false); }); }, false); })(); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка