[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> 3 <head> 4 5 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> 6 <meta http-equiv="content-style-type" content="text/css" /> 7 <meta http-equiv="content-language" content="{S_USER_LANG}" /> 8 <meta http-equiv="imagetoolbar" content="no" /> 9 <meta name="resource-type" content="document" /> 10 <meta name="distribution" content="global" /> 11 <meta name="keywords" content="" /> 12 <meta name="description" content="" /> 13 <meta name="robots" content="noindex" /> 14 {META} 15 <title>{SITENAME} • {PAGE_TITLE}</title> 16 17 <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" /> 18 </head> 19 20 <body id="phpbb"> 21 <div id="wrap"> 22 <a id="top" name="top" accesskey="t"></a> 23 24 <div id="page-header"> 25 <h1>{SITENAME}</h1> 26 <p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p> 27 28 <h2>{TOPIC_TITLE}</h2> 29 <p><a href="{U_TOPIC}">{U_TOPIC}</a></p> 30 </div> 31 32 <div id="page-body"> 33 <div class="page-number">{PAGE_NUMBER}</div> 34 <!-- BEGIN postrow --> 35 <div class="post"> 36 <h3>{postrow.POST_SUBJECT}</h3> 37 <div class="date">{postrow.MINI_POST_IMG}{L_POSTED}: <strong>{postrow.POST_DATE}</strong></div> 38 <div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div> 39 <div class="content">{postrow.MESSAGE}</div> 40 </div> 41 <hr /> 42 <!-- END postrow --> 43 </div> 44 45 <div id="page-footer"> 46 <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> 47 <div class="copyright">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</div> 48 </div> 49 </div> 50 51 </body> 52 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |