diff --git a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml index 4428026..f7d9ebd 100644 --- a/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml +++ b/Sevomin.WebFrontend/Views/Job/JobEditor.cshtml @@ -1,71 +1,73 @@ @model Sevomin.Models.JobViewModel -@using (Html.BeginForm("", "", FormMethod.Post, new { role = "form" })) -{ -
-
-
مشخصات اصلی آگهی
-
-
-
-
- @* + +
+
+ +
+
+
مشخصات اصلی آگهی
+
+
+
+
+ @* *@ - -
-
-
-
- -
-
-
-
- -
+
-
-
- @Html.LabelFor(model => model.JalaliExpireDate) - @Html.TextBoxFor(model => model.JalaliExpireDate, new { @class = "form-control datepickerify" }) +
+
+
-
- @Html.LabelFor(model => model.ContactPersonName) - @Html.TextBoxFor(model => model.ContactPersonName, new { @class = "form-control" }) -
-
- @Html.LabelFor(model => model.ContactPersonPhone) - @Html.TextBoxFor(model => model.ContactPersonPhone, new { @class = "form-control" }) -
-
- @Html.LabelFor(model => model.ContactPersonEMail) - @Html.TextBoxFor(model => model.ContactPersonEMail, new { @class = "form-control" }) +
+
+
+
+
+
+ @Html.LabelFor(model => model.JalaliExpireDate) + @Html.TextBoxFor(model => model.JalaliExpireDate, new { @class = "form-control datepickerify" }) +
+
+ @Html.LabelFor(model => model.ContactPersonName) + @Html.TextBoxFor(model => model.ContactPersonName, new { @class = "form-control" }) +
+
+ @Html.LabelFor(model => model.ContactPersonPhone) + @Html.TextBoxFor(model => model.ContactPersonPhone, new { @class = "form-control" }) +
+
+ @Html.LabelFor(model => model.ContactPersonEMail) + @Html.TextBoxFor(model => model.ContactPersonEMail, new { @class = "form-control" }) +
+
-
-
-
مشخصات اضافه آگهی
-
-
- @foreach(var category in Model.Parameters.GroupBy(m => m.GroupName)){ - @category.Key - foreach (var item in category) - { - @Html.EditorFor(m => item) - } - +
+
+
+
مشخصات اضافه آگهی
+
+
+ @foreach (var category in Model.Parameters.GroupBy(m => m.GroupName)) + { + @category.Key + foreach (var item in category) + { + @Html.EditorFor(m => item) } -
+ + }
-} \ No newline at end of file +
\ No newline at end of file diff --git a/Sevomin.WebFrontend/Views/Job/NewJob.cshtml b/Sevomin.WebFrontend/Views/Job/NewJob.cshtml index 6d5e85a..7852760 100644 --- a/Sevomin.WebFrontend/Views/Job/NewJob.cshtml +++ b/Sevomin.WebFrontend/Views/Job/NewJob.cshtml @@ -7,4 +7,7 @@

انتشار آگهی استخدام لورم ایپسوم

-@Html.Partial("JobEditor") \ No newline at end of file +@using (Html.BeginForm("", "", FormMethod.Post, new { role = "form" })) +{ + @Html.Partial("JobEditor") +} \ No newline at end of file