Пример #1
0
				<input id="activetarget" type="text"size="40"></td><td><a id="addtargetlink" href="">Add Target</a>
				</td>
			</tr>
		</table>
		Provide an IP address or range of ip addresses in NMAP-accepted style. See <a target="_blank" href="http://insecure.org/nmap/man/man-target-specification.html">Target Specification</a> for examples. 
		</p>
	</fieldset>
	</p>
	<input id="jobSubmitButton" type="submit" disabled="disabled" value="You Must Provide At Least One Target" />
	<?php 
    print_window_footer();
} else {
    if (!isset($_GET['review'])) {
        ?>
	<?php 
        $stats = $autodiscoveryJob->getStats();
        if ($stats) {
            $stats = unserialize($stats);
        }
        print_window_header("Job Details", "100%");
        ?>
	<strong>Job Name:</strong> <?php 
        echo $autodiscoveryJob->getName();
        ?>
<br />
	<?php 
        echo $autodiscoveryJob->getDescription();
        ?>
	<br />
	<br />
	<strong>Start Time:</strong> <?php