⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addpoll.tpl

📁 太烦了
💻 TPL
字号:
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
   <tr>
      <td class="module_detail" width="100%">
			{assign var="page_hdr01_text" value="{lang mkey='section_poll_title'}"}
			{include file="page_hdr01.tpl"}
      {if $error_message neq ""}
      <font color="{lang mkey='error_msg_color'}">{$error_message}</font>
      {/if}
      <form name="frmEditPref" method="post" action="addpoll.php">
      <input type="hidden" name="action" value="add_poll"/>
         <table width="100%" border="0" cellpadding="{$config.cellspacing}"  cellspacing="{$config.cellpadding}">
            <tr>
               <td width="100%" height="25">
                  <table width="100%" border="0" cellpadding="3" cellspacing="1" >
                     <tr>
                        <td align="center" class='edituserlink'>
                           <a href="polllist.php"  class='edituserlink'>
                           <span>{lang mkey='section_poll_list'}</span>
                           </a>
                        </td>
                        <td align="center" class='edituserlink'>
                           {lang mkey='section_add_poll'}
                        </td>
                     </tr>
                  </table>
                  <br />
                  <font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>{lang mkey='required_info_indication'}
                  <br />
                  <br />
                  <table width="550" border="0" cellpadding="0" cellspacing="0" >
                     <tr>
                        <td class="module_detail_inside" width="100%">
						{assign var="page_hdr02_text" value="{lang mkey='poll_subtitle_add'}"}
						{include file="page_hdr02.tpl"}
                           <table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
                              <tr>
                                 <td width="100%">
                                    <table width="100%" border="0" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
                                       <tr>
                                          <td width="25%">{lang mkey='poll_question'}
                                          <font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font></td>
                                          <td><input type="text" name="question" value="{$question}" size="60" />
                                          </td>
                                       </tr>
                                       <tr>
                                          <td><br /></td>
                                          <td></td>
                                       </tr>
                                       <tr>
                                          <td>{lang mkey='poll_options'}
                                          <font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font></td>
                                           <td><input type="text" name="option[0]" value="{$option.0}" size="60" /></td>
                                       </tr>
                                       <tr>
                                          <td><font color="{lang mkey='required_info_indicator_color'}"><i>{lang mkey='poll_minimum_two'}</i></font></td>
                                          <td><input type="text" name="option[1]" value="{$option.1}" size="60" /></td>
                                       </tr>
                                       <tr>
                                          <td></td>
                                          <td><input type="text" name="option[2]" value="{$option.2}" size="60" /></td>
                                       </tr>
                                       <tr>
                                          <td></td>
                                          <td><input type="text" name="option[3]" value="{$option.3}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[4]" value="{$option.4}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[5]" value="{$option.5}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[6]" value="{$option.6}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[7]" value="{$option.7}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[8]" value="{$option.8}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[9]" value="{$option.9}" size="60" /></td>
                                       </tr>
                                        <tr>
                                          <td></td>
                                          <td><input type="text" name="option[10]" value="{$option.10}" size="60" /></td>
                                       </tr>
                                   </table>
                                 </td>
                              </tr>
                           </table>
                        </td>
                     </tr>
                  </table>
                  <br />
                  <center>
                  <input type="submit" class="formbutton" value='{lang mkey='submit'}'/> <input type="reset" class="formbutton" value="{lang mkey='reset'}"/>
                  </center>
               </td>
            </tr>
         </table>
      </form>
      </td>
   </tr>
</table>
<br />
{/strip}

⌨️ 快捷键说明

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