PageRenderTime 53ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/html_templates/html_template.txt

#
Plain Text | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 78c89df9473855c19f1c023f6137b448 MD5 | raw file
Possible License(s): GPL-2.0
  1. <title>Basic Movie List</title>
  2. <<MC HTML Page>>
  3. <<header>>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  5. <h1 align="center"><font size="6"><b>XBMC Media Companion</b></font></h1>
  6. <h2 align="center"><font size="5"><b>HTML Output</b></font></h2>
  7. <h3 align="center"><<moviecount>> movies</h3>
  8. <p align=""center"">&nbsp;</p>
  9. <</header>>
  10. <<body>>
  11. <p align="center"><b><a href="<<imdb_url>>"><<movietitleandyear>></a></b></p>
  12. <</body>>
  13. <<footer>><</footer>>
  14. <</MC HTML Page>>