Example #1
0
        //保存
        protected void btnSubmit_Click(object sender, EventArgs e)
        {
            Model.wx_userweixin weixin = GetWeiXinCode();
            int id = MyCommFun.Str2Int(hidid.Value);

            Model.wx_wq_panorama model = new Model.wx_wq_panorama();
            if (id != 0)
            {
                model = pBll.GetModel(id);
            }
            string   jdName     = this.txtpName.Text;
            string   pic_front  = this.txtImgBefore.Text;
            string   pic_right  = this.txtImgRight.Text;
            string   pic_behind = this.txtImgBehond.Text;
            string   pic_left   = this.txtImgLeft.Text;
            string   pic_top    = this.txtImgTop.Text;
            string   pic_bottom = this.txtImgBottom.Text;
            string   pic_yulan  = "";
            string   remark     = this.txtpContent.Value;
            int      seq        = 0;
            DateTime createDate = DateTime.Now;

            model.Id         = id;
            model.fid        = 1;
            model.wid        = weixin.id;
            model.jdname     = jdName;
            model.pri_front  = pic_front;
            model.pic_right  = pic_right;
            model.pic_behind = pic_behind;
            model.pic_left   = pic_left;
            model.pic_top    = pic_top;
            model.pic_bottom = pic_bottom;
            model.pic_yulan  = pic_yulan;
            model.remark     = remark;
            model.seq        = seq;

            if (id != 0)                                                               //修改
            {
                ChkAdminLevel("qc_qjxc", MXEnums.ActionEnum.Edit.ToString());          //检查权限
                pBll.Update(model);
                AddAdminLog(MXEnums.ActionEnum.Add.ToString(), "修改360全景图信息,主键为" + id); //记录日志
                JscriptMsg("修改360全景图信息成功!", "qjxcMgr.aspx", "Success");
            }
            else//添加
            {
                ChkAdminLevel("floormgr", MXEnums.ActionEnum.Add.ToString()); //检查权限
                model.createDate = createDate;
                pBll.Add(model);
                AddAdminLog(MXEnums.ActionEnum.Add.ToString(), "添加360全景图信息,主键为" + id); //记录日志
                JscriptMsg("添加360全景图信息成功!", "qjxcMgr.aspx", "Success");
            }
        }
Example #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     wid    = MyCommFun.RequestInt("wid");
     id     = MyCommFun.RequestInt("id");
     openid = MyCommFun.QueryString("openid");
     if (!IsPostBack)
     {
         BLL.wx_wq_panorama   pBll   = new BLL.wx_wq_panorama();
         Model.wx_wq_panorama pModel = null;
         pModel     = pBll.GetModel(id);
         title      = pModel.jdname;
         this.Title = title;
     }
 }
