home *** CD-ROM | disk | FTP | other *** search
- // CSS Files to Include
- maxStartPage.cssFiles = [
- ["Ocean","css/ocean.css"],
- ["Forest","css/forest.css"]
- ];
-
- // Column Count - Fixed for current version
- maxStartPage.global.columnCount = 3;
-
- // Default language data - English
- maxStartPage.lang = {
- "title": "Maxthon Start Page",
- "subtitle": "Start Surfing the World from Here",
- "search": "Search",
- "hotfav": "Recent Favourites",
- "html_content": "HTML Content",
- "feed": "Feed",
- "askforkeyword": "Please input a keyword",
- "loading": "Loading...",
- "load_error": "Load Error",
- "parse_error": "Parse Error",
- "no_content": "No Content",
- "load_script_error": "Load Script Error",
- "related_links": "Related Links"
- };
-
- // Data for Test & Debug - remove when release
- //maxStartPage.test = {};
- //
- //maxStartPage.test.startTabs = [
- // {type: "search", title: "Baidu Search", url: "http://www.baidu.com/baidu?tn=myie2dg&ie=utf-8&word=%s", "label": "Baidu Search: "},
- // {type: "search", title: "Google Search", url: "http://www.google.com/search?q=%s", "label": "Google Search: "},
- // {type: "iframe", title: "Maxthon Website", url: "http://www.maxthon.com/", "size": "99%*500"},
- // {type: "script", title: "Script Test :: Localhost", url: "http://localhost/local_test/preloader.js", namespace: "testScript"},
- // {type: "script", title: "Script Test :: Remote", url: "http://beta.maxthon.com/temp/preloader.js", namespace: "myScript"}
- //];
- //
- //maxStartPage.test.startItems = [
- // {col: 0, type: "internal", value: "lastvisit"},
- // {col: 0, type: "html", title: $lang("related_links"), url: "http://gocn.maxthon.com/startpage/links/"},
- // {col: 0, type: "html", title: "Related Links", url: "http://go.maxthon.com/startpage/links/"},
- // {col: 1, type: "feed", url: "http://blogs.msdn.com/ie/rss.xml"}
- //];
- //
- //maxStartPage.test.userFeeds = "IEBlog=http://blogs.msdn.com/ie/rss.xml$,$"+
- // "Sina News=http://rss.sina.com.cn/news/marquee/ddt.xml$,$"+
- // "AntiWave.net=http://www.antiwave.net/index.xml";
-
-
-