-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
65 lines (44 loc) · 2.32 KB
/
contact.php
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
<!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" />
<meta name="generator" content="Movabletype" />
<meta name="keywords" content="marginpad,design,oslo,norsk,norge,web design,web development, webutvikler,php5,kohana,css,xhtml,jquery" />
<meta name="description" content="Margin pad" />
<title>MarginPad: Web design & development</title>
<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen, projection" />
<!--[if IE]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection" />
<![endif]-->
<script type="text/javascript" src="js/jquery/jquery-1.3.2.pack.js"></script>
</head>
<body id="contact" class="sub-page sub-contact">
<div id="main-wrapper" class="wrapper">
<?php include_once('/home/erinther/public_html/marginpad/header.php') ?>
<div id ="content-wrapper" class="wrapper clearfix">
<div class="container ">
<div id="content-container" class="span-24 column clearfix showgrid ">
<form action="feedback.php" method="post" class="span-14 column clearfix">
<fieldset>
<div class="span-7 column clearfix"><label for="name">Name:</label><br /> <input type="text" id="name" name="name" /></div>
<div class="span-7 last column clearfix"><label for="email">Email:</label><br /><input type="text" id="email" name="email" /></div>
<div class="clear"></div>
<label for="topic">
What do you want to tell us about?
</label><br />
<input type="text" id="topic" name="topic" /><br />
<label for="comments">
Comment:
</label><br />
<textarea id="comments" name="comments" rows="5" cols="30"></textarea><br />
<button type="submit">Send</button>
</fieldset>
</form>
</div><!-- end #content-container .span-24 -->
</div><!-- end .container -->
</div><!-- end #content-wrapper -->
<?php include_once('/home/erinther/public_html/marginpad/footer.php') ?>
</div><!-- end #Main-Wrapper -->
</body>
</html>