/*
 *
 * Copyright (C) 2009 EmbedOne.
 * Contact: EmbedOne Software Information (info@embedone.com)
 *
 * Commercial Usage
 * Licensees holding valid EmbedOne Commercial licenses may use this file
 * in accordance with the EmbedOne Commercial License Agreement provided
 * with the Software or, alternatively, in accordance with the terms
 * contained in a written agreement between you and EmbedOne.
 *
 * GNU General Public License Usage
 * Alternatively, this file may be used under the terms of the GNU
 * General Public License version 3.0 as published by the Free Software
 * Foundation and appearing in the file LICENSE.GPL included in the
 * packaging of this file.  Please review the following information to
 * ensure the GNU General Public License version 3.0 requirements will be
 * met: http://www.gnu.org/copyleft/gpl.html.
 *
 * If you are unsure which license is appropriate for your use, please
 * contact the EmbedOne sales department at sales@embedone.com.
 *
 */

var txtWrapConnect /*= "<h1>Connect to device</h1>"+
	"<hr>" +
	'<form id="iFormConnected">'+
	'Address <input type="text" size=30 id="iConnectAddress"><br>'+
	'User Name <input type="text" size=30 id="iConnectUsername"><br>'+
	'Password <input type="password" size=30 id="iConnectPassword"><br>'+
	"</form>"+
	'<button onClick="mDoConnect();">Connect</button>'
;*/

=	'<div id="login">'
		+'<div id="login_logo">'
			+'<img src="img/logo.png" /><br/><p>EMI-RPC Web Client</p></td>' 
		+'</div>'
		+'<div id="login_form">'
			+'<table>'
				+'<tr>'
					+'<th>Host:</th>'
					+'<td><input type="text" name="url" id="iConnectAddress" class="textfield" value="" size="24" tabindex="1" /></td>'
				+'</tr>'
				+'<tr>'
					+'<th>User Name:</th>'
					+'<td><input type="text" name="email" id="iConnectUsername" class="textfield" value="" size="24" tabindex="2" /></td>'
				+'</tr>'
				+'<tr>'
					+'<th>Password:</th>'
					+'<td><input type="password" name="password" id="iConnectPassword" class="textfield" value="" size="24" tabindex="3" /></td>'
				+'</tr>'
			+'</table>'
		+'</div>'
		+'<div id="login_logo">'
			+'<input name="connect" type="submit" id="button" value="Connect" onClick="mDoConnect();"/>' 
		+'</div>'
	+'</div>'
;
