*@
版本1.1.30509
@if (!string.IsNullOrWhiteSpace(Model.SiteInfo.footerCopyright))
{
Copyright © @Model.SiteInfo.footerCopyright
}
else
{
Copyright © © 佳典管理顧問有限公司
}
@if (!string.IsNullOrWhiteSpace(Model.SiteInfo.footerAddress))
{
@Resource.StaticLabelAddress: @Model.SiteInfo.footerAddress
}
else
{
@Resource.StaticLabelAddress: 新北市新店區安興路105號8樓之七
}
@if (!string.IsNullOrWhiteSpace(Model.SiteInfo.footerPhone))
{
@(string.IsNullOrWhiteSpace(Model.SiteInfo.footerPhone) ? "": (Resource.UserPhoneNumber + ": "+ Model.SiteInfo.footerPhone))
}
else
{
@Resource.UserPhoneNumber: (02)7728-9341
}
@if (!string.IsNullOrWhiteSpace(Model.SiteInfo.footerFax))
{
@(string.IsNullOrWhiteSpace(Model.SiteInfo.footerFax) ? "": (Resource.Fax + ": "+ Model.SiteInfo.footerFax))
}
else
{
@Resource.Fax: (02)2243-2586
}
@if (!string.IsNullOrWhiteSpace(Model.SiteInfo.footerEmail))
{
E-mail: @Model.SiteInfo.footerEmail
}
else
{
E-mail: netzeropro.service@netzero.com.tw
}