智云SRM-LAYUI(夏宝服务器版本)
jingh
2021-04-01 188ed28bc1a13c52dd79c0faeb2ef578a867097c
1
2
3
4
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="WebSRM.ViewSwitcher" %>
<div id="viewSwitcher">
    <%: CurrentView %> view | <a href="<%: SwitchUrl %>">Switch to <%: AlternateView %></a>
</div>