Este es el código correspondiente al listado:
Código PHP:
Ver original
<?php echo "<ul>"; if ($arch != "." && $arch != "..") { echo"<a href=\"". $_GET["arq"] ."/".str_replace(' ', '%20', $arch). "\" class=\"linkli\" TARGET='_blank'><strong>".$arch."</strong></a> <div id='docs'><p><a class='iframe' href=\"http://docs.google.com/viewer?url=nanube.eu/contido/". $_GET["arq"] ."/".str_replace('ç', 'ç',$arch). "\" class=\"linkli\">Vista previa</a></p>\n</div></br>"; } } $curso = ($_GET["name"]); $dir = ($_GET["arq"]); echo "</ul>"; } ?>