/[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.2 by sysadm, Fri Apr 4 03:30:46 2025 UTC Revision 1.4 by sysadm, Sat Apr 5 04:18:25 2025 UTC
# Line 35  Line 35 
35  <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>
36  <link rel="stylesheet" href="css/default.css" type="text/css">  <link rel="stylesheet" href="css/default.css" type="text/css">
37  <style type="text/css">  <style type="text/css">
   
38  TD.content  TD.content
39  {  {
40          font-size: 16px;          font-size: 16px;
41          line-height: 26px;          line-height: 26px;
42  }  }
   
43  </style>  </style>
44    <script type="text/javascript" src="../js/img_adjust.js"></script>
 <script language="JavaScript" src="/js/imageszoom.js"></script>  
45  </head>  </head>
   
46  <body>  <body>
47  <center>  <center>
48  <?  <?
# Line 119  TD.content Line 115  TD.content
115                          case "gif":                          case "gif":
116                          case "jpg":                          case "jpg":
117                          case "jpeg":                          case "jpeg":
118                            case "png":
119                            case "tif":
120                            case "tiff":
121  ?>  ?>
122                                                  <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"]; ?>">
123  <?  <?


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

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