home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / linkedin / res / comment.tenjin < prev    next >
Encoding:
Text File  |  2010-06-28  |  647 b   |  19 lines

  1. <div class="comment">
  2.   <span class="viewport">
  3.     <div class="comment_icon_cell">
  4. <?py if comment.person.picture_url is not None: ?>
  5.       <img class="comment_icon clipped-small" src="${comment.person.picture_url}" />
  6. <?py else: ?>
  7.       <img class="comment_icon clipped-small" src="${skin.get('BuddiesPanel.BuddyIcons.NoIcon').path.url()}" />
  8. <?py #endif ?>
  9.     </div>
  10.   </span>
  11.   <div class="comment_text_cell">
  12.     <div class="comment-author">
  13.       <a href="${comment.person.profile_url}" class="namelink">${comment.person.name}</a>
  14.     </div>
  15.     <div class="comment-text">
  16.       ${comment.text}
  17.     </div>
  18.   </div>
  19. </div>