Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<?php echo showSectionHead($spTextSA["Run Project"]); ?>
2
<div id="run_project">
3
	<div id="run_info">
4
		<table width="100%" border="0" cellspacing="0" cellpadding="0px" class="summary_tab">
5
        	<tr>
6
        		<td class="topheader" colspan="10"><?php echo $spTextSA['Project Summary']?></td>
7
        	</tr>
8
        	<tr>
9
        		<th class="leftcell" width="20%"><?php echo $spText['common']['Website']?>:</th>
10
        		<td width="40%" style="text-align: left;"><?php echo $projectInfo['url']?></td>
11
        		<th width="20%"><?php echo $spTextSA['Maximum Pages']?>:</th>
12
        		<td><?php echo $projectInfo['max_links']?></td>
13
        	</tr>
14
        	<tr>
15
        		<th class="leftcell"><?php echo $spText['label']['Updated']?>:</th>
16
        		<td style="text-align: left;" id="last_updated"><?php echo $projectInfo['last_updated']?></td>
17
        		<th><?php echo $spTextSA['Pages Found']?>:</th>
18
        		<td id="total_links"><?php echo $projectInfo['total_links']?></td>
19
        	</tr>
20
        	<tr>
21
        		<th class="leftcell"><?php echo $spTextSA['Crawling Page']?>:</th>
22
        		<td style="text-align: left;" id="crawling_url"><?php echo $projectInfo['crawling_url']?></td>
23
        		<th><?php echo $spTextSA['Crawled Pages']?>:</th>
24
        		<td id="crawled_pages"><?php echo $projectInfo['crawled_links']?></td>
25
        	</tr>
26
        </table>
27
	</div>
28
	<p class='note'>
29
		<?php echo $spTextSA['pressescapetostopexecution']?>.
30
	    <?php echo scriptAJAXLinkHref('siteauditor.php', 'content', "sec=showrunproject&project_id=".$projectInfo['id'], $spText['label']['Click Here'])?> <?php echo $spTextSA['to run project again if you stopped execution']?>.
31
	</p>
32
	<div id="subcontmed">
33
		<script>scriptDoLoad('siteauditor.php?sec=runproject&project_id=<?php echo $projectInfo['id']?>', 'subcontmed');</script>
34
	</div>
35
</div>