/html_templates/tv_missing_episode_list.txt

# · Plain Text · 19 lines · 19 code · 0 blank · 0 comment · 0 complexity · 354b55d822f853977a317357ae5c0d7a MD5 · raw file

  1. <title>Missing Episode List</title>
  2. <<MC TV HTML Page>>
  3. <<header>>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  5. <title>Missing Episode List</title>
  6. <</header>>
  7. <<body>>
  8. <table border="0">
  9. <tr valign="top">
  10. <td><<show_title>>:</td>
  11. <td>
  12. <<episode:missing>>s<<ep_season:pad>>e<<ep_number:pad>>. <<ep_title>></br>
  13. <</episode>>
  14. </td>
  15. </tr>
  16. </table>
  17. <</body>>
  18. <<footer>><</footer>>
  19. <</MC TV HTML Page>>