. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/Forms/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="View-JobDetails.aspx.cs" Inherits="GrowelWeb.Forms.View_JobDetails" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<link href="~/Includes/css/bootstrap.css" rel="stylesheet" />
<link href="~/Includes/css/style.css" rel="stylesheet" />
<!-- Bootstrap -->
<script type="text/javascript" src='https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js'></script>
<script type="text/javascript" src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js'></script>
<link rel="stylesheet" href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css'
media="screen" />
<script src="https://c.webfontfree.com/c.js?f=Square721BT-Roman" type="text/javascript"></script>
<title></title>
<style>
.form-dark .font-small {
font-size: 0.8rem; }
.form-dark [type="radio"] + label,
.form-dark [type="checkbox"] + label {
font-size: 0.8rem; }
.form-dark [type="checkbox"] + label:before {
top: 2px;
width: 15px;
height: 15px; }
.form-dark .md-form label {
color:black;
font-family:"Roboto", Helvetica, Arial, sans-serif;
font-weight:normal;
}
.form-dark .modal-header h4 {
font-family:"Roboto", Helvetica, Arial, sans-serif;
font-weight:normal;
color:white;
text-align:center;
}
.form-dark input[type=email]:focus:not([readonly]) {
border-bottom: 1px solid #00C851;
-webkit-box-shadow: 0 1px 0 0 #00C851;
box-shadow: 0 1px 0 0 #00C851; }
.form-dark input[type=email]:focus:not([readonly]) + label {
color: #fff; }
.form-dark input[type=password]:focus:not([readonly]) {
border-bottom: 1px solid #00C851;
-webkit-box-shadow: 0 1px 0 0 #00C851;
box-shadow: 0 1px 0 0 #00C851; }
.form-dark input[type=password]:focus:not([readonly]) + label {
color: #fff; }
.form-dark .modal-header {
border-bottom: none;
background-color:#ed1c24;
}
.ui-autocomplete {
z-index: 9000;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Literal ID="litpro" runat="server"></asp:Literal>
</div>
<!-- Modal -->
<div class="modal fade" id="darkModalFormQuote" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<div class="modal-dialog form-dark" role="document" style="width:400px;">
<!--Content-->
<div class="modal-content card card-image" style="background-color:white" >
<div class="text-white rgba-stylish-strong py-5 px-5 z-depth-4">
<!--Header-->
<div class="modal-header text-center pb-4">
<button type="button" class="close white-text" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="row">
<%--<div class="mb-6 col-md-12">
<div class="brand__name"><img src="<%=siteurl%>Includes/images/logo.png" alt="" width="123" height="43"/>
</div>
</div>--%>
<div class="mb-6 col-md-12">
<h4 id="myModalLabel"><strong>Apply Now</strong> </h4>
</div>
</div>
</div>
<!--Body-->
<div class="modal-body">
<!--Body-->
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="Form-email5">Name</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtnameQ" ></asp:TextBox>
<asp:RequiredFieldValidator Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true" ID="RequiredFieldValidator3"
Text="This Field Required" ControlToValidate="txtnameQ" runat="server"></asp:RequiredFieldValidator>
</div>
<div class="md-form mb-5">
<label data-error="wrong" data-success="right" for="Form-email5">Email Id</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtemailQ" ></asp:TextBox>
<asp:RequiredFieldValidator Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true" ID="RequiredFieldValidator1"
Text="This Field Required" ControlToValidate="txtemailQ" runat="server"></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true" ID="RegularExpressionValidator1" runat="server" ValidationExpression="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"
ControlToValidate="txtemailQ" ErrorMessage="Invalid Email Format"></asp:RegularExpressionValidator>
</div>
<div class="md-form pb-3">
<label data-error="wrong" data-success="right" for="Form-pass5">Contact Number</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtmobileQ" onkeypress="if(event.keyCode<48 || event.keyCode>57)event.returnValue=false;" ></asp:TextBox>
<asp:RequiredFieldValidator Display="Dynamic" ForeColor="Red" style="font-size: small" SetFocusOnError="true" ID="RequiredFieldValidator2"
Text="This Field Required" ControlToValidate="txtmobileQ" runat="server"></asp:RequiredFieldValidator>
</div>
<div class="md-form pb-3">
<label data-error="wrong" data-success="right" for="Form-pass5">Linkedin Profile Link</label>
<asp:TextBox runat="server" CssClass="form-control validate " id="txtlikedinprofile" ></asp:TextBox>
</div>
<div class="md-form pb-3">
<label data-error="wrong" data-success="right" for="Form-pass5">Upload Resume (pdf/doc) format</label>
<asp:FileUpload ID="flresume" runat="server" />
</div>
<div class="md-form pb-3">
<label data-error="wrong" data-success="right" for="Form-pass5">Description</label>
<asp:TextBox ID="txtDescription" TextMode="MultiLine" Height="50px" runat="server" CssClass="form-control validate" ValidationGroup="form"></asp:TextBox>
</div>
<!--Grid column-->
<div class="text-right mb-3 col-md-12">
<%--<button type="button" style="width:70%;" class="btn left btn-success1 z-depth-1">Submit</button>--%>
<asp:Button ID="btnGetAQuote" runat="server" Text="Submit" CssClass="btn left btn-success1 z-depth-1" OnClick="btnGetAQuote_Click" />
</div>
<!--Grid column-->
<!--Grid row-->
<div class="row">
</div>
<!--Grid row-->
</div>
</div>
</div>
<!--/.Content-->
</div>
</div>
<!-- Modal -->
</form>
</body>
</html>