@Html.Raw(i.Lable)
@if (i.IsHidden)
{
}
else
{
@Html.Raw(iBefore)
@if (i.Types == InputTypes.List)
{
var style = i.Styles.IsNullOrEmpty() ? "width:100%" : i.Styles;
}
else if (i.Types == InputTypes.Textarea)
{
}
else
{
if (!string.IsNullOrEmpty(i.SearchModalId))
{
}
else
{
@*@L("InputPlaceholder")*@
}
}
@Html.Raw(iAfter)