-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpost_index.html
36 lines (36 loc) · 1.27 KB
/
post_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{include h}
<div id="Wrapper">
<div class="content">
<div id="Leftbar"></div>
<div id="Rightbar">
<div class="sep20"></div>
<div class="box">
<div class="cell">发帖提示</div>
<div class="inner">
<ul style="margin-top: 0px;">
<li><span class="f13">主题标题</span><div class="sep10"></div>
请在标题中描述内容要点。如果一件事情在标题的长度内就已经可以说清楚,那就没有必要写正文了。
<div class="sep10"></div>
</li>
<li><span class="f13">选择板块</span><div class="sep10"></div>
在最后,请为你的主题选择一个板块。恰当的归类会让你发布的信息更加有用。
<div class="sep10"></div>
你可以在主题发布后,对标题或者正文进行编辑。同时,你可以重新为主题选择板块。
</li>
</ul>
</div>
</div>
{php echo view_form('v2ex','postinfo')}
</div>
<div id="Main">
<div class="sep20"></div>
<div class="box" id="box">
<div class="cell"><a href="/">{$conf.title}</a> <span class="chevron"> › </span> 创作新主题</div>
<div class="cell">
{hook t_post_index_1}
{hook t_post_index}
</div>
</div>
</div>
</div>
{include f}