display_head.html

来自「具有多種面版可以選擇的"投票程式" 多國語言版」· HTML 代码 · 共 24 行

HTML
24
字号
<table width="$pollvars[table_width]" border="0" cellspacing="0" cellpadding="1" bgcolor="$pollvars[bgcolor_fr]">
  <tr align="center">
    <td>
      <style type="text/css">
 <!--
  .input { font-family: $pollvars[font_face]; font-size: 8pt}
 -->
</style>
      <font face="$pollvars[font_face]" size="-1" color="#FFFFFF"><b>$pollvars[title]</b></font></td>
  </tr>
  <tr align="center"> 
    <td> 
      <table width="100%" border="0" cellspacing="0" cellpadding="2" align="center" bgcolor="$pollvars[bgcolor_tab]">
        <tr> 
          <td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>
        </tr>
        <tr align="right" valign="top"> 
          <td>
            <form method="post" action="$this->form_forward">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
                <tr valign="top" align="center"> 
                  <td> 
                    <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">

⌨️ 快捷键说明

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