/[transports]/trunk/web/templates/_elements/javascript
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/web/templates/_elements/javascript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (show annotations)
Sun Jun 11 02:59:18 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 1131 byte(s)
refactor user editor into fragments
1 <%init>
2 # XXX TODO: stick this into libs
3
4 my @libs = qw(
5 /static/js/json.js
6 /static/js/prototype.js
7 /static/js/cssquery/cssQuery.js
8 /static/js/cssquery/cssQuery-level2.js
9 /static/js/cssquery/cssQuery-level3.js
10 /static/js/cssquery/cssQuery-standard.js
11 /static/js/behaviour.js
12 /static/js/scriptaculous/builder.js
13 /static/js/scriptaculous/effects.js
14 /static/js/scriptaculous/controls.js
15 /static/js/jifty.js
16 /static/js/dom-drag.js
17 /static/js/halo.js
18 /static/js/combobox.js
19 /static/js/jifty_utils.js
20 /static/js/key_bindings.js
21 /static/js/context_menu.js
22 /static/js/bps_util.js
23 /static/js/rico.js
24 /static/js/app.js
25 /static/js/app_behaviour.js
26 /static/protoGrowl.js
27 );
28
29 </%init>
30 <script type="text/javascript" src="/static/js/jsan/JSAN.js"></script>
31 <script type="text/javascript">
32 JSAN.includePath = [ "/static/js/jsan" ];
33 // You might want to change this to "warn" for development
34 JSAN.errorLevel = "none";
35 </script>
36
37 % for (@libs) {
38 <script type="text/javascript" src="<%$_%>"></script>
39 % }
40
41 <link rel="stylesheet" href="/static/protoGrowl.css" type="text/css" />

  ViewVC Help
Powered by ViewVC 1.1.26