home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / linkedin / res / conn.tenjin < prev    next >
Encoding:
Text File  |  2011-02-03  |  613 b   |  11 lines

  1. <span class="news-item-text"><a href="${friend.profile_url}" class="namelink link">${friend.name}</a> ${{_('is now connected to')}}
  2. <?py if len(item.connection_list) > 2: ?>
  3.     <?py for new_conn in item.connection_list[:-2]: ?>
  4.      <a href="${new_conn.profile_url}" class="link">${new_conn.name}</a>,
  5.     <?py #endfor ?>
  6. <?py if len(item.connection_list) >= 2: ?>
  7.     <a href="${item.connection_list[-2].profile_url}" class="link">${item.connection_list[-2].name}</a> and 
  8. <?py #endif ?>
  9.     <a href="${item.connection_list[-1].profile_url}" class="link">${item.connection_list[-1].name}</a>.
  10. </span>
  11.