Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\STUserScoreItem\EditFrame.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EditFrame.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.STUserScoreItem.EditFrame" %> <!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> <%= this.Title %></title> <%= Import.Theme() %> <%= Import.Script("/jquery.1.9.js")%> </head> <body> <div id="divMain" class="gContent"> <div class="gIbx"> <div class="gCnta-cont"> <div class="g-title-2"> <h3 class="txt-14"> <%= Title %></h3> <span class="txt-info" style="color:#f00"> ????????????????????????????????????????????????????????????. </span> </div> <div class="mrgt5"> </div> <div class="gIbx-tablayout"> <form id="frmSTUserScoreItem" action="" onsubmit="return false;"> <div class="txt-12 listContainer" id="list"> <table cellspacing="0" cellpadding="2" class="g-table-comm"> <tbody> <tr class="thead"> <th class="wd0"></th> <th><span> <%=Define.Get("STScoreItem_STScoreTypeName_??????")%> </span></th> <th><span> <%=Define.Get("STScoreItem_?????")%> </span></th> <th><span> <%=Define.Get("STScoreItem_??????")%> </span></th> <th><span> <%=Define.Get("STScoreItem_???")%> </span></th> <th><span>??? </span></th> </tr> <% foreach (var item in this.ListSTScoreItem) { %> <tr class="trout"> <td title="" class="wd0 summary"></td> <td> <%= item.ParentSTScoreType.Name %> </td> <td> <%= item.Name%> </td> <td> <%= item.ScoreRatio %> </td> <td> <%= item.Description %> </td> <td> <% //???????????????????? var stUserScoreItem = CreateInstance.STUserScoreItemDao.Where(l => l.ParentSTScoreItem == item && l.ParentVideo == this.Video && l.ParentSTUser == this.STUser) .FirstResult(); if (stUserScoreItem != null) { %> <%=new HtmlHidden("STUserScoreItemGuid",stUserScoreItem.Guid) %> <%=new HtmlHidden("STUserScoreItemParentSTScoreItemGuid",stUserScoreItem.ParentSTScoreItem.Guid) %> <%=new HtmlHidden("STUserScoreItemParentSTUserGuid",stUserScoreItem.ParentSTUser.Guid) %> <%=new HtmlHidden("STUserScoreItemParentVideoGuid",stUserScoreItem.ParentVideo.Guid) %> <%= new HtmlText("STUserScoreItemScore", stUserScoreItem.Score) { }%> <% } else { %> <%=new HtmlHidden("STUserScoreItemGuid",null) %> <%=new HtmlHidden("STUserScoreItemParentSTScoreItemGuid",item.Guid) %> <%=new HtmlHidden("STUserScoreItemParentSTUserGuid",this.STUser.Guid) %> <%=new HtmlHidden("STUserScoreItemParentVideoGuid",this.Video.Guid) %> <%= new HtmlText("STUserScoreItemScore", null) { }%> <% } %> </td> </tr> <% } %> </tbody> </table> </div> <table class="g-table-cntacomm"> <tr> <th title="<%= Define.Get("STVideoScore_???").ToScriptTag() %>"> <%= Define.Get("STVideoScore_???").HtmlEncode() %>?? </th> <td> <%= new HtmlTextArea("Comment", this.ViewData["_STVideoScore.Comment"], 2000) { Class = "ipt-t ipt-t-dft width400 height100"}%> <%=new HtmlHidden("CommentUserGuid",this.STUser.Guid) %> <%=new HtmlHidden("CommentVideoGuid",this.Video.Guid) %> </td> </tr> <tr> <th></th> <td> <div onclick="BatchUpdate(this);" class="btn btn-dft btn-dft-impt"> <span> <%= DefineEnum.????.Define() %></span> </div> <div onclick="GoReturn();" class="btn btn-dft"> <span> <%= DefineEnum.????.Define() %></span> </div> </td> </tr> </table> </form> </div> </div> </div> </div> </body> <%= Import.Script("js","/JQueryUI/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("js","/FancyBox/jquery.fancybox-1.2.1.js")%> <%= Import.CSS("js", "/FancyBox/jquery.fancybox.css")%> <%= Import.Script("/ToolTip/jquery.tipsy.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("/SelectForm.js")%> <%= Import.Script("js", "/global.js")%> <%= Import.Script("js", "/Public.js")%> <%= Import.Script("js", "/ListPublic.js")%> <%= Import.Script("js", "/Ajax/Pub/STUserScoreItemAjax.js")%> <script type="text/javascript"> //?????? </script> <script type="text/javascript"> //??????AJAX??? function BatchUpdate(send) { STUserScoreItemAjax.BatchUpdate($("#frmSTUserScoreItem"), send, function (json) { GoReturn(); }); }; </script> <script type="text/javascript"> //???????? ListInit(); </script> <script type="text/javascript"> //?????? function GoReturn() { GoUrl("../STVideoScore/ListIFreame.aspx?STUserGuid=<%= this.STUser.Guid %>&SubjectGuid=<%= this.STUser.ParentSubject.Guid %>"); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de