-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdateBAY.html
More file actions
75 lines (59 loc) · 2.38 KB
/
updateBAY.html
File metadata and controls
75 lines (59 loc) · 2.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="slide" content="width=device-width, initial-scale=1">
<title>EXNET AWARDS</title>
<link rel="stylesheet" href="style/winnerstyle.css">
<!--link footer style sheet-->
</head>
<body>
<!--header-->
<div>
<div>
<h1><B><center>EXNET AWARDS</center></B></h1>
</div>
<div class="top_bar">
<img class="logo"src="images/EX2.png" width="150px" height="80px" alt="Logo" >
<div class="nav">
<a href="homePage.html">HOME</a>
<a href="bestsong-index.html">VOTE</a>
<a href="catagories.html">CATEGORIES</a>
<a href="candidate.html">CANDIDATES</a>
<a class="active" href="winnersPage.html">WINNERS</a>
<a href="NEWS.html">NEWS</a>
<form class="search" action="#" align = "left" >
<input class="input" type="text" placeholder="Search" name="search">
<button class="button" type="submit"><i class=" fa fa-search"></i></button>
</form>
</div>
<!--<BUTTON class="login" >Login</BUTTON>
<BUTTON class="reg" >Register</BUTTON>
<a href=""><img class="img2" src="./images/login.png" alt="avatar"></a>
</div> -->
</div>
<div>
<center>
<h2>Update Best Artist of the Year</h2>
<form action="editRecord.php" method="post">
Winner's ID:<br/>
<input type="text" name="wId" >
<br><br>
Winner's Name:<br/>
<input type="text" name="wName">
<br><br>
Place:<br/>
<input type="text" name="Place">
<br><br>
Number Of Votes:<br/>
<input type="text" name="nov">
<br><br>
<input type="submit" id="addbtn" value="Update" >
</form>
</center>
</div>
</body>
</html>