{if $_GET['project']=="tpl"}{$project="模板"}{/if} {if $_GET['project']=="css"}{$project="CSS"}{/if} {if $_GET['project']=="scrap"}{$project="碎片"}{/if} {if $_GET['project']=="inc"}{$project="碎片"}{/if}
{if $_GET['project']!="tpl"} {/if}
调用{$project}: {if $_GET['project']=="css"} <link href="/css/{$name}.css" rel="stylesheet" type="text/css" /> {/if} {if $_GET['project']=="scrap"} {include "scrap/{$name}.html"} {/if} {if $_GET['project']=="inc"} {include "inc/{$name}.html"} {/if} {if $_GET['project']=="show"} {include "show/{$name}.html"} {/if}
{$project}名称: * 不需要填写后缀名
{$project}内容: