| author | veltr |
| Fri, 20 Apr 2012 19:13:11 +0200 | |
| branch | new-model |
| changeset 874 | 38b65761a7d5 |
| parent 830 | 18ca612e9ff0 |
| permissions | -rw-r--r-- |
|
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 | 5 |
<div class='Ldt-tweetWidgetKeepOpen Ldt-TraceMe' title='dont minimize automatically'></div> |
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 | 10 |
<a href='' target='_blank' class='Ldt-Retweet Ldt-TraceMe'><div class='Ldt-RetweetIcon'></div> - Retweet </a> |
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 | 14 |
</div> |