Файл: EasyHost v2.0/system/htdocs/manager/files/wysiwyg/href_directory.html
Строк: 32
<?php
<html>
<head>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
<script type="text/javascript">
<!--
function url(address)
{
window.parent.document.getElementById('url').value = address;
return true;
}
//-->
</script>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="<{system.color('content_bg')}>">
<table botder="0" cellspacing="10" cellpadding="0" width="100%"><tr><td>
<table border="0" cellspacing="0" cellpadding="0">
<%files%>
<tr>
<td width="26" height="18"><%if:"{file.type}"%><a href="<{file.url}>" target="_blank"><img src="<{system.htdocs}>images/types/<{file.type}>.gif" border="0" width="16" height="16" alt="View this file in a new window." /></a><%else%> <%end%></td>
<td><a href="#" onclick="url('<{file.url}>')"><{file.name}></a><%if:"{file.type} eq 'html' && length {file.title} > 0"%> (<{file.title}>)<%end%></td>
</tr>
<%end%>
</table>
</td></tr></table>
</body>
</html>
?>