Highway to PSR2
[openemr.git] / library / js / jquery.treeview-1.4.1 / demo / source.php
blob6bf8a3ff79b434bb311f48f6a5d1e0caa654858f
1 <?php
2 if ($_REQUEST['root'] == "source") :
3 ?>
6 "text": "1. Pre Lunch (120 min)",
7 "expanded": true,
8 "classes": "important",
9 "children":
12 "text": "1.1 The State of the Powerdome (30 min)"
15 "text": "1.2 The Future of jQuery (30 min)"
18 "text": "1.2 jQuery UI - A step to richnessy (60 min)"
23 "text": "2. Lunch (60 min)"
26 "text": "3. After Lunch (120+ min)",
27 "children":
30 "text": "3.1 jQuery Calendar Success Story (20 min)"
33 "text": "3.2 jQuery and Ruby Web Frameworks (20 min)"
36 "text": "3.3 Hey, I Can Do That! (20 min)"
39 "text": "3.4 Taconite and Form (20 min)"
42 "text": "3.5 Server-side JavaScript with jQuery and AOLserver (20 min)"
45 "text": "3.6 The Onion: How to add features without adding features (20 min)",
46 "id": "36",
47 "hasChildren": true
50 "text": "3.7 Visualizations with JavaScript and Canvas (20 min)"
53 "text": "3.8 ActiveDOM (20 min)"
56 "text": "3.8 Growing jQuery (20 min)"
61 <?php else :
62 sleep(1); ?>
66 "text": "1. Review of existing structures",
67 "expanded": true,
68 "children":
71 "text": "1.1 jQuery core"
74 "text": "1.2 metaplugins"
79 "text": "2. Wrapper plugins"
82 "text": "3. Summary"
85 "text": "4. Questions and answers"
89 <?php endif; ?>