mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
@@ -1,4 +1,6 @@
|
||||
@model ImportViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@{
|
||||
Layout.Title = T("Import Terms for {0}", Model.Taxonomy.Name).Text;
|
||||
}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
@model TaxonomyAdminIndexViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@{
|
||||
Layout.Title = T("Manage Taxonomies").ToString();
|
||||
int taxonomyIndex = 0, ti;
|
||||
|
@@ -1,6 +1,8 @@
|
||||
@model TaxonomyFieldViewModel
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
@using Orchard.Utility.Extensions;
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
|
||||
@{
|
||||
if (Model.Settings.Autocomplete) {
|
||||
|
@@ -1,6 +1,8 @@
|
||||
@model TaxonomyFieldViewModel
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
@using Orchard.Utility.Extensions;
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@{
|
||||
Style.Include("admin-taxonomy.css");
|
||||
Script.Require("jQuery");
|
||||
|
@@ -1,4 +1,6 @@
|
||||
@model TaxonomyNavigationViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@{
|
||||
Script.Require("jQuery");
|
||||
}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
@model TermAdminIndexViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
@{
|
||||
Style.Include("admin-taxonomy.css");
|
||||
|
@@ -1,4 +1,6 @@
|
||||
@model MergeTermViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@{
|
||||
Layout.Title = T("Merging terms").Text;
|
||||
}
|
||||
|
@@ -1,4 +1,6 @@
|
||||
@model MoveTermViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
|
@@ -1,4 +1,5 @@
|
||||
@model SelectTermViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
|
||||
@foreach (var term in Model.Terms) {
|
||||
|
@@ -1,4 +1,5 @@
|
||||
@model SelectTermViewModel
|
||||
@using Orchard.Taxonomies.ViewModels;
|
||||
@using Orchard.Taxonomies.Helpers;
|
||||
|
||||
@using (Html.BeginFormAntiForgeryPost()) {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
<add namespace="System.Linq"/>
|
||||
<add namespace="System.Collections.Generic"/>
|
||||
<add namespace="Orchard.Mvc.Html"/>
|
||||
<add namespace="Orchard.Taxonomies.ViewModels"/>
|
||||
<add namespace=""/>
|
||||
</namespaces>
|
||||
</pages>
|
||||
</system.web.webPages.razor>
|
||||
|
Reference in New Issue
Block a user