<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html [
	<!ENTITY header SYSTEM "../common/xml/entities/header.xml">
	<!ENTITY navigation-left SYSTEM "../common/xml/entities/navigation-left.xml">
	<!ENTITY navigation-right SYSTEM "../common/xml/entities/navigation-right.xml">
	<!ENTITY footer SYSTEM "../common/xml/entities/footer.xml">
]>

<html>

<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<TITLE>Iconics Ireland - Manufacturing Intelligence and Business Visualisation Software inc. SCADA HMI OPC GENESIS</TITLE>
<META NAME="DESCRIPTION" CONTENT="ICONICS is a leader in the development of Web-enabled manufacturing intelligence and business visualisation software."/>
<META NAME="KEYWORDS" CONTENT="ICONICS, OPC, HMI/SCADA, SCADA, HMI, MMI, Manufacturing Intelligence, Business Visualization, Business Visualisation, Collaborative Manufacturing, industrial automation software, automation software, visualisation, visualization, Human Machine Interface, Man Machine Interface, trending, multimedia alarming, historical, logging, enterprise, reporting, web-enabled, KPI, OEE, Digital Dashboards, Plant Portal, Business Intelligence, Collaboration, Quality, Industrial Information, Optimization, Data Services, Expert Systems, predictive, multivariate, Performance, Assessment, Reliability, warehouse, industrial information management, data integration, manufacturing automation, factory automation system, Ikonics, iconics, ikonics, GENESIS32, genesis32, graphworx, graphworks, alarmworks, alarmworx, trendworks, trendworx"/>
<link rel="stylesheet" type="text/css" href="../styles/standard.css"/>




</head>


<body>

<![CDATA[
<script>

function radiobuttons(news_status, kb_status, forum_status){
	if(news_status == 1)
	{
		document.form1.NEWS[0].checked="true";
	}
	else
	{
		document.form1.NEWS[1].checked="true";
	}
	
	if(kb_status == 1)
	{
		document.form1.KNOWLEDGEBASE[0].checked="true";
	}
	else
	{
		document.form1.KNOWLEDGEBASE[1].checked="true";
	}
	
	if(forum_status == 1)
	{
		document.form1.FORUM[0].checked="true";
	}
	else
	{
		document.form1.FORUM[1].checked="true";
	}
}
</script>
]]>

&header;

<table cellspacing="0" cellpadding="0" style="width: 990px;">
<tr>
&navigation-left;
<td class="content">
<mi:execute
		type="query"
		evaluatefirst="1"
		query="../user/sql/currentuser"
		usedefaults="1"
		defaults="ERR_MSG=;">

<!-- TITLE AND IMAGE -->
<table border="0">
	<tr>
		<td width="100%">
			<table width="100%">
				<tr>
					<td class="common heading0">
						Account Details for {FIRSTNAME} {LASTNAME}
					</td>
				</tr>
				<tr>
					<td class="headerline"></td>
				</tr>
			</table>
		</td>
		<td rowspan="3"><img src="../images/headerimage/headeruserinfo.jpg" border="0" /></td>
	</tr>
	<tr>
		<td class="nav-link">
			<b><a href="../company/company.php">Company</a> >
			Account Details for {FIRSTNAME} {LASTNAME}</b>
		</td>
	</tr>
</table>
<!-- END OF TITLE AND IMAGE -->

<table border="0" width="100%">
  <tr>
    <td style="width: 800px"></td><td></td>
  </tr>
  <tr>
		<td colspan="3" class="common" style="text-align:justify">
			These are the details that we currently hold for you. If you would like to change
			any of the 	information, simply edit the appropriate fields and click on update.
			To change your password, use the section at the bottom of the page. Your email
			address is not changeable as this is used to login.
		</td>
  </tr>

	<tr height = "20px"><td/></tr> <!-- SPACING -->

  <tr>
  	<td colspan="3"  style="border-bottom: 1px solid #999999" class="heading1">
			<img src="../images/arrow-med.gif" align="absmiddle"/> Change details
		</td>
  </tr>

 
<!--
 <input type="button" onclick="radiobuttons({NEWS},{KNOWLEDGEBASE},{FORUM});" value="test" />
