home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / myspace / res / status.tenjin < prev    next >
Encoding:
Text File  |  2011-02-03  |  674 b   |  21 lines

  1. <?py if self_status: ?>
  2.     <?py (ctype, cval) = self_status.contents[-1] ?>
  3. <?py else: ?>
  4.     <?py ctype = cval = None ?>
  5. <?py #endif ?>
  6.  
  7. <?py if self_status: ?>
  8.     <span timestamp="${self_status.updated_parsed}"
  9.         timestyle="pretty" >
  10. <?py else: ?>
  11.     <span />
  12. <?py #endif ?>
  13.  <span class="title">${{_('Status')}}:</span> 
  14. <?py if cval: ?>
  15.  <span class="major">#{acct.connection.userinfo.displayName}</span>
  16.  <span class="major">#{util.linkify(cval)} (<a href="^_^edit_status">${{_('update')}}</a>)</span>
  17. <?py else: ?>
  18.  <span class="major">You have no status message (<a href="^_^edit_status">${{_('update')}}</a>)</span>
  19. <?py #end ?>
  20. </span>
  21.