Radarr/NzbDrone.Web/Views/Settings/Index.aspx

19 lines
694 B
Plaintext
Raw Normal View History

<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
2010-09-24 05:21:45 +00:00
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
2010-10-02 19:01:43 +00:00
Settings
2010-09-24 05:21:45 +00:00
</asp:Content>
<asp:Content ID="Menu" ContentPlaceHolderID="ActionMenu" runat="server">
2011-04-10 02:44:01 +00:00
<%
Html.RenderPartial("SubMenu");%>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<script src="/Scripts/MicrosoftAjax.js" type="text/javascript"></script>
<script src="/Scripts/MicrosoftMvcValidation.js" type="text/javascript"></script>
2011-04-10 02:44:01 +00:00
<%
Html.RenderPartial(ViewData["viewName"].ToString());%>
2010-09-24 05:21:45 +00:00
</asp:Content>