Changeset 331
- Timestamp:
- 06/15/09 03:11:13 (3 years ago)
- Files:
-
- 1 modified
-
trunk/sandbox/jhb/webwallet/cgi/wallet.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/webwallet/cgi/wallet.cgi
r330 r331 87 87 for cdd,amount in currencies: 88 88 entry = """ 89 <p>%(amount)s <b href='%(isl)s'>%(cid)ss</b><br/> 90 <small> 89 <p><b>%(amount)s</b> %(cid)ss<br/> 91 90 <a href='%(baseurl)s?action=spend¤cyId=%(cid)s'>Pay</a> 92 91 <a href='%(baseurl)s?action=freshenup¤cyId=%(cid)s'>Refresh</a> … … 94 93 <a href='%(baseurl)s?action=redeem¤cyId=%(cid)s'>Redeem</a> 95 94 <a href='%(baseurl)s?action=delcurrency¤cyId=%(cid)s'>Remove</a> 96 </small>97 95 </p> 98 96 """ % dict(amount=amount, … … 106 104 %s 107 105 ----<br/> 108 < small><a href='%s?action=addcurrency'>Add a currency</a></small>106 <a href='%s?action=addcurrency'>Add a currency</a> 109 107 """ % (items,baseurl) 110 108 self.out(html)
