src/templates/tweetWidget.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 438 7c86ac92133f
child 761 69d80dd9c9d8
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
267
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents:
diff changeset
     1
{{! template for the tweet widget }}
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents:
diff changeset
     2
<div class='Ldt-tweetWidget'>
438
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     3
  <div class='Ldt-tweet-DoubleBorder'>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     4
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     5
      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetKeepOpen' alt='dont minimize automatically'></img>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     6
      <img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetMinimize' alt='minimize window'></img>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     7
      <div class='Ldt-tweetAvatar'></div>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     8
      <img src='{{img_dir}}/profile_arrow.png' class='Ldt-tweetAvatar-profileArrow'></img>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     9
      <div class='Ldt-tweetContents'></div>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
    10
      <a href='' target='_blank' class='Ldt-Retweet'><div class='Ldt-RetweetIcon'></div> - Retweet </a>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
    11
      <a href='' target='_blank' class='Ldt-TweetReply'><div class='Ldt-TweetReplyIcon'></div> - Reply</a>
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
    12
267
f84013fb19dc added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents:
diff changeset
    13
  </div>
360
326fd52d95bb minimize button is now positionned correctly.
hamidouk
parents: 278
diff changeset
    14
</div>