[ljcom] r12976: LJSUP-14374: New links in the footer

Dec 03, 2012 12:38


Committer: amyshkinLJSUP-14374: New links in the footer

U trunk/bin/upgrading/en_LJ.dat
U trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm
U trunk/templates/SiteScheme/lanzelot.tmpl

Modified: trunk/bin/upgrading/en_LJ.dat
===================================================================
--- trunk/bin/upgrading/en_LJ.dat 2012-12-03 10:26:22 UTC (rev 12975)
+++ trunk/bin/upgrading/en_LJ.dat 2012-12-03 12:38:54 UTC (rev 12976)
@@ -3972,6 +3972,7 @@
horizon.footer.about.contact=Contact

horizon.footer.about.header=About
+horizon.footer.about.header.lj=LJ

horizon.footer.about.jobs|staleness=1
horizon.footer.about.jobs=Jobs
@@ -3982,6 +3983,9 @@
horizon.footer.about.news|staleness=1
horizon.footer.about.news=Site News

+horizon.footer.about.news|staleness=1
+horizon.footer.abuse=Abuse team
+
horizon.footer.advertise=Advertise

horizon.footer.copyright|staleness=1
@@ -4499,8 +4503,14 @@

horizon.sitemap.account_settings=Account Settings

+horizon.sitemap.adv=Advertisement
+
horizon.sitemap.contact=Contact Us

+horizon.sitemap.contacts=Contacts
+
+horizon.sitemap.devices=Mobile version
+
horizon.sitemap.downloads=Downloads

horizon.sitemap.faqs=FAQs
@@ -4525,6 +4535,8 @@
horizon.sitemap.reportabuse|staleness=1
horizon.sitemap.reportabuse=Report Abuse

+horizon.sitemap.site=View full site map
+
horizon.sitemap.support=Support

horizon.sitemap.supportfaqs=Support & FAQs

Modified: trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm
===================================================================
--- trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-12-03 10:26:22 UTC (rev 12975)
+++ trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-12-03 12:38:54 UTC (rev 12976)
@@ -133,6 +133,15 @@

my $journal = LJ::get_active_journal();

+ my $lang_select_html = LJ::html_select(
+ {
+ 'name' => 'lang',
+ 'id' => 'footer_lang_list',
+ 'selected' => LJ::Lang::current_language,
+ },
+ @{ LJ::Lang::get_lang_names() },
+ );
+
return {
%{ $class->common_template_params($args) },

@@ -150,6 +159,8 @@
'ml_footer_supportfaqs' => $ml_footer_supportfaqs,
'ml_footer_feedbackcontacts' => $ml_footer_feedbackcontacts,
'logo_style' => $journal && $journal->username() eq 'lj_singapore' ? 'sg' : 'lj',
+ 'lang_select_html' => $lang_select_html,
+
};
}

Modified: trunk/templates/SiteScheme/lanzelot.tmpl
===================================================================
--- trunk/templates/SiteScheme/lanzelot.tmpl 2012-12-03 10:26:22 UTC (rev 12975)
+++ trunk/templates/SiteScheme/lanzelot.tmpl 2012-12-03 12:38:54 UTC (rev 12976)
@@ -375,17 +375,14 @@

    -
  • -
  • -
  • -
  • -
  • -
  • -
  • +
  • +
  • +
  • +
  • +
  • +
-
-

@@ -393,13 +390,12 @@
  • -
  • -
  • -
  • +
  • +

    -
    +

    ">

    zilogic, dat, tmpl, ljcom, pm, amyshkin

    Previous post Next post
    Up