/[LeafOK_CVS]/fenglin/bbs/themes/default/post.view.php
ViewVC logotype

Diff of /fenglin/bbs/themes/default/post.view.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.2 by sysadm, Mon Apr 7 14:25:44 2025 UTC Revision 1.5 by sysadm, Mon Apr 14 02:12:46 2025 UTC
# Line 9  Line 9 
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">
# Line 148  window.addEventListener("load", () => { Line 148  window.addEventListener("load", () => {
148  <table border="0" cellpadding="1" cellspacing="0" width="770">  <table border="0" cellpadding="1" cellspacing="0" width="770">
149          <tr>          <tr>
150                  <td>                  <td>
151                          <a class="s2" href="main.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $BBS_name; ?></a>&gt;&gt;<a class="s2" href="bbs.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $result_set["data"]["section_title"]; ?></a>&gt;&gt;<?                          <a class="s2" href="main.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $BBS_name; ?></a>&gt;&gt;<a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>"><? echo $result_set["data"]["section_title"]; ?></a>&gt;&gt;<?
152          if ($result_set["data"]["id"] == 0)          if ($result_set["data"]["id"] == 0)
153          {          {
154                  if ($result_set["data"]["reply_id"] > 0)                  if ($result_set["data"]["reply_id"] > 0)
# Line 214  else if ($quote) Line 214  else if ($quote)
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>
# Line 234  else if ($quote) Line 234  else if ($quote)
234                          单个文件大小不能超过<? echo $BBS_upload_size_limit; ?>M,                          单个文件大小不能超过<? echo $BBS_upload_size_limit; ?>M,
235                          单次上传不超过<? echo $BBS_upload_count_limit; ?>个文件<br />                          单次上传不超过<? echo $BBS_upload_count_limit; ?>个文件<br />
236                          文件类型限于BMP,GIF,JPEG,PNG,TIFF,TXT,ZIP,RAR<br />                          文件类型限于BMP,GIF,JPEG,PNG,TIFF,TXT,ZIP,RAR<br />
237                          <INPUT TYPE=FILE SIZE=40 name="attachment[]" id="attachment" multiple>                          <INPUT TYPE="file" size="40" name="attachment[]" id="attachment" multiple>
238  <?  <?
239          if ($result_set["data"]["id"] != 0) // Modify article          if ($result_set["data"]["id"] != 0) // Modify article
240          {          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1