|
Wersja 838, 0.7 KB
(wprowadzona przez marek, 17 years temu)
|
|
re #195 - merged with latest trunk
|
| Line | |
|---|
| 1 | <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Wierszowki.Models.MagazineItemViewData>" %>
|
|---|
| 2 |
|
|---|
| 3 | <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
|---|
| 4 | Delete
|
|---|
| 5 | </asp:Content>
|
|---|
| 6 |
|
|---|
| 7 | <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
|---|
| 8 |
|
|---|
| 9 | <% using (Html.BeginForm("Delete","MagazineItem"))
|
|---|
| 10 | { %>
|
|---|
| 11 | <h2>Czy napewno chcesz usun¹æ wierszówkê??? </h2>
|
|---|
| 12 | <div class="submit">
|
|---|
| 13 | <input type="submit" value="Usuñ" />
|
|---|
| 14 | </div>
|
|---|
| 15 | <br />
|
|---|
| 16 | <% } %>
|
|---|
| 17 | <div>
|
|---|
| 18 | <%=Html.ActionLink("Powrót", "Index", "Home") %>
|
|---|
| 19 | </div>
|
|---|
| 20 | </asp:Content>
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.