Changeset 331

Show
Ignore:
Timestamp:
06/15/09 03:11:13 (3 years ago)
Author:
ocjhb
Message:

layout

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/webwallet/cgi/wallet.cgi

    r330 r331  
    8787        for cdd,amount in currencies: 
    8888            entry = """ 
    89             <p>%(amount)s <b href='%(isl)s'>%(cid)ss</b><br/> 
    90                 <small> 
     89            <p><b>%(amount)s</b> %(cid)ss<br/> 
    9190                <a href='%(baseurl)s?action=spend&currencyId=%(cid)s'>Pay</a> 
    9291                <a href='%(baseurl)s?action=freshenup&currencyId=%(cid)s'>Refresh</a> 
     
    9493                <a href='%(baseurl)s?action=redeem&currencyId=%(cid)s'>Redeem</a> 
    9594                <a href='%(baseurl)s?action=delcurrency&currencyId=%(cid)s'>Remove</a> 
    96                 </small> 
    9795            </p> 
    9896            """ % dict(amount=amount, 
     
    106104        %s 
    107105        ----<br/> 
    108         <small><a href='%s?action=addcurrency'>Add a currency</a></small> 
     106        <a href='%s?action=addcurrency'>Add a currency</a> 
    109107        """ % (items,baseurl) 
    110108        self.out(html)