OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
3 <link rel="import" href="field_ref.html"> | 3 <link rel="import" href="field_ref.html"> |
4 <link rel="import" href="function_ref.html"> | 4 <link rel="import" href="function_ref.html"> |
5 <link rel="import" href="instance_ref.html"> | 5 <link rel="import" href="instance_ref.html"> |
6 <link rel="import" href="observatory_element.html"> | 6 <link rel="import" href="observatory_element.html"> |
7 <link rel="import" href="nav_bar.html"> | 7 <link rel="import" href="nav_bar.html"> |
8 <link rel="import" href="object_common.html"> | 8 <link rel="import" href="object_common.html"> |
9 <link rel="import" href="context_ref.html"> | 9 <link rel="import" href="context_ref.html"> |
10 <link rel="import" href="view_footer.html"> | |
11 | 10 |
12 <polymer-element name="context-view" extends="observatory-element"> | 11 <polymer-element name="context-view" extends="observatory-element"> |
13 <template> | 12 <template> |
14 <link rel="stylesheet" href="css/shared.css"> | 13 <link rel="stylesheet" href="css/shared.css"> |
15 <nav-bar> | 14 <nav-bar> |
16 <top-nav-menu></top-nav-menu> | 15 <top-nav-menu></top-nav-menu> |
17 <vm-nav-menu vm="{{ context.isolate.vm }}"></vm-nav-menu> | 16 <vm-nav-menu vm="{{ context.isolate.vm }}"></vm-nav-menu> |
18 <isolate-nav-menu isolate="{{ context.isolate }}"></isolate-nav-menu> | 17 <isolate-nav-menu isolate="{{ context.isolate }}"></isolate-nav-menu> |
19 <!-- TODO(turnidge): Add library nav menu here. --> | 18 <!-- TODO(turnidge): Add library nav menu here. --> |
20 <class-nav-menu cls="{{ context.clazz }}"></class-nav-menu> | 19 <class-nav-menu cls="{{ context.clazz }}"></class-nav-menu> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 </div> | 60 </div> |
62 </curly-block><br><br> | 61 </curly-block><br><br> |
63 </template> | 62 </template> |
64 </div> | 63 </div> |
65 </template> | 64 </template> |
66 <view-footer></view-footer> | 65 <view-footer></view-footer> |
67 </template> | 66 </template> |
68 </polymer-element> | 67 </polymer-element> |
69 | 68 |
70 <script type="application/dart" src="context_view.dart"></script> | 69 <script type="application/dart" src="context_view.dart"></script> |
OLD | NEW |