<dtml-var manage_page_header>

        <head>
            <title>Add EMIL_Email_client instance</title>
        </head>
        <body bgcolor="#FFFFFF">
	<dtml-var manage_tabs>	

	<p class="form-help">	
	This form allows you to add an instance of EMIL_Email_Client
	</p>
	
	
	<h1>Add a TinyDB</h1>

	<form name="form" action="manage_addEMILAction" method="post"><br>
	<table>
	    	<tr>	<th class="form-label"> id: </th>
			<td>
			<input type="text" name="id:string" class="form-element" size="30" value="">
			</td>
		</tr>

		<tr> 
			<th class="form-label">title:</th>
			<td>
			<input type="text" name="title:string" class="form-element" size="30" value="<dtml-var title>">
			</td>
		</tr>
		
		<tr> 	
			<th class="form-label">server:</th>
			<td>
			<input type="text" name="server:string" class="form-element" size="30" value="">
			</td>
		</tr>


		<tr> 	
			<th class="form-label">username:</th>
			<td>
			<input type="text" name="username:string" class="form-element" size="30" value="">
			</td>
		</tr>

		<tr> 	
			<th class="form-label">password:</th>
			<td>
			<input type="password" name="password:string" class="form-element" size="30" value="">
			</td>
		</tr>

		<tr> 	
			<th class="form-label">Get new:</th>
			<td>
			<input type="checkbox" name="get_new:int" class="form-element" value=1 CHECKED>
			</td>
		</tr>

		<tr> 	
			<th class="form-label">your real name:</th>
			<td>
			<input type="txt" name="realname:string" class="form-element" size="30" value="">
			</td>
		</tr>
		

		<tr> 	
			<th class="form-label">Reply-To:</th>
			<td>
			<input type="txt" name="reply_to:string" class="form-element" size="30" value="">
			</td>
		</tr>

		<tr> 
			<td>
                	<input type="submit" value="  add  " class="form-element">
			</td>
		</tr>
		</table>	
            </form>
<dtml-var manage_page_footer>
