home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / komunikace / maxthon / mcombo.exe / Template / StartPage / config.js next >
Text File  |  2006-09-27  |  2KB  |  50 lines

  1. // CSS Files to Include
  2. maxStartPage.cssFiles = [
  3.     ["Ocean","css/ocean.css"],
  4.     ["Forest","css/forest.css"]
  5. ];
  6.  
  7. // Column Count - Fixed for current version
  8. maxStartPage.global.columnCount = 3;
  9.  
  10. // Default language data - English
  11. maxStartPage.lang = {
  12.     "title": "Maxthon Start Page",
  13.     "subtitle": "Start Surfing the World from Here",
  14.     "search": "Search",
  15.     "hotfav": "Recent Favourites",
  16.     "html_content": "HTML Content",
  17.     "feed": "Feed",
  18.     "askforkeyword": "Please input a keyword",
  19.     "loading": "Loading...",
  20.     "load_error": "Load Error",
  21.     "parse_error": "Parse Error",
  22.     "no_content": "No Content",
  23.     "load_script_error": "Load Script Error",
  24.     "related_links": "Related Links"
  25. };
  26.  
  27. // Data for Test & Debug - remove when release
  28. //maxStartPage.test = {};
  29. //
  30. //maxStartPage.test.startTabs = [
  31. //    {type: "search", title: "Baidu Search", url: "http://www.baidu.com/baidu?tn=myie2dg&ie=utf-8&word=%s", "label": "Baidu Search: "},
  32. //    {type: "search", title: "Google Search", url: "http://www.google.com/search?q=%s", "label": "Google Search: "},
  33. //    {type: "iframe", title: "Maxthon Website", url: "http://www.maxthon.com/", "size": "99%*500"},
  34. //    {type: "script", title: "Script Test :: Localhost", url: "http://localhost/local_test/preloader.js", namespace: "testScript"},
  35. //    {type: "script", title: "Script Test :: Remote", url: "http://beta.maxthon.com/temp/preloader.js", namespace: "myScript"}
  36. //];
  37. //
  38. //maxStartPage.test.startItems = [
  39. //    {col: 0, type: "internal", value: "lastvisit"},
  40. //    {col: 0, type: "html", title: $lang("related_links"), url: "http://gocn.maxthon.com/startpage/links/"},
  41. //    {col: 0, type: "html", title: "Related Links", url: "http://go.maxthon.com/startpage/links/"},
  42. //    {col: 1, type: "feed", url: "http://blogs.msdn.com/ie/rss.xml"}
  43. //];
  44. //
  45. //maxStartPage.test.userFeeds = "IEBlog=http://blogs.msdn.com/ie/rss.xml$,$"+
  46. //    "Sina News=http://rss.sina.com.cn/news/marquee/ddt.xml$,$"+
  47. //    "AntiWave.net=http://www.antiwave.net/index.xml";
  48.  
  49.  
  50.