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

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

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

Revision 1.5 by sysadm, Sun Apr 13 05:25:52 2025 UTC Revision 1.7 by sysadm, Mon Apr 14 11:23:46 2025 UTC
# Line 33  SPAN.title_deleted Line 33  SPAN.title_deleted
33  }  }
34  TD.content_normal  TD.content_normal
35  {  {
36          font-size: 14px;          font-size: 16px;
37  }  }
38  TD.content_deleted  TD.content_deleted
39  {  {
40          font-size: 14px;          font-size: 16px;
41          text-decoration: line-through;          text-decoration: line-through;
42  }  }
43  </style>  </style>
# Line 269  window.addEventListener("load", () => { Line 269  window.addEventListener("load", () => {
269  });  });
270    
271  </script>  </script>
272    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3013347141025996" crossorigin="anonymous">
273    </script>
274  </head>  </head>
275  <body>  <body>
276          <a name="top"></a>          <a name="top"></a>
277          <center>          <center>
278                  <span id="err_msg_prompt" name="err_msg" style="color: red;"></span>                  <span id="err_msg_prompt" name="err_msg" style="color: red;"></span>
279                  <table cols="2" border="0" cellpadding="0" cellspacing="0" width="770">                  <table cols="2" border="0" cellpadding="0" cellspacing="0" width="1050">
280                          <tr>                          <tr>
281                                  <td width="50%">                                  <td width="50%">
282                                          <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;<a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>&ex=<? echo ($result_set["data"]["ex"]); ?>"><? echo ($result_set["data"]["ex"] ? "文摘区" : "讨论区"); ?></a>                                          <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;<a class="s2" href="list.php?sid=<? echo $result_set["data"]["sid"]; ?>&ex=<? echo ($result_set["data"]["ex"]); ?>"><? echo ($result_set["data"]["ex"] ? "文摘区" : "讨论区"); ?></a>
# Line 324  window.addEventListener("load", () => { Line 326  window.addEventListener("load", () => {
326  ?>  ?>
327                                  </td>                                  </td>
328                          </tr>                          </tr>
329                          <tr bgcolor="#d0d3F0" height="20">                          <tr bgcolor="#d0d3F0" height="25">
330                                  <td colspan="2" align="center" class="title">                                  <td colspan="2" align="center" class="title">
331                                          [<? echo $result_set["data"]["id"]; ?>]&nbsp;主题:&nbsp;<? echo htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'); ?>                                          [<? echo $result_set["data"]["id"]; ?>]&nbsp;主题:&nbsp;<? echo htmlspecialchars($result_set["data"]["title"], ENT_HTML401, 'UTF-8'); ?>
332                                  </td>                                  </td>
# Line 339  window.addEventListener("load", () => { Line 341  window.addEventListener("load", () => {
341                  {                  {
342  ?>  ?>
343                  <a name="<? echo $article["aid"]; ?>"></a>                  <a name="<? echo $article["aid"]; ?>"></a>
344                  <table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="0" width="770">                  <table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="0" width="1050">
345                          <tr height="1" bgcolor="#202020">                          <tr height="1" bgcolor="#202020">
346                                  <td colspan="3">                                  <td colspan="3">
347                                  </td>                                  </td>
# Line 348  window.addEventListener("load", () => { Line 350  window.addEventListener("load", () => {
350  <?  <?
351                  }                  }
352  ?>  ?>
353                  <table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="10" width="770">                  <table bgcolor="<? echo $color[$color_index]; ?>" border="0" cellpadding="0" cellspacing="10" width="1050">
354                          <tr>                          <tr>
355                                  <td width="20%">                                  <td width="20%">
356                                  </td>                                  </td>
# Line 490  window.addEventListener("load", () => { Line 492  window.addEventListener("load", () => {
492                                          <img src="<? echo $article["photo_path"]; ?>" border="0">                                          <img src="<? echo $article["photo_path"]; ?>" border="0">
493                                  </td>                                  </td>
494                                  <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>">                                  <td id="content_<? echo $article["aid"]; ?>" class="<? echo ($article["visible"] ? "content_normal" : "content_deleted"); ?>">
495                                          <? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true); ?>                                          <? echo LML(htmlspecialchars((isset($article["content"]) ? $article["content"] : ""), ENT_HTML401, 'UTF-8'), true, true, 80); ?>
496                                  </td>                                  </td>
497                                  <td>                                  <td>
498                                  </td>                                  </td>
# Line 552  window.addEventListener("load", () => { Line 554  window.addEventListener("load", () => {
554  <?  <?
555          }          }
556  ?>  ?>
557                  <table cols="3" border="0" cellpadding="5" cellspacing="0" width="770">                  <table cols="3" border="0" cellpadding="5" cellspacing="0" width="1050">
558                          <tr bgcolor="#d0d3F0" height="10">                          <tr bgcolor="#d0d3F0" height="10">
559                                  <td colspan="3">                                  <td colspan="3">
560                                  </td>                                  </td>
# Line 575  window.addEventListener("load", () => { Line 577  window.addEventListener("load", () => {
577          if ($result_set["data"]["page"] > 1)          if ($result_set["data"]["page"] > 1)
578          {          {
579  ?>  ?>
580                                          <a class="s8" title="首页" href="" onclick="return ch_page(1);"><font face=webdings>9</font></a>                                          <a class="s8" title="首页" href="" onclick="return ch_page(1);">|◀</a>
581                                          <a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] - 1); ?>);"><font face=webdings>7</font></a>                                          <a class="s8" title="上一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] - 1); ?>);">◀</a>
582  <?  <?
583          }          }
584          else          else
585          {          {
586  ?>  ?>
587                                          <font face=webdings>9 7</font>                                          |◀ ◀
588  <?  <?
589          }          }
590  ?>  ?>
# Line 591  window.addEventListener("load", () => { Line 593  window.addEventListener("load", () => {
593          if ($result_set["data"]["page"] < $result_set["data"]["page_total"])          if ($result_set["data"]["page"] < $result_set["data"]["page_total"])
594          {          {
595  ?>  ?>
596                                          <a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] + 1); ?>);"><font face=webdings>8</font></a>                                          <a class="s8" title="下一页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page"] + 1); ?>);">▶</a>
597                                          <a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page_total"]); ?>);"><font face=webdings>:</font></a>                                          <a class="s8" title="尾页" href="" onclick="return ch_page(<? echo ($result_set["data"]["page_total"]); ?>);">▶|</a>
598  <?  <?
599          }          }
600          else          else
601          {          {
602  ?>  ?>
603                                          <font face=webdings>8 :</font>                                          ▶ ▶|
604  <?  <?
605          }          }
606  ?>  ?>
# Line 630  window.addEventListener("load", () => { Line 632  window.addEventListener("load", () => {
632  <?  <?
633          include "./foot.inc.php";          include "./foot.inc.php";
634  ?>  ?>
   
 <center>  
 <script type="text/javascript">  
     google_ad_client = "ca-pub-3013347141025996";  
     google_ad_slot = "7389632330";  
     google_ad_width = 728;  
     google_ad_height = 90;  
 </script>  
 <!-- fenglin_bbs_footer -->  
 <script type="text/javascript"  
 src="//pagead2.googlesyndication.com/pagead/show_ads.js">  
 </script>  
 </center>  
   
635  </body>  </body>
636  </html>  </html>


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

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