/[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.3 by sysadm, Mon Apr 7 14:49:00 2025 UTC Revision 1.5 by sysadm, Mon Apr 14 02:12:46 2025 UTC
# 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 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