init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
20
KretaWeb/Areas/Orarend/Views/TanariOrarend/Index.cshtml
Normal file
20
KretaWeb/Areas/Orarend/Views/TanariOrarend/Index.cshtml
Normal file
|
@ -0,0 +1,20 @@
|
|||
@using Kreta.Framework;
|
||||
@using Kreta.Web.Areas.Orarend.Models;
|
||||
@using Kreta.Web.Helpers;
|
||||
@using Kreta.Enums.ManualEnums;
|
||||
@using Kreta.Web.Security;
|
||||
@using Kreta.Web.Areas.Kerdoiv.Controllers;
|
||||
@model TanariOrarendModel
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
@section AddCss {
|
||||
@Styles.Render(Constants.General.TanuloErtekelesCSS)
|
||||
@Styles.Render(Constants.General.FeljegyzesekCSS)
|
||||
@Styles.Render(Constants.General.NaplozasAutoFeljegyzesCSS)
|
||||
}
|
||||
|
||||
@{
|
||||
Html.RenderPartial("Orarend", Model);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue