Просмотр файла styles/bb3-mobi/template/viewtopic_print.html

Размер файла: 1.58Kb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="keywords" content="wap mobile theme style template phpbb3 apwa.ru" />
<meta name="description" content="{PAGE_TITLE} apwa.ru" />
{META}
<title>{SITENAME} &bull; {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/stylesheet.css" rel="stylesheet" type="text/css" />
</head>

<body id="phpbb">
<div id="wrap">
	<div id="head">
		<p><a href="{U_TOPIC}" class="gensmall">{TOPIC_TITLE}</a></p>
	</div>
	<div id="page">
		<!-- BEGIN postrow -->
			<div class="row<!-- IF postrow.S_ROW_COUNT is even -->_hard<!-- ELSE -->_easy<!-- ENDIF -->">
				{postrow.MINI_POST_IMG} <b>{postrow.POST_AUTHOR}</b> {postrow.POST_DATE}
				<p class="content">{postrow.MESSAGE}</p>
			</div>
		<!-- END postrow -->
		{PAGE_NUMBER}
	</div>
	<div class="cat">{SITE_DESCRIPTION} &raquo; <a href="{U_FORUM}">{SITENAME}</a></div>
	<div id="foot">
		<span class="rt">Wap Style &copy; BB3.Mobi (apwa.ru)</span>
		<div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />https://www.phpbb.com/</div>
	</div>
</div>
</body>
</html>