Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.AdminUI\Pub\Channel\Select.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Select.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.Channel.Select" %> <!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> </div> <div class="mrgt5"> </div> <div class="gIbx-tablayout"> <div class="txt-12 listContainer" id="list"> <table cellspacing="0" cellpadding="2" class="g-table-comm"> <tr class="thead"> <th class="wd0"> </th> <th class="wd1"> </th> <th> <span> <%=Define.Get("Channel_??????")%> </span> </th> </tr> <% foreach (var item in this._ListAllChannel) { %> <tr class="trout"> <td title="" class="wd0 summary"> </td> <% if (this.Last == 0) { if (item._ListChannel.Count > 0 || item.ParentChannel == null) { %> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= item.Name.ToString(null).ToScriptTag() %>");"><input type="checkbox" /></td> <% } else { %> <td class="wd1"> </td> <% } } else { if (item._ListChannel.Count > 0) { %> <td class="wd1"> </td> <% } else { %> <td class="wd1 select" onclick="Select("<%= item.Guid.ToString(null).ToScriptTag()%>","<%= item.Name.ToString(null).ToScriptTag() %>");"><input type="checkbox" /></td> <% } } %> <td title="<%= item.Description.ToScriptTag() %>"> <%= this.GetSpace(item.Depth) + item.Name%> <b class="<%= IsTrue(item.Status, "ico-enable", "ico-disable") %>"> </b> </td> </tr> <% } %> </table> </div> </div> </div> </div> </div> </body> </html> <%= 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/ChannelAjax.js")%> <%= Import.Script("js", "/Ajax/Sys/ManagerViewDefineAjax.js")%> <script type="text/javascript"> //?????? </script> <script type="text/javascript"> //??????AJAX??? //?????? function Delete(send) { if (confirm("<%=DefineEnum.??????_.Define().ToScriptChar() %>")) { var key = send.getAttribute("key"); ChannelAjax.Delete(key, send, function (result) { alert("<%= DefineEnum.??????.Define().ToScriptChar() %>"); window.location.href = window.location.href; }); } }; </script> <script type="text/javascript"> //?????? $(function () { ListInit(); }) </script> <script type="text/javascript"> //?????? </script> <script type="text/javascript"> //?????? var valueControl = "<%= Request.QueryString["valueControl"].ToString("").ToScriptChar() %>"; var nameControl = "<%= Request.QueryString["nameControl"].ToString("").ToScriptChar() %>"; </script> <script type="text/javascript"> //?????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de