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

📄 addbloglimit.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_blog_title'}"}
			{include file="page_hdr01.tpl"}
      {if $error_message neq ""}
      <br />
      <font color="{lang mkey='error_msg_color'}">{$error_message}</font>
      <br />
      {/if}
      <form name="frmEditPref" method="post" action="addblog.php">
      <input type="hidden" name="action" value="add_blog"/>
         <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="bloglist.php"  class='edituserlink'>
                           <span>{lang mkey='section_blog_list'}</span>
                           </a>
                        </td>
                        <td align="center" class='edituserlink'>
                           {lang mkey='section_add_blog'}
                        </td>
                        <td align="center" class='edituserlink'>
                           <a href="blogsettings.php"  class='edituserlink'>
                           <span>{lang mkey='section_blog_info'}</span>
                           </a>
                        </td>
                     </tr>
                  </table>

               </td>
            </tr>
         </table>
      </form>
      </td>
   </tr>
</table>
<br />
{/strip}

⌨️ 快捷键说明

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