header.tpl

来自「asterisk 計費模塊」· TPL 代码 · 共 20 行

TPL
20
字号
    <html><head>    <link rel="shortcut icon" href="./images/favicon.ico">    <link rel="icon" href="./images/animated_favicon1.gif" type="image/gif">    <title>..:: {$CCMAINTITLE} ::..</title>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">{if ($CSS_NAME!="")}	<link href="Css/{$CSS_NAME}.css" rel="stylesheet" type="text/css">    {else}	<link href="Css/Css_Ale.css" rel="stylesheet" type="text/css">{/if}    <link href="Css/menu.css" rel="stylesheet" type="text/css">    <link href="Css/style-def.css" rel="stylesheet" type="text/css">    </head>    <body  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">    <p class="version" align="right">{$WEBUI_VERSION}{$WEBUI_DATE}</p>    <br>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?