retention_plat_1.ftl 1.17 KB
Newer Older
zhangxiaoyan 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
 <script  src="${base}/js/retention_plat.js"></script>		     
 			<div class="content-m mb">
					<div class="drawInfoTitle">
						<span class="l"><@s.property value="%{getText('customretetion.retained')}"/></span>
						<a href="javascript:void(0)" class="r chartbtn_down" style="margin-left:10px;margin-right:0px;margin-top:7px;"></a>					
					</div>
					<div class="clear"></div>
					<div class="drawInfoContent bor">
						<div class="listInfoTable">
							<table class="tableDatablue thborder" exporttable='1'>
								<thead>
									<tr>
										<th rowspan='2' rel='0'></th>
										<th rowspan='2' rel='1'></th>
										<th colspan="9" style="border-bottom:1px solid #fff" rel='2'></th>
									</tr>
									<tr>
										<th>1</th>
										<th>2</th>
										<th>3</th>
										<th>4</th>
										<th>5</th>
										<th>6</th>
										<th>7</th>
										<th rel='3'></th>
										<th rel='4'></th>
									</tr>
								</thead>
								<tbody></tbody>
							</table>
							<div class="tablePage">
								<div class="pre"></div>
								<span><em>0</em>/0</span>
								<div class="next"></div>
							</div>
						</div>
					</div>
				</div>