<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-ch" lang="fr-ch">
<head>
	<title>a(dmin)Blog</title>
	<link rel="stylesheet" type="text/css" href="templates/admin.css" title="yellow - bw" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
	<div id="header">
		<h1>a(dmin)Blog</h1>
		<p><em>it’s just admin</em></p>
	</div>
	<div id="page">
<form method="post" action="?page=user&amp;action=add">
	<fieldset>
		<legend>Add user</legend>
		<label>
			name : <input type="text" name="name" />
		</label>
		<label>
			login : <input type="text" name="login" />
		</label>
		<label>
			password : <input type="text" name="password" />
		</label>
		<label>
			lang :
			<select name="lang">
				<option value="en">en</option>
				<option value="fr">fr</option>
			</select>
		</label>
		<label>
			url : <input type="text" name="url" value="http://" />
		</label>
		<label>
			email : <input type="text" name="email" />
		</label>
		<input type="submit" class="submit" value="add user" />
	</fieldset>
</form>
	</div>
	<ul id="menu">
		<li><a href="/">«</a></li>
		<li><a href="/admin.php">&lt;</a></li>
		<li><a href="/admin.php?page=user">user</a></li>
		<li><a href="/admin.php?page=feed">feed</a></li>
	</ul>
</body>
</html>