OLD | NEW |
1 <link rel="import" href="chrome://resources/html/polymer.html"> | 1 <link rel="import" href="chrome://resources/html/polymer.html"> |
2 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
mation-runner-behavior.html"> | 2 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani
mation-runner-behavior.html"> |
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-ma
terial.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-material/paper-ma
terial.html"> |
4 | 4 |
5 <dom-module id="settings-section"> | 5 <dom-module id="settings-section"> |
6 <link rel="import" type="css" href="settings_section.css"> | 6 <link rel="import" type="css" href="settings_section.css"> |
7 <template> | 7 <template> |
8 <div id="header"> | 8 <div id="header"> |
9 <div class="title">{{pageTitle}}</div> | 9 <div class="title">{{pageTitle}}</div> |
10 </div> | 10 </div> |
11 <paper-material id="card" animated> | 11 <paper-material id="card" animated> |
12 <content id="content"></content> | 12 <content id="content"></content> |
13 </paper-material> | 13 </paper-material> |
14 <div id="placeholder"></div> | |
15 </template> | 14 </template> |
16 <script src="settings_section.js"></script> | 15 <script src="settings_section.js"></script> |
17 </dom-module> | 16 </dom-module> |
OLD | NEW |