[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <a name="faqtop"></a> 4 5 <div id="pagecontent"> 6 7 <table class="tablebg" width="100%" cellspacing="1"> 8 <tr> 9 <th>{L_FAQ_TITLE}</th> 10 </tr> 11 <tr> 12 <td class="row1"> 13 <!-- BEGIN faq_block --> 14 <span class="gen"><b>{faq_block.BLOCK_TITLE}</b></span><br /> 15 <!-- BEGIN faq_row --> 16 <span class="gen"><a href="#f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</a></span><br /> 17 <!-- END faq_row --> 18 <br /> 19 <!-- END faq_block --> 20 </td> 21 </tr> 22 <tr> 23 <td class="cat"> </td> 24 </tr> 25 </table> 26 27 <br clear="all" /> 28 29 <!-- BEGIN faq_block --> 30 <table class="tablebg" width="100%" cellspacing="1"> 31 <tr> 32 <td class="cat" align="center"><h4>{faq_block.BLOCK_TITLE}</h4></td> 33 </tr> 34 <!-- BEGIN faq_row --> 35 <tr> 36 <!-- IF faq_block.faq_row.S_ROW_COUNT is even --> 37 <td class="row1" valign="top"> 38 <!-- ELSE --> 39 <td class="row2" valign="top"> 40 <!-- ENDIF --> 41 <div class="postbody"><a name="f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}"></a><b>» {faq_block.faq_row.FAQ_QUESTION}</b></div> 42 <div class="postbody">{faq_block.faq_row.FAQ_ANSWER}</div> 43 <p class="gensmall"><a href="#faqtop">{L_BACK_TO_TOP}</a></p> 44 </td> 45 </tr> 46 <tr> 47 <td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> 48 </tr> 49 <!-- END faq_row --> 50 </table> 51 52 <br clear="all" /> 53 <!-- END faq_block --> 54 55 </div> 56 57 <!-- INCLUDE breadcrumbs.html --> 58 59 <br clear="all" /> 60 61 <div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div> 62 63 <!-- INCLUDE overall_footer.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 |