src/templates/tweetWidget.html
author hamidouk
Wed, 07 Dec 2011 11:51:04 +0100
branchno-popcorn
changeset 417 bae7c50704d7
parent 378 110311d59b2f
child 438 7c86ac92133f
permissions -rw-r--r--
fixed code() function. The Popcorn workaround now works correctly.

{{! template for the tweet widget }}
<div class='Ldt-tweetWidget'>
  <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>