Changeset 36827b in indico
- Timestamp:
- 05/26/10 19:07:30 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
- Children:
- e68565
- Parents:
- 357ac6
- git-author:
- Ian Rolewicz <ian.rolewicz@…> (05/21/10 16:22:21)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (05/26/10 19:07:30)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/tpls/js/vars.js.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/js/vars.js.tpl
r8fcf3a r36827b 22 22 locationList = None 23 23 24 if Location.getDefaultLocation(): 25 defaultLocation = Location.getDefaultLocation().friendlyName 26 else: 27 defaultLocation = "" 24 28 %> 25 29 <% end %> … … 134 138 category: <%= simplejson.dumps(list((k,k.title()) for k in MaterialFactoryRegistry._allowedMaterials['category'])) %>}, 135 139 WeekDays: <%= [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ] %>, 136 DefaultLocation: '<%= str( Location.getDefaultLocation().friendlyName) %>',140 DefaultLocation: '<%= str(defaultLocation) %>', 137 141 Locations: <%= jsonEncode(locationList) %> 138 142 },
Note: See TracChangeset
for help on using the changeset viewer.
