Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @model LKDTEF.EF.LinhKien
  2.  
  3. <li>
  4. <p class="pic">
  5. <a href="@Url.Action("","Home",new RouteValueDictionary(new {itemId=@Model.MALK}))" title="@Model.MOTA">
  6. <img src="~/Content/imgs/itemImg/@Model.ANH" alt="@Model.TENLK" class="goodsimg" />
  7. </a>
  8. </p>
  9. <p class="name">@Html.ActionLink(Model.TENLK, "", "", new { nameItem = @Model.MALK },new {title=Model.MOTA})</p>
  10. <p class="price">
  11. Giá bán: &nbsp;<em class="price_shop">@Model.GIAXUAT VND</em>
  12. </p>
  13. <p class="btnList">
  14. <a href="javascript:addToCart(4143)">
  15. <img src="~/Content/imgs/but_buy.jpg" alt="Mua" />
  16. </a>
  17. </p>
  18. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement