Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<div id="run_project" style="margin-top: 40px;">
2
	<div id="run_info">
3
		<table width="100%" border="0" cellspacing="0" cellpadding="0px" class="summary_tab">
4
        	<tr>
5
        		<th class="leftcell" width="20%"><?php echo $spText['common']['Total']?>:</th>
6
        		<td width="20%"><?php echo $resInfo['total']?></td>
7
        		<th width="20%"><?php echo $spTextPanel['Valid']?>:</th>
8
        		<td><?php echo $resInfo['valid']?></td>
9
        		<th width="20%"><?php echo $spTextPanel['Existing']?>:</th>
10
        		<td><?php echo $resInfo['existing']?></td>
11
        	</tr>
12
        	<tr>
13
        		<th class="leftcell"><?php echo $spText['common']["Checked"]?>:</th>
14
        		<td id='checked_count'>0</td>
15
        		<th width="20%"><?php echo $spText['common']['Active']?>:</th>
16
        		<td id="active_count">0</td>
17
        		<th><?php echo $spText['common']["Inactive"]?>:</th>
18
        		<td id="inactive_count" colspan="3">0</td>
19
        	</tr>
20
        </table>
21
	</div>
22
	<?php if (count($proxyList)) {
23
		$proxyInfo = $proxyList[0];
24
		$scriptUrl = "proxy.php?sec=runcheckstatus&id=".$proxyInfo['id']."&proxy_max_id=".$proxyMaxId;
25
		?>
26
		<p class='note'>
27
			<?php echo $spTextSA['pressescapetostopexecution']?>.
28
		</p>
29
		<div id="subcontmed">
30
			<script>scriptDoLoad('<?php echo $scriptUrl?>', 'subcontmed');</script>
31
		</div>
32
	<?php }?>
33
</div>