-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogedit.html
More file actions
49 lines (43 loc) · 1.99 KB
/
Copy pathBlogedit.html
File metadata and controls
49 lines (43 loc) · 1.99 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login</title>
<link rel="stylesheet" href="Blogedit.css" type="text/css" media="screen" />
<style type="text/css">
<!--
-->
</style>
</head>
<body id="home">
<div id="wrapper">
<a href="Index.html" title="Home"><img src="images/logo.png" id="logo" /></a>
<a href="Index.html" title="Home"><img src="images/Footer.png" id="footer"/></a>
<ul id="menu">
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="About.html" title="About">About</a></li>
<li><a href="#">My PC</a></li>
<li><a href="blogentry.html" title="Create a Blog Entry">Blog Entry</a></li>
<li><a href="Blogedit.html" title="Edit a Blog Entry">Blog Edit</a></li>
<li><a href="preferences.html" title="Set your preferences for this site">Preferences</a></li>
</ul>
<ul id="right_menu">
<li><a href="login.html" title="Login Here">Login</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
<form>
<table>
Please Select a Blog Post to edit.<br/>
<br/>
<select name="Edit Blog" id="blogedit">
<option value="1" >Blog Post 1</option><option value="2" >Blog Post 2</option><option value="3" >Blog Post 3</option><option value="4" >Blog Post 4</option><option value="5" >Blog Post 5</option><option value="6" >Blog Post 6</option><option value="7" >Blog Post 7</option>
</select>
</table>
</fieldset>
<br/>
<br/>
<input type="submit" name="save" value=" OK "/>
</form>
</div>
</body>
</html>