带标题的图片轮询展示

为什么80%的码农都做不了架构师?>>>   hot3.png

<div>
            <table width="671" cellpadding="0" cellspacing="0">
                 <tr height="5">
                    <td style="background-image:url(include/image/news_left_top_circle.jpg)" width="7">
                    </td>
                    <td style="background-image:url(include/image/news_point_1.jpg)" width="657">
                    </td>
                    <td style="background-image:url(include/image/news_right_top_circle.jpg)" width="7">
                    </td>
                  </tr>
                <tr height="212">
                      <td style="background-image:url(include/image/news_point_2.jpg)" width="7">
                      </td>
                      <td width="657" valign="top">              
                        <table align="center" width="649"  cellpadding="0" cellspacing="0">
                            <tr height="20">
                                 <td style="color: #187101; padding-top: 5px;" align="left">
                                     <strong>图片新闻</strong>
                                 </td>
                                 <td align="right">
                                     <a href="news_list" target="_blank">更多</a>
                                 </td>
                            </tr>
                            <tr valign="top">
                                 <td colspan="2" style="background-image:url(include/image/news_point_1.jpg)">
                                 </td>
                            </tr>
                            <tr>
                                 <td height="2" colspan="2">
                                 </td>
                            </tr>
                            <tr valign="top" align="left" style="line-height: 150%">
                                 <td width="35%" style="padding-top: 3px;">
                                    <input id="flashPic1" type="hidden" value="${flashPic1}"/>
                                    <input id="flashPic2" type="hidden" value="${flashPic2}"/>
                                    <input id="flashPic3" type="hidden" value="${flashPic3}"/>
                                    <input id="flashLink1" type="hidden" value="${flashLink1}"/>
                                    <input id="flashLink2" type="hidden" value="${flashLink2}"/>
                                    <input id="flashLink3" type="hidden" value="${flashLink3}"/>
                                    <input id="flashText1" type="hidden" value="${flashText1}"/>
                                    <input id="flashText2" type="hidden" value="${flashText2}"/>
                                    <input id="flashText3" type="hidden" value="${flashText3}"/>
                                     <script type="text/javascript">
                                        var picWidth = 240;
                                         var picHeight = 160;
                                         var textHeight = 20;
                                         var swfHeight = picHeight+textHeight;
                                        //图片地址
                                        var addr = '../../upload/image/';
                                        var li = 'news_index?newsId=';
                                        var flashPic1 = document.getElementById("flashPic1").value;
                                        var flashPic2 = document.getElementById("flashPic2").value;
                                        var flashPic3 = document.getElementById("flashPic3").value;
                                        var flashLink1 = document.getElementById("flashLink1").value;
                                        var flashLink2 = document.getElementById("flashLink2").value;
                                        var flashLink3 = document.getElementById("flashLink3").value;
                                        var flashText1 = document.getElementById("flashText1").value;
                                        var flashText2 = document.getElementById("flashText2").value;
                                        var flashText3 = document.getElementById("flashText3").value;
                                        if(null==flashLink3 || ""==flashLink3){
                                            var pics = addr+flashPic1 + '|' + addr+flashPic2 ;
                                            //连接
                                            var links = li+flashLink1 + '|' + li+flashLink2 ;
                                            //文本
                                            var texts = flashText1 + '|' + flashText2;
                                        }else{
                                            var pics = addr+flashPic1 + '|' + addr+flashPic2 + '|' + addr+flashPic3;
                                            //连接
                                            var links = li+flashLink1 + '|' + li+flashLink2 + '|' + li+flashLink3;
                                            //文本
                                            var texts = flashText1 + '|' + flashText2 + '|' + flashText3;}
                                        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+ picWidth +'" height="'+ swfHeight +'">');
                                        document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="include/image/swf/news.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
                                        document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
                                        document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+picWidth+'&borderheight='+picHeight+'&textheight='+textHeight+'">');
                                        document.write('<embed src="include/image/swf/news.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+picWidth+'&borderheight='+picHeight+'&textheight='+textHeight+'" menu="false" bgcolor="#C5C5C5" quality="high" width="'+ picWidth +'" height="'+ swfHeight +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />');  document.write('</object>');
                                    </script>
                                </td>
                                <td width="65%" valign="top">
                                    <table width='100%' cellspacing='0' cellpadding='0'>
                                        <s:iterator value="newsList">
                                            <tr style='line-height:200%;'>
                                                <td>
                                                    <img src='include/image/gray_arrow.gif' style='padding-left:5px;'/>
                                                </td>
                                                <td style="width:74%;text-align:left">
                                                    <s:set name="url" value="'news_index?newsId=' + id"/>
                                                    <a href="<s:property value='url'/>" target="_blank"><s:property value="display"/></a>
                                                </td>
                                                <td align="right">
                                                    <s:date name="published" format="yyyy-MM-dd"/>
                                                </td>
                                            </tr>
                                        </s:iterator>
                                    </table>
                                </td>
                            </tr>
                        </table>
                      </td>
                      <td style="background-image:url(include/image/news_point_3.jpg)" width="7">
                      </td>
                </tr> 
                <tr>
                      <td style="background-image:url(include/image/news_left_bottom_circle.jpg)" width="7" height="6">
                      </td>
                      <td style="background-image:url(include/image/news_point_4.jpg)" width="657">
                      </td>
                      <td style="background-image:url(include/image/news_right_bottom_circle.jpg)" width="7">
                      </td>
                  </tr>
              </table>
        </div>

转载于:https://my.oschina.net/czpdjx/blog/3027236

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/388009.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

linux java 查找进程中的线程

这里对linux下、sun(oracle) JDK的线程资源占用问题的查找步骤做一个小结&#xff1b;linux环境下&#xff0c;当发现java进程占用CPU资源很高&#xff0c;且又要想更进一步查出哪一个java线程占用了CPU资源时&#xff0c;按照以下步骤进行查找&#xff1a;(一)&#xff1a;通过…

定位匹配 模板匹配 地图_什么是地图匹配?

定位匹配 模板匹配 地图By Marie Douriez, James Murphy, Kerrick Staley玛丽杜里兹(Marie Douriez)&#xff0c;詹姆斯墨菲(James Murphy)&#xff0c;凯里克史塔利(Kerrick Staley) When you request a ride, Lyft tries to match you with the driver most suited for your…

Sprint计划列表

转载于:https://www.cnblogs.com/zhs20160715/p/9953586.html

软件测试框架课程考试_那考试准备课程值得吗?

软件测试框架课程考试By Levi Petty李维佩蒂(Levi Petty) This project uses a public, synthesized exam scores dataset from Kaggle to analyze average scores in Math, Reading, and Writing subject areas, relative to the student’s parents’ level of education an…

DOCKER windows安装

DOCKER windows安装 DOCKER windows安装 1.下载程序包2. 设置环境变量3. 启动DOCKERT4. 分析start.sh5. 利用SSH工具管理6. 下载镜像 6.1 下载地址6.2 用FTP工具上传tar包6.3 安装6.4 查看镜像6.5 运行 windows必须是64位的 1.下载程序包 安装包 https://github.com/boot2doc…

Elasticsearch Reference [6.7] » Modules » Network Settings

2019独角兽企业重金招聘Python工程师标准>>> Search Settings Node Network Settingsedit Elasticsearch binds to localhost only by default. This is sufficient for you to run a local development server (or even a development cluster, if you star…

【百度】大型网站的HTTPS实践(一)——HTTPS协议和原理

大型网站的HTTPS实践&#xff08;一&#xff09;——HTTPS协议和原理 原创 网络通信/物联网 作者&#xff1a;AIOps智能运维 时间&#xff1a;2018-11-09 15:07:39 349 0前言 百度于2015年上线了全站HTTPS的安全搜索&#xff0c;默认会将HTTP请求跳转成HTTPS。从今天开始&…

LVS原理介绍及安装过程

一、ARP技术概念介绍 为什么讲ARP技术&#xff0c;因为平常工作中有接触。还有就是LVS的dr模式是用到arp的技术和数据。 1、什么是ARP协议 ARP协议全程地址解析协议&#xff08;AddressResolution Protocol&#xff0c;ARP&#xff09;是在仅知道主机的IP地址时确定其物理地…

DNS Bind9在windows7下

有些公司技术力量薄弱一些&#xff0c;一直在用windows系统&#xff0c;所以本文从windows出发&#xff0c;安装bind&#xff0c;利用它的view功能&#xff0c;做智能DNS&#xff0c;解决双线机房南北电信联通访问问题前言&#xff1a; 搞LINUX的朋友都知道&#xff0c;bind是l…

DNS的几个基本概念:

一&#xff0e; 根域 就是所谓的“.”&#xff0c;其实我们的网址www.baidu.com在配置当中应该是www.baidu.com.&#xff08;最后有一点&#xff09;&#xff0c;一般我们在浏览器里输入时会省略后面的点&#xff0c;而这也已经成为了习惯。 根域服务器我们知道有13台&#xff…

D3.js 加标签

条形图还可以配上实际的数值,我们通过文本元素添加数据值。 svg.selectAll("text").data(dataset).enter().append("text").text(function(d){return d;}) 通过 x 和 y 值来定位文本元素。 .attr("text-anchor", "middle").attr("…

oppo5.0以上机器(亲测有效)激活Xposed框架的教程

对于喜欢玩手机的朋友而言&#xff0c;常常会用到xposed框架以及种类繁多功能强大的模块&#xff0c;对于5.0以下的系统版本&#xff0c;只要手机能获得ROOT权限&#xff0c;安装和激活xposed框架是异常简便的&#xff0c;但随着系统版本的迭代&#xff0c;5.0以后的系统&#…

熊猫分发_流利的熊猫

熊猫分发Let’s uncover the practical details of Pandas’ Series, DataFrame, and Panel让我们揭露Pandas系列&#xff0c;DataFrame和Panel的实用细节 Note to the Readers: Paying attention to comments in examples would be more helpful than going through the theo…

Fiddler抓包-只抓APP的请求

from:https://www.cnblogs.com/yoyoketang/p/6582437.html fiddler抓手机app的请求&#xff0c;估计大部分都会&#xff0c;但是如何只抓来自app的请求呢&#xff1f; 把来自pc的请求过滤掉&#xff0c;因为请求太多&#xff0c;这样会找不到重要的信息了。 环境准备&#xff1…

DOCKER windows 安装Tomcat内容

DOCKER windows安装 DOCKER windows安装 1.下载程序包2. 设置环境变量3. 启动DOCKERT4. 分析start.sh5. 利用SSH工具管理6. 下载镜像 6.1 下载地址6.2 用FTP工具上传tar包6.3 安装6.4 查看镜像6.5 运行 windows必须是64位的 1.下载程序包 安装包 https://github.com/boot2doc…

github免费空间玩法

GitHub 是一个用于使用Git版本控制系统的项目的基于互联网的存取服务,GitHub于2008年2月运行。在2010年6月&#xff0c;GitHub宣布它现在已经提供可1百万项目&#xff0c;可以说非常强大。 Github虽然是一个代码仓库&#xff0c;但是Github还免费为大家提供一个免费开源Github …

在Markdown中输入数学公式

写在前面 最近想要把一些数学和编程方面的笔记记录成电子笔记&#xff0c;因为修改、插入新内容等比较方便。这里记一下在Markdown中输入数学公式的方法。 基础知识 公式与文本的区别 公式输入和文本输入属于不同的模式&#xff0c;公式中无法通过空格来控制空白&#xff0c;通…

整合后台服务和驱动代码注入

整合后台服务和驱动代码注入 Home键的驱动代码&#xff1a; /dev/input/event1: 0001 0066 00000001 /dev/input/event1: 0000 0000 00000000 /dev/input/event1: 0001 0066 00000000 /dev/input/event1: 0000 0000 00000000 对应输入的驱动代码&#xff1a; sendevent/dev/…

为数据计算提供强力引擎,阿里云文件存储HDFS v1.0公测发布

2019独角兽企业重金招聘Python工程师标准>>> 在2019年3月的北京云栖峰会上&#xff0c;阿里云正式推出全球首个云原生HDFS存储服务—文件存储HDFS&#xff0c;为数据分析业务在云上提供可线性扩展的吞吐能力和免运维的快速弹性伸缩能力&#xff0c;降低用户TCO。阿里…

对食材的敬畏之心极致产品_这些数据科学产品组合将给您带来敬畏和启发(2020年中的版本)

对食材的敬畏之心极致产品重点 (Top highlight)为什么选择投资组合&#xff1f; (Why portfolios?) Data science is a tough field. It combines in equal parts mathematics and statistics, computer science, and black magic. As of mid-2020, it is also a booming fiel…