-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
218 lines (216 loc) · 6.98 KB
/
test.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<div class="task_center">
<div class="task_tools_bar">
<div class="task_tools_title" level="2">任务 100000220: 看ThinkPHP视频程</div>
<div class="task_win_close"><span>关闭</span></div>
<div class="task_remove" tid="100000220" style="margin: 5px;float: right;background-color: #CC0000;"><span>删除</span></div>
<div class="task_set_templet" ><span>设为周期任务</span></div>
<div class="task_win_submit" ><span>更新任务</span></div>
<div class="task_process_box">
<span class="task_process_step" style="background-color: #7FFFD4;" sta="1"><span class="task_process_point" >▶</span>准备</span>
<span class="task_process_step" style="background-color: #66CC00;" sta="2"><span class="task_process_point" >▶</span>运行</span>
<span class="task_process_step" style="background-color: #CC33FF;" sta="3"><span class="task_process_point" >▶</span>暂停</span>
<span class="task_process_step" style="background-color: #CCFF00;" sta="4"><span class="task_process_point" style="display: inline;">▶</span>等待</span>
<span class="task_process_step" style="background-color: #CC3300;" sta="5"><span class="task_process_point" >▶</span>停止</span>
<span class="task_process_step" style="background-color: #330000;" sta="6"><span class="task_process_point" >▶</span>完成</span>
<span class="task_process_step" style="background-color: #696969;" sta="7"><span class="task_process_point" >▶</span>放弃</span>
</div>
<div class="task_process_progress_box">
<div class="task_process_progress_status"></div>
<div class="task_process_progress_time"></div>
</div>
</div>
<FORM method="post" action="/myt/index.php/Task/update_task/tid/100000220/">
任务标题:<INPUT type="text" name="T_title" size="50" value="看ThinkPHP视频程"><br/>
任务级别:<select name="T_level">
<option value="1">一般</option> <option value="2" selected="selected">重要</option>
<option value="3">重要紧急</option> <option value="4">重要不紧急</option> <option value="5">非常重要</option> </select><BR/>
预计开始
日期: <input type="date" name="T_d_start" value="2013-12-11"/>
时间: <input type="time" name="T_t_start" value="22:16">
预计用时:
<select name="T_exp_time">
<option value="0">0分</option>
<option value="300">5分</option>
<option value="600">10分</option>
<option value="900">15分</option>
<option value="1200">20分</option>
<option value="1800">30分</option>
<option value="2700">45分</option>
<option value="3600">60分</option>
<option value="5400">90分</option>
<option value="7200">120分</option>
<option value="14400">240分</option>
<option value="14400" selected="selected">240分</option>
</select>
<div class="predict_end_time_div">
预计结束
日期: <input type="date" name="T_expd_end" value="2013-12-12"/>
时间: <input type="time" name="T_expt_end" value="02:16">
</div>
<br/>
<textarea id="editor_id" name="T_content" style="width:790px;height:400px;"><p align="center">
<strong><span style="font-size:16px;">看ThinkPHP视频程</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="http://myhome.cn/public/kindeditor-4.1.7/plugins/emoticons/images/30.gif" alt="" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>修改 PUBLIC 模板替换默认路径 /Public 到 /Index/Tpl/Public</strong></span>
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20131211-224346.png" alt="" />
</p>
</blockquote>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>U() 函数方法在模版里使用.</strong></span>
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20131211-232533.png" alt="" />
</p>
</blockquote>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>表单接收.</strong></span>
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20131211-234740.png" alt="" />
</p>
</blockquote>
<p>
<br />
</p>
<p>
<strong>自动运行方法 _initialize()</strong>
</p>
<blockquote>
<p>
<strong><img src="/myt/attached/image/2013-12-11/20140511-191912.png" alt="" /> </strong>
</p>
</blockquote>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong>无限级分类(递归方法)</strong>
</p>
<blockquote>
<p>
数据表创建:
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140210-234755.png" alt="" />
</p>
<p>
<br />
</p>
</blockquote>
<p>
调用类方法
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140210-234618.png" alt="" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
</blockquote>
<p>
创建类方法
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140210-234323.png" alt="" />
</p>
<p>
<img src="/myt/attached/image/2013-12-11/20140210-234449.png" alt="" />
</p>
<p>
<img src="/myt/attached/image/2013-12-11/20140210-234516.png" alt="" />
</p>
</blockquote>
</blockquote>
<p>
<br />
</p>
<blockquote>
<p>
URL 路由规则:
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140302-232831.png" alt="" />
</p>
</blockquote>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140302-232656.png" alt="" />
</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>
Apache 去掉 URL 上的 index.php
</p>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140302-234359.png" alt="" />
</p>
</blockquote>
</blockquote>
</blockquote>
<p>
<br />
</p>
<p>
<br />
</p>
<blockquote>
<p>
<strong>缓存 S 函数:</strong>
</p>
</blockquote>
<blockquote>
<blockquote>
<p>
<img src="/myt/attached/image/2013-12-11/20140303-224216.png" alt="" height="357" width="600" />
</p>
</blockquote>
</blockquote>
<p>
<br />
</p></textarea><BR/>
<input type="hidden" name="T_id" value="100000220"/>
</FORM>
</div>