|
|
|
@ -3,7 +3,7 @@ |
|
|
|
@inherits Acme.BookStore.Pages.BookStorePageBase |
|
|
|
@model IndexModel |
|
|
|
@section scripts |
|
|
|
{ |
|
|
|
{ |
|
|
|
<abp-script src="/Pages/Books/index.js" /> |
|
|
|
} |
|
|
|
<abp-card> |
|
|
|
@ -23,14 +23,14 @@ |
|
|
|
<abp-card-body> |
|
|
|
<abp-table striped-rows="true" id="BooksTable"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th>@L["Actions"]</th> |
|
|
|
<th>@L["Name"]</th> |
|
|
|
<th>@L["Type"]</th> |
|
|
|
<th>@L["PublishDate"]</th> |
|
|
|
<th>@L["Price"]</th> |
|
|
|
<th>@L["CreationTime"]</th> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th>@L["Actions"]</th> |
|
|
|
<th>@L["Name"]</th> |
|
|
|
<th>@L["Type"]</th> |
|
|
|
<th>@L["PublishDate"]</th> |
|
|
|
<th>@L["Price"]</th> |
|
|
|
<th>@L["CreationTime"]</th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</abp-table> |
|
|
|
</abp-card-body> |
|
|
|
|