IndexNews.java~65~
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:7k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. package com.chinacannel.xlchemical.Tag;
  2. import java.util.*;
  3. import javax.servlet.jsp.*;
  4. import javax.servlet.jsp.tagext.*;
  5. import com.chinacannel.entity.*;
  6. import com.chinacannel.xlchemical.service.*;
  7. import java.text.SimpleDateFormat;
  8. public class IndexNews extends TagSupport  {
  9.     private Long menuID = new Long(0);
  10.     private String webPath = "";
  11.     public int doStartTag() throws JspException {
  12.         try {
  13.             MenuService ms = new MenuService();
  14.             InformationService is = new InformationService();
  15.             Information imageInfo = null;
  16.             Menu menu = null;
  17.             ms.beginTran();
  18.             menu = ms.GetMenuById(this.getMenuID());
  19.             String Language = "CN";
  20.             String more = "";
  21.             if (this.pageContext.getSession().getAttribute("Language") != null) {
  22.                 Language = this.pageContext.getSession().getAttribute(
  23.                         "Language").toString();
  24.             }
  25.             if (Language.equals("CN")) {
  26.                 more = "更多";
  27.             } else {
  28.                 more = "more";
  29.             }
  30.             if(menu != null){
  31.                 imageInfo = is.GetIndexImgInformationByMenu(menu);
  32.                 List list = is.GetIndexInformation(menu);
  33.                 ms.commit();
  34.                 String title = "";
  35.                 String time = "";
  36.                 String summary = "";
  37.                 StringBuilder sb = new StringBuilder();
  38.                 sb.append("<table width="287" border="0" cellspacing="0" cellpadding="0">" + "n");
  39.                 sb.append("<tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0">" + "n");
  40.                 sb.append("<tr><td width="4%">&nbsp;</td>" + "n");
  41.                 sb.append("<td width="96%"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>" + "n");
  42.                 sb.append("<td width="84%" class="Title"><img src="images/Index_PD_Title.jpg" width="11" height="9"> " + menu.getMen_Name() + "</td>" + "n");
  43.                 sb.append("<td width="16%"><a href="" + this.getWebPath() + "/Index.do?todo=OpenIndexMenu&fMenuID=" + menu.getMen_Superior() + "&cMenuID=" + menu.getMen_ID() + "">" + more + "&gt;&gt;</a></td></tr></table></td></tr>" + "n");
  44.                 sb.append("<tr><td height="4" bgcolor="FE0000"></td><td height="4" bgcolor="E9E9E9"></td></tr></table></td></tr>" + "n");
  45.                 sb.append("<tr><td height="133" valign="top" style="padding-top:;">" + "n");
  46.                 sb.append("<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="E9E9E9">" + "n");
  47.                 if(imageInfo != null){
  48.                     sb.append("<tr><td width="29%" style="padding:5px;"><img src="" + imageInfo.getImage().getPath() + "/" + imageInfo.getImage().getReallyname() + "" width="79" height="62" alt="" /></td>" + "n");
  49.                 }else{
  50.                     sb.append("<tr><td width="29%" style="padding:5px;"><img src="" width="79" height="62" alt="" /></td>" + "n");
  51.                 }
  52.                 sb.append("<td width="71%"><table width="100%" border="0" cellspacing="0" cellpadding="0">" + "n");
  53.                 if (imageInfo != null) {
  54.                     if (imageInfo.getInf_Title().length() > 6) {
  55.                         title = imageInfo.getInf_Title().substring(0, 6);
  56.                     } else {
  57.                         title = imageInfo.getInf_Title();
  58.                     }
  59.                     title = "<a href='" + this.getWebPath() +
  60.                             "/Index.do?todo=OpenInfo&infID=" +
  61.                             imageInfo.getInf_ID() + "&type=" +
  62.                             imageInfo.getMenu().getMen_Type() + "&fMenuID=" +
  63.                             imageInfo.getMenu().getMen_Superior() + "'>" + title +
  64.                             "</a>";
  65.                 }
  66.                 sb.append("<tr><td width="50%"><strong>" + title + "</strong></td>" + "n");
  67.                 if (imageInfo != null) {
  68.                     time = new SimpleDateFormat("yyyy-MM-dd").format(imageInfo.
  69.                             getInf_Time());
  70.                 }
  71.                 sb.append("<td width="50%" class="Date">[" + time +
  72.                           "]</td></tr>" + "n");
  73.                 if (imageInfo != null) {
  74.                     if (imageInfo.getInf_Summary().length() > 20) {
  75.                         summary = imageInfo.getInf_Summary().substring(0, 20);
  76.                     } else {
  77.                         summary = imageInfo.getInf_Summary();
  78.                     }
  79.                 }
  80.                 sb.append("<tr><td colspan="2">" + summary + "...</td></tr></table></td></tr></table>" + "n");
  81.                 sb.append("<table width="100%" border="0" cellspacing="0" cellpadding="0">" + "n");
  82.                 for (int i = 0; i < list.size(); i++) {
  83.                     Information inf = (Information) list.get(i);
  84.                     sb.append("<tr><td width="6%"><img src="images/Ft.jpg" width="8" height="9" alt="" /></td>" + "n");
  85.                     String s = "";
  86.                     if (inf.getInf_Title().length() > 20) {
  87.                         s = inf.getInf_Title().substring(0, 20) + "...";
  88.                     } else {
  89.                         s = inf.getInf_Title();
  90.                     }
  91.                     sb.append("<td width="94%"><a href="" + this.getWebPath() +
  92.                               "/Index.do?todo=OpenInfo&infID=" + inf.getInf_ID() +
  93.                               "&type=" + inf.getMenu().getMen_Type() +
  94.                               "&fMenuID=" + inf.getMenu().getMen_Superior() +
  95.                               "" class="News_Link">" + s + "</a></td></tr>" +
  96.                               "n");
  97.                 }
  98.                 sb.append("</table><table width="100%" border="0" cellspacing="0" cellpadding="0">" + "n");
  99.                 sb.append("<tr><td height="2" bgcolor="E4E4E4"></td></tr></table></td></td></table>" + "n");
  100.                 JspWriter out = pageContext.getOut();
  101.                 out.print(sb.toString());
  102.             }else{
  103.                 JspWriter out = pageContext.getOut();
  104.                 out.print("");
  105.             }
  106.         } catch (Exception e) {
  107.             throw new JspException(e);
  108.         }
  109.         return 0;
  110.     }
  111.     public String getWebPath() {
  112.         return webPath;
  113.     }
  114.     public Long getMenuID() {
  115.         return menuID;
  116.     }
  117.     public void setWebPath(String webPath) {
  118.         this.webPath = webPath;
  119.     }
  120.     public void setMenuID(Long menuID) {
  121.         this.menuID = menuID;
  122.     }
  123. }