-
Notifications
You must be signed in to change notification settings - Fork 0
/
addessbook.html
45 lines (43 loc) · 1.43 KB
/
addessbook.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
<link rel="stylesheet" type="text/css" href="abcss.css">
<html><head><title>
List
</title></head><body>
<a class = "title"
href="https://www8.cs.umu.se/~kv13smn/5da000/addressbook/">
The Address Book</a>
<form class = "delAgent" action="deleteAgent.cgi"
method = "post" id = "checkvals"> <input type="submit" value="Delete">
</form>
<table class = "memberlist" >
<tr><td>
<input type= "checkbox" name="checkid" form = "checkvals" value = 20>
</td><td>
<a href='agent_info.cgi?agentid=20'>
Svitri
</a>
</td><td>
<a href='agent_info.cgi?agentid=20'>
Magnusson
</a>
</td><td>
<a href='agent_info.cgi?agentid=20'>
</a>
</td></tr>
</table>
<br>
<form class = 'addAgent' action='addAgent.cgi' method='post'>
<h2 class= 'NewMemb'>Add new member:</h2>
<label>First name: </label> <input type='text' name='fname'>
<label>Last name:</label> <input type='text' name='lname'>
<label>Email adress:</label><input type='text' name='mail'>
<br> </br> <br> </br>
<label>Title:</label> <input type='text' name='note_title'>
<label>Notes: </label> <textarea rows='15' cols='28'
name = 'note_text'></textarea>
<input type='submit' value='Submit'> </form>
<form class = 'BackButtonMemberList' action = 'index.cgi'
method = 'get'> <input type = 'submit' value = 'Back'></form>
<p class = "footer"> © Svitri Magnusson, kv13smn, svma0011,
KV13, Applikationsprogrammering i Python (57100VT15), All rights reserved.
Umeå, Sweden </p> </body></html>