Files
smartcheckin/CompanyRegistration/ViewSwitcher.ascx
T
2020-05-16 15:30:05 +02:00

4 lines
261 B
Plaintext

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="AppManager.ViewSwitcher" %>
<div id="viewSwitcher">
<%: CurrentView %> view | <a href="<%: SwitchUrl %>" data-ajax="false">Switch to <%: AlternateView %></a>
</div>