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="nav_bar.html"> | |
3 | |
4 <link rel="import" href="service_ref.html"> | 2 <link rel="import" href="service_ref.html"> |
5 | 3 |
6 <polymer-element name="io-view"> | 4 <polymer-element name="io-view"> |
7 <template> | 5 <template> |
8 <link rel="stylesheet" href="css/shared.css"> | 6 <link rel="stylesheet" href="css/shared.css"> |
9 | 7 |
10 <nav-bar> | 8 <nav-bar> |
11 <top-nav-menu last="{{ true }}"></top-nav-menu> | 9 <top-nav-menu last="{{ true }}"></top-nav-menu> |
12 <nav-refresh callback="{{ refresh }}"></nav-refresh> | 10 <nav-refresh callback="{{ refresh }}"></nav-refresh> |
13 <nav-notify notifications="{{ app.notifications }}"></nav-notify> | 11 <nav-notify notifications="{{ app.notifications }}"></nav-notify> |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 </template> | 589 </template> |
592 </div> | 590 </div> |
593 </div> | 591 </div> |
594 </div> | 592 </div> |
595 <br> | 593 <br> |
596 <hr> | 594 <hr> |
597 </template> | 595 </template> |
598 </polymer-element> | 596 </polymer-element> |
599 | 597 |
600 <script type="application/dart" src="io_view.dart"></script> | 598 <script type="application/dart" src="io_view.dart"></script> |
OLD | NEW |