1 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/polymer/polymer.html">
2 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout.html">
3 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/neon-animation/animations/fade-in-animation.html">
4 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/neon-animation/animations/fade-out-animation.html">
5 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-button/paper-button.html">
6 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-dialog/paper-dialog.html">
7 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/paper-input/paper-input.html">
9 <dom-module id=
"viewer-password-screen">
11 <paper-dialog id=
"dialog" modal no-cancel-on-esc-key
12 entry-animation=
"fade-in-animation" exit-animation=
"fade-out-animation">
13 <div id=
"message">{{text}}
</div>
14 <div class=
"horizontal layout center">
15 <paper-input-container id=
"password-container" class=
"flex"
17 <input is=
"iron-input" id=
"password" type=
"password" size=
"20"
18 on-keypress=
"handleKey">
20 </paper-input-container>
21 <paper-button id=
"submit" on-click=
"submit">Submit
</paper-button>
26 <script src=
"viewer-password-screen.js"></script>