⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 footer.jsp

📁 JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工
💻 JSP
字号:
<%@ page language="java" contentType="text/html;charset=UTF-8" %>
<script type="text/javascript">c.loading(0);</script>
<%=adJsp.getAdContent((byte)5)%>
<div id="footer"><c:out value="${basic.copyright}" escapeXml="false"/></div>
<div id="version">YeQiangWeiClub&nbsp;<c:out value="${basic.version}" /></div>
<div class="empty" style="text-align:center"><a href="http://www.YeQiangWei.com" target="_blank"><img src="/club/images/icon.gif" alt="YeQiangWei Club" align="absmiddle"/></a></div><%
com.yeqiangwei.club.module.keywords.Keywords keywords = new com.yeqiangwei.club.module.keywords.Keywords();
com.yeqiangwei.club.module.keywords.KeyModel keyModel = keywords.getKeyModel(request);
if(keyModel!=null){
%><script type="text/javascript">
function FloatDiv(){
	var html;
	var h = 90;
	var w = 322;
	var close = "";//"<span style=\"line-height:22px; height:22px; float:right; padding-right:4px; cursor:pointer;\"><a onclick=\"f.closed('fdiv')\">关闭</a></span>";
	html = "<span style=\"font-size:22px;\">Hi,来自<strong><%=keyModel.getFrom()%></strong>的朋友!</span>";
	html += "<br/><br/><span style=\"font-size:14px; \">使用<strong>社区搜索</strong>或许能让你找到有关“<font class=\"red\"><%=keyModel.getKeywords()%></font>”的更多内容</span>";
	html += "<br/><form name=\"keysearch\" id=\"keysearch\" method=\"GET\" action=\"search.jsp\" target=\"_self\" onsubmit=\"c.p('qwSubmit_key',true);\">";
	html += "<input type=\"text\" name=\"q\" id=\"q\" value=\"\" style=\"width:60%;\"/>";
	html += "<input name=\"qwSubmit_key\" id=\"qwSubmit_key\" type=\"submit\"  value=\"社区搜索\" class=\"btn\" />";
	html += "</form>";
	html += close;
	var div = document.createElement('div');
	div.style.width=w+"px";
	div.style.height=(h+22)+"px";
	div.style.position = "absolute";
	div.style.padding = "7px";
	div.style.background="#ffff88";
	div.style.border="#E8CA78 1px solid";
	var top = document.documentElement.clientHeight-div.offsetHeight;
	var left = document.body.scrollLeft+document.body.clientWidth-div.offsetWidth;
	div.style.top= top+"px";
	div.style.left= left+"px";
	div.id = "fdiv";
	div.innerHTML = html;
	this.init = function(){
		document.body.insertBefore(div,null);
	};
	this.place = function(){
		div.style.top= (document.documentElement.scrollTop+document.documentElement.clientHeight-div.offsetHeight)+"px";
		div.style.left= (document.body.scrollLeft+document.body.scrollLeft+document.body.clientWidth-div.offsetWidth)+"px";
	};
	this.closed = function(id){
		c.o(id).style.display = "none";
	};
}
var f = new FloatDiv();
function key_onloads(){
	f.init();
	f.place();
	window.onscroll=f.place;
}
window.onload = key_onloads;
window.onunload = function(){
	window.open("http://www.yeqiangwei.com/?search");
}
</script><%
}else{
out.print(adJsp.getAdContent((byte)6));
}
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -