home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / facebook / res / status.py.xml < prev    next >
Encoding:
Text File  |  2011-02-08  |  590 b   |  13 lines

  1. <?py msg = status ?>
  2. <span class="status">
  3. <div class="status_title title">${{_('Status:')}}</div>
  4. <?py if msg and 'message' in msg and msg.message: ?>
  5.     <div class="status_name">${feed.profiles[int(msg.uid)].name if int(msg.uid) in feed.profiles else ""}</div> #{linkify(escape(to_str(msg.message)))} <span class="minor" id="${msg.status_id}_status_time" timestamp="${msg.time}"></span>
  6. <?py else: ?>
  7.     ${{_('You have no status message')}}
  8. <?py #endif ?>
  9. (<a href="javascript:null" class="edit_status">${{_('update')}}</a>)
  10. <hr class="content_hr"/>
  11. </span>
  12. <?py del msg ?>
  13.