<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:variable name="Space"><xsl:text>&amp;nbsp;</xsl:text></xsl:variable>
<xsl:output method="html"/>


	<xsl:template match="/">
		<html>
			<head>
				<link rel="STYLESHEET" href="css/main.css" type="text/css"/>
			</head>
			<body>			
				 <table class="msg">
					<tr>
						<td>
						<a href="acm.php" title="Home"><h2>LiSTAsset</h2></a>
						</td>
						<td>
							
						</td>
						<td style="text-align: right; padding-right: 15px;">
							<div class="{main/@msg_type}"><xsl:value-of select="main/@msg_text"/></div>
							<a href="profile.php" title="Profile"><img src="images/profile-13-16.png"/></a>
							<xsl:if test="main/@show_logout = 'Y'"><a class="lockout" href="logout.php" title="Logout"><img src="images/logout-22-16.png"/></a></xsl:if>
						</td>
					</tr>
				 </table>
				 <hr/>
			</body>
		</html>
	</xsl:template>

</xsl:stylesheet>