公告板
版本库
filestore
活动
搜索
登录
main
/
ARSRM-UI
安瑞SRM前端(作废)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
nothing
YL
2021-11-03
2a8a42b4639c8d45608ef7c88977cfe408cce40a
[ARSRM-UI.git]
/
WebSRM
/
ViewSwitcher.ascx
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>