Exemplo n.º 1
0
').attr('href', testPath);
	</script>
	<div style="height:50px"></div>
	<a class="iframelink" id="a_<?php 
    echo $iframeId;
    ?>
"  name="<?php 
    echo $featureFileKey;
    ?>
" href="../modules/<?php 
    echo $testFile['path'];
    ?>
" target="_new" >
		Stand Alone <?php 
    echo $testFile['title'];
    ?>
 test page >>> 
	</a>
	<br>
	<span id="loading_<?php 
    echo $iframeId;
    ?>
">Loading <?php 
    echo $featureFileKey;
    ?>
<span class="blink">...</span> </span> 
	<?php 
}
// output the features for that path:
outputFeatureIframe($featureFileKey, $feature);
    ?>
';
		$('#<?php 
    echo $iframeId;
    ?>
' ).attr('src', testPath);
		$('#a_<?php 
    echo $iframeId;
    ?>
').attr('href', testPath);
	</script>
	<span id="loading_<?php 
    echo $iframeId;
    ?>
">Loading <?php 
    echo $testFile['hash'];
    ?>
<span class="blink">...</span> </span> 
	<?php 
}
// output all the features for that path:
foreach ($feature['testfiles'] as $testFile) {
    // check if we are only outputing the $featureSubKey
    if ($featureSubKey) {
        if ($testFile['hash'] == $featureSubKey) {
            outputFeatureIframe($testFile);
        }
    } else {
        outputFeatureIframe($testFile);
    }
}