/[LeafOK_CVS]/fenglin/www/view_article.php
ViewVC logotype

Diff of /fenglin/www/view_article.php

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

Revision 1.1 by sysadm, Tue Apr 1 05:24:00 2025 UTC Revision 1.5 by sysadm, Fri Apr 11 12:47:39 2025 UTC
# Line 1  Line 1 
1  <?  <?
2          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
3          require_once "../lib/db_open.inc.php";          require_once "../lib/db_open.inc.php";
4            require_once "../bbs/session_init.inc.php";
5          require_once "../lib/lml.inc.php";          require_once "../lib/lml.inc.php";
6          require_once "../lib/str_process.inc.php";          require_once "../lib/str_process.inc.php";
7    
# Line 35  Line 36 
36  <title><? echo $BBS_name; ?> - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title>  <title><? echo $BBS_name; ?> - <? echo htmlspecialchars($row["title"], ENT_HTML401, 'UTF-8'); ?> </title>
37  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
38  <style type="text/css">  <style type="text/css">
   
39  TD.content  TD.content
40  {  {
41          font-size: 16px;          font-size: 16px;
42          line-height: 26px;          line-height: 26px;
43  }  }
   
44  </style>  </style>
45    <script type="text/javascript" src="../js/img_adjust.js"></script>
 <script language="JavaScript" src="/js/imageszoom.js"></script>  
46  </head>  </head>
   
47  <body>  <body>
48  <center>  <center>
49  <?  <?
# Line 110  TD.content Line 107  TD.content
107                  $ext=strtolower(substr($filename,(strrpos($filename,".") ? strrpos($filename,".")+1 : 0)));                  $ext=strtolower(substr($filename,(strrpos($filename,".") ? strrpos($filename,".")+1 : 0)));
108  ?>  ?>
109                                                  <img src="images/dl.gif"><a class="s2" href="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>" target="_target"><? echo $filename; ?></a> (<? echo $size; ?>字节)                                                  <img src="images/dl.gif"><a class="s2" href="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>" target="_target"><? echo $filename; ?></a> (<? echo $size; ?>字节)
110                                                  <? if ($check==0){?><font color=red>未验证</font><? } else { ?>                                                  <? if ($check==0){?><font color=red>未审核</font><? } else { ?>
111                                                  <br>                                                  <br>
112  <?  <?
113                  switch ($ext)                  switch ($ext)
# Line 119  TD.content Line 116  TD.content
116                          case "gif":                          case "gif":
117                          case "jpg":                          case "jpg":
118                          case "jpeg":                          case "jpeg":
119                            case "png":
120                            case "tif":
121                            case "tiff":
122  ?>  ?>
123                                                  <img onmousewheel="return bbs_img_zoom(event, this)" src="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>">                                                  <img onmousewheel="return bbs_img_zoom(event, this)" src="/bbs/dl_file.php?aid=<? echo $row_attachment["AID"]; ?>">
124  <?  <?
# Line 156  TD.content Line 156  TD.content
156                  </td>                  </td>
157                  <td valign="top">                  <td valign="top">
158  <script type="text/javascript">  <script type="text/javascript">
159      google_ad_client = "ca-pub-3013347141025996";          google_ad_client = "ca-pub-3013347141025996";
160      google_ad_slot = "1068955943";          google_ad_slot = "1068955943";
161      google_ad_width = 120;          google_ad_width = 120;
162      google_ad_height = 600;          google_ad_height = 600;
163  </script>  </script>
164  <!-- fenglin_content_right -->  <!-- fenglin_content_right -->
165  <script type="text/javascript"  <script type="text/javascript"


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

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