summaryrefslogtreecommitdiff
path: root/template/logged_dump.st
blob: d4df7948cb2506bd0ac4eb0c0c23c7b4bb10372d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  <style type="text/css">
  
      .logged-dump {
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
      }
	    .content {
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
      }
	
img{
    max-width:650px;
    width: expression(this.width > 650 ? 650: true);
    max-height:400px;
    height: expression(this.width > 400 ? 400: true);
    max-width:400px;
    body {
	background-image: url(static/bg4.png);
}
    body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
    </style>
<div class="logged-dump">
  <div>$dump.created_on$  -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b></div>
  <a href="/u/$dump.nick$"> 
  <div id="logavatar">
  $if(dump.avatar)$
  <img height="50" width="50" src="$dump.avatar$">
  $else$
  <img height="50" width="50" src="/static/noinfo.png">
  $endif$
  </div></a>
  <div class="content">$dump.content$</div>
  <hr />
  <a href="http://www.facebook.com/share.php?u=$dump.content$&t=via dump.fm" target="_blank"><img src="/static/fbbutton.png"></a>

<a href="http://twitter.com/home?status=via dump.fm $dump.content$" target="_blank"><img src="/static/twittericon.png"></a>
<a href="http://delicious.com/save?url=$dump.content$&notes=via dump.fm&title=$dump.content$" target="_blank"><img src="/static/delishicon.png"></a>
</div>