Changeset d23649dbc46a02e6b0a660893ad5be80ffec0332

Show
Ignore:
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
  • plugins/admin/templates/npl.tmpl

    rba8fa7f rd23649d  
    33<head> 
    44  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> 
    5   <title>pyTivo - TiVo ToGo</title> 
     5  <title>pyTivo - ToGo</title> 
    66</head> 
    77<body style="background-color: rgb(250, 250, 250);"> 
    88 
    9 <p align="center"><font size="6">pyTivo TiVo ToGo</font></p> 
     9<p align="center"><font size="6">pyTivo - ToGo</font></p> 
    1010<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"> 
    1111  <tbody> 
     
    2020    <tr> 
    2121      <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;"> 
    2323      <table> 
    2424      #if $subfolder == True 
     
    3636                        <td></td> 
    3737                        <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> 
    4040                        <td></td> 
    4141                  #else 
     
    5353                                <td width=4></td> 
    5454                        #end if 
    55                         <td width=500
     55                        <td width=*
    5656                                <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> 
    5959                        </td> 
    60                         <td>$row['SourceSize'] <br> 
     60                        <td NOWRAP align="center">$row['SourceSize'] <br> 
    6161                        $row['Duration'] 
    6262                        </td> 
    63                         <td>$row['CaptureDate']</td> 
     63                        <td NOWRAP align="center">$row['CaptureDate']</td> 
    6464                        #if 'Url' in $row 
     65                                <td NOWRAP> 
    6566                                #if $unquote($row['Url']) in $status 
    6667                                        #set $this_status = $status[$unquote($row['Url'])] 
    6768                                        #if $this_status['running'] and $this_status['rate'] != "" 
    68                                                 <td>Transfering - $this_status['rate'] KB/s</td>                                       
     69                                                Transfering - $this_status['rate'] KB/s                                        
    6970                                        #elif $this_status['running'] and $this_status['rate'] == "" 
    70                                                 <td>Initiating Transfer. Please Wait</td> 
     71                                                Initiating Transfer. Please Wait 
    7172                                        #elif $this_status['error'] 
    72                                                 <td>Error - $this_status['error']</td> 
     73                                                Error - $this_status['error'] 
    7374                                        #else 
    74                                                 <td>Transfer Complete</td> 
     75                                                Transfer Complete 
    7576                                        #endif 
    7677                                #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
    7879                                #end if 
     80                                </td> 
    7981                        #else 
    8082                                <td></td>