-->
 

 <form name="form1" method="post" action="../user/createuseraccount.php">
  <input name="CHANGEUSER" type="hidden" value="1"/>
  <input name="EMAIL" type="hidden" value="{EMAIL}"/>
  <tr>
  	<td width="35%"></td>
  	<td width="35%"></td>
  	<td width="30%"></td>
  </tr>
  <tr>
		<td class="common">First Name</td>
		<td><input name="FIRSTNAME" value="{FIRSTNAME}" type="text" style="width: 100%;"/></td>
		<td></td>
  </tr>
  <tr>
	 	<td class="common">Last Name</td><td><input name="LASTNAME" value="{LASTNAME}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
		<td class="common">Company</td><td><input name="COMPANY" value="{COMPANY}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
		<td class="common">Email Address</td><td><input name="EMAIL" value="{EMAIL}" readonly="yes" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">Address</td><td><input name="ADDRESS1" value="{ADDRESS1}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
	    <td class="common"></td><td><input name="ADDRESS2" value="{ADDRESS2}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common"></td><td><input name="ADDRESS3" value="{ADDRESS3}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">City</td><td><input name="CITY" value="{CITY}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">County/Province</td><td><input name="COUNTY" value="{COUNTY}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">PostCode</td><td><input name="POSTCODE" value="{POSTCODE}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
  	<td class="common">Country</td>
  	<td>
  		<select size="1" name="COUNTRY" style="width: 100%;">
				<option  value="0">[Select Country]</option>
				<mi:execute
						name="refCountry"
						type="query"
						parameters="CountryID={COUNTRY};"
						query="../user/sql/list-country">
					<option  value="{refCountry->ID}{refCountry->Selected}">{refCountry->Name}</option>
				</mi:execute>
			</select>
  	</td>
	</tr>
  <tr>
    <td class="common">Company Phone</td><td><input name="PHONE" value="{PHONE}" type="text" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">Company Web Address</td><td><input name="WEBADDRESS" value="{WEBADDRESS}" type="text" style="width: 100%;"/></td>
  </tr>

	<tr height = "20px"><td/></tr> <!-- SPACING -->

	<tr>
		<td colspan="3">
			<table width="100%" border="0">
				<tr>
					<td width="35%" />
					<td width="18%" />
					<td width="47%" />
				</tr>
				
				<tr>
					<td class="heading2">Subscriptions</td>
					<td></td>
					<td class="heading2">Current Status</td>
				</tr>
				<tr>
					<td class="common" valign="bottom">Would you like to subscribe to the quarterly Newsletter?</td>
					<td><input name="NEWS" type="radio" value="1"/> Yes <input name="NEWS" type="radio" value="0"/> No</td>
					<td class="common"><b>{NEWS:YesOrNo}</b></td>
				</tr>
			</table>
		</td>
	</tr>

	<tr>
		<td class="common">Forum Alias</td><td><input name="FORUMALIAS" value="{FORUMALIAS}" type="text" style="width: 100%;"/></td>
	</tr>
		
	<tr>
	<td class="common"><input class="input-button" type="submit" value="Update" /></td>
  </tr>
  </form>

	<tr height = "20px"><td/></tr> <!-- SPACING -->

  <tr>
  	<td colspan="3"  style="border-bottom: 1px solid #999999" class="heading1">
			<img src="../images/arrow-med.gif" align="absmiddle"/> Change Password
		</td>
  </tr>
  <tr>
	<td></td><td></td>
  </tr>
  <form enc-type="text/plain" method="post" action="../user/changeuserpassword.php">
  <input name="EMAIL" type="hidden" value="{EMAIL}"/>
  <tr>
    <td class="common">Old Password</td><td><input name="OLDPW" type="password" style="width: 100%;"/></td>
  </tr>
  <tr style="height: 5px;"><td/></tr>
  <tr>
    <td class="common">New Password</td><td><input name="NEWPW" type="password" style="width: 100%;"/></td>
  </tr>
  <tr>
    <td class="common">Re-type New Password</td><td><input name="NEWPW2" type="password" style="width: 100%;"/></td>
  </tr>
	<tr>
		<td class="common"><input class="input-button" type="submit" value="Change Password" /></td>
  </tr>
  <tr>
    <td height="10px"></td><td height="10px"></td>
 	</tr>
  </form>
</table>
</mi:execute>



</td>
&navigation-right;
</tr>
</table>
&footer;
</body>
</html>
