| 9 |
<head> |
<head> |
| 10 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 11 |
<title>发表文章</title> |
<title>发表文章</title> |
| 12 |
<link rel="stylesheet" href="<? echo get_theme_view_file("css"); ?>" type="text/css"> |
<link rel="stylesheet" href="<? echo get_theme_file('css/default'); ?>" type="text/css"> |
| 13 |
<script type="text/javascript" src="../js/nw_open.js"></script> |
<script type="text/javascript" src="../js/nw_open.js"></script> |
| 14 |
<script type="text/javascript" src="../js/lml_assistant.js"></script> |
<script type="text/javascript" src="<? echo get_theme_file('js/lml_assistant'); ?>"></script> |
| 15 |
<script src="../js/polyfill.min.js"></script> |
<script src="../js/polyfill.min.js"></script> |
| 16 |
<script src="../js/axios.min.js"></script> |
<script src="../js/axios.min.js"></script> |
| 17 |
<script type="text/javascript"> |
<script type="text/javascript"> |
| 214 |
<tr> |
<tr> |
| 215 |
<td align="right"><a class="s0" href="doc/lml.htm" target=_blank>LML</a>助手</td> |
<td align="right"><a class="s0" href="doc/lml.htm" target=_blank>LML</a>助手</td> |
| 216 |
<td> |
<td> |
| 217 |
<INPUT type="button" value="B" onclick="b_bold(content)" style="font-weight:bold; width:25px;"> |
<INPUT type="button" value="B" onclick="b_bold(textarea_content)" style="font-weight:bold; width:25px;"> |
| 218 |
<INPUT type="button" value="I" onclick="b_italic(content)" style="font-style:italic; width:25px;"> |
<INPUT type="button" value="I" onclick="b_italic(textarea_content)" style="font-style:italic; width:25px;"> |
| 219 |
<INPUT type="button" value="U" onclick="b_underline(content)" style="text-decoration:underline; width:25px;"> |
<INPUT type="button" value="U" onclick="b_underline(textarea_content)" style="text-decoration:underline; width:25px;"> |
| 220 |
<INPUT type="button" value="[" onclick="b_left(content)" style="width:20px;"> |
<INPUT type="button" value="[" onclick="b_left(textarea_content)" style="width:20px;"> |
| 221 |
<INPUT type="button" value="]" onclick="b_right(content)" style="width:20px;"> |
<INPUT type="button" value="]" onclick="b_right(textarea_content)" style="width:20px;"> |
| 222 |
<INPUT type="button" value="Aa" onclick="b_size(content)" style="width:30px;"> |
<INPUT type="button" value="Aa" onclick="b_size(textarea_content)" style="width:30px;"> |
| 223 |
<INPUT type="button" value="A" onclick="b_color(content)" style="font-weight:bold; color:red; width:25px;"> |
<INPUT type="button" value="A" onclick="b_color(textarea_content)" style="font-weight:bold; color:red; width:25px;"> |
| 224 |
<INPUT type="button" value="@" onclick="b_email(content)" style="width:25px;"> |
<INPUT type="button" value="@" onclick="b_email(textarea_content)" style="width:25px;"> |
| 225 |
<INPUT type="button" value="Link" onclick="b_link(content)" style="text-decoration:underline; color:blue; width:40px;"> |
<INPUT type="button" value="Link" onclick="b_link(textarea_content)" style="text-decoration:underline; color:blue; width:40px;"> |
| 226 |
<INPUT type="button" value="主题" onclick="b_article(content)" style="text-decoration:underline; color:green; width:40px;"> |
<INPUT type="button" value="主题" onclick="b_article(textarea_content)" style="text-decoration:underline; color:green; width:40px;"> |
| 227 |
<INPUT type="button" value="图片" onclick="b_image(content)" style="width:40px;"> |
<INPUT type="button" value="图片" onclick="b_image(textarea_content)" style="width:40px;"> |
| 228 |
<INPUT type="button" value="字幕" onclick="b_marquee(content)" style="width:40px;"> |
<INPUT type="button" value="字幕" onclick="b_marquee(textarea_content)" style="width:40px;"> |
| 229 |
</td> |
</td> |
| 230 |
</tr> |
</tr> |
| 231 |
<tr> |
<tr> |