<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><html:html xhtml="true"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link href="<%= request.getContextPath() %>/CSS/dotist.css" rel="stylesheet" media="screen" type="text/css" /><link href="<%= request.getContextPath() %>/CSS/dotist_timetables.css" rel="stylesheet" type="text/css" /><link href="<%= request.getContextPath() %>/CSS/dotist_print.css" rel="stylesheet" media="print" type="text/css" /><title><tiles:getAsString name="title" ignore="true" /></title></head><body><%-- Layout component parameters : title, context, header, navGeral, navLocal, body, footer --%><!-- Context --><tiles:insert attribute="context" ignore="true"/><!--End Context --><!-- Header --><div id="header">		<img alt="Logo dot ist" src="<%= request.getContextPath() %>/images/dotist-id.gif" />    <p><tiles:getAsString name="serviceName" /></p></div><div id="hdr-nav"><a href="mailto:suporte@dot.ist.utl.pt"><img alt="Suporte" src="<%= request.getContextPath() %>/images/sup-bar.gif" /></a><a href="<%= request.getContextPath() %>/logoff.do"><img alt="Logout" src="<%= request.getContextPath() %>/images/logoff-bar.gif" /></a></div><!-- End Header --><!-- NavGeral --><tiles:insert attribute="navGeral" /><tiles:insert page="/commons/personalInfoTitleBar.jsp" /><!-- End NavGeral --><!-- Navbar Lateral e Body Content --><table width="100%" border="0" cellspacing="0">   <tr>     <td id="navlateral" align="left" valign="top" nowrap="nowrap">     	<tiles:insert attribute="navLocal" ignore="true"/>     	<tiles:insert attribute="navLocalExtra" ignore="true"/>    </td>     <td id="bodycontent" width="100%" align="left" valign="top" >     	<tiles:insert attribute="body-context" ignore="true"/>     	<tiles:insert attribute="body" />	</td>  </tr></table><!--End Navbar Lateral e Body Content --><!-- Footer --><div id="footer">    <tiles:insert attribute="footer" /></div><!--End Footer --></body></html:html>