yavsc/web/Views/FrontOffice/Command.aspx

12 lines
434 B
Text
Raw Normal View History

2014-10-12 15:22:45 +02:00
<%@ Page Title="Commande" Language="C#" MasterPageFile="~/Models/App.master" Inherits="System.Web.Mvc.ViewPage<FormCollection>" %>
2014-07-16 20:35:03 +02:00
<asp:Content ID="MainContentContent" ContentPlaceHolderID="MainContent" runat="server">
2015-01-27 14:17:33 +01:00
<%= Html.ActionLink("Votre panier","Basket","FrontOffice" ) %>
2015-01-27 14:17:33 +01:00
2015-11-17 22:22:59 +01:00
<ul><li>
2015-01-27 14:17:33 +01:00
<%= Html.ActionLink("Catalog","Catalog" ) %>
</li><li>
<%= Html.ActionLink("Estimates","Estimates" ) %>
</li></ul>
2015-11-17 22:22:59 +01:00
</asp:Content>