You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.5 KiB
54 lines
1.5 KiB
9 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
|
||
|
<title>{#COMMENT_INFO#}</title>
|
||
|
<link href="templates/{$smarty.request.theme|escape}/css/style.css" rel="stylesheet" type="text/css" media="screen" />
|
||
|
</head>
|
||
|
|
||
|
<body id="body_popup">
|
||
|
|
||
|
<div id="module_header"><h2>{#COMMENT_INFO#}</h2></div>
|
||
|
|
||
|
<div id="module_content">
|
||
|
<table width="100%" border="0" cellspacing="1" cellpadding="4">
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_USER_NAME#}</td>
|
||
|
<td>{$c.comment_author_name|stripslashes|escape}</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_DATE_CREATE#}</td>
|
||
|
<td>{$c.comment_published|date_format:$TIME_FORMAT|pretty_date}</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_USER_EMAIL#}</td>
|
||
|
<td>
|
||
|
{assign var=comment_author_email value=$c.comment_author_email}
|
||
|
{mailto address="$comment_author_email" encode="javascript_charcode"}
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_USER_SITE#}</td>
|
||
|
<td>{$c.comment_author_website|default:'-'}</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_USER_FROM#}</td>
|
||
|
<td>{$c.comment_author_city|stripslashes|escape|default:'-'}</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td width="160">{#COMMENT_USER_COMMENTS#}</td>
|
||
|
<td>{$c.num|default:'-'}</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<p><input onclick="window.close();" type="button" class="button" value="{#COMMENT_CLOSE_BUTTON#}" /></p>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|