summaryrefslogtreecommitdiff
path: root/src/templates/timeslider.html
AgeCommit message (Collapse)Author
2015-12-01Update the bowser.js to the new versionjoassouza
With this new version of bowser.js is possible detect the OS as well, no only the browser as the previous one. It brings support to new browsers as well.
2015-04-05timeslider settings for fontsJohn McLear
2015-04-02fix timeslider title issuesJohn McLear
2015-03-31i18n for timeslider steppersJohn McLear
2015-03-31I came to bring the rain.. Let me get my coat... Fix focus on timeslider ↵John McLear
import export
2014-12-27removing dokuwikiJohn McLear
2014-11-22swap out jquery browser for bower but expose browser object to all pages ↵John McLear
also enable minification.. Seems to work well
2014-11-18no image on timesliderJohn McLear
2014-10-03Fix active button ui0ip
2014-03-30Create a customizable timeslider toolbarMarcel Klehr
2014-03-30Fix timeslider export dropdownMarcel Klehr
2013-10-10Add explanations for more disconnect scenariosMarcel Klehr
2013-04-09no need to declare var twiceJohn McLear
2013-04-09expose broadcast slider so plugins can interact with itJohn McLear
2013-02-25merge developJohn McLear
2013-02-18a different approachJohn McLear
2013-02-18timestlider script blockJohn McLear
2013-01-14more sensible timeslider blocks..John McLear
2013-01-13better shindigJohn McLear
2013-01-12add a body eejs block to timesliderJohn McLear
2013-01-06Load CSS before JS, in timeslidermluto
2012-12-23Fix html attr translationMarcel Klehr
2012-12-23Fix translations in timeslider templateMarcel Klehr
2012-12-23Fix html10n and the locale resource <link>sMarcel Klehr
2012-12-23Replace webL10n with html10n.jsMarcel Klehr
2012-12-09Remove async load of l10n.js because Chrome fail to translateIván Eixarch
2012-11-30fix path to favicon resolves #1236John McLear
2012-11-17Load l10n.js first but asynchronuslyMarcel Klehr
2012-11-14Merge pull request #1159 from marcelklehr/fix/lang-autodetectionJohn McLear
Fix language auto-detection
2012-11-14Fix language auto-detectionMarcel Klehr
2012-11-14Fix Timeslider translation not showing up0ip
2012-11-14Move locale detection to the clientMarcel Klehr
* l10n.js is doing locale detection already, so we shouldn't interfere but help it do its job * this should also fix the ?lang embed parameter * Set language from cookie on page init for l10n to load the right translation
2012-11-14Mate timslider page title translateableMarcel Klehr
2012-11-14just export on timeslider, no import..John McLear
2012-11-14Update src/templates/timeslider.htmlJohn McLear
2012-11-12Translate timeslider export linksMarcel Klehr
2012-11-12Remove translated strings from template filesMarcel Klehr
2012-11-04fix #377: add favicon url as optional settings.json parameterWikinaut
2012-11-02Add a setting for customizing the app titleMarcel Klehr
the app title is inserted into the <title> of all tepmlates
2012-10-25Merge pull request #1073 from Pita/librejs-headerJohn McLear
Add LibreJS Licensing information to headers of HTML templates
2012-10-24Templates: relative links instead of absolute ones for /static directoryneurolit
…irector Two links were absolute ("/static/...") instead of relative ("../static"). The image was not loaded with sites behind reverse proxies and subdirectory.
2012-10-17Add LibreJS Licensing information to headers of HTML templatesjohnyma22
2012-09-11Split client and server plugin functionality.Chad Weider
There is virtually no shared code for the client, extract it into its own module and do away with the switches.
2012-09-11Inject plugins into hooks.Chad Weider
2012-07-15Fix html/cssMarcel Klehr
2012-07-14Fix timeslider.Marcel Klehr
2012-05-29Merge branch 'master' into timeslider-realtimeupdate+readonly-padsEgil Moeller
Conflicts: src/node/handler/PadMessageHandler.js src/static/css/pad.css src/templates/pad.html
2012-05-28Add comments to templates.Chad Weider
2012-05-28jQuery is packaged - this is pure duplication.Chad Weider
2012-05-28Explicitly require jQuery before using it.Chad Weider