2016-05-07 19:31:30 -04:00
|
|
|
|
|
|
|
{{* Strings which are needed for some js functions (e.g. translation or the interval for page update)
|
|
|
|
They are loaded into the html <head> so that js functions can use them *}}
|
2017-10-20 09:21:42 -04:00
|
|
|
<script type="text/javascript">
|
2016-05-07 19:31:30 -04:00
|
|
|
var updateInterval = {{$update_interval}};
|
|
|
|
|
|
|
|
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
|
|
|
|
var aStr = {
|
|
|
|
'delitem' : "{{$delitem}}",
|
|
|
|
};
|
|
|
|
</script>
|