Exemplo n.º 1
0
        echo $hasJs ? "{$jsFilename}" : "js";
        echo "</a><pre ";
        echo $hasJs ? ">" : " style='display:none'>";
        echo htmlspecialchars(file_get_contents($jsFilename)) . "</pre>";
    }
    ?>
			</td>
			<td>
				<a href='<?php 
    echo $state->getToggleQuery('iframes', $i) . '#' . $rowId . "'>";
    echo $iframe ? "hide" : "show";
    echo "</a>";
    if ($iframe) {
        ?>
					<form action="<?php 
        echo $state->getQuery() . '#' . $rowId;
        ?>
" method="get">
						query parameters: <input type="text" name="iframes[<?php 
        echo $i;
        ?>
]" value="<?php 
        echo $iframe;
        ?>
"/>
					</form>
					<iframe src='<?php 
        echo $fname . $iframe;
        ?>
' name='<?php 
        echo $fname;