initial source commit

This commit is contained in:
Gary Sharp
2013-02-01 12:35:28 +11:00
parent 543a005d31
commit 0a93429800
1103 changed files with 285609 additions and 0 deletions
@@ -0,0 +1,7 @@
window.SimileAjax = {
loaded: true,
loadingScriptsCount: 0,
error: null,
params: { bundle: "true" },
Platform: new Object()
};
@@ -0,0 +1,6 @@
window.Timeline = new Object();
window.Timeline.DateTime = window.SimileAjax.DateTime; // for backward compatibility
window.Timeline.urlPrefix = '/ClientSource/Style/Timeline/';
window.Timeline.serverLocale = 'en';
window.Timeline.clientLocale = 'en';
window.Timeline.timeZone = 10;
@@ -0,0 +1,12 @@
/*==================================================
* Localization of labellers.js
*==================================================
*/
Timeline.GregorianDateLabeller.monthNames["en"] = [
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
];
Timeline.GregorianDateLabeller.dayNames["en"] = [
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
];
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,9 @@
/*==================================================
* Common localization strings
*==================================================
*/
Timeline.strings["en"] = {
wikiLinkLabel: "Discuss"
};