[Seasar-user:17778] Re: [Teeda レイアウト]について
Koichi Kobayashi
[E-MAIL ADDRESS DELETED]
2009年 6月 16日 (火) 17:00:00 JST
小林 (koichik) です.
Date: Mon, 15 Jun 2009 19:31:07 +0900
From: thomas <[E-MAIL ADDRESS DELETED]>
To: [E-MAIL ADDRESS DELETED]
Subject: [Seasar-user:17766] [Teeda レイアウト]について
> I couldnt get the layout height while using layout in teeda.
It is not a matter of Teeda.
Replace <te:include> with body of included HTML,
and confirm it by a browser directly.
For example,
<html xmlns:te="http://www.seasar.org/teeda/extension">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><label id="layoutLabel"/></title>
<link rel="stylesheet" type="text/css" href="../../css/master.css" />
</head>
<body id="layoutbody" leftmargin="0" topmargin="0">
<table border="1" width="100%" height="100%">
<tr>
<td width="15%" valign="top" class="menuColor2" height="100%">
<form id="menuForm">
<center>
<table border="1" height="100%" width="100%">
<tr class="logoColor">
<td valign="top" height="10%"><img src="../../img/logo1.JPG" align="left"
height="50px" width="120px"/></td>
</tr>
<tr valign="top">
<td>
<div id="isManager">
<a href="../employeemaster/employeemasterList.html" class="menu"><span
id="employeemasterLabel"></span></a>
<a href="../costmaster/costmasterList.html" class="menu1"><span
id="costmasterLabel"/></a>
<a href="../customermaster/customermasterList.html" class="menu"><span
id="customermasterLabel"></span></a>
<a href="../partnermaster/partnermasterList.html" class="menu1"><span
id="partnermasterLabel"></span></a>
</div>
<div id="isAdmin">
<a href="../test/itemstest.html" class="menu1">Admin Area</a>
</div>
<a href="../timesheet/index.html" class="menu"><span
id="timesheetLabel"/></a>
<a href="../expensesheet/index.html" class="menu1"><span
id="expenseLabel"></span></a>
</td>
</tr>
<tr valign="middle" align="center">
<td>
<input type="button" id="doLogout" value="logoutLabel"
align="right"></input></td>
</tr>
</table>
</center>
<br/>
</form>
</td>
<td valign="top" align="left" height="100%" width="100%" class="mainColor">
<te:includeChildBody id="layoutChildBody"/>
</td>
</tr>
</table>
</body>
</html>
--
<component name="koichik">
<property name="fullName">"Koichi Kobayashi"</property>
<property name="email">"[E-MAIL ADDRESS DELETED]"</property>
<property name="blog">"http://d.hatena.ne.jp/koichik"</property>
</component>
Seasar-user メーリングリストの案内