summaryrefslogtreecommitdiff
path: root/template/logged_dump.st
blob: 26021a941825d2f4bb1b722b0972761cf513a0ba (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 />
</div>