-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths_complaint.html
116 lines (99 loc) · 5.17 KB
/
s_complaint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>PMAY | Complaint</title>
<link rel="stylesheet" type="text/css" href="g_pmay_main.css">
<link rel="stylesheet" type="text/css" href="css/w3.css">
<link rel="shortcut icon" href="Images/favicon.ico" type="image/x-icon" />
<script>
var x = document.getElementById("success");
function success(){
x.display="block";
}
</script>
<!-----------------------Html file index for PMAY------------------------------>
</head>
<body class="w3-animate-left">
<div style="width: 1273px;margin-left:49px" >
<!----------------------------------------------Header------------------------>
<div><img style="width: 1273px; height: 120px;" alt="" src="Images/header.jpg"></div>
<!-----------------------------------Menu--------------------------------------------->
<div style="width: 1272px; height:40px;">
<ul class="dd-menu">
<li><a href="g_index.html">मुख्यपृष्ठ</a></li>
<li><a href="g_faq.html" >माहिती अधिकार</a></li>
<li><a href="#">तक्रार</a> </li>
<li><a href="#">मदत ▼</a>
<ul>
<li><a href="#">मार्गदर्शिका</a></li>
</ul>
</li>
<li><a href="g_gallery.html">फोटो विभाग</a></li>
<li><a href="#">भागधारक▼</a>
<ul>
<li><a href="#">राज्ये</a></li>
<li><a href="#">केंद्रे</a></li>
</ul>
</li>
<li><a href="g_contact_us.html" style="background:#58BF3A;">संपर्क</a></li>
</ul>
</div>
<center>
</center>
<div style="height=500px ; background:rgba(150,150,150,.5);">
<!------------------------------------Side-Menu----------------------------------------->
<div style="margin-left:2; height:500px; width:280px;">
<img src= "Images\login.png" style=" height:180px; width:280px; "/>
<ul class="side_menu">
<li><a href="#">दस्तऎवज</a></li>
<li><a href="#">एनपीव्ही सबसिडी कॅल्क्युलेटर</a></li>
<li><a href="#">पीपीपी धोरण </a></li>
<li><a href="#">कार्यशाळा</a></li>
<li><a href="#">एसेसमेंट फॉर्म</a></li>
</ul>
</div>
<!------------------------------------Main content------------------------------------------>
<div style="margin-top:-500;margin-left:300px; height:600; width:700;background:rgba(250,250,250,.7);">
<div style="margin-left:50;font-size:20px; width:90%; ">
<form>
<div id="success" class="w3-container w3-section w3-green w3-round-xlarge" style="width:40%; z-index:5; position:absolute;margin:12% auto auto 3%;">
<span onclick="this.parentElement.style.display='none'" class="w3-closebtn w3-right">X</span>
<h3 class="w3-left w3-header">Success!</h3><br><br><br>
<p class="w3-center">Green often indicates a successful or positive action.</p>
</div>
<h1><br>complaint Form :</h1><br><br>
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email">
<input type="text" name="state" placeholder="State">
<input type="text" name="district" placeholder="District">
<input type="text" name="city" placeholder="City">
<input type="text" name="no" placeholder="Mobile Number" maxlength="10">
<select id="dropdown">
<option label="Aadhaar Related Issues" value="Aadhaar Related Issues">Aadhaar Related Issues</option>
<option label="Aaple Sarkar Kendra Related Issues" value="Aaple Sarkar Kendra Related Issues">Aaple Sarkar Kendra Related Issues</option>
<option label="Portal Access / Performance Issues" value="Portal Access / Performance Issues">Portal Access / Performance Issues</option>
<option label="User Registration" value="User Registration">User Registration</option>
<option label="Scheme Related Issue" value="Scheme Related Issue">Scheme Related Issue</option>
<option label="Application Registration/ Submission Process" value="Application Registration/ Submission Process">Application Registration/ Submission Process</option>
<option label="Scholarship Amount Not Received" value="Scholarship Amount Not Received">Scholarship Amount Not Received</option>>
</select>
<textarea name="message" rows="4" cols="3000" placeholder="Comment Here" style="width:70%;">
</textarea>
<button type="subit" onclick="document.getElementById('success').style.display = 'block'">Submit</button>
<button type="reset">Reset</button>
</form>
</div>
</div>
<!--------------------------------------right-side-menu--------------------------------------->
<div style="margin-left:1010px;margin-top:-500px; height:500px; width:257px; border: 1px outset pink;z-index:-1; background:rgba(90,20,40,.3);">
<b class="" style="text-align:center; color:aqua; font-size:40;">Notifications:<b>
<marquee direction="up" style="margin-top:10; height:500px; color:white; font-size:30; font-weight: bold; font-family:Lucida Calligraphy; margin-left:10px;">
notification1<br>
hellow world<br>
welcome to PMAY<br>
this is simple animation<br>
of up direction<br>
</marquee>
</div>
</div>
<!--------------------------------------Eof main content---------------------------->
</div>
</body></html>