src/templates/tweetWidget.html
author hamidouk
Wed, 14 Dec 2011 11:26:44 +0100
branchpopcorn-port
changeset 457 fbcb991cc595
parent 438 7c86ac92133f
child 761 69d80dd9c9d8
permissions -rw-r--r--
updated the integration tests and changed their line endings to unix.

{{! template for the tweet widget }}
<div class='Ldt-tweetWidget'>
  <div class='Ldt-tweet-DoubleBorder'>

      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetKeepOpen' alt='dont minimize automatically'></img>
      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetMinimize' alt='minimize window'></img>
      <div class='Ldt-tweetAvatar'></div>
      <img src='{{img_dir}}/profile_arrow.png' class='Ldt-tweetAvatar-profileArrow'></img>
      <div class='Ldt-tweetContents'></div>
      <a href='' target='_blank' class='Ldt-Retweet'><div class='Ldt-RetweetIcon'></div> - Retweet </a>
      <a href='' target='_blank' class='Ldt-TweetReply'><div class='Ldt-TweetReplyIcon'></div> - Reply</a>

  </div>
</div>