summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-05-25 01:01:42 -0700
committertim b <timb@camcompu.home>2010-05-25 01:01:42 -0700
commit41025f011fe761b9c5d4e580bf5d7288b05b7e0f (patch)
tree4f9f8bba42e33e79e878eabfcba78c556db72bc8 /template
parentd479c54031401f8e7388c423a33c6d007e1ead1f (diff)
parent0ac15a39f48ee8b0b7453e1dc5aed382f8e518f2 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
-rw-r--r--template/directory.st8
-rw-r--r--template/profile.st14
2 files changed, 8 insertions, 14 deletions
diff --git a/template/directory.st b/template/directory.st
index d49dfea..d9129ff 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -19,7 +19,7 @@
<div id="log">
<br>
<div id="dprofile">
- <h2> DUMP STARS </h2><br><h3>Ordered by post count</h3>
+ <h2> DUMP STARS </h2><br><h3>Ordered by fav count</h3>
</div>
@@ -30,6 +30,12 @@
$users:{ dump |
<div class="dlogged-dump" id="message-$dump.message_id$">
<a href="/$dump.nick$">
+ $if(dump.score_ent)$
+ <h8>
+ fav score: $dump.score$
+ <h9>$dump.score_ent$</h9>
+ </h8>
+ $endif$
<div id="usernicks"> <b>$dump.nick$</b></div>
$if(dump.avatar)$
<div id="dlogavatar">
diff --git a/template/profile.st b/template/profile.st
index 0634b05..e530e4a 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -78,19 +78,7 @@
<div id="date">
<div type="text" id="datepicker"></div></div>
</div>
- <div id="adsenseprofile" style="display:none;">
- <script type="text/javascript"><!--
-google_ad_client = "pub-9863902168532765";
-/* 200x200, created 5/23/10 */
-google_ad_slot = "0464631788";
-google_ad_width = 200;
-google_ad_height = 200;
-//-->
-</script>
-<script type="text/javascript"
-src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-</script>
-</div>
+
$else$
<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">