From c93c582470447fd266c66be082a59ce46a8ecf68 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 1 Mar 2010 02:27:00 -0500 Subject: Fixed click-to-edit --- template/profile.st | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/profile.st b/template/profile.st index 46e8cb4..9c77069 100755 --- a/template/profile.st +++ b/template/profile.st @@ -42,7 +42,7 @@ $if(is_home)$ $endif$ @@ -51,8 +51,7 @@ $if(contact)$
$contact$
$else$ -

-
+
$endif$
@@ -60,7 +59,7 @@ $if(bio)$
$bio$
$else$ -
+
$endif$ $if(is_home)$ -- cgit v1.2.3-70-g09d2 From 8af42afceb087f4cb48670b6c9b3445fbcb388b8 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 2 Mar 2010 08:01:26 -0500 Subject: ryder's profile changes --- static/js/pichat.js | 2 +- static/profile.css | 20 +++++++++++++++++--- template/banner.st | 2 +- template/profile.st | 7 ++++++- 4 files changed, 25 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/static/js/pichat.js b/static/js/pichat.js index 3c69994..b322ae9 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -334,7 +334,7 @@ function enableProfileEdit() { $('#contact, #bio, #avatar').addClass('editable'); $('#avatar-editing').show(); var resetPage = function() { location.reload() }; - $('#edit-toggle a').text('--> Done editing <--').click(resetPage); + $('#edit-toggle a').text('done editing').click(resetPage); activateProfileEditable(); } diff --git a/static/profile.css b/static/profile.css index 34608aa..e8a5498 100755 --- a/static/profile.css +++ b/static/profile.css @@ -34,7 +34,7 @@ text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } #profile h2{ text-indent:-10; -margin-top:-7; +margin-top:-5; margin-bottom:15; } #logavatar{ @@ -46,6 +46,20 @@ background-image:url(/static/leftarrow.png); background-position:22 1; margin-top:-22; +} +#edit-toggle{ +position:absolute; +top:2; +right:2%; + +} +#edit-toggle a{font-size:12; +letter-spacing:; +color:#999; +} +#edit-toggle a:hover{font-size:12; +letter-spacing:; +color:#f0e; } #logavatar img{ max-width:20px; @@ -79,8 +93,8 @@ display:inline-block; background-image:url(/static/btngrad1.png); font-weight:bold; word-spacing:7; - margin-top:25px; -margin-bottom:5; + margin-top:0; +margin-bottom:0; margin-left:-2; text-align:center; z-index:100; diff --git a/template/banner.st b/template/banner.st index dd7a7b3..ff66e33 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@
diff --git a/template/profile.st b/template/profile.st index 9c77069..e3f8f44 100755 --- a/template/profile.st +++ b/template/profile.st @@ -26,9 +26,14 @@

+
$if(dumps)$ +
+ +
+ $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$
@@ -64,7 +69,7 @@ $if(is_home)$
- + $endif$
-- cgit v1.2.3-70-g09d2 From 85edaa5a10b6a8e3f96fb685c49b95187617f086 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Wed, 3 Mar 2010 23:39:25 -0500 Subject: Removed getclicky, add template changes --- template/about_us.st | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++-- template/banner.st | 2 +- template/chat.st | 2 +- template/footer.st | 10 ++----- template/goodies.st | 5 +++- template/help.st | 67 +++++++++++++++++++++++++++++++++++++++-- template/privacy.st | 69 ++++++++++++++++++++++++++++++++++++++++-- template/profile.st | 6 ++-- template/terms.st | 67 +++++++++++++++++++++++++++++++++++++++-- 9 files changed, 291 insertions(+), 22 deletions(-) (limited to 'template') diff --git a/template/about_us.st b/template/about_us.st index b8ee9f9..e324a82 100644 --- a/template/about_us.st +++ b/template/about_us.st @@ -1,7 +1,88 @@ - About Us + + + + + + + + dump.fm $head()$ - + + $banner()$ + + + + + + + +
+ + + + diff --git a/template/banner.st b/template/banner.st index ff66e33..d029a2d 100755 --- a/template/banner.st +++ b/template/banner.st @@ -18,7 +18,7 @@
  • Image Search
  • $else$    - +
    $endif$ diff --git a/template/chat.st b/template/chat.st index 61018c5..0d453d8 100755 --- a/template/chat.st +++ b/template/chat.st @@ -53,7 +53,7 @@ $m.content$ -
    + diff --git a/template/footer.st b/template/footer.st index da7407a..f791f2b 100755 --- a/template/footer.st +++ b/template/footer.st @@ -1,15 +1,11 @@ - - - + + + + dump.fm $head()$ - + + $banner()$ + + + + + + + + + +
    +
    +
    + + + + diff --git a/template/privacy.st b/template/privacy.st index 513eca3..22d4721 100644 --- a/template/privacy.st +++ b/template/privacy.st @@ -1,7 +1,70 @@ - Privacy + + + + + + + + dump.fm $head()$ - - \ No newline at end of file + + $banner()$ + + + + + + + + + +
    +
    + + + + + + diff --git a/template/profile.st b/template/profile.st index e3f8f44..91b1b91 100755 --- a/template/profile.st +++ b/template/profile.st @@ -28,12 +28,12 @@
    + $if(dumps)$ - $if(dumps)$
    - $if(dumps)$ + $dumps:{ d | $logged_dump(dump=d)$ }$
    @@ -99,7 +99,7 @@ $if(is_home)$
    $avatar$
    - +
    $endif$ diff --git a/template/terms.st b/template/terms.st index 29a41cc..6a409b5 100644 --- a/template/terms.st +++ b/template/terms.st @@ -1,7 +1,70 @@ - Terms and Conditions + + + + + + + + dump.fm $head()$ - + + $banner()$ + + + + + + + + + +
    +
    +
    + + + + -- cgit v1.2.3-70-g09d2