index.html.svn-base 984 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
#set( $css_list = ["reset.css", "normal.css", "style.css", "$!{tools.osDependCSS}"] )
#set( $js_list_pre = ["script.js", "jquery-1.4.2.js"] )
#parse( "/WEB-INF/view/common/header.vm" )
<script type="text/javascript" charset="utf-8">
<!--

-->
</script>

## begin wrapper
<div id="wrapper">

## begin header_nologin
	<div id="header">
		## ロゴ
		<div class="logo ss"><img src="" onload="resizeLogo(this)"/><br/></div>
		<div class="logoright"><div class="verapp1 s">TBD</div>
	</div>
## end header_nologin

	<div class="loginerror"></div>
	<div class="caution bottom_padding ctr s">$!tools.getMsgs()</div>

	<table class="formtbl2">
		#foreach($test in $testList)
        <tr class="dataRow">
            <td>$!test.testId</td>
			<td>
				$!test.testName
			</td>
		</tr>
		#end
	</table>

    ## フッタの間に隙間を空ける
    <br class="clr">
    <div class="pagetop ss"></div>
	<div class="push"></div>
</div>
## end wrapper
#parse( "/WEB-INF/view/common/footer.vm" )