Files
samuele 919f70a9e6 Altri pacchetti base progetto:
friendly urls
web optim
json
jquery (mancanti da prev commit)
2014-04-22 16:46:56 +02:00

4 lines
269 B
Puppet

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