Files
GPW/GPW_Commesse/ViewSwitcher.ascx
T
2016-12-14 17:48:57 +01:00

4 lines
263 B
Plaintext

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