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

17 lines
680 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">
<% 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>
<% Html.RenderPartial(ViewData["viewName"].ToString()); %>
2010-09-24 05:21:45 +00:00
</asp:Content>