Committer: vad
LJSUP-11194: Update ?v= value for static filesU trunk/cgi-bin/LJ/Widget/Frank.pm U trunk/cgi-bin/LJ/Widget/IPPU/VGiftSmsPay.pm U trunk/cgi-bin/LJ/Widget/JournalSpotlight.pm U trunk/cgi-bin/LJ/Widget/PublicStats.pm U trunk/cgi-bin/LJ/Widget/Shop/PaidAccount.pm U trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm U trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm U trunk/cgi-bin/LJ/Worker/Repost/CommentToFacebook.pm U trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm
Modified: trunk/cgi-bin/LJ/Widget/Frank.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Frank.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/Frank.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -19,7 +19,7 @@ $ret .= "<div class='appwidget-frank-inner pkg'>"; $ret .= "<h2>$goat_text</h2>"; $ret .= "<div class='frank-says'>" . $class->ml('widget.frank.saysfrank', {'aopts' => "href='$LJ::SITEROOT/site/goat.bml'"}) . "</div>"; - $ret .= LJ::conf_test($LJ::ALT_FRONT_GOAT) || "<a class='frank-image' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('frankani','','$LJ::IMGPREFIX/goat-$goat_img.gif',1)\" href='/site/goat.bml'><img name='frankani' src='$LJ::IMGPREFIX/goat-normal.gif' border='0' alt='" . $class->ml('widget.frank.image.alt') . "' /></a>"; + $ret .= LJ::conf_test($LJ::ALT_FRONT_GOAT) || "<a class='frank-image' onmouseout='MM_swapImgRestore()' onmouseover=\"MM_swapImage('frankani','','$LJ::IMGPREFIX/goat-$goat_img.gif',1)\" href='/site/goat.bml'><img name='frankani' src='$LJ::IMGPREFIX/goat-normal.gif?v=2374' border='0' alt='" . $class->ml('widget.frank.image.alt') . "' /></a>"; $ret .= "</div>"; $ret .= "<div class='appwidget-frank-text pkg'>"; $ret .= "<p>" . $class->ml('widget.frank.about') . "</p>"; Modified: trunk/cgi-bin/LJ/Widget/IPPU/VGiftSmsPay.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/IPPU/VGiftSmsPay.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/IPPU/VGiftSmsPay.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -143,7 +143,7 @@ my $to = BML::ml('widget.vgift.sms.to'); # Prices and conditions of use are available <a href='/sup/sms_tos_eng.bml' target=_blank>here</a> my $prices = BML::ml("widget.vgift.sms.prices", {'aopts' => "href='$LJ::SITEROOT/sup/sms_tos.bml' target='_blank'"}); - return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;'><p>$to_pay</p><div style='font-size: 3em; color: #ff0000; margin-top: 5px; margin-bottom: 15px;'>LJ $sms_order</div> <p>$to</p> <div style='margin-left: 5px; font-size: 3em; line-height: .8em; color: #a1a1a1; padding-left: 16px; background: url(/img/sup/phone.gif) no-repeat left bottom;'>7069</div></p> <p style='margin-top: 20px;'>$prices</p></div>",); + return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;'><p>$to_pay</p><div style='font-size: 3em; color: #ff0000; margin-top: 5px; margin-bottom: 15px;'>LJ $sms_order</div> <p>$to</p> <div style='margin-left: 5px; font-size: 3em; line-height: .8em; color: #a1a1a1; padding-left: 16px; background: url(/img/sup/phone.gif?v=5888) no-repeat left bottom;'>7069</div></p> <p style='margin-top: 20px;'>$prices</p></div>",); } 1; Modified: trunk/cgi-bin/LJ/Widget/JournalSpotlight.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/JournalSpotlight.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/JournalSpotlight.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -49,10 +49,10 @@ $ret .= "<h2><span>" . $class->ml('.widget.journalspotlight.title') . "</span>\n"; $ret .= "<span class='spotlight-controls'>"; - $ret .= "<img id='prev_spotlights' src='$LJ::IMGPREFIX/arrow-spotlight-prev.gif' alt='Previous' title='Previous' /> "; - $ret .= "<img id='prev_spotlights_disabled' src='$LJ::IMGPREFIX/arrow-spotlight-prev-disabled.gif' alt='Previous' title='Previous' /> "; - $ret .= "<img id='next_spotlights' src='$LJ::IMGPREFIX/arrow-spotlight-next.gif' alt='Next' title='Next' />"; - $ret .= "<img id='next_spotlights_disabled' src='$LJ::IMGPREFIX/arrow-spotlight-next-disabled.gif' alt='Next' title='Next' />"; + $ret .= "<img id='prev_spotlights' src='$LJ::IMGPREFIX/arrow-spotlight-prev.gif?v=16933' alt='Previous' title='Previous' /> "; + $ret .= "<img id='prev_spotlights_disabled' src='$LJ::IMGPREFIX/arrow-spotlight-prev-disabled.gif?v=16933' alt='Previous' title='Previous' /> "; + $ret .= "<img id='next_spotlights' src='$LJ::IMGPREFIX/arrow-spotlight-next.gif?v=16933' alt='Next' title='Next' />"; + $ret .= "<img id='next_spotlights_disabled' src='$LJ::IMGPREFIX/arrow-spotlight-next-disabled.gif?v=16933' alt='Next' title='Next' />"; $ret .= "</span>\n"; $ret .= "</h2>"; Modified: trunk/cgi-bin/LJ/Widget/PublicStats.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/PublicStats.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/PublicStats.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -51,7 +51,7 @@ my $text_rssalt = $class->ml('.widget.publicstats.rssalt'); $ret .= "</tr><tr><td colspan='2'><a href='$LJ::SITEROOT/stats/latest.bml'>$text_latestposts</a>" . "<a href='$LJ::SITEROOT/stats/latest-rss.bml'>" . - "<img src='$LJ::IMGPREFIX/xml.gif' alt='$text_rssalt' align='absmiddle' height='14' width='36' border='0'></a></td>"; + "<img src='$LJ::IMGPREFIX/xml.gif?v=6803' alt='$text_rssalt' align='absmiddle' height='14' width='36' border='0'></a></td>"; } } Modified: trunk/cgi-bin/LJ/Widget/Shop/PaidAccount.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/PaidAccount.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/Shop/PaidAccount.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -373,22 +373,22 @@ name => LJ::Lang::ml('/shop/paidaccount.bml.statistics.name'), title => LJ::Lang::ml('/shop/paidaccount.bml.statistics.title'), desc => LJ::Lang::ml('/shop/paidaccount.bml.statistics.desc'), - r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/statistics.jpg", - name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/statistics.png", + r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/statistics.jpg?v=9073", + name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/statistics.png?v=9074", }, { name => LJ::Lang::ml('/shop/paidaccount.bml.userpics.name'), title => LJ::Lang::ml('/shop/paidaccount.bml.userpics.title'), desc => LJ::Lang::ml('/shop/paidaccount.bml.userpics.desc'), - r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/userpics.jpg", - name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/userpics.png", + r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/userpics.jpg?v=9073", + name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/userpics.png?v=9074", }, { name => LJ::Lang::ml('/shop/paidaccount.bml.noads.name'), title => LJ::Lang::ml('/shop/paidaccount.bml.noads.title'), desc => LJ::Lang::ml('/shop/paidaccount.bml.noads.desc'), - r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/no-ads.jpg", - name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/no-ads.png", + r_img => $LJ::IMGPREFIX."/shop/paidaccount/large/no-ads.jpg?v=9073", + name_img => $LJ::IMGPREFIX."/shop/paidaccount/small/no-ads.png?v=9074", }, ]; Modified: trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -31,25 +31,25 @@ $ret .= qq{ <a href="$LJ::SITEROOT/support/faqbrowse.bml?faqid=21#methods" class="paymentmethods-logos"> - <img src="$LJ::IMGPREFIX/shop/payment/paypal.png" alt="PayPal" /> - <img src="$LJ::IMGPREFIX/shop/payment/yad.png" alt="$ml_yandex_money" /> - <img src="$LJ::IMGPREFIX/shop/payment/webmoney.png" alt="WebMoney" /><br /> - <img src="$LJ::IMGPREFIX/shop/payment/visa.png" alt="VISA" /> - <img src="$LJ::IMGPREFIX/shop/payment/mastercard.png" alt="MasterCard" /> - <img src="$LJ::IMGPREFIX/shop/payment/aexpress.png" alt="American Expess" /> - <img src="$LJ::IMGPREFIX/shop/payment/dnovus.png" alt="Discover Novus" /> + <img src="$LJ::IMGPREFIX/shop/payment/paypal.png?v=7016" alt="PayPal" /> + <img src="$LJ::IMGPREFIX/shop/payment/yad.png?v=7183" alt="$ml_yandex_money" /> + <img src="$LJ::IMGPREFIX/shop/payment/webmoney.png?v=7016" alt="WebMoney" /><br /> + <img src="$LJ::IMGPREFIX/shop/payment/visa.png?v=7016" alt="VISA" /> + <img src="$LJ::IMGPREFIX/shop/payment/mastercard.png?v=7016" alt="MasterCard" /> + <img src="$LJ::IMGPREFIX/shop/payment/aexpress.png?v=7016" alt="American Expess" /> + <img src="$LJ::IMGPREFIX/shop/payment/dnovus.png?v=7016" alt="Discover Novus" /> </a> <span class="shop-payment-text-link"><a href="$LJ::SITEROOT/sup/sms_tos.bml">$ml_sup_text</a></span> }; } else { $ret .= qq{ <a href="$LJ::SITEROOT/support/faqbrowse.bml?faqid=21#methods" class="paymentmethods-logos"> - <img src="$LJ::IMGPREFIX/shop/payment/paypal.png" alt="PayPal" /> - <img src="$LJ::IMGPREFIX/shop/payment/webmoney.png" alt="WebMoney" /><br /> - <img src="$LJ::IMGPREFIX/shop/payment/visa.png" alt="VISA" /> - <img src="$LJ::IMGPREFIX/shop/payment/mastercard.png" alt="MasterCard" /> - <img src="$LJ::IMGPREFIX/shop/payment/aexpress.png" alt="American Expess" /> - <img src="$LJ::IMGPREFIX/shop/payment/dnovus.png" alt="Discover Novus" /> + <img src="$LJ::IMGPREFIX/shop/payment/paypal.png?v=7016" alt="PayPal" /> + <img src="$LJ::IMGPREFIX/shop/payment/webmoney.png?v=7016" alt="WebMoney" /><br /> + <img src="$LJ::IMGPREFIX/shop/payment/visa.png?v=7016" alt="VISA" /> + <img src="$LJ::IMGPREFIX/shop/payment/mastercard.png?v=7016" alt="MasterCard" /> + <img src="$LJ::IMGPREFIX/shop/payment/aexpress.png?v=7016" alt="American Expess" /> + <img src="$LJ::IMGPREFIX/shop/payment/dnovus.png?v=7016" alt="Discover Novus" /> </a> }; } Modified: trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Widget/UpdatesForUser.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -114,7 +114,7 @@ }). " <a class='i-vgift-hand' href='$LJ::SITEROOT/shop/view.bml?item=paidaccount&gift=1&for=". $u->user() . "'>". - '<img src="<?IMGPREFIX?>/icons/vgift-hand.gif" alt="'. $class->ml('widget.updatesforuser.present') .'" title="'. $class->ml('widget.updatesforuser.present') .'" /></a></li>' ; + '<img src="<?IMGPREFIX?>/icons/vgift-hand.gif?v=8888" alt="'. $class->ml('widget.updatesforuser.present') .'" title="'. $class->ml('widget.updatesforuser.present') .'" /></a></li>' ; } $ret .= '</ul></dd>' if @bdays; $ret .= "</dl>"; Modified: trunk/cgi-bin/LJ/Worker/Repost/CommentToFacebook.pm =================================================================== --- trunk/cgi-bin/LJ/Worker/Repost/CommentToFacebook.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Worker/Repost/CommentToFacebook.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -62,7 +62,7 @@ # a couple special cases here: # if user chooses not to show images, field will return "nothumb" value. # if user chooses his userpic, field will return "userpic" value. - my $default_picture = $LJ::IMGPREFIX . '/icons/facebook-lj.png'; + my $default_picture = $LJ::IMGPREFIX . '/icons/facebook-lj.png?v=9806'; if ($picture eq 'nothumb') { $picture = ''; Modified: trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm =================================================================== --- trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm 2012-02-08 16:25:10 UTC (rev 11446) +++ trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm 2012-02-08 16:30:41 UTC (rev 11447) @@ -50,7 +50,7 @@ # a couple special cases here: # if user chooses not to show images, field will return "nothumb" value. # if user chooses his userpic, field will return "userpic" value. - my $default_picture = $LJ::IMGPREFIX . '/icons/facebook-lj.png'; + my $default_picture = $LJ::IMGPREFIX . '/icons/facebook-lj.png?v=9806'; if ($picture eq 'nothumb') { $picture = '';