src/templates/tweetWidget.html
author veltr
Fri, 20 Apr 2012 19:13:11 +0200
branchnew-model
changeset 874 38b65761a7d5
parent 830 18ca612e9ff0
permissions -rw-r--r--
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
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
830
18ca612e9ff0 Lots of changes
veltr
parents: 761
diff changeset
     5
      <div class='Ldt-tweetWidgetKeepOpen Ldt-TraceMe' title='dont minimize automatically'></div>
18ca612e9ff0 Lots of changes
veltr
parents: 761
diff changeset
     6
      <div class='Ldt-tweetWidgetMinimize Ldt-TraceMe' title='minimize window'></div>
438
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     7
      <div class='Ldt-tweetAvatar'></div>
761
69d80dd9c9d8 replaced direct references to images to css classes.
hamidouk
parents: 438
diff changeset
     8
      <div class='Ldt-tweetAvatar-profileArrow'></div>
438
7c86ac92133f added a double border around the tweetWidget, and fixed a couple of
hamidouk
parents: 378
diff changeset
     9
      <div class='Ldt-tweetContents'></div>
830
18ca612e9ff0 Lots of changes
veltr
parents: 761
diff changeset
    10
      <a href='' target='_blank' class='Ldt-Retweet Ldt-TraceMe'><div class='Ldt-RetweetIcon'></div> - Retweet </a>
18ca612e9ff0 Lots of changes
veltr
parents: 761
diff changeset
    11
      <a href='' target='_blank' class='Ldt-TweetReply Ldt-TraceMe'><div class='Ldt-TweetReplyIcon'></div> - Reply</a>
438
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>