PageRenderTime 211ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/html_templates/tv_basic_template.txt

#
Plain Text | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | 974672590ffe13fa9111421e32b45fb0 MD5 | raw file
Possible License(s): GPL-2.0
  1. <title>Basic TV List</title>
  2. <<MC TV HTML Page>>
  3. <<header>>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  5. <title>Basic TV List - <<show_count>> Shows</title>
  6. <</header>>
  7. <<body>>
  8. <h1 align="center"><font size="6"><b>Media Companion for XBMC\Kodi</b></font></h1>
  9. <h2 align="center"><font size="5"><b>HTML Output</b></font></h2>
  10. <<media_item>>
  11. <font size="6"><<show_title>></font>&nbsp;&nbsp;<font size="1"><a href="<<show_imdburl>>">IMDB</a> <a href="<<show_tvdburl>>">TheTVDB</a></font>
  12. <ul>
  13. <<season:all>> <li>
  14. <font size="+1"><b>Season <<seas_number>></b></font>
  15. <ul>
  16. <<episode:all>> <li><<ep_number:pad>>. <<ep_title>></li>
  17. <</episode>>
  18. </ul>
  19. </li>
  20. <</season>>
  21. </ul>
  22. <</media_item>>
  23. <</body>>
  24. <<footer>><</footer>>
  25. <</MC TV HTML Page>>