diff options
Diffstat (limited to 'template/frontpagePROFILE.st')
| -rwxr-xr-x | template/frontpagePROFILE.st | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index febb4cd..b6aa470 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -23,11 +23,11 @@ $if(!user_nick)$ <script type="text/javascript" src="$domain$/static/js/popup.js"></script> $endif$ $if(isadmin)$ -<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" +<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" /> <!--<link rel="stylesheet" href="$domain$/static/css/admin.css" type="text/css" media="all" />--> -<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" +<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js" type="text/javascript"></script> <!--<script src="$domain$/static/js/admin.js" type="text/javascript"></script>--> @@ -41,7 +41,7 @@ $endif$ <style> -body{margin:0px; background-image:url(http://hump.fm/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; +body{margin:0px; background-image:url(/static/img/bg.dither.gif); background-color:#e2e2e2;/*background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top;*/background-attachment:fixed;min-width:900px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; font-size: 13px; line-height: 1.5em;} @@ -140,7 +140,7 @@ cursor:pointer; margin-left:3px; } a.signin span { - background-image:url("http://hump.fm/static/form_login/images/toggle_down_light.png"); + background-image:url("/static/form_login/images/toggle_down_light.png"); background-repeat:no-repeat; background-position:100% 50%; padding:4px 16px 6px 0;cursor:pointer; @@ -156,7 +156,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, } a.signin.menu-open span {cursor:pointer; - background-image:url("http://hump.fm/static/form_login/images/toggle_up_dark.png"); + background-image:url("/static/form_login/images/toggle_up_dark.png"); color:#789; } @@ -213,7 +213,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, width:90px; height:35px; font-size:20px; - background-image:url('http://hump.fm/static/img/btngrad1.png'); + background-image:url('/static/img/btngrad1.png'); background-color:#4691e5; font-weight:bold; word-spacing:7; @@ -289,7 +289,7 @@ a#disregister { .search_icon { - background:url("http://hump.fm/static/img/hourglass.png") no-repeat scroll center center transparent; + background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; bottom:3px; cursor:pointer; left:6px; @@ -373,7 +373,7 @@ jQuery(window).load(function(){ <body> <!-- - <iframe src="http://hump.fm/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe> + <iframe src="/fullscreen"style="overflow:hidden;width:100%;height:100%;border:0px;z-index:-1;position:fixed;top:0px;left:0px;"></iframe> --> <!--START BANNER--> @@ -402,7 +402,7 @@ jQuery(window).load(function(){ </a> </div> - <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> $else$ @@ -415,8 +415,8 @@ jQuery(window).load(function(){ <a href="$domain$/m/cal"><img src="$domain$/static/img/thumbs/calendarbaricon.png"/> Calendar</a> <a href="$domain$/tags" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="$domain$/static/img/thumbs/searchbaricon.png"/> Tags</a> </div> - <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> - <a href="http://hump.fm/register" id="disregister">Register!</a> + <iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> + <a href="/register" id="disregister">Register!</a> $endif$ @@ -454,7 +454,7 @@ jQuery(window).load(function(){ <div id="posts" class="clickable clearfix"> <div id="sideinfo"> You are viewing the current trending images posted to dump.fm; a super fun community of real-time image posting. - If you already have an account <strong><a href="http://hump.fm/login" class="signin">sign in</a></strong> If not <strong><a href="http://hump.fm/register">register</a></strong>! + If you already have an account <strong><a href="/login" class="signin">sign in</a></strong> If not <strong><a href="/register">register</a></strong>! @@ -467,7 +467,7 @@ You are viewing the current trending images posted to dump.fm; a super fun commu <img id="contact" src="/static/img/noinfo.png"> $endif$ <i id="hallnick">On dump.fm now..</i> - <iframe src="http://hump.fm/fullscreen"style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe> + <iframe src="/fullscreen"style="overflow:hidden;width:240px;height:200px;border:0px;"></iframe> </div> $if(dumps)$ @@ -508,10 +508,10 @@ You are viewing the current trending images posted to dump.fm; a super fun commu <br><br><center> <div id="footer"> @2010 <a href="/">dump.fm</a> -<a href="http://hump.fm/about_us" style="word-spacing: normal">About Us</a> -<a href="http://hump.fm/help" style="word-spacing: normal">Help FAQ</a> -<a href="http://hump.fm/terms">Terms</a> -<a href="http://hump.fm/privacy">Privacy</a> +<a href="/about_us" style="word-spacing: normal">About Us</a> +<a href="/help" style="word-spacing: normal">Help FAQ</a> +<a href="/terms">Terms</a> +<a href="/privacy">Privacy</a> </div></center> </div> $google_analytics()$ |
