blob: ee57c883ab3fa98e9c479ef81a34b93ffb57a4dd [file] [log] [blame]
gobrien197d2832007-11-27 18:42:53 +00001<?php
gobrien35e23782007-11-28 21:37:18 +00002/*******************************************************************************
droyea362452008-01-31 15:01:35 +00003 * Copyright (c) 2007-2008 Eclipse Foundation and others.
gobrien35e23782007-11-28 21:37:18 +00004 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * which accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Paul Colton (Aptana)- initial API and implementation
11 * Eclipse Foundation
12*******************************************************************************/
13require("global.php");
gobrien755df672008-01-18 01:01:33 +000014InitPage("");
gobrien197d2832007-11-27 18:42:53 +000015
droye9dc90d2008-01-31 21:39:26 +000016$pageTitle = "Babel Project - Eclipse translation";
droyea362452008-01-31 15:01:35 +000017$pageKeywords = "translation,language,nlpack,pack,eclipse,babel,english,french,german,chinese,japanese,spanish,arabic,hebrew,hungarian,polish,italian,russian,dutch,finnish,greek,norwegian,sweedish,turkish";
gobrien35e23782007-11-28 21:37:18 +000018
atoulmea4adf8e2009-01-27 19:01:35 +000019global $addon;
20$addon->callHook("head");
gobrien35e23782007-11-28 21:37:18 +000021?>
gobrienad11d892007-12-19 08:33:25 +000022<h1 id="page-message">Welcome to the Babel Project</h1>
droy0757c2c2009-03-31 19:37:36 +000023<? include("fragments/motd.php");?>
gobrien31896442008-04-07 17:56:41 +000024<div id="index-page" style='width: 510px; padding-right: 190px;'>
25 <div style='float: right;height: 290px; border: 0px solid red;'>
26 <? include("fragments/language_progress.php");?>
droy0757c2c2009-03-31 19:37:36 +000027 <? include("fragments/top_translators.php");?>
gobrien31896442008-04-07 17:56:41 +000028 </div>
29
30 <div style='float: left;border: 0px solid red;'>
atoulmee9ec6d82008-11-19 14:41:30 +000031 <a href="http://www.eclipse.org/babel/downloads.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/internet-web-browser.png"><h2>Eclipse Speaks your Language</h2></a>
gobrien31896442008-04-07 17:56:41 +000032 <br style='clear: both;'>
33 <p><a href="http://www.eclipse.org/babel/downloads.php">Download a language pack</a> in one of many different languages.</p>
atoulme60c68782009-02-02 15:46:56 +000034 <p><a href="languages.php">Languages</a> supported by Babel</p>.
gobrien31896442008-04-07 17:56:41 +000035
atoulmee9ec6d82008-11-19 14:41:30 +000036 <a href="translate.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/accessories-text-editor.png"><h2>Help Translate Eclipse</h2></a>
gobrien31896442008-04-07 17:56:41 +000037 <br style='clear: both;'>
38 <p>Eclipse needs help from everyone in the community to <a href="translate.php">speak in many tongues</a>.</p>
39
atoulmee9ec6d82008-11-19 14:41:30 +000040 <a href="map_files.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/system-users.png"><h2>Add an Existing Eclipse Project to Babel</h2></a>
gobrien31896442008-04-07 17:56:41 +000041 <br style='clear: both;'>
42 <p>Eclipse committers, find out how simple it is to include any existing Eclipse.org project <a href="map_files.php">in Babel</a>.</p>
gobrienf811fb12008-04-17 23:25:24 +000043
atoulmee9ec6d82008-11-19 14:41:30 +000044 <a href="help_babel.php"><img src="<?php echo imageRoot() ?>/large_icons/categories/preferences-desktop-peripherals.png"><h2>Become a Babel Team Player</h2></a>
gobrien8043cce2008-04-07 18:09:53 +000045 <br style='clear: both;'>
gobriena8a36202008-04-17 23:28:15 +000046 <p>The Babel project has lots of ideas and we need your help to take this project to the <a href="help_babel.php">next level</a>.</p>
gobrien8043cce2008-04-07 18:09:53 +000047
gobrien31896442008-04-07 17:56:41 +000048 </div>
49 <br class='clearing'>
gobrien35e23782007-11-28 21:37:18 +000050</div>
51
gobriene4a39c82008-01-11 00:06:14 +000052<script>YAHOO.languageManager.getAjaxLanguages();</script>
53
gobrien35e23782007-11-28 21:37:18 +000054<?php
atoulmea4adf8e2009-01-27 19:01:35 +000055 global $addon;
56 $addon->callHook("footer");
gobrien197d2832007-11-27 18:42:53 +000057?>