HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/faqweb/www/rvstemplates/index.tpl
<!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" xml:lang="{metaLanguage}" lang="{metaLanguage}">
<head>
    <title>{title}</title>
    <base href="{baseHref}" />
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset={metaCharset}" />
    <meta name="Content-Language" content="{metaCharset}" />
    <meta name="revisit-after" content="7 days" />
    <meta name="MSSmartTagsPreventParsing" content="true" />
    <flexy:include src="rvStaticHeadMataTag.html" />
    <style type="text/css" media="screen"> /*<![CDATA[*/ <!--
    @import url(rvstemplates/style.css);
    @import url(template/{stylesheet}.css);
    .article .little {
        display: none;
    }
    --> /*]]>*/ </style>
    <style type="text/css" media="print"> /*<![CDATA[*/ <!--
    @import "template/print.css";
    --> /*]]>*/ </style>
    <flexy:tojavascript urlRefer="urlRefer"/>
    <!--Include header custom file-->
    <flexy:include src="rvStaticHeadTag.html" />
    <!-- START head From RVSiteBuilder -->
    <flexy:include src="rvDynamicHeadTag.html" />

    
    <!-- // start load rvsitebuil js function -->
    <script type="text/javascript" src="inc/js/rvsfunctions.js"></script>
    <!-- // end load rvsitebuil js function -->
    
    <script type="text/javascript" src="inc/js/functions.js"></script>
    <link rel="shortcut icon" href="template/favicon.ico" type="image/x-icon" />
    <link rel="icon" href="template/favicon.ico" type="image/x-icon" />
    <link rel="alternate" title="News RSS Feed" type="application/rss+xml" href="feed/news/rss.php" />
    <link rel="alternate" title="TopTen RSS Feed" type="application/rss+xml" href="feed/topten/rss.php" />
    <link rel="alternate" title="Latest FAQ Records RSS Feed" type="application/rss+xml" href="feed/latest/rss.php" />
    <link rel="alternate" title="Open Questions RSS Feed" type="application/rss+xml" href="feed/openquestions/rss.php" />
    <link rel="microsummary" type="application/x.microsummary+xml" href="microsummary.php?action={action}" />
    <link rel="search" type="application/opensearchdescription+xml" title="{metaTitle}" href="{opensearch}" />
    
</head>

{if:isDiyTemplate}
	<body class="diybackground" dir="{dir}" onload="javascript:focusOnSearchField();">
{else:}
	<body dir="{dir}" onload="javascript:focusOnSearchField();">
{end:}
<!-- flexy:include src="rvStaticBanner.html" / -->
 {if:isUtf8}
 <flexy:include src="faqweb_rvStaticBanner-utf8.html" />
 {else:}
 <flexy:include src="faqweb_rvStaticBanner.html" />
 {end:}

<table cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td align="left">
            <div>
                {this.plugin(#showSearchBox#,viewObj)}
            </div>
            

{if:USE_RVSSEAGULL_MODE}
	<!-- Remove path way to function rvs_generatePathway in faqweb/index.php -->
			<div style="padding-bottom:10px;">
                <table cellpadding="5" cellspacing="0" width="100%">
                <!-- Start: show entry-->
					<tr>
						<td align="left" valign="top" colspan="2">
						{outputComponentBody()}
						</td>
					</tr>
					<!-- end: show entry -->
				{if:showAllThema[left]}
					<tr>
						<td align="left" valign="top" colspan="2">
							<div class="articleTitle" style="padding-left:10px;">{FAQLANG[Others_in_this_Category]}</div>
						</td>
					</tr>
                    <tr>
                        <td align="left" valign="top">
                            <div class="article">
                                <ul>
                                    {foreach:showAllThema[left],k,v}
                                    <li>{v:h}</li>
                                    {end:}
                                </ul>
                            </div>
                        </td>
                        {if:showAllThema[right]}
                        <td align="left" valign="top">
                            <div class="article">
                                <ul>
                                    {foreach:showAllThema[right],k,v}
                                    <li>{v:h}</li>
                                    {end:}
                                </ul>
                            </div>
                        </td>
                        {end:}
                    </tr>
                    {end:}
                </table>
            </div> 

{else:}
			<div style="padding-bottom:10px;">
                <table cellpadding="5" cellspacing="0" width="100%">
                    
                    <!-- start: Path way -->
                    <tr>
                        <td align="left" colspan="2">
                            {if:aPathway}
                            <div style="padding:10px 5px;">
                            {foreach:aPathway,k,v}
                                {if:v}
                                {if:k} / {end:} 
                                {v:h} 
                                {end:} 
                            {end:}
                            </div>
                            {end:}
                         </td>
                    </tr>
                    <!-- end: Path way -->     
                    <!-- Start: show entry-->
					<tr>
						<td align="left" valign="top" colspan="2">
						{outputComponentBody()}
						</td>
					</tr>
					<!-- end: show entry -->
					
                    {if:showAllThema[left]}
					<tr>
						<td align="left" valign="top" colspan="2">
							<div class="articleTitle" style="padding-left:10px;">{FAQLANG[Others_in_this_Category]}</div>
						</td>
					</tr>
                    <tr>
                        <td align="left" valign="top">
                            <div class="article">
                                <ul>
                                    {foreach:showAllThema[left],k,v}
                                    <li>{v:h}</li>
                                    {end:}
                                </ul>
                            </div>
                        </td>
                        {if:showAllThema[right]}
                        <td align="left" valign="top">
                            <div class="article">
                                <ul>
                                    {foreach:showAllThema[right],k,v}
                                    <li>{v:h}</li>
                                    {end:}
                                </ul>
                            </div>
                        </td>
                        {end:}
                    </tr>
                    {end:}
                </table>
            </div>        

{end:}            

        </td>
    </tr>
</table>
{if:USE_RVSSEAGULL_MODE}
  {if:isUtf8}
  <flexy:include src="faqweb_rvStaticFooter-utf8.html" />
  {else:}
  <flexy:include src="faqweb_rvStaticFooter.html" />
  {end:}
{else:}
 </body>
 </html>
{end:}