Committer: vad
LJSUP-11194: Update ?v= version for static filesU trunk/htdocs/tools/endpoints/ctxpopup.bml U trunk/htdocs/tools/friendlist.bml U trunk/htdocs/userinfo.bml U trunk/htdocs/userinfo_2008.bml U trunk/htdocs/view/index.bml
Modified: trunk/htdocs/tools/endpoints/ctxpopup.bml =================================================================== --- trunk/htdocs/tools/endpoints/ctxpopup.bml 2012-02-08 15:53:56 UTC (rev 21125) +++ trunk/htdocs/tools/endpoints/ctxpopup.bml 2012-02-08 15:59:01 UTC (rev 21126) @@ -93,7 +93,7 @@ else { # if it's a feed, make their userpic the feed icon if ($u->is_syndicated) { - $ret{url_userpic} = "$LJ::IMGPREFIX/feed100x100.png"; + $ret{url_userpic} = "$LJ::IMGPREFIX/feed100x100.png?v=7859"; } elsif ($u->is_identity) { ## show OpedID placeholder for OpenID accounts, and @@ -101,17 +101,17 @@ my $identity = $u->identity; if ($identity && $identity->isa("LJ::Identity::OpenID")) { - $ret{url_userpic} = "$LJ::IMGPREFIX/profile_icons/openid.gif"; + $ret{url_userpic} = "$LJ::IMGPREFIX/profile_icons/openid.gif?v=14273"; } else { - $ret{url_userpic} = "$LJ::IMGPREFIX/ctxpopup-nopic.gif"; + $ret{url_userpic} = "$LJ::IMGPREFIX/ctxpopup-nopic.gif?v=8313"; } } elsif ( $u->is_comm ) { - $ret{'url_userpic'} = "$LJ::IMGPREFIX/profile_icons/comm.gif"; + $ret{'url_userpic'} = "$LJ::IMGPREFIX/profile_icons/comm.gif?v=14273"; } else { - $ret{url_userpic} = "$LJ::IMGPREFIX/ctxpopup-nopic.gif"; + $ret{url_userpic} = "$LJ::IMGPREFIX/ctxpopup-nopic.gif?v=8313"; } $ret{userpic_w} = 100; Modified: trunk/htdocs/tools/friendlist.bml =================================================================== --- trunk/htdocs/tools/friendlist.bml 2012-02-08 15:53:56 UTC (rev 21125) +++ trunk/htdocs/tools/friendlist.bml 2012-02-08 15:59:01 UTC (rev 21126) @@ -144,9 +144,9 @@ if (my $up = $friend->userpic) { $pic .= $up->imgtag_lite . "<br />\n"; } elsif ($friend->is_syndicated) { - $pic .= "<img src='$LJ::IMGPREFIX/feed-userpic.gif' width='100' height='100' class='userpic-img' /><br />\n"; + $pic .= "<img src='$LJ::IMGPREFIX/feed-userpic.gif?v=11929' width='100' height='100' class='userpic-img' /><br />\n"; } else { - $pic .= "<img src='$LJ::STATPREFIX/horizon/nouserpic.png' width='100' height='100' class='userpic-img' /><br />\n"; + $pic .= "<img src='$LJ::STATPREFIX/horizon/nouserpic.png?v=2621' width='100' height='100' class='userpic-img' /><br />\n"; } $body .= " <td valign='bottom' align='center' width='100'>$pic" . $friend->ljuser_display . "</td>\n"; } Modified: trunk/htdocs/userinfo.bml =================================================================== --- trunk/htdocs/userinfo.bml 2012-02-08 15:53:56 UTC (rev 21125) +++ trunk/htdocs/userinfo.bml 2012-02-08 15:59:01 UTC (rev 21126) @@ -344,7 +344,7 @@ my $arrowimg = sub { my $section = shift; - return "<img id='${section}_arrow' src='$LJ::IMGPREFIX/profile_icons/arrow-down.gif' align='absmiddle' alt='' />"; + return "<img id='${section}_arrow' src='$LJ::IMGPREFIX/profile_icons/arrow-down.gif?v=14408' align='absmiddle' alt='' />"; }; # End Subs @@ -380,7 +380,7 @@ $body .= "<div class='username'$new_margin>" . $u->ljuser_display({side_alias => 1}); if ($u->{public_key}) { $body .= " <a href='$LJ::SITEROOT/pubkey.bml?user=$user'>"; - $body .= "<img src='$LJ::IMGPREFIX/key.gif' width='16' height='16' border='0' alt=\"$ML{'.pubkey.alt'}\" title=\"$ML{'.pubkey.alt'}\" style='vertical-align: middle; border: 0;' /></a>"; + $body .= "<img src='$LJ::IMGPREFIX/key.gif?v=6803' width='16' height='16' border='0' alt=\"$ML{'.pubkey.alt'}\" title=\"$ML{'.pubkey.alt'}\" style='vertical-align: middle; border: 0;' /></a>"; } $body .= "</div>"; @@ -396,7 +396,7 @@ $url = "$LJ::SITEROOT/community/leave.bml?comm=$user"; $text = $ML{'.optionlinks.leavecomm'}; $li_title = $ML{'.optionlinks.leavecomm.title'}; - $body .= "<li class='profile_leave' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/leave-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_leave' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/leave-comm.gif?v=14658' alt='' />$text</a></li>"; } else { my @comm_settings = LJ::get_comm_settings($u); @@ -405,10 +405,10 @@ if ($comm_settings[0] eq "closed" || !$remote || !$u->is_visible) { $li_title = $comm_settings[0] eq "closed" ? $ML{'.optionlinks.joincomm.title.closed'} : $ML{'.optionlinks.joincomm.title.loggedout'}; $li_title = $ML{'.optionlinks.joincomm.title.cantjoin'} if $remote && $remote->is_identity; - $body .= "<li class='profile_join_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/join-comm-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_join_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/join-comm-disabled.gif?v=14658' alt='' />$text</li>"; } else { $li_title = $ML{'.optionlinks.joincomm.title.open'}; - $body .= "<li class='profile_join' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/join-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_join' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/join-comm.gif?v=14658' alt='' />$text</a></li>"; } } } @@ -421,20 +421,20 @@ $text = $remote_hasfriend ? $ML{'.optionlinks.modifywatch'} : $ML{'.optionlinks.watch'}; if ($remote && ($remote_hasfriend || $u->is_visible)) { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifywatch.title'} : $ML{'.optionlinks.watch.title'}; - $body .= "<li class='profile_watch' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/watch-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_watch' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/watch-comm.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.watch.title.loggedout'}; - $body .= "<li class='profile_watch_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/watch-comm-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_watch_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/watch-comm-disabled.gif?v=14658' alt='' />$text</li>"; } } elsif ($u->is_syndicated) { my $remote_hasfriend = $remote && $remote->has_friend($u) ? 1 : 0; $text = $remote_hasfriend ? $ML{'.optionlinks.modifysub'} : $ML{'.optionlinks.sub'}; if ($remote && ($remote_hasfriend || $u->is_visible)) { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifysub.title'} : $ML{'.optionlinks.sub.title'}; - $body .= "<li class='profile_addfeed' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-feed.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_addfeed' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-feed.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.sub.title.loggedout'}; - $body .= "<li class='profile_addfeed_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-feed-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_addfeed_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-feed-disabled.gif?v=14658' alt='' />$text</li>"; } } else { # has_friend doesn't work right if you are viewing your own profile @@ -446,10 +446,10 @@ } else { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifyfriend.title.other'} : $ML{'.optionlinks.addfriend.title.other'}; } - $body .= "<li class='profile_addfriend' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-friend.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_addfriend' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-friend.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.addfriend.title.loggedout'}; - $body .= "<li class='profile_addfriend_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-friend-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_addfriend_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-friend-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -467,15 +467,15 @@ : ""; $body .= qq|<li class='profile_addalias' title="$li_title" style="$add_style"><a onclick='return addAlias(this, "$ML{'.addalias.title'}", "$u->{user}", "")' href='$url'>|; - $body .= "<img src='$LJ::IMGPREFIX/profile_icons/alias.gif' alt='' /><span>$ML{'.addalias.title'}</span></a></li>"; + $body .= "<img src='$LJ::IMGPREFIX/profile_icons/alias.gif?v=7428' alt='' /><span>$ML{'.addalias.title'}</span></a></li>"; $body .= qq|<li class='profile_addalias' title="$li_title" style="$edit_style"><a onclick='return addAlias(this, "$ML{'.editalias.title'}", "$u->{user}", "|.LJ::ehtml(LJ::ejs($user_alias)).qq|")' href='$url'>|; - $body .= "<img src='$LJ::IMGPREFIX/profile_icons/alias.gif' alt='' /><span>$ML{'.editalias.title'}</span></a></li>"; + $body .= "<img src='$LJ::IMGPREFIX/profile_icons/alias.gif?v=7428' alt='' /><span>$ML{'.editalias.title'}</span></a></li>"; } elsif($remote && $remote->userid eq $u->userid) { # noop. User can't set alias for himself } else { - $body .= "<li class='profile_addalias_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/alias_disabled.gif' alt='' /><span>$text</span></li>"; + $body .= "<li class='profile_addalias_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/alias_disabled.gif?v=7428' alt='' /><span>$text</span></li>"; } # post entry @@ -488,11 +488,11 @@ $text = $ML{'.optionlinks.postentry'}; $li_title = $ML{'.optionlinks.postentry.title'}; } - $body .= "<li class='profile_postentry' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/post-entry.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_postentry' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/post-entry.gif?v=14658' alt='' />$text</a></li>"; } elsif ($u->is_community) { $text = $ML{'.optionlinks.post'}; $li_title = $remote ? $ML{'.optionlinks.post.title.cantpost'} : $ML{'.optionlinks.post.title.loggedout'}; - $body .= "<li class='profile_postentry_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/post-entry-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_postentry_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/post-entry-disabled.gif?v=14658' alt='' />$text</li>"; } # track user @@ -511,10 +511,10 @@ $li_title = $ML{'.optionlinks.tracksyn.title'}; } if ($remote && $remote->can_use_esn) { - $body .= "<li class='profile_trackuser' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/track.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_trackuser' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/track.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $remote ? $ML{'.optionlinks.trackuser.title.cantuseesn'} : $ML{'.optionlinks.trackuser.title.loggedout'}; - $body .= "<li class='profile_trackuser_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/track-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_trackuser_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/track-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -524,10 +524,10 @@ $text = $ML{'.optionlinks.sendmessage'}; $li_title = $ML{'.optionlinks.sendmessage.title'}; if ($remote && $u->can_receive_message($remote)) { - $body .= "<li class='profile_sendmessage' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/send-message.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_sendmessage' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/send-message.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $remote ? $ML{'.optionlinks.sendmessage.title.cantsendmessage'} : $ML{'.optionlinks.sendmessage.title.loggedout'}; - $body .= "<li class='profile_sendmessage_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/send-message-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_sendmessage_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/send-message-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -544,7 +544,7 @@ # picture $body .= "<div class='userpicdiv'>"; if ($synd) { - $body .= "<img src='$LJ::IMGPREFIX/profile_icons/feed.gif' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; + $body .= "<img src='$LJ::IMGPREFIX/profile_icons/feed.gif?v=14273' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; } else { my $default_userpic_img; if ($u->{defaultpicid}) { @@ -553,15 +553,15 @@ LJ::load_userpics(\%pic, [ $u, $picid ]); $default_userpic_img = "<img src='$LJ::USERPIC_ROOT/$picid/$userid' width='$pic{$picid}->{'width'}' height='$pic{$picid}->{'height'}' border='0' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; } elsif ($u->is_person) { - $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/user.gif' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; + $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/user.gif?v=14273' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; } elsif ($com) { - $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/comm.gif' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; + $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/comm.gif?v=14273' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; } elsif ($u->is_identity) { # Fanat.ru users have special icon my $value = $u->identity->value; my $img = ($value =~ m#^http://\w+\.fanat\.ru(\/|$)$#) - ? 'openid_fanat.png' - : 'openid.gif'; + ? 'openid_fanat.png?v=15782' + : 'openid.gif?v=14273'; $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/$img' class='user_pic' alt=\"$ML{'.userpic.alt'}\" />"; } @@ -600,18 +600,18 @@ my $journal_warnings; if ($u->is_locked) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.locked'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.locked'}</p>"; } elsif ($u->is_memorial) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.memorial'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.memorial'}</p>"; } elsif ($u->is_readonly) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.readonly'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.readonly'}</p>"; } unless ($u->is_identity) { if ($u->adult_content_calculated eq 'explicit') { - $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'.details.warning.explicit'}</p>"; + $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'.details.warning.explicit'}</p>"; } elsif ($u->adult_content_calculated eq 'concepts') { - $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'.details.warning.concepts'}</p>"; + $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'.details.warning.concepts'}</p>"; } } @@ -665,8 +665,8 @@ }); if (ref $position eq 'HASH') { if ($position->{result}->{position} < 2000) { - my $soc_image = "<img src='$LJ::IMGPREFIX/profile_icons/" . ($position->{result}->{position}!=0 ? 'social-capital.png' : 'korona.png') . "'/>"; - my $diagram_image = "<img src='$LJ::IMGPREFIX/profile_icons/diagram.png'/> "; + my $soc_image = "<img src='$LJ::IMGPREFIX/profile_icons/" . ($position->{result}->{position}!=0 ? 'social-capital.png?v=17298' : 'korona.png?v=17319') . "'/>"; + my $diagram_image = "<img src='$LJ::IMGPREFIX/profile_icons/diagram.png?v=11372'/> "; my $href_rating = $u->journaltype eq 'C' ? 'ljcom.userinfo.community_rating' : 'ljcom.userinfo.account_rating'; $body .= "<ul class='rating-details'>" . "<li class='rating-place'>" . @@ -764,7 +764,7 @@ $link = $u->{'name'}; } - my $icon = "<a href='" . LJ::ehtml($synd->{'synurl'}) . "'><img src='$LJ::IMGPREFIX/xml.gif' width='36' height='14' align='absmiddle' border='0' alt=\"$ML{'.syn.xml'}\" /></a>"; + my $icon = "<a href='" . LJ::ehtml($synd->{'synurl'}) . "'><img src='$LJ::IMGPREFIX/xml.gif?v=6803' width='36' height='14' align='absmiddle' border='0' alt=\"$ML{'.syn.xml'}\" /></a>"; $display_name .= "<tr><th>$ML{'.label.syndicatedfrom'}</th><td>$link $icon</td></tr>\n"; } else { @@ -1035,36 +1035,36 @@ my $aol_alt = $ML{'.im.aol'}; my $aolstatus_alt = $ML{'.im.aol.status'}; $qim =~ s/ //g; - $instant_message .= "<tr class='im_aim'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/aim.gif' alt=\"$aol_alt\" title=\"$aol_alt\" /></td><td>$aol</td><td class='im_status'><img alt=\"$aolstatus_alt\" title=\"$aolstatus_alt\" src='http://big.oscar.aol.com/$qim?on_url=http://www.aol.com/aim/gr/online.gif&off_url=http://www.aol.com/aim/gr/offline.gif' height='13' width='11' /></td></tr>\n"; + $instant_message .= "<tr class='im_aim'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/aim.gif?v=14658' alt=\"$aol_alt\" title=\"$aol_alt\" /></td><td>$aol</td><td class='im_status'><img alt=\"$aolstatus_alt\" title=\"$aolstatus_alt\" src='http://big.oscar.aol.com/$qim?on_url=http://www.aol.com/aim/gr/online.gif&off_url=http://www.aol.com/aim/gr/offline.gif' height='13' width='11' /></td></tr>\n"; } if ($u->{'icq'}) { my $icq = LJ::ehtml($u->{'icq'}); my $icq_alt = $ML{'.im.icq'}; my $icqstatus_alt = $ML{'.im.icq.status'}; - $instant_message .= "<tr class='im_icq'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/icq.gif' alt=\"$icq_alt\" title=\"$icq_alt\" /></td><td><a href='http://wwp.icq.com/$icq'>$icq</a></td><td class='im_status'><img alt=\"$icqstatus_alt\" title=\"$icqstatus_alt\" src='http://web.icq.com/whitepages/online?icq=$icq&img=5' height='18' width='18' /></td></tr>\n"; + $instant_message .= "<tr class='im_icq'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/icq.gif?v=14273' alt=\"$icq_alt\" title=\"$icq_alt\" /></td><td><a href='http://wwp.icq.com/$icq'>$icq</a></td><td class='im_status'><img alt=\"$icqstatus_alt\" title=\"$icqstatus_alt\" src='http://web.icq.com/whitepages/online?icq=$icq&img=5' height='18' width='18' /></td></tr>\n"; } if ($u->{'yahoo'}) { my $yim = LJ::ehtml($u->{'yahoo'}); my $yim_alt = $ML{'.im.yim'}; my $yimstatus_alt = $ML{'.im.yim.status'}; - $instant_message .= "<tr class='im_yahoo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/yahoo.gif' alt=\"$yim_alt\" title=\"$yim_alt\" /></td><td><a href='http://profiles.yahoo.com/$yim'>$yim</a></td><td class='im_status'><img alt=\"$yimstatus_alt\" title=\"$yimstatus_alt\" src='http://opi.yahoo.com/online?u=$yim&m=g&t=0' width='12' height='12' /></td></tr>\n"; + $instant_message .= "<tr class='im_yahoo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/yahoo.gif?v=14273' alt=\"$yim_alt\" title=\"$yim_alt\" /></td><td><a href='http://profiles.yahoo.com/$yim'>$yim</a></td><td class='im_status'><img alt=\"$yimstatus_alt\" title=\"$yimstatus_alt\" src='http://opi.yahoo.com/online?u=$yim&m=g&t=0' width='12' height='12' /></td></tr>\n"; } if ($u->{'msn'}) { my $msnname = $mangleaddress->(LJ::ehtml($u->{'msn'})); my $msn_alt = $ML{'.im.msn'}; my $msn_status = $ML{'.im.msn.status'}; - $instant_message .= "<tr class='im_msn'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/wlm.gif' alt=\"$msn_alt\" title=\"$msn_alt\" /></td><td>$msnname</td><td class='msn_status'><span id='mlm-status' class='offline' title='$msn_status offline'>$msn_status offline</span></td></tr>\n"; + $instant_message .= "<tr class='im_msn'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/wlm.gif?v=7405' alt=\"$msn_alt\" title=\"$msn_alt\" /></td><td>$msnname</td><td class='msn_status'><span id='mlm-status' class='offline' title='$msn_status offline'>$msn_status offline</span></td></tr>\n"; } if ($u->{'jabber'}) { my $jabber = $mangleaddress->(LJ::ehtml($u->{'jabber'})); my $jabber_alt = $ML{'.im.jabber'}; - $instant_message .= "<tr class='im_jabber'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/jabber.gif' alt=\"$jabber_alt\" title=\"$jabber_alt\" /></td><td colspan='2'>$jabber</td></tr>\n"; + $instant_message .= "<tr class='im_jabber'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/jabber.gif?v=14273' alt=\"$jabber_alt\" title=\"$jabber_alt\" /></td><td colspan='2'>$jabber</td></tr>\n"; } if ($u->{'google_talk'}) { my $google = $mangleaddress->(LJ::ehtml($u->{'google_talk'})); my $gtalk_alt = $ML{'.im.gtalk'}; - $instant_message .= "<tr class='im_google'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gtalk.gif' alt=\"$gtalk_alt\" title=\"$gtalk_alt\" /></td><td colspan='2'>$google</td></tr>\n"; + $instant_message .= "<tr class='im_google'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gtalk.gif?v=14273' alt=\"$gtalk_alt\" title=\"$gtalk_alt\" /></td><td colspan='2'>$google</td></tr>\n"; } if ($u->{'skype'}) { my $skimg; @@ -1076,12 +1076,12 @@ } my $skype = $mangleaddress->(LJ::ehtml($u->{'skype'})); my $skype_alt = $ML{'.im.skype'}; - $instant_message .= "<tr class='im_skype'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/skype.gif' alt=\"$skype_alt\" title=\"$skype_alt\" /></td><td$colspan>$skype</td>$skimg</tr>\n"; + $instant_message .= "<tr class='im_skype'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/skype.gif?v=14273' alt=\"$skype_alt\" title=\"$skype_alt\" /></td><td$colspan>$skype</td>$skimg</tr>\n"; } if (my $gizmo = $u->gizmo_account) { $gizmo = $mangleaddress->(LJ::ehtml($gizmo)); my $gizmo_alt = $ML{'.im.gizmo'}; - $instant_message .= "<tr class='im_gizmo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gizmo.gif' alt=\"$gizmo_alt\" title=\"$gizmo_alt\" /></td><td colspan='2'>$gizmo</td></tr>\n"; + $instant_message .= "<tr class='im_gizmo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gizmo.gif?v=14273' alt=\"$gizmo_alt\" title=\"$gizmo_alt\" /></td><td colspan='2'>$gizmo</td></tr>\n"; } if ($u->{'last_fm_user'}) { my $lastfm_url = $LJ::LAST_FM_USER_URL; @@ -1090,7 +1090,7 @@ my $lastfm = "<a href='$lastfm_url'>" . LJ::ehtml($u->{'last_fm_user'}) . "</a>"; my $lastfm_alt = $ML{'.im.lastfm'}; - $instant_message .= "<tr class='im_lastfm'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/lastfm.gif' alt=\"$lastfm_alt\" title=\"$lastfm_alt\" /></td><td colspan='2'>$lastfm</td></tr>\n"; + $instant_message .= "<tr class='im_lastfm'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/lastfm.gif?v=14402' alt=\"$lastfm_alt\" title=\"$lastfm_alt\" /></td><td colspan='2'>$lastfm</td></tr>\n"; } } @@ -1465,7 +1465,7 @@ $body .= "<div class='section_body'>"; } else { $label = $ML{'.friends.header'}; - $body .= "<div class='section'><img src='$LJ::IMGPREFIX/userinfo.gif' alt='' /> $label$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=P'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='section'><img src='$LJ::IMGPREFIX/userinfo.gif?v=17080' alt='' /> $label$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=P'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>"; } @@ -1585,10 +1585,10 @@ $comms .= "$posting" if ($posting); next unless $comms; $body .= "<div class='ljclear'></div>"; - $body .= "<div class='section'><img src='$LJ::IMGPREFIX/community.gif' alt='' /> $ML{'.comms.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=C'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='section'><img src='$LJ::IMGPREFIX/community.gif?v=556' alt='' /> $ML{'.comms.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=C'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>$comms</div>"; if ($feeds) { - $body .= "<div class='ljclear'></div><div class='section'><img src='$LJ::IMGPREFIX/syndicated.gif' alt='' /> $ML{'.syn.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=Y'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='ljclear'></div><div class='section'><img src='$LJ::IMGPREFIX/syndicated.gif?v=6283' alt='' /> $ML{'.syn.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=Y'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>$feeds</div>"; } } @@ -1654,7 +1654,7 @@ $apps .= '</div>'; $body .= "<div class='ljclear'></div>"; - $body .= "<div class='section' id='apps'><img src='$LJ::IMGPREFIX/application.gif' alt='' /> $ML{'.apps.header'} "; + $body .= "<div class='section' id='apps'><img src='$LJ::IMGPREFIX/application.gif?v=10093' alt='' /> $ML{'.apps.header'} "; $body .= "<span class='section_link'>[<a href='$LJ::SITEROOT/manage/settings/?cat=userapps'>$ML{'.section.edit'}</a>]</span> " if $remote && $remote->can_manage($u); $body .= "<span class='section_link'>[<a href='$LJ::SITEROOT/games/info.bml?user=".$u->username."'>$ML{'.section.view_all'}</a>]</span></div>"; $body .= $apps; Modified: trunk/htdocs/userinfo_2008.bml =================================================================== --- trunk/htdocs/userinfo_2008.bml 2012-02-08 15:53:56 UTC (rev 21125) +++ trunk/htdocs/userinfo_2008.bml 2012-02-08 15:59:01 UTC (rev 21126) @@ -339,7 +339,7 @@ my $arrowimg = sub { my $section = shift; - return "<img id='${section}_arrow' src='$LJ::IMGPREFIX/profile_icons/arrow-down.gif' align='absmiddle' alt='' />"; + return "<img id='${section}_arrow' src='$LJ::IMGPREFIX/profile_icons/arrow-down.gif?v=14408' align='absmiddle' alt='' />"; }; # End Subs @@ -369,15 +369,15 @@ $body .= "<a href='$LJ::SITEROOT/allpics.bml?user=$user'><img src='$LJ::USERPIC_ROOT/$picid/$userid' width='$pic{$picid}->{'width'}' height='$pic{$picid}->{'height'}' border='0' alt='$user $ML{'.allpics'}' class='user_pic' /></a>"; $body .= "<br /><a href='$LJ::SITEROOT/allpics.bml?user=$user' class='user_pic_caption'>$ML{'.allpics'}</a>"; } elsif ($synd) { - $body .= "<img src='$LJ::IMGPREFIX/profile_icons/feed.gif' class='user_pic' alt='' />"; + $body .= "<img src='$LJ::IMGPREFIX/profile_icons/feed.gif?v=14273' class='user_pic' alt='' />"; } else { my $default_userpic_img; if ($u->is_person) { - $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/user.gif' class='user_pic' alt='' />"; + $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/user.gif?v=14273' class='user_pic' alt='' />"; } elsif ($com) { - $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/comm.gif' class='user_pic' alt='' />"; + $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/comm.gif?v=14273' class='user_pic' alt='' />"; } elsif ($u->is_identity) { - $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/openid.gif' class='user_pic' alt='' />"; + $default_userpic_img = "<img src='$LJ::IMGPREFIX/profile_icons/openid.gif?v=14273' class='user_pic' alt='' />"; } if ($remote && $remote->can_manage($u)) { @@ -397,7 +397,7 @@ $body .= "<div class='username'>" . $u->ljuser_display; if ($u->{public_key}) { $body .= " <a href='$LJ::SITEROOT/pubkey.bml?user=$user'>"; - $body .= "<img src='$LJ::IMGPREFIX/key.gif' width='16' height='16' border='0' alt=\"$ML{'.pubkey.alt'}\" title=\"$ML{'.pubkey.alt'}\" style='vertical-align: middle; border: 0;' /></a>"; + $body .= "<img src='$LJ::IMGPREFIX/key.gif?v=6803' width='16' height='16' border='0' alt=\"$ML{'.pubkey.alt'}\" title=\"$ML{'.pubkey.alt'}\" style='vertical-align: middle; border: 0;' /></a>"; } $body .= "</div>"; $body .= "</div>"; @@ -413,7 +413,7 @@ $url = "$LJ::SITEROOT/community/leave.bml?comm=$user"; $text = $ML{'.optionlinks.leavecomm'}; $li_title = $ML{'.optionlinks.leavecomm.title'}; - $body .= "<li class='profile_leave' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/leave-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_leave' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/leave-comm.gif?v=14658' alt='' />$text</a></li>"; } else { my @comm_settings = LJ::get_comm_settings($u); @@ -422,10 +422,10 @@ if ($comm_settings[0] eq "closed" || !$remote || $remote->is_identity || !$u->is_visible) { $li_title = $comm_settings[0] eq "closed" ? $ML{'.optionlinks.joincomm.title.closed'} : $ML{'.optionlinks.joincomm.title.loggedout'}; $li_title = $ML{'.optionlinks.joincomm.title.cantjoin'} if $remote && $remote->is_identity; - $body .= "<li class='profile_join_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/join-comm-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_join_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/join-comm-disabled.gif?v=14658' alt='' />$text</li>"; } else { $li_title = $ML{'.optionlinks.joincomm.title.open'}; - $body .= "<li class='profile_join' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/join-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_join' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/join-comm.gif?v=14658' alt='' />$text</a></li>"; } } } @@ -437,20 +437,20 @@ $text = $remote_hasfriend ? $ML{'.optionlinks.modifywatch'} : $ML{'.optionlinks.watch'}; if ($remote && ($remote_hasfriend || $u->is_visible)) { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifywatch.title'} : $ML{'.optionlinks.watch.title'}; - $body .= "<li class='profile_watch' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/watch-comm.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_watch' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/watch-comm.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.watch.title.loggedout'}; - $body .= "<li class='profile_watch_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/watch-comm-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_watch_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/watch-comm-disabled.gif?v=14658' alt='' />$text</li>"; } } elsif ($u->is_syndicated) { my $remote_hasfriend = $remote && $remote->has_friend($u) ? 1 : 0; $text = $remote_hasfriend ? $ML{'.optionlinks.modifysub'} : $ML{'.optionlinks.sub'}; if ($remote && ($remote_hasfriend || $u->is_visible)) { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifysub.title'} : $ML{'.optionlinks.sub.title'}; - $body .= "<li class='profile_addfeed' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-feed.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_addfeed' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-feed.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.sub.title.loggedout'}; - $body .= "<li class='profile_addfeed_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-feed-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_addfeed_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-feed-disabled.gif?v=14658' alt='' />$text</li>"; } } else { # has_friend doesn't work right if you are viewing your own profile @@ -462,10 +462,10 @@ } else { $li_title = $remote_hasfriend ? $ML{'.optionlinks.modifyfriend.title.other'} : $ML{'.optionlinks.addfriend.title.other'}; } - $body .= "<li class='profile_addfriend' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-friend.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_addfriend' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/add-friend.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $ML{'.optionlinks.addfriend.title.loggedout'}; - $body .= "<li class='profile_addfriend_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-friend-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_addfriend_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/add-friend-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -481,7 +481,7 @@ } elsif ($u->is_syndicated) { $li_title = $ML{'.optionlinks.viewjournal.title.syn'}; } - $body .= "<li class='profile_viewjournal' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/view-journal.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_viewjournal' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/view-journal.gif?v=14658' alt='' />$text</a></li>"; } ## post entry @@ -494,11 +494,11 @@ $text = $ML{'.optionlinks.postentry'}; $li_title = $ML{'.optionlinks.postentry.title'}; } - $body .= "<li class='profile_postentry' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/post-entry.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_postentry' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/post-entry.gif?v=14658' alt='' />$text</a></li>"; } elsif ($u->is_community) { $text = $ML{'.optionlinks.post'}; $li_title = $remote ? $ML{'.optionlinks.post.title.cantpost'} : $ML{'.optionlinks.post.title.loggedout'}; - $body .= "<li class='profile_postentry_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/post-entry-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_postentry_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/post-entry-disabled.gif?v=14658' alt='' />$text</li>"; } ## track user @@ -517,10 +517,10 @@ $li_title = $ML{'.optionlinks.tracksyn.title'}; } if ($remote && $remote->can_use_esn) { - $body .= "<li class='profile_trackuser' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/track.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_trackuser' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/track.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $remote ? $ML{'.optionlinks.trackuser.title.cantuseesn'} : $ML{'.optionlinks.trackuser.title.loggedout'}; - $body .= "<li class='profile_trackuser_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/track-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_trackuser_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/track-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -530,10 +530,10 @@ $text = $ML{'.optionlinks.sendmessage'}; $li_title = $ML{'.optionlinks.sendmessage.title'}; if ($remote && $u->can_receive_message($remote)) { - $body .= "<li class='profile_sendmessage' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/send-message.gif' alt='' />$text</a></li>"; + $body .= "<li class='profile_sendmessage' title=\"$li_title\"><a href='$url'><img src='$LJ::IMGPREFIX/profile_icons/send-message.gif?v=14658' alt='' />$text</a></li>"; } else { $li_title = $remote ? $ML{'.optionlinks.sendmessage.title.cantsendmessage'} : $ML{'.optionlinks.sendmessage.title.loggedout'}; - $body .= "<li class='profile_sendmessage_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/send-message-disabled.gif' alt='' />$text</li>"; + $body .= "<li class='profile_sendmessage_disabled' title=\"$li_title\"><img src='$LJ::IMGPREFIX/profile_icons/send-message-disabled.gif?v=14658' alt='' />$text</li>"; } } @@ -562,18 +562,18 @@ my $journal_warnings; if ($u->is_locked) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.locked'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.locked'}</p>"; } elsif ($u->is_memorial) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.memorial'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.memorial'}</p>"; } elsif ($u->is_readonly) { - $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'statusvis_message.readonly'}</p>"; + $journal_warnings .= "<p class='statusvis_msg'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'statusvis_message.readonly'}</p>"; } unless ($u->is_identity) { if ($u->adult_content_calculated eq 'explicit') { - $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'.details.warning.explicit'}</p>"; + $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'.details.warning.explicit'}</p>"; } elsif ($u->adult_content_calculated eq 'concepts') { - $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif' align='absmiddle' alt='' /> $ML{'.details.warning.concepts'}</p>"; + $journal_warnings .= "<p class='journal_adult_warning'><img src='$LJ::IMGPREFIX/profile_icons/warning.gif?v=14405' align='absmiddle' alt='' /> $ML{'.details.warning.concepts'}</p>"; } } @@ -704,7 +704,7 @@ $link = $u->{'name'}; } - my $icon = "<a href='" . LJ::ehtml($synd->{'synurl'}) . "'><img src='$LJ::IMGPREFIX/xml.gif' width='36' height='14' align='absmiddle' border='0' alt=\"$ML{'.syn.xml'}\" /></a>"; + my $icon = "<a href='" . LJ::ehtml($synd->{'synurl'}) . "'><img src='$LJ::IMGPREFIX/xml.gif?v=6803' width='36' height='14' align='absmiddle' border='0' alt=\"$ML{'.syn.xml'}\" /></a>"; $display_name .= "<tr><th>$ML{'.label.syndicatedfrom'}</th><td>$link $icon</td></tr>\n"; } else { @@ -805,35 +805,35 @@ my $aol_alt = $ML{'.im.aol'}; my $aolstatus_alt = $ML{'.im.aol.status'}; $qim =~ s/ //g; - $instant_message .= "<tr class='im_aim'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/aim.gif' alt=\"$aol_alt\" title=\"$aol_alt\" /></td><td>$aol</td><td class='im_status'><img alt=\"$aolstatus_alt\" title=\"$aolstatus_alt\" src='http://big.oscar.aol.com/$qim?on_url=http://www.aol.com/aim/gr/online.gif&off_url=http://www.aol.com/aim/gr/offline.gif' height='13' width='11' /></td></tr>\n"; + $instant_message .= "<tr class='im_aim'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/aim.gif?v=14658' alt=\"$aol_alt\" title=\"$aol_alt\" /></td><td>$aol</td><td class='im_status'><img alt=\"$aolstatus_alt\" title=\"$aolstatus_alt\" src='http://big.oscar.aol.com/$qim?on_url=http://www.aol.com/aim/gr/online.gif&off_url=http://www.aol.com/aim/gr/offline.gif' height='13' width='11' /></td></tr>\n"; } if ($u->{'icq'}) { my $icq = LJ::ehtml($u->{'icq'}); my $icq_alt = $ML{'.im.icq'}; my $icqstatus_alt = $ML{'.im.icq.status'}; - $instant_message .= "<tr class='im_icq'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/icq.gif' alt=\"$icq_alt\" title=\"$icq_alt\" /></td><td><a href='http://wwp.icq.com/$icq'>$icq</a></td><td class='im_status'><img alt=\"$icqstatus_alt\" title=\"$icqstatus_alt\" src='http://web.icq.com/whitepages/online?icq=$icq&img=5' height='18' width='18' /></td></tr>\n"; + $instant_message .= "<tr class='im_icq'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/icq.gif?v=14273' alt=\"$icq_alt\" title=\"$icq_alt\" /></td><td><a href='http://wwp.icq.com/$icq'>$icq</a></td><td class='im_status'><img alt=\"$icqstatus_alt\" title=\"$icqstatus_alt\" src='http://web.icq.com/whitepages/online?icq=$icq&img=5' height='18' width='18' /></td></tr>\n"; } if ($u->{'yahoo'}) { my $yim = LJ::ehtml($u->{'yahoo'}); my $yim_alt = $ML{'.im.yim'}; my $yimstatus_alt = $ML{'.im.yim.status'}; - $instant_message .= "<tr class='im_yahoo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/yahoo.gif' alt=\"$yim_alt\" title=\"$yim_alt\" /></td><td><a href='http://profiles.yahoo.com/$yim'>$yim</a></td><td class='im_status'><img alt=\"$yimstatus_alt\" title=\"$yimstatus_alt\" src='http://opi.yahoo.com/online?u=$yim&m=g&t=0' width='12' height='12' /></td></tr>\n"; + $instant_message .= "<tr class='im_yahoo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/yahoo.gif?v=14273' alt=\"$yim_alt\" title=\"$yim_alt\" /></td><td><a href='http://profiles.yahoo.com/$yim'>$yim</a></td><td class='im_status'><img alt=\"$yimstatus_alt\" title=\"$yimstatus_alt\" src='http://opi.yahoo.com/online?u=$yim&m=g&t=0' width='12' height='12' /></td></tr>\n"; } if ($u->{'msn'}) { my $msnname = $mangleaddress->(LJ::ehtml($u->{'msn'})); my $msn_alt = $ML{'.im.msn'}; - $instant_message .= "<tr class='im_msn'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/msn.gif' alt=\"$msn_alt\" title=\"$msn_alt\" /></td><td colspan='2'>$msnname</td></tr>\n"; + $instant_message .= "<tr class='im_msn'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/msn.gif?v=15332' alt=\"$msn_alt\" title=\"$msn_alt\" /></td><td colspan='2'>$msnname</td></tr>\n"; } if ($u->{'jabber'}) { my $jabber = $mangleaddress->(LJ::ehtml($u->{'jabber'})); my $jabber_alt = $ML{'.im.jabber'}; - $instant_message .= "<tr class='im_jabber'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/jabber.gif' alt=\"$jabber_alt\" title=\"$jabber_alt\" /></td><td colspan='2'>$jabber</td></tr>\n"; + $instant_message .= "<tr class='im_jabber'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/jabber.gif?v=14273' alt=\"$jabber_alt\" title=\"$jabber_alt\" /></td><td colspan='2'>$jabber</td></tr>\n"; } if ($u->{'google_talk'}) { my $google = $mangleaddress->(LJ::ehtml($u->{'google_talk'})); my $gtalk_alt = $ML{'.im.gtalk'}; - $instant_message .= "<tr class='im_google'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gtalk.gif' alt=\"$gtalk_alt\" title=\"$gtalk_alt\" /></td><td colspan='2'>$google</td></tr>\n"; + $instant_message .= "<tr class='im_google'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gtalk.gif?v=14273' alt=\"$gtalk_alt\" title=\"$gtalk_alt\" /></td><td colspan='2'>$google</td></tr>\n"; } if ($u->{'skype'}) { my $skimg; @@ -845,12 +845,12 @@ } my $skype = $mangleaddress->(LJ::ehtml($u->{'skype'})); my $skype_alt = $ML{'.im.skype'}; - $instant_message .= "<tr class='im_skype'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/skype.gif' alt=\"$skype_alt\" title=\"$skype_alt\" /></td><td$colspan>$skype</td>$skimg</tr>\n"; + $instant_message .= "<tr class='im_skype'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/skype.gif?v=14273' alt=\"$skype_alt\" title=\"$skype_alt\" /></td><td$colspan>$skype</td>$skimg</tr>\n"; } if (my $gizmo = $u->gizmo_account) { $gizmo = $mangleaddress->(LJ::ehtml($gizmo)); my $gizmo_alt = $ML{'.im.gizmo'}; - $instant_message .= "<tr class='im_gizmo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gizmo.gif' alt=\"$gizmo_alt\" title=\"$gizmo_alt\" /></td><td colspan='2'>$gizmo</td></tr>\n"; + $instant_message .= "<tr class='im_gizmo'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/gizmo.gif?v=14273' alt=\"$gizmo_alt\" title=\"$gizmo_alt\" /></td><td colspan='2'>$gizmo</td></tr>\n"; } if ($u->{'last_fm_user'}) { my $lastfm_url = $LJ::LAST_FM_USER_URL; @@ -859,7 +859,7 @@ my $lastfm = "<a href='$lastfm_url'>" . LJ::ehtml($u->{'last_fm_user'}) . "</a>"; my $lastfm_alt = $ML{'.im.lastfm'}; - $instant_message .= "<tr class='im_lastfm'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/lastfm.gif' alt=\"$lastfm_alt\" title=\"$lastfm_alt\" /></td><td colspan='2'>$lastfm</td></tr>\n"; + $instant_message .= "<tr class='im_lastfm'><td class='im_icon'><img src='$LJ::IMGPREFIX/profile_icons/lastfm.gif?v=14402' alt=\"$lastfm_alt\" title=\"$lastfm_alt\" /></td><td colspan='2'>$lastfm</td></tr>\n"; } } @@ -1384,7 +1384,7 @@ $body .= "<div class='section_body'>"; } else { $label = $ML{'.friends.header'}; - $body .= "<div class='section'><img src='$LJ::IMGPREFIX/userinfo.gif' alt='' /> $label$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=P'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='section'><img src='$LJ::IMGPREFIX/userinfo.gif?v=17080' alt='' /> $label$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=P'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>"; } @@ -1503,10 +1503,10 @@ $comms .= "$posting" if ($posting); next unless $comms; $body .= "<div class='ljclear'></div><br>"; - $body .= "<div class='section'><img src='$LJ::IMGPREFIX/community.gif' alt='' /> $ML{'.comms.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=C'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='section'><img src='$LJ::IMGPREFIX/community.gif?v=556' alt='' /> $ML{'.comms.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=C'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>$comms</div>"; if ($feeds) { - $body .= "<div class='ljclear'></div><br><div class='section'><img src='$LJ::IMGPREFIX/syndicated.gif' alt='' /> $ML{'.syn.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=Y'>$ML{'.friends.viewentries'}</a>]</span></div>"; + $body .= "<div class='ljclear'></div><br><div class='section'><img src='$LJ::IMGPREFIX/syndicated.gif?v=6283' alt='' /> $ML{'.syn.header'}$friend_edit_link <span class='section_link'>[<a href='" . $u->journal_base . "/friends?show=Y'>$ML{'.friends.viewentries'}</a>]</span></div>"; $body .= "<div class='section_body'>$feeds</div>"; } } Modified: trunk/htdocs/view/index.bml =================================================================== --- trunk/htdocs/view/index.bml 2012-02-08 15:53:56 UTC (rev 21125) +++ trunk/htdocs/view/index.bml 2012-02-08 15:59:01 UTC (rev 21126) @@ -126,8 +126,8 @@ my @prev = ($year, $month-1); if ($prev[1] < 1) { @prev = ($year-1, 12); } - my $next = "<a href=\"" . $base . "/$next[0]/" . sprintf("%02d", $next[1]) . "/\"><img src=\"$LJ::IMGPREFIX/btn_next.gif\" width='22' height='20' border='0'></a>"; - my $prev = "<a href=\"" . $base . "/$prev[0]/" . sprintf("%02d", $prev[1]) . "/\"><img src=\"$LJ::IMGPREFIX/btn_prev.gif\" width='22' height='20' border='0'></a>"; + my $next = "<a href=\"" . $base . "/$next[0]/" . sprintf("%02d", $next[1]) . "/\"><img src=\"$LJ::IMGPREFIX/btn_next.gif?v=17312\" width='22' height='20' border='0'></a>"; + my $prev = "<a href=\"" . $base . "/$prev[0]/" . sprintf("%02d", $prev[1]) . "/\"><img src=\"$LJ::IMGPREFIX/btn_prev.gif?v=17312\" width='22' height='20' border='0'></a>"; $body .= "<?standout \n"; $body .= "<form method='post' action='$LJ::SITEROOT/view/' style='display:inline'><input type='hidden' name='type' value='month' /><input type='hidden' name='user' value='$u->{'user'}' />";