Example #3
0
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                Response.ContentType = "text/xml";
                int id = MyCommFun.RequestInt("id");
                if (id <= 0)
                {
                    return;
                }
                BLL.wx_wq_panorama   pbll = new BLL.wx_wq_panorama();
                Model.wx_wq_panorama pano = pbll.GetModel(id);
                StringBuilder        sb   = new StringBuilder("");


                sb.Append("<panorama id=\"\">");
                sb.Append("<view fovmode=\"0\" pannorth=\"0\"><start pan=\"0\" fov=\"70\" tilt=\"0\"/><min pan=\"0\" fov=\"5\" tilt=\"-90\"/>");
                sb.Append("<max pan=\"360\" fov=\"120\" tilt=\"90\"/></view>");
                sb.Append("<input tilesize=\"685\" tilescale=\"1.014598540145985\" tile0url=\"" + getPicUrl(pano.pri_front) + "\" tile1url=\"" + getPicUrl(pano.pic_right) + "\" tile2url=\"" + getPicUrl(pano.pic_behind) + "\" tile3url=\"" + getPicUrl(pano.pic_left) + "\" tile4url=\"" + getPicUrl(pano.pic_top) + "\" tile5url=\"" + getPicUrl(pano.pic_bottom) + "\" />");
                sb.Append("<userdata title=\"mxweixin_pano\" datetime=\"2011:11:03 09:41:07\" description=\"description\" copyright=\"copyright\" tags=\"tags\" author=\"author\" source=\"source\" comment=\"comment\" info=\"info\" longitude=\"0\" latitude=\"\"/>");
                sb.Append("<autorotate speed=\"0.200\" nodedelay=\"0.00\" startloaded=\"1\" returntohorizon=\"0.000\" delay=\"5.00\"/>");
                sb.Append("<control sensitivity=\"8\" simulatemass=\"1\" lockedmouse=\"0\" lockedkeyboard=\"0\" lockedwheel=\"0\" invertwheel=\"0\" speedwheel=\"1\" dblclickfullscreen=\"0\" invertcontrol=\"1\" />");
                sb.Append("<sounds></sounds>");
                sb.Append("</panorama>");


                //string one = pano.pri_front;
                //string two = pano.pic_right;
                //string thr = pano.pic_behind;
                //string fou = pano.pic_left;
                //string fiv = pano.pic_top;
                //string six = pano.pic_bottom;
                //sb.Append("<panorama id=\"\" hideabout=\"1\"><view fovmode=\"0\" pannorth=\"0\">");
                //sb.Append("<start pan=\"5.5\" fov=\"80\" tilt=\"1.5\"/><min pan=\"0\" fov=\"80\" tilt=\"-90\"/>");
                //sb.Append("<max pan=\"360\" fov=\"80\" tilt=\"90\"/></view>");
                //sb.Append("<userdata title=\"\" datetime=\"2013:05:23 21:01:02\" description=\"\" copyright=\"\" tags=\"\" author=\"\" source=\"\" comment=\"\" info=\"\" longitude=\"\" latitude=\"\"/>");
                //sb.Append("<hotspots width=\"180\" height=\"20\" wordwrap=\"1\">");
                //sb.Append("<label width=\"180\" backgroundalpha=\"1\" enabled=\"1\" height=\"20\" backgroundcolor=\"0xffffff\" bordercolor=\"0x000000\" border=\"1\" textcolor=\"0x000000\" background=\"1\" borderalpha=\"1\" borderradius=\"1\" wordwrap=\"1\" textalpha=\"1\"/>");
                //sb.Append("<polystyle mode=\"0\" backgroundalpha=\"0.2509803921568627\" backgroundcolor=\"0x0000ff\" bordercolor=\"0x0000ff\" borderalpha=\"1\"/></hotspots><media/>");
                //sb.Append("<input tilesize=\"700\" tilescale=\"1.014285714285714\" tile0url=\"" + one + "\" tile1url=\"" + two + "\" tile2url=\"" + thr + "\" tile3url=\"" + fou + "\" tile4url=\"" + fiv + "\" tile5url=\"" + six + "\"/>");
                //sb.Append("<autorotate speed=\"0.200\" nodedelay=\"0.00\" startloaded=\"1\" returntohorizon=\"0.000\" delay=\"5.00\"/>");
                //sb.Append("<control simulatemass=\"1\" lockedmouse=\"0\" lockedkeyboard=\"0\" dblclickfullscreen=\"0\" invertwheel=\"0\" lockedwheel=\"0\" invertcontrol=\"1\" speedwheel=\"1\" sensitivity=\"8\"/>");
                //sb.Append("</panorama>");
                Response.Write(sb.ToString());
            }
        }
Example #4
0
 private void ShowInfo(int id)
 {
     hidid.Value = id.ToString();
     Model.wx_wq_panorama pano = pBll.GetModel(id);
     hidid.Value            = pano.Id.ToString();
     txtpName.Text          = pano.jdname.ToString();
     txtpContent.Value      = pano.remark.ToString();
     this.txtpName.Text     = pano.jdname;
     this.txtImgBefore.Text = pano.pri_front;
     imgBefore.ImageUrl     = pano.pri_front;
     this.txtImgRight.Text  = pano.pic_right;
     imgRight.ImageUrl      = pano.pic_right;
     this.txtImgBehond.Text = pano.pic_behind;
     imgBehond.ImageUrl     = pano.pic_behind;
     this.txtImgLeft.Text   = pano.pic_left;
     imgLeft.ImageUrl       = pano.pic_left;
     this.txtImgTop.Text    = pano.pic_top;
     imgTop.ImageUrl        = pano.pic_top;
     this.txtImgBottom.Text = pano.pic_bottom;
     imgBottom.ImageUrl     = pano.pic_bottom;
     this.txtpContent.Value = pano.remark;
 }