init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
@using Kreta.Web.Areas.Tanulo.Models
|
||||
|
||||
@model TanuloEgyszeriPalyakezdesiJuttatasSearchModel
|
||||
|
||||
@{
|
||||
const string gridName = "JuttatasokGrid";
|
||||
const string searchFormName = "JuttatasokSearchForm";
|
||||
}
|
||||
|
||||
@using (Html.SearchPanelSideBar(searchFormName, gridName))
|
||||
{
|
||||
@Html.KretaTextBoxFor(x => x.TanuloNeve).RenderSearchPanelSideBar()
|
||||
@Html.KretaMaskedTextBoxFor(model => model.OktatasiAzonosito, "00000000000").RenderSearchPanelSideBar()
|
||||
@Html.KretaComboBoxFor(x => x.OsztalyId, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetOsztalyListByEvfolyam" })).RenderSearchPanelSideBar()
|
||||
@Html.KretaComboBoxFor(x => x.Evfolyam, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Constants.ApiControllers.ComboBoxHelperApi, action = "GetEvfolyamComboBoxList" })).RenderSearchPanelSideBar()
|
||||
@Html.KretaRangeNumericSideBar(x => x.SzakmaiVizsgaEredmenyeTol, x => x.SzakmaiVizsgaEredmenyeIg, precision: 2, needTolIgLabels: true, step: 0.1)
|
||||
@Html.KretaMaskedTextBoxFor(x => x.JuttatasOsszege, "999990").ClearPromptChar(true).UnmaskOnPost(true).RenderSearchPanelSideBar()
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue