拿什么qu思念吧 关注:2,071贴子:9,344
  • 5回复贴,共1

贵吧吧主真肉麻

只看楼主收藏回复

以前怎么就没发现哈哈祝性福


来自Android客户端1楼2015-01-17 19:10回复





    IP属地:湖北2楼2015-01-19 09:12
    回复
      <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Loupan.master.cs" Inherits="Xsfc.Web.Loupan" %>
      <%@ Register TagPrefix="ljk" Namespace="ActionlessForm" Assembly="ActionlessForm" %>
      <%@ Register src="Controls/Copyright1.ascx" tagname="Copyright" tagprefix="uc1" %>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head runat="server">
      <title></title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
      <link rel="Shortcut Icon" href="/favicon.ico" />
      <link rel="Bookmark" href="/favicon.ico" />
      <link rel="Stylesheet" href="/Styles/loupan.css" />
      <style type="text/css">
      #Menu1
      {
      float: left;
      position: relative;
      font-weight: bold;
      }
      #Menu1 ul
      {
      list-style: none;
      margin: 0;
      padding: 0;
      width: auto;
      position: relative;
      width: auto;
      float: left;
      }
      #Menu1 ul li
      {
      position: relative;
      float: left;
      }
      #Menu1 ul li a
      {
      text-decoration: none;
      border-style: none;
      padding-left: 0.15em;
      padding-right: 0.15em;
      text-decoration: none;
      white-space: nowrap;
      display: block;
      display: block;
      line-height: 28px;
      margin: 2px 0px 0 0px;
      width: 75px;
      text-align: center;
      }
      #Menu1 ul li a:link
      {
      color: #EA5302;
      }
      #Menu1 ul li a:visited
      {
      color: #EA5302;
      }
      #Menu1 ul li a:hover
      {
      font-weight: bold;
      color: #fff;
      background: url(/Images/menu_hover.gif) no-repeat 0px 0px;
      }
      #Menu1 ul li b
      {
      overflow: hidden;
      background: url(/images/newIcon.gif) no-repeat;
      display: block;
      height: 18px;
      width: 27px;
      position: absolute;
      left: 70%;
      top: -30%;
      z-index: 2;
      }
      </style>
      <asp:ContentPlaceHolder ID="headContent" runat="server">
      </asp:ContentPlaceHolder>
      </head>


      IP属地:湖北3楼2015-01-20 14:14
      回复
        <script type="text/javascript">
        function GetCookie(name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal(j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function getCookieVal(offset) { var endstr = document.cookie.indexOf(";", offset); if (endstr == -1) endstr = document.cookie.length; return decodeURI(document.cookie.substring(offset, endstr)); } function IsPerson(_p) { for (var i = 0; i < loginInfo.length; i++) { if (_p[i].split("=")[0] === "UserType" && _p[i].split("=")[1] === "个人") { return true; break; } } return false; }
        var loginInfo = GetCookie("loginInfo").split("&");
        function saveFav() {
        if (loginInfo && IsPerson(loginInfo)) {
        window.location.href = "/Plus/FavoriteHandler.ashx?act=add&favtype=<%=(int)Xsfc.Model.MyFavoriteInfo.MyFavType.Loupan %>&favid=<%=loupan.ID %>";
        } else {
        if (!loginInfo || loginInfo[0].split("=")[1] === "") {
        window.location.href = "/Login.aspx?returnurl=" + encodeURI(window.location.href);
        } else {
        alert("对不起,目前本功能仅限个人使用!");
        }
        }
        }
        </script>


        IP属地:湖北4楼2015-01-20 14:20
        收起回复