diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/about_us.st | 8 | ||||
| -rwxr-xr-x | template/logged_dump.st | 50 | ||||
| -rwxr-xr-x | template/profile.st | 2 |
3 files changed, 2 insertions, 58 deletions
diff --git a/template/about_us.st b/template/about_us.st index d614489..23265c4 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -43,13 +43,7 @@ DUMP.FM is a <img src="/static/newanim.gif"> experiment in communication and web </center><br></div></h5> </div></div> - <div style="display:none;"id="archive"> - <div style="padding:0px" id="content" name="content"> - <div><input type=button value="Back" onClick="history.go(-1)"> - - </div> - <iframe src="http://night-falls.net/archive" style="width:99%" height="650px"></iframe> - </div> + <div style="display:none;"id="link"> <div id="content" name="content"style="background-image:url(/static/hearts.gif);background-repeat:repeat;"> 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> diff --git a/template/profile.st b/template/profile.st index f6308b5..897df75 100755 --- a/template/profile.st +++ b/template/profile.st @@ -17,7 +17,7 @@ <body> $banner()$ <div id="chatrap"> - <div id="headerbar"></div> + <div id="log"> <div id="loghead"> |
