Revision d5fee534
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
templates/webpages/layout/javascript_setup.js | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[%- USE JSON %]
|
|
2 |
[%- USE JavaScript %]
|
|
3 | 3 |
$(function() { |
4 | 4 |
[% IF datefmt %] |
5 |
setupPoints([% JSON.json(MYCONFIG.numberformat) %], '[% 'wrongformat' | $T8 %]');
|
|
6 |
setupDateFormat([% JSON.json(MYCONFIG.dateformat) %], '[% 'Falsches Datumsformat!' | $T8 %]');
|
|
5 |
setupPoints('[% JavaScript.escape(MYCONFIG.numberformat) %]', '[% 'wrongformat' | $T8 %]');
|
|
6 |
setupDateFormat('[% JavaScript.escape(MYCONFIG.dateformat) %]', '[% 'Falsches Datumsformat!' | $T8 %]');
|
|
7 | 7 |
|
8 | 8 |
$.datepicker.setDefaults( |
9 | 9 |
$.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], { |
Auch abrufbar als: Unified diff
Javascript escaping: Nochmal mit JavaScript Plugin
damit Mosu glücklich ist. :)