emailuis/emailui/data/html/email_rtl.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:37:30 +0200
branchRCL_3
changeset 8 e1b6206813b4
parent 2 5253a20d2a1e
child 10 f5907b1a1053
permissions -rw-r--r--
Revision: 201003 Kit: 201007

<html dir="rtl">
<header>
<script language="javascript">
function setEmailBodyDirection()
	{
	var bodyFrame = document.getElementById("body_frame");
	bodyFrame.contentWindow.document.body.dir = "rtl";
	bodyFrame.contentWindow.document.body.align = "right"
	}
onload=setEmailBodyDirection;
</script>
</header>
<frameset rows="10%,*" border=0>

<frame src="header.html" >
<frame id="body_frame" src="temp/body.html" >

</frameset>

</html>