diff options
Diffstat (limited to 'template/logged_dump.st')
| -rwxr-xr-x | template/logged_dump.st | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/template/logged_dump.st b/template/logged_dump.st index 897928b..6fe4f68 100755 --- a/template/logged_dump.st +++ b/template/logged_dump.st @@ -1,54 +1,4 @@ -<head> <script> - function urlencode(turl) - { - var enurl=encodeURI(turl); - var stem="http://www.tumblr.com/share?v=3&u="; - var url = stem+enurl; - - newwindow=window.open(url,'name','height=400,width=200'); - if (window.focus) {newwindow.focus()} - - - } - - -</script> - - <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> - - </head> <div class="logged-dump"> <a href="#"> <div>$dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b></div> |
