@if (Model.CMInning.ctype == 0)
{
}
else if (Model.CMInning.ctype == 1 || Model.CMInning.ctype == 3)
{
//if (hasurlmp4)
//{
//}
}
else if (Model.CMInning.ctype == 2)
{
@Html.Raw(Model.ismobile == 1 ? (string.IsNullOrEmpty(Model.Page.srcm) ? Model.Page.srcp : Model.Page.srcm) : Model.Page.srcp)
}