Файл: EasyHost v2.0/system/htdocs/manager/files/left.html
Строк: 28
<?php
<html>
<head>
<base target="content" />
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.color}>/default.css" />
<title>LEFT</title>
</head>
<body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10" rightmargin="10" bottomargin="10" bgcolor="<{system.color('content_bg')}>">
<input type="hidden" id="old_directory" value="<{login.directory.path}>" />
<%directories%>
<table border="0" cellspacing="0" cellpadding="0" width="100%" id="td_<{directory.path}>"<%if:"{login.directory} == {directory}"%> class="selected"<%end%>>
<tr>
<td nowrap="nowrap"><%depth%><a href="<{system.url('directory')}>&directory=<{directory.path}>"><img src="<{system.htdocs}>images/node<%if:"{directory.directories.count} == 0"%>_last<%end%>_icon.gif" border="0" width="22" height="22" id="<{directory.path}>" /></a></td>
<td width="100%"><a href="<{system.url('directory')}>&directory=<{directory.path}>"><%if:"{directory.path} eq '/'"%>Home<%else%><{directory.name}><%end%></a></td>
</tr>
</table>
<%end%>
</body>
</html>
?>