@model NP.Model.VMUser
사이트설정
사이트생성여부@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:예;0:아니오" }, { "checked", Model.Assign.issite }, { "name", "issite" } })
서브도메인설정 ※ 서브도메인은 서버(IIS) 및 도메인관리서비스에도 별도로 등록해주셔야 합니다.
사이트명칭
로고(200x70권장) @Html.Partial("./Partial/File", Model.FileList, new ViewDataDictionary { { "name", "sitelogo" },{"value", Model.Assign.sitelogo },{ "fname", "sitelogofile"}, {"width", null },{"table", "assign" },{ "column", "sitelogo"},{"filecount", 1 }, {"readmode", 0 },{"hidemode", 1 }, { "isimage", 1 },{ "imageid", "imglogo" },{ "dftsrc", "/img/common/profile_sample.jpg" }, { "fileext", "png,jpg,gif" }, { "loginfo",Model.Assign.asno+"|9"}})
Footer Html @Html.TextArea("sitefooter", Model.Assign.sitefooter, new { @class = "form-control", @style = "resize: none; width: 90%; height: 80px; padding: 3px 5px;" })
@Html.HiddenFor(m => m.intval)
@Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
@section styles{ @Html.Partial("./Partial/Summernotestyle") } @section scriptsHeader{ @Html.Partial("./Partial/Summernote") @Html.Partial("./Partial/FileScript") } @section scripts{ }