diff options
Diffstat (limited to 'template')
35 files changed, 125 insertions, 125 deletions
diff --git a/template/altar_log.st b/template/altar_log.st index c9a6fba..1bbc223 100755 --- a/template/altar_log.st +++ b/template/altar_log.st @@ -16,13 +16,13 @@ $banner()$ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"><center> - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ </center></span> $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/altar_user_log.st b/template/altar_user_log.st index e58bff8..8d19f58 100755 --- a/template/altar_user_log.st +++ b/template/altar_user_log.st @@ -16,13 +16,13 @@ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ </span> $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/directory.st b/template/directory.st index f0f88fa..7c97da0 100755 --- a/template/directory.st +++ b/template/directory.st @@ -21,18 +21,18 @@ <br> $if(users)$ - $users:{ dump | - <div class="dlogged-dump dump is-relative $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$"> - <div id="usernicks"> <a href="/$dump.nick$"> <b>$dump.nick$'s</b> - $if(dump.score_ent)$ - fav score: $dump.score$ - <h9>$dump.score_ent$</h9> + $users:{ hump | + <div class="dlogged-dump dump is-relative $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$"> + <div id="usernicks"> <a href="/$hump.nick$"> <b>$hump.nick$'s</b> + $if(hump.score_ent)$ + fav score: $hump.score$ + <h9>$hump.score_ent$</h9> </a></div> $endif$ - $if(dump.avatar)$ - <a href="/$dump.nick$"> <div id="dlogavatar"> - <img height="50" width="50" src="$dump.avatar$" /> + $if(hump.avatar)$ + <a href="/$hump.nick$"> <div id="dlogavatar"> + <img height="50" width="50" src="$hump.avatar$" /> </div> $else$ <div id="dlogavatar"> @@ -41,9 +41,9 @@ $endif$ </a> <div id="infotxt"><b>last post</b></div> - <span class="linkify">$dump.content$</span> + <span class="linkify">$hump.content$</span> <hr /> - $share_buttons(dump=dump)$ + $share_buttons(hump=hump)$ </div> }$ $else$ diff --git a/template/fame.st b/template/fame.st index ab47150..883e6bb 100755 --- a/template/fame.st +++ b/template/fame.st @@ -15,12 +15,12 @@ <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { dump | $fame_dump()$ }$ + $humps: { hump | $fame_dump()$ }$ </span> $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/fame2.st b/template/fame2.st index 5360c66..239f43e 100755 --- a/template/fame2.st +++ b/template/fame2.st @@ -27,12 +27,12 @@ </form><br> </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $fame_dump(dump=d)$ }$ + $humps: { d | $fame_dump(hump=d)$ }$ </span> $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/fame_dump.st b/template/fame_dump.st index 5a8d637..f96bbae 100755 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -1,14 +1,14 @@ -$if(dump.ztags)$ - <div class="logged-dump dump" id="message-$dump.message_id$" nick="$dump.nick$" tags="$dump.tags: { tag | $tag.nick$:$tag.tag$ }$"> +$if(hump.ztags)$ + <div class="logged-dump dump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$"> $else$ - <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> $endif$ -$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> -<span> <img height="16px" width="16px" src="/static/img/thumbs/heartfaved.gif"><span class="scorecount">$dump.count$</span></span> +$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a> +<span> <img height="16px" width="16px" src="/static/img/thumbs/heartfaved.gif"><span class="scorecount">$hump.count$</span></span> - <div class="content">$dump.content$</div> + <div class="content">$hump.content$</div> <hr /> $hall_share_buttons()$ </div> diff --git a/template/frontpage copy.st b/template/frontpage copy.st index 64d5f73..3bc12ae 100755 --- a/template/frontpage copy.st +++ b/template/frontpage copy.st @@ -130,8 +130,8 @@ $endif$ </div> - $if(dumps)$ - $dumps: { dump | $hall_log_dump()$ }$ + $if(humps)$ + $humps: { hump | $hall_log_dump()$ }$ $endif$ </div> diff --git a/template/frontpage.st b/template/frontpage.st index a1c58aa..8f51d9e 100755 --- a/template/frontpage.st +++ b/template/frontpage.st @@ -132,8 +132,8 @@ $endif$ </div> - $if(dumps)$ - $dumps: { dump | $hall_log_dump()$ }$ + $if(humps)$ + $humps: { hump | $hall_log_dump()$ }$ $endif$ </div> diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st index 727843c..ae46b9e 100755 --- a/template/frontpagePROFILE.st +++ b/template/frontpagePROFILE.st @@ -150,15 +150,15 @@ You are viewing the current trending images posted to hump.fm; a super fun commu <iframe src="/fullscreen" class="fullscreen-thumb"></iframe> </div> - $if(dumps)$ + $if(humps)$ - $dumps: { d | $hall_log_dump(dump=d)$ }$ + $humps: { d | $hall_log_dump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/frontpage_halloffame.st b/template/frontpage_halloffame.st index a74eb94..c8dcc2a 100755 --- a/template/frontpage_halloffame.st +++ b/template/frontpage_halloffame.st @@ -130,8 +130,8 @@ $endif$ </div> - $if(dumps)$ - $dumps: { dump | $hall_log_dump()$ }$ + $if(humps)$ + $humps: { hump | $hall_log_dump()$ }$ $endif$ </div> diff --git a/template/frontpage_share_buttons.st b/template/frontpage_share_buttons.st index d5bdb01..0c8f4b4 100755 --- a/template/frontpage_share_buttons.st +++ b/template/frontpage_share_buttons.st @@ -1,6 +1,6 @@ <span class="buttons frontpage"> - <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a> -$if(dump.favorited)$ + <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a> +$if(hump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')"> $else$ <div class="is-relative"> diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st index d12fecb..a6b014d 100755 --- a/template/hall_log_dump.st +++ b/template/hall_log_dump.st @@ -1,7 +1,7 @@ -<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> - <a href="/$dump.nick$"><b class="hallnick">$dump.nick$</a></b> - $if(dump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$dump.score$</span>$endif$ - <div class="content" data-category="posts">$dump.content$</div> +<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> + <a href="/$hump.nick$"><b class="hallnick">$hump.nick$</a></b> + $if(hump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$hump.score$</span>$endif$ + <div class="content" data-category="posts">$hump.content$</div> <hr /> $if(logged_in)$ $frontpage_share_buttons()$ diff --git a/template/hall_share_buttons.st b/template/hall_share_buttons.st index eb5dd64..a9e8c4e 100755 --- a/template/hall_share_buttons.st +++ b/template/hall_share_buttons.st @@ -3,9 +3,9 @@ <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)"> - <a class="permalink" href="/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a> + <a class="permalink" href="/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a> $if(logged_in)$ -$if(dump.favorited)$ +$if(hump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.scorecount', '18px', '12px')"> $else$ <div class="is-relative"> @@ -13,7 +13,7 @@ $else$ </div> $endif$ $endif$ -$if(dump.favcount)$ - $dump.favcount$ +$if(hump.favcount)$ + $hump.favcount$ $endif$ </span> diff --git a/template/hiscore_test.st b/template/hiscore_test.st index 44c6346..662a0b1 100755 --- a/template/hiscore_test.st +++ b/template/hiscore_test.st @@ -12,7 +12,7 @@ $banner()$ <div id="content"> <div id="messagePanep"> <div id="userListp"> - <h2> most fav'd dumps this + <h2> most fav'd humps this <a href="/test/hiscores/day">day</a>, <a href="/test/hiscores/week">week</a>, <a href="/test/hiscores/month">month</a>, @@ -21,13 +21,13 @@ $banner()$ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"><center> - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ </center></span> $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/log.st b/template/log.st index a2a8888..1afb0d1 100755 --- a/template/log.st +++ b/template/log.st @@ -16,13 +16,13 @@ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ </span> $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/log_dump.st b/template/log_dump.st index fced8de..daf6fda 100755 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -1,11 +1,11 @@ -$if(dump.ztags)$ - <div class="logged-dump dump" id="message-$dump.message_id$" nick="$dump.nick$" tags="$dump.tags: { tag | $tag.nick$:$tag.tag$ }$"> +$if(hump.ztags)$ + <div class="logged-dump dump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$"> $else$ - <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> $endif$ -$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> -<div class="content" data-category="posts">$dump.content$</div> +$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a> +<div class="content" data-category="posts">$hump.content$</div> <hr /> $share_buttons()$ </div> diff --git a/template/mini_profile.st b/template/mini_profile.st index e32cc5b..5db8977 100755 --- a/template/mini_profile.st +++ b/template/mini_profile.st @@ -18,9 +18,9 @@ </div> $endif$ - <div><a href="/$nick$/log">dumps</a></div> - <div><a href="/$nick$/favorites">dumps faved</a></div> - <div><a href="/$nick$/popular">top dumps</a></div> + <div><a href="/$nick$/log">humps</a></div> + <div><a href="/$nick$/favorites">humps faved</a></div> + <div><a href="/$nick$/popular">top humps</a></div> <br> <h3>contact info</h3> $if(contact)$ diff --git a/template/newlog.st b/template/newlog.st index 559c4b7..9bef1f7 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -123,14 +123,14 @@ window.location = "/error/ie"; <div id="posts"> <div id="sideinfo">$roomkey$ log</div> - $if(dumps)$ + $if(humps)$ - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/nigga.st b/template/nigga.st index f8920e4..91b0d8b 100755 --- a/template/nigga.st +++ b/template/nigga.st @@ -78,15 +78,15 @@ <div id="middash"> - <h2><a href="/$nick$">$dump_cnt$ dumps ➡</a></h2> + <h2><a href="/$nick$">$dump_cnt$ humps ➡</a></h2> <hr> </h8> - <h2><a href="/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved ➡</a></h2> + <h2><a href="/$nick$/favorites">$dumps_user_faved_cnt$ humps Faved ➡</a></h2> <hr> - <h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ dumps Faved</h3> + <h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ humps Faved</h3> </div> <div id="dashpix"> <div id="favstxt">$nick$'s most recent favs</div> diff --git a/template/popular.st b/template/popular.st index 49395c8..d7312c8 100755 --- a/template/popular.st +++ b/template/popular.st @@ -16,11 +16,11 @@ <div id="messagePanep"> $mini_profile$ <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps:{ d | $popular_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps:{ d | $popular_dump(hump=d)$ }$ </span> $else$ - no dumps + no humps $endif$ </div> diff --git a/template/popular_dump.st b/template/popular_dump.st index ae15326..e98562c 100755 --- a/template/popular_dump.st +++ b/template/popular_dump.st @@ -1,15 +1,15 @@ -<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> +<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> <div id="profiletxt"> -$dump.created_on$ - in <b><a href="http://$dump.key$.hump.fm">$dump.key$</a></b> +$hump.created_on$ - in <b><a href="http://$hump.key$.hump.fm">$hump.key$</a></b> </div> -<div class="content">$dump.content$</div> +<div class="content">$hump.content$</div> <hr/> <div class="faver-list"> -$dump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $dump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> }$ +$hump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> }$ </div> $share_buttons()$ </div> diff --git a/template/profile.st b/template/profile.st index 6f3e5dc..7522e8a 100755 --- a/template/profile.st +++ b/template/profile.st @@ -103,7 +103,7 @@ jQuery(document).ready(function() { </div> <div id="dashpix"> - <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> + <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a> <div id="mostrecentdumps"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> diff --git a/template/profile_dump.st b/template/profile_dump.st index 23d8e6c..0fe4832 100755 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -1,23 +1,23 @@ -<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> +<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> <div id="profiletxt"> - $dump.created_on$ -- in <b><a href="$dump.roomlink$">$dump.key$</a></b> + $hump.created_on$ -- in <b><a href="$hump.roomlink$">$hump.key$</a></b> </div> - <a href="/$dump.nick$"> + <a href="/$hump.nick$"> <div id="logavatar"> -$if(dump.avatar)$ - <img height="50" width="50" src="$dump.avatar$" /> +$if(hump.avatar)$ + <img height="50" width="50" src="$hump.avatar$" /> $else$ <img height="50" width="50" src="/static/img/noinfo.png"> $endif$ </div></a> <!-- -$if(dump.favorited)$ +$if(hump.favorited)$ <img src="/static/img/thumbs/heartover.gif" class="thumb favorite" onclick="Tag.favorite(this)"> $else$ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> $endif$ --> - <div class="content">$dump.content$</div> + <div class="content">$hump.content$</div> <hr/> $share_buttons()$ </div> diff --git a/template/profilelog.st b/template/profilelog.st index 3f92185..d277f77 100755 --- a/template/profilelog.st +++ b/template/profilelog.st @@ -36,8 +36,8 @@ </div> $endif$ - <div>dumps posted: $dump_cnt$</div> - <div>dumps $nick$ faved: $dumps_user_faved_cnt$</div> + <div>humps posted: $dump_cnt$</div> + <div>humps $nick$ faved: $dumps_user_faved_cnt$</div> $if(is_home)$ <div id="avatar-editing" class="is-hidden"> @@ -79,8 +79,8 @@ <div id="favbox"></div> <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps:{ d | $profile_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps:{ d | $profile_dump(hump=d)$ }$ @@ -89,7 +89,7 @@ $else$ - no dumps + no humps $endif$ </div> diff --git a/template/profilenew.st b/template/profilenew.st index 48607e7..8569921 100755 --- a/template/profilenew.st +++ b/template/profilenew.st @@ -101,7 +101,7 @@ jQuery(document).ready(function() { </div> <div class="logged-dump"> - <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a> + <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a> <div class="logged-dump"> $imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$ </div> diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st index 1cf6fba..fb1b36a 100755 --- a/template/rooms/frontpage.st +++ b/template/rooms/frontpage.st @@ -78,12 +78,12 @@ </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $fame_dump(dump=d)$ }$ + $humps: { d | $fame_dump(hump=d)$ }$ </span> $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/search_files.st b/template/search_files.st index b375f83..ae24080 100755 --- a/template/search_files.st +++ b/template/search_files.st @@ -8,7 +8,7 @@ </head> <body> - <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br> + <center>search humps: <input type="text" name="search-query" id="search-query" /></center><br><br> <center><div id="search-message"></div><br><br></center> <div id="fullpage-search-results"> <div id="search-results-images"></div> diff --git a/template/share_buttons.st b/template/share_buttons.st index f10a29e..c481607 100755 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -3,9 +3,9 @@ <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)"> - <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a> + <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a> $if(logged_in)$ -$if(dump.favorited)$ +$if(hump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> $else$ <div class="is-relative"> @@ -13,7 +13,7 @@ $else$ </div> $endif$ $endif$ -$if(dump.favcount)$ - $dump.favcount$ +$if(hump.favcount)$ + $hump.favcount$ $endif$ </span> diff --git a/template/simplerlog.st b/template/simplerlog.st index d54f6b3..eee6b8e 100755 --- a/template/simplerlog.st +++ b/template/simplerlog.st @@ -141,15 +141,15 @@ hump.fm lets you talk with pictures! Paste an image url, upload, or snap a pic r </div> - $if(dumps)$ + $if(humps)$ - $dumps: { d | $log_dump(dump=d)$ }$ + $humps: { d | $log_dump(hump=d)$ }$ $json_tags_block(json_tags=json_tags)$ $else$ - No dumps! + No humps! $endif$ </div> diff --git a/template/single_message.st b/template/single_message.st index 88d4e3d..33e5e3d 100755 --- a/template/single_message.st +++ b/template/single_message.st @@ -10,27 +10,27 @@ <body class="permalink"> $banner()$ <div class="content"><br><br><br> - <div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> <div id="profiletxt"> - <a href="/$dump.nick$"> - $if(dump.avatar)$ - <div style="border-image:url($dump.avatar$)"> + <a href="/$hump.nick$"> + $if(hump.avatar)$ + <div style="border-image:url($hump.avatar$)"> <div id="avatarPic"> - <img height="50" width="50" src="$dump.avatar$"></img> + <img height="50" width="50" src="$hump.avatar$"></img> </div> - <b>$dump.nick$</b> + <b>$hump.nick$</b> </div> $endif$ </a> - $dump.created_on$ - in <b><a href="http://$dump.key$.hump.fm">$dump.key$</a></b> + $hump.created_on$ - in <b><a href="http://$hump.key$.hump.fm">$hump.key$</a></b> </div> - <div class="content">$dump.content$</div> + <div class="content">$hump.content$</div> <hr/> <div class="faver-list"> - <span class="dump_score">$dump.count$</span> + <span class="dump_score">$hump.count$</span> <img src="/static/img/thumbs/heartfavedsm.gif"> - $dump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b> </a> }$ + $hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b> </a> }$ </div> $single_message_share_buttons()$ </div> diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st index 2781199..04a91a3 100755 --- a/template/single_message_share_buttons.st +++ b/template/single_message_share_buttons.st @@ -3,9 +3,9 @@ <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)"> <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)"> <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)"> - <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a> + <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a> $if(user_nick)$ - $if(dump.favorited)$ + $if(hump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')"> $else$ <div class="is-relative"> @@ -13,7 +13,7 @@ $if(user_nick)$ </div> $endif$ $endif$ -$if(dump.favcount)$ - $dump.favcount$ +$if(hump.favcount)$ + $hump.favcount$ $endif$ </span> diff --git a/template/tagged_dumps.st b/template/tagged_dumps.st index 052aa34..5f72b4b 100755 --- a/template/tagged_dumps.st +++ b/template/tagged_dumps.st @@ -19,8 +19,8 @@ $infobar$ <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps: { d | $log_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps: { d | $log_dump(hump=d)$ }$ </span> $else$ <span>favless</span> diff --git a/template/topic.st b/template/topic.st index 30a5b87..9addb22 100755 --- a/template/topic.st +++ b/template/topic.st @@ -16,9 +16,9 @@ <br><h3></h3> </div> <div id="messageList"> - $if(dumps)$ + $if(humps)$ <span class="content"> - $dumps: { d | $topic_dump(dump=d)$ }$ + $humps: { d | $topic_dump(hump=d)$ }$ </span> $else$ <span>Topic #$topic$ doesn't exist yet!</span> diff --git a/template/topic_dump.st b/template/topic_dump.st index cc52e4e..be26aeb 100755 --- a/template/topic_dump.st +++ b/template/topic_dump.st @@ -1,8 +1,8 @@ -<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> +<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> <div> - $dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> in <b><a href="$dump.roomlink$">$dump.key$</a></b> + $hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a> in <b><a href="$hump.roomlink$">$hump.key$</a></b> </div> - <div class="content">$dump.content$</div> + <div class="content">$hump.content$</div> <hr/> $share_buttons()$ </div> diff --git a/template/userlog.st b/template/userlog.st index 30925a9..6552642 100755 --- a/template/userlog.st +++ b/template/userlog.st @@ -13,11 +13,11 @@ <div id="messagePanep"> $mini_profile$ <div id="messageList"> - $if(dumps)$ <span class="content"> - $dumps:{ d | $profile_dump(dump=d)$ }$ + $if(humps)$ <span class="content"> + $humps:{ d | $profile_dump(hump=d)$ }$ </span> $else$ - no dumps + no humps $endif$ </div> |
