Pokaż
Ignoruj:
Data:
2009-07-28 13:46:27 (17 years ago)
Autor:
marek
Opis:

re #194

Lokalizacja:
trunk/Wierszowki/Wierszowki.Web/Views
Pliki:
5 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/Wierszowki/Wierszowki.Web/Views/MagazineItem/Confirm.aspx

    r752 r785  
    99    <h2>Pomyœlnie dodano/zaktualizowano wierszówkê dla: <%= Html.Encode(ViewData.Model.FirstName + " " + ViewData.Model.LastName)%></h2> 
    1010    <div> 
    11         <%=Html.ActionLink("Powrót", "Index", "Home") %> 
     11        <%=Html.ActionLink("Powrót", "Index", "Report") %> 
    1212    </div> 
    1313</asp:Content> 
  • trunk/Wierszowki/Wierszowki.Web/Views/MagazineItem/Create.aspx

    r752 r785  
    7272                <div class="formitem"> 
    7373                    <label for="MagazineItem.Description">Opis:</label> 
    74                     <%= Html.TextBox("MagazineItem.Description", Model.MagazineItem.Description, new { title = "Proszê wprowadziæ opis artyku³u." })%> 
     74                    <%= Html.TextArea("MagazineItem.Description", Model.MagazineItem.Description, new { title = "Proszê wprowadziæ opis artyku³u." })%> 
    7575                </div> 
    7676                <div class="formitem"> 
  • trunk/Wierszowki/Wierszowki.Web/Views/MagazineItem/Edit.aspx

    r752 r785  
    7373                <div class="formitem"> 
    7474                    <label for="MagazineItem.Description">Opis:</label> 
    75                     <%= Html.TextBox("MagazineItem.Description", Model.MagazineItem.Description, new { title = "Proszê wprowadziæ opis artyku³u." })%> 
     75                    <%= Html.TextArea("MagazineItem.Description", Model.MagazineItem.Description, new { title = "Proszê wprowadziæ opis artyku³u." })%> 
    7676                </div> 
    7777                <div class="formitem"> 
  • trunk/Wierszowki/Wierszowki.Web/Views/Report/All.aspx

    r752 r785  
    6464    </table> 
    6565    <p> 
    66         <%= Html.ActionLink("Powrót", "Index", "Home") %> 
     66        <%= Html.ActionLink("Powrót", "Index", "Report") %> 
    6767    </p> 
    6868 
  • trunk/Wierszowki/Wierszowki.Web/Views/Report/Index.aspx

    r772 r785  
    6464                    <td> 
    6565                        <%= Html.MonthSelect("month")%> 
     66                    </td> 
     67                </tr> 
     68                <tr> 
     69                    <td></td> 
     70                    <td><input type="submit" value="Poka¿" /></td> 
     71                </tr> 
     72            </table> 
     73            <% } %> 
     74        </td> 
     75        <td style="text-align:left; vertical-align:top;"> 
     76            <h4>Wierszówki miesiêczne wg wprowadzaj¹cego i wybranego miesi¹ca</h4> 
     77            <% using (Html.BeginForm("All", "Report")) { %> 
     78            <table> 
     79                <tr> 
     80                    <td> 
     81                        <label for="Year">Rok:</label> 
     82                    </td> 
     83                    <td> 
     84                        <%= Html.YearSelect("year")%> 
     85                    </td> 
     86                </tr> 
     87                <tr> 
     88                    <td> 
     89                        <label for="Month">Miesi¹c:</label> 
     90                    </td> 
     91                    <td> 
     92                        <%= Html.MonthSelect("month")%> 
     93                    </td> 
     94                </tr> 
     95                <tr> 
     96                    <td> 
     97                        <label for="user">Wprowadzaj¹cy:</label> 
     98                    </td> 
     99                    <td> 
     100                        <select id="user" name="user"> 
     101                            <option value="3">zbyszek</option> 
     102                            <option value="4">slawek</option> 
     103                        </select> 
    66104                    </td> 
    67105                </tr> 
     
    142180            <% } %> 
    143181        </td> 
     182        <td style="text-align:left; vertical-align:top;"></td> 
    144183    </tr> 
    145184</table>