Changeset d23649dbc46a02e6b0a660893ad5be80ffec0332
- Timestamp:
- 03/10/08 19:49:39
(10 months ago)
- Author:
- KRKeegan <-NOSPAM-kevin@krkeegan.com>
- git-committer:
- KRKeegan <-NOSPAM-kevin@krkeegan.com> 1205196579 -0700
- git-parent:
[39ff75a2f4b93df255daddc5f7ca14cc135055b8]
- git-author:
- KRKeegan <-NOSPAM-kevin@krkeegan.com> 1205196579 -0700
- Message:
Make things look prettier
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba8fa7f |
rd23649d |
|
| 3 | 3 | <head> |
|---|
| 4 | 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> |
|---|
| 5 | | <title>pyTivo - TiVo ToGo</title> |
|---|
| | 5 | <title>pyTivo - ToGo</title> |
|---|
| 6 | 6 | </head> |
|---|
| 7 | 7 | <body style="background-color: rgb(250, 250, 250);"> |
|---|
| 8 | 8 | |
|---|
| 9 | | <p align="center"><font size="6">pyTivo TiVo ToGo</font></p> |
|---|
| | 9 | <p align="center"><font size="6">pyTivo - ToGo</font></p> |
|---|
| 10 | 10 | <table style="border: 1px solid rgb(220, 220, 220);background-color: rgb(255, 255, 255);text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="4"> |
|---|
| 11 | 11 | <tbody> |
|---|
| … | … | |
| 20 | 20 | <tr> |
|---|
| 21 | 21 | <td> |
|---|
| 22 | | <div style="visibility: visible; width: 800px; overflow: scroll; height: 450px; position: relative;"> |
|---|
| | 22 | <div style="visibility: visible; width: 920px; overflow: scroll; height: 410px; position: relative;"> |
|---|
| 23 | 23 | <table> |
|---|
| 24 | 24 | #if $subfolder == True |
|---|
| … | … | |
| 36 | 36 | <td></td> |
|---|
| 37 | 37 | <td><a href='/TiVoConnect?Command=NPL&Container=$(container)&Folder=$(row["UniqueId"])'>$row['Title'] </a></td> |
|---|
| 38 | | <td>$(row["TotalItems"]) Items</td> |
|---|
| 39 | | <td>$row["LastChangeDate"]</td> |
|---|
| | 38 | <td NOWRAP align="center">$(row["TotalItems"]) Items</td> |
|---|
| | 39 | <td NOWRAP align="center">$row["LastChangeDate"]</td> |
|---|
| 40 | 40 | <td></td> |
|---|
| 41 | 41 | #else |
|---|
| … | … | |
| 53 | 53 | <td width=4></td> |
|---|
| 54 | 54 | #end if |
|---|
| 55 | | <td width=500> |
|---|
| | 55 | <td width=*> |
|---|
| 56 | 56 | <b>$row['Title']: $row['EpisodeTitle']</b><br> |
|---|
| 57 | | $row['Description'] |
|---|
| 58 | | $row['SourceChannel'] $row['SourceStation'] |
|---|
| | 57 | <small>$row['Description'] |
|---|
| | 58 | $row['SourceChannel'] $row['SourceStation']</small> |
|---|
| 59 | 59 | </td> |
|---|
| 60 | | <td>$row['SourceSize'] <br> |
|---|
| | 60 | <td NOWRAP align="center">$row['SourceSize'] <br> |
|---|
| 61 | 61 | $row['Duration'] |
|---|
| 62 | 62 | </td> |
|---|
| 63 | | <td>$row['CaptureDate']</td> |
|---|
| | 63 | <td NOWRAP align="center">$row['CaptureDate']</td> |
|---|
| 64 | 64 | #if 'Url' in $row |
|---|
| | 65 | <td NOWRAP> |
|---|
| 65 | 66 | #if $unquote($row['Url']) in $status |
|---|
| 66 | 67 | #set $this_status = $status[$unquote($row['Url'])] |
|---|
| 67 | 68 | #if $this_status['running'] and $this_status['rate'] != "" |
|---|
| 68 | | <td>Transfering - $this_status['rate'] KB/s</td> |
|---|
| | 69 | Transfering - $this_status['rate'] KB/s |
|---|
| 69 | 70 | #elif $this_status['running'] and $this_status['rate'] == "" |
|---|
| 70 | | <td>Initiating Transfer. Please Wait</td> |
|---|
| | 71 | Initiating Transfer. Please Wait |
|---|
| 71 | 72 | #elif $this_status['error'] |
|---|
| 72 | | <td>Error - $this_status['error']</td> |
|---|
| | 73 | Error - $this_status['error'] |
|---|
| 73 | 74 | #else |
|---|
| 74 | | <td>Transfer Complete</td> |
|---|
| | 75 | Transfer Complete |
|---|
| 75 | 76 | #endif |
|---|
| 76 | 77 | #else |
|---|
| 77 | | <td><a href="/TiVoConnect?Command=ToGo&Container=$(container)&Url=$(row['Url'])">Transfer This.</a></td> |
|---|
| | 78 | <a href="/TiVoConnect?Command=ToGo&Container=$(container)&Url=$(row['Url'])">Transfer This.</a> |
|---|
| 78 | 79 | #end if |
|---|
| | 80 | </td> |
|---|
| 79 | 81 | #else |
|---|
| 80 | 82 | <td></td> |
|---|