1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
Meik Sievertsen 431e494ae4 To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.
- fix a bunch of bugs
- <!-- $Id$ --> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)
- removed unread mode for private messages
- added new feature to template engine - "jump out of loop" or "loop another loop within my loop" :D (will be documented within the coding guidelines)
- added autologin field to sessions
- check session length checks
- added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug)
- added multibyte support for various variables (exception at the moment is usernames which needs some discussion)
- hopefully not broke something. :/


git-svn-id: file:///svn/phpbb/trunk@5765 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-04-06 17:15:45 +00:00

72 lines
1.9 KiB
HTML

<!-- INCLUDE overall_header.html -->
<a name="top"></a>
<div id="pagecontent">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th>{L_FAQ_TITLE}</th>
</tr>
<tr>
<td class="row1">
<!-- BEGIN faq_block_link -->
<span class="gen"><b>{faq_block_link.BLOCK_TITLE}</b></span><br />
<!-- BEGIN faq_row_link -->
<span class="gen"><a class="postlink" href="{faq_block_link.faq_row_link.U_FAQ_LINK}">{faq_block_link.faq_row_link.FAQ_LINK}</a></span><br />
<!-- END faq_row_link -->
<br />
<!-- END faq_block_link -->
</td>
</tr>
<tr>
<td class="cat">&nbsp;</td>
</tr>
</table>
<br clear="all" />
<!-- BEGIN faq_block -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" align="center"><h4>{faq_block.BLOCK_TITLE}</h4></td>
</tr>
<!-- BEGIN faq_row -->
<tr>
<!-- IF faq_block.faq_row.S_ROW_COUNT is even -->
<td class="row1" valign="top">
<!-- ELSE -->
<td class="row2" valign="top">
<!-- ENDIF -->
<p class="postbody"><a name="{faq_block.faq_row.U_FAQ_ID}"></a><b>&#187; {faq_block.faq_row.FAQ_QUESTION}</b></p>
<p class="postbody">{faq_block.faq_row.FAQ_ANSWER}</p>
<p class="gensmall"><a href="#top">{L_BACK_TO_TOP}</a></p>
</td>
</tr>
<tr>
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END faq_row -->
</table>
<br clear="all" />
<!-- END faq_block -->
</div>
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
<td class="row1">
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p>
</td>
</tr>
</table>
<br clear="all" />
<div align="right"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html -->