* CatalogManager.cs: Uses GetDefaultProvider * Catalog.cs: the Catalog object now should support a unique id in the system : UID, exposed as one of its properties. * AccountController.cs: new static method te get an user profile by its name. * AdminController.cs: Uses the Yavsc.Admin namespace (refactoring) * Web.csproj: * BlogManager.cs: * BackOfficeController.cs: refactoring * BlogsController.cs: Fixes the Blog title * FrontOfficeController.cs: Changes on the go for the Command object * AddRole.aspx: minor syntax change * UserPosts.aspx: show the blog title * style.css: black transparent for the background of posts * Profile.cs: Method FromProfileBase became a constructor * Commande.cs: nothing * Estimate.aspx: moved to the frontoffice views * CatalogHelper.cs: Writting GetDefaultProvider
19 lines
677 B
Text
19 lines
677 B
Text
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
|
<!-- <asp:Content ContentPlaceHolderID="init" ID="initContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ContentPlaceHolderID="overHeaderOne" ID="overHeaderOneContent" runat="server">
|
|
</asp:Content>
|
|
<asp:Content ContentPlaceHolderID="header" ID="headerContent" runat="server">
|
|
</asp:Content> -->
|
|
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
|
<% using (Html.BeginForm("Estimate")) { %>
|
|
|
|
<% } %>
|
|
|
|
</asp:Content>
|
|
<!--
|
|
<asp:Content ContentPlaceHolderID="MASContent" ID="MASContentContent" runat="server">
|
|
</asp:Content>
|
|
-->
|
|
|
|
|