| author | hamidouk |
| Wed, 30 Nov 2011 16:54:02 +0100 | |
| branch | popcorn-port |
| changeset 367 | 277a9f5f342c |
| parent 363 | 8d4b329836b6 |
| child 370 | 2ee4da8122f4 |
| 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'> |
|
363
8d4b329836b6
converted the tweet widget to use the new template engine. removed a template of
hamidouk
parents:
360
diff
changeset
|
3 |
<img src='{{img_dir}}/minimize.png' class='Ldt-tweetWidgetMinimize' alt='minimize window'></img> |
|
8d4b329836b6
converted the tweet widget to use the new template engine. removed a template of
hamidouk
parents:
360
diff
changeset
|
4 |
<div class='Ldt-tweetAvatar'></div> |
|
8d4b329836b6
converted the tweet widget to use the new template engine. removed a template of
hamidouk
parents:
360
diff
changeset
|
5 |
<img src='{{img_dir}}/profile_arrow.png' class='Ldt-tweetAvatar-profileArrow'></img> |
|
267
f84013fb19dc
added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents:
diff
changeset
|
6 |
<div class='Ldt-tweetContents'> |
|
f84013fb19dc
added a new widget, to display the contents of tweets in a separate pane.
hamidouk
parents:
diff
changeset
|
7 |
</div> |
|
363
8d4b329836b6
converted the tweet widget to use the new template engine. removed a template of
hamidouk
parents:
360
diff
changeset
|
8 |
<div class='Ldt-Retweet'><div class='Ldt-RetweetIcon'></div> - Retweet </div> |
|
8d4b329836b6
converted the tweet widget to use the new template engine. removed a template of
hamidouk
parents:
360
diff
changeset
|
9 |
<div class='Ldt-TweetReply'><div class='Ldt-TweetReplyIcon'></div> - Reply</div> |
| 360 | 10 |
</div> |