diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 14:23:24 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 14:23:24 -0400 |
| commit | 40949737dbed36d1bcd0429b214ff6893a20cfa5 (patch) | |
| tree | de20b322abfccaa8b5f8921e00cbeeb0f5bc4a5b /template/logged_dump.st | |
| parent | a36b47dc2e7d09afdf1f6fd12f245400f7006f1a (diff) | |
timb member of dump city nitty gritty prod change committing committee
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> |
