-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathedit_post.html
35 lines (35 loc) · 1.27 KB
/
edit_post.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
{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>
你可以在主题发布后 300 秒内,对标题或者正文进行编辑。同时,在 300 秒内,你可以重新为主题选择节点。
</li>
</ul>
</div>
</div>
</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_edit_1}
{hook t_post_edit}
</div>
</div>
</div>
</div>
{include f}