From 78001bd8a822c1dc901417c543a1d5f1701b72c8 Mon Sep 17 00:00:00 2001 From: "shaver%mozilla.org" Date: Sun, 22 Oct 2006 19:51:54 +0000 Subject: [PATCH] Basic reskinning of search engines, more invasive tidying to follow. git-svn-id: svn://10.0.0.236/trunk@213980 18797224-902f-48f8-a5cc-f745e15eee43 --- .../addons/public/htdocs/search-engines.php | 2 +- .../tpl/inc/wrappers/rustico-header.tpl | 4 ++ .../addons/public/tpl/search-engines.tpl | 57 +++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/addons/public/htdocs/search-engines.php b/mozilla/webtools/addons/public/htdocs/search-engines.php index 4c9683b3f76..3032a73d16c 100644 --- a/mozilla/webtools/addons/public/htdocs/search-engines.php +++ b/mozilla/webtools/addons/public/htdocs/search-engines.php @@ -11,7 +11,7 @@ $currentTab = 'search-engines'; -startProcessing('search-engines.tpl','searchEngines',$compileId,'nonav'); +startProcessing('search-engines.tpl','searchEngines',$compileId,'rustico'); require_once('includes.php'); // Assign template variables. diff --git a/mozilla/webtools/addons/public/tpl/inc/wrappers/rustico-header.tpl b/mozilla/webtools/addons/public/tpl/inc/wrappers/rustico-header.tpl index 9fcd0a43743..06fdd8ecb5a 100644 --- a/mozilla/webtools/addons/public/tpl/inc/wrappers/rustico-header.tpl +++ b/mozilla/webtools/addons/public/tpl/inc/wrappers/rustico-header.tpl @@ -64,7 +64,11 @@ {else}
  • Themes
  • {/if} +{if $currentTab eq "search-engines"} +
  • Search Engines
  • +{else}
  • Search Engines
  • +{/if}
  • Plugins
  • Build Your Own
  • diff --git a/mozilla/webtools/addons/public/tpl/search-engines.tpl b/mozilla/webtools/addons/public/tpl/search-engines.tpl index cce32f6f59e..012292572ca 100644 --- a/mozilla/webtools/addons/public/tpl/search-engines.tpl +++ b/mozilla/webtools/addons/public/tpl/search-engines.tpl @@ -1,3 +1,4 @@ +{if $app eq "firefox"}

    Search Engines

    @@ -52,3 +53,59 @@

    Special thanks to the Mycroft Project for their work on Firefox Search Engines.

    +{else} +
    + +

    Search Engines

    +

    We've put a few popular search sites in the Search Bar in the upper-right corner of Firefox. If you'd like to add more, there are hundreds to choose from. Click on a Search Engine to add it to your Firefox Search Bar:

    + +
    +
    +
    A9
    Amazon's A9 search engine.
    +
    Ask.com
    Better tools get you better results.
    +
    BBC News
    Search for the latest news on BBC.
    +
    +Business.com
    Find information to help manage and grow your business.
    +
    del.icio.us
    Search through most bookmarked sites.
    +
    ESPN
    Get the latest sports news, scores, and highlights.
    +
    Expedia
    Search for hotels by destination with Expedia's Best Price Guarantee.
    +
    +
    + +
    +
    +
    Flickr Tags
    Search for photos on Flickr.
    +
    Food Network Recipes
    Find recipes from your favorite chefs.
    +
    Hollywood
    Search for movies and movie listings
    +
    IMDB
    The Internet Movie Database.
    +
    LinkedIn
    Search your LinkedIn network for the people you need when you are on any Web site.
    +
    Lonely Planet Online
    Search through Lonely Planet's travel guides.
    +
    MarketWatch
    Stock quote look-up and financial information.
    +
    Merriam-Webster
    English dictionary search.
    +
    +
    + +
    +
    +
    MSN
    MSN search engine.
    +
    Technorati
    A real-time search engine that keeps track of what is going on in the blogosphere
    +
    USATODAY.com
    Find the latest news from across the USA and around the world.
    +
    Weather Channel
    Enter city, state or zip code to find your weather information.
    +
    Wikipedia
    The incredible free encyclopedia.
    +
    Yahooligans
    Search engine for kids and teens.
    +
    Yahoo! Answers
    Search real answers to real questions from real people.
    +
    +
    + +

    Additional Resources

    + + + +

    Special thanks to the Mycroft Project for their work on Firefox Search Engines.

    + +
    +{/if} \ No newline at end of file