Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. }
  2. @foreach (var theme1 in @Model.get1() )
  3. {<p style="color:red;">
  4. <font size="6">Počítačový hardvér!</font>
  5. @theme1
  6.  
  7. </p>
  8. }
  9.  
  10. @foreach (var theme2 in @Model.get2() )
  11. {<p style="color:blue;">
  12. <font size="6">Tvorba databázových aplikácií!</font>
  13. @theme2
  14.  
  15. </p>
  16. }
  17. @foreach (var theme3 in @Model.get3() )
  18. {<p style="color:purple;">
  19. <font size="6">Informatika a základy správy databáz!</font>
  20. @theme3
  21.  
  22. </p>
  23. }
  24. @foreach (var theme4 in @Model.get4() )
  25. {<p style="color:#669900;">
  26. <font size="6">Programovanie 4 - Objektové programovanie!</font>
  27. @theme4
  28.  
  29. </p>
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement