Server : Apache
System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64
User : www ( 1000)
PHP Version : 8.1.30
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Directory :  /www/wwwroot/fsjlkj.cn/application/admin/template/language/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/fsjlkj.cn/application/admin/template/language/bar.htm
    <div class="fixed-bar">
        <div class="item-title"><a class="back_xin" href="javascript:history.back();" title="返回"><i class="iconfont e-fanhui"></i></a>
            <div class="subject">
                <h3>多语言</h3>
                <h5></h5>
            </div>
            <ul class="tab-base nc-row">
                {eq name="'Language@index'|is_check_access" value="1"}
                <li>
                {if condition="'Language' == $Think.const.CONTROLLER_NAME AND in_array($Think.const.ACTION_NAME, ['index','add','edit'])"}
                    <a href="{:url("Language/index")}" class="tab current"><span>语言列表</span></a>
                {else /}
                    <a href="{:url("Language/index")}" class="tab"><span>语言列表</span></a>
                {/if}
                </li>
                {/eq}

                {eq name="'Language@customvar_arctype'|is_check_access" value="1"}
                <li>
                {if condition="'Language' == $Think.const.CONTROLLER_NAME AND in_array($Think.const.ACTION_NAME, ['customvar_arctype'])"}
                    <a href="{:url("Language/customvar_arctype")}" class="tab current"><span>模板栏目变量</span></a>
                {else /}
                    <a href="{:url("Language/customvar_arctype")}" class="tab"><span>模板栏目变量</span></a>
                {/if}
                </li>
                {/eq}

                {eq name="'Language@pack_index'|is_check_access" value="1"}
                <li>
                {if condition="'Language' == $Think.const.CONTROLLER_NAME AND in_array($Think.const.ACTION_NAME, ['pack_index','pack_add','pack_batch_add','pack_edit'])"}
                    <a href="{:url("Language/pack_index")}" class="tab current"><span>模板语言变量</span></a>
                {else /}
                    <a href="{:url("Language/pack_index")}" class="tab"><span>模板语言变量</span></a>
                {/if}
                </li>
                {/eq}

                {eq name="'Language@pack_index'|is_check_access" value="1"}
                <li>
                {if condition="'Language' == $Think.const.CONTROLLER_NAME AND in_array($Think.const.ACTION_NAME, ['official_pack_index'])"}
                    <a href="{:url("Language/official_pack_index")}" class="tab current"><span>官方语言包变量</span></a>
                {else /}
                    <a href="{:url("Language/official_pack_index")}" class="tab"><span>官方语言包变量</span></a>
                {/if}
                </li>
                {/eq}
            </ul>
        </div>
    </div>