1 <div id=
"certificateManagerPage" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <h1 id='cert-manager-header'
i18n-content=
"certificateManagerPage"></h1>
4 <div id=
"certificate-manager-content-area" class=
"content-area">
5 <!-- Navigation tabs -->
6 <div class=
"subpages-nav-tabs">
7 <span id=
"personal-certs-nav-tab" class=
"tab"
8 tab-contents=
"personalCertsTab">
9 <span class=
"tab-label" i18n-content=
"personalCertsTabTitle"></span>
10 <span class=
"active-tab-label" i18n-content=
"personalCertsTabTitle">
13 <span id=
"server-certs-nav-tab" class=
"tab" tab-contents=
"serverCertsTab">
14 <span class=
"tab-label" i18n-content=
"serverCertsTabTitle"></span>
15 <span class=
"active-tab-label" i18n-content=
"serverCertsTabTitle">
18 <span id=
"ca-certs-nav-tab" class=
"tab" tab-contents=
"caCertsTab">
19 <span class=
"tab-label" i18n-content=
"caCertsTabTitle"></span>
20 <span class=
"active-tab-label" i18n-content=
"caCertsTabTitle"></span>
22 <span id=
"other-certs-nav-tab" class=
"tab" tab-contents=
"otherCertsTab">
23 <span class=
"tab-label" i18n-content=
"otherCertsTabTitle"></span>
24 <span class=
"active-tab-label" i18n-content=
"otherCertsTabTitle">
28 <!-- TODO(mattm): get rid of use of tables -->
30 <div id=
"personalCertsTab" class=
"subpages-tab-contents">
31 <table class=
"certificate-tree-table">
33 <span i18n-content=
"personalCertsTabDescription"></span>
36 <tree id=
"personalCertsTab-tree" class=
"certificate-tree"
37 icon-visibility=
"parent">
41 <button id=
"personalCertsTab-view" i18n-content=
"view_certificate"
44 <button id=
"personalCertsTab-import"
45 i18n-content=
"import_certificate" disabled
>
48 <button id=
"personalCertsTab-import-and-bind"
49 i18n-content=
"importAndBindCertificate" disabled
>
52 <button id=
"personalCertsTab-backup" i18n-content=
"export_certificate"
55 <button id=
"personalCertsTab-delete" i18n-content=
"delete_certificate"
61 <div id=
"serverCertsTab" class=
"subpages-tab-contents">
62 <table class=
"certificate-tree-table">
64 <span i18n-content=
"serverCertsTabDescription"></span>
67 <tree id=
"serverCertsTab-tree" class=
"certificate-tree"
68 icon-visibility=
"parent">
72 <button id=
"serverCertsTab-view" i18n-content=
"view_certificate"
75 <button id=
"serverCertsTab-import" i18n-content=
"import_certificate"
78 <button id=
"serverCertsTab-export" i18n-content=
"export_certificate"
81 <button id=
"serverCertsTab-delete" i18n-content=
"delete_certificate"
87 <div id=
"caCertsTab" class=
"subpages-tab-contents">
88 <table class=
"certificate-tree-table">
90 <span i18n-content=
"caCertsTabDescription"></span>
93 <tree id=
"caCertsTab-tree" class=
"certificate-tree"
94 icon-visibility=
"parent">
98 <button id=
"caCertsTab-view" i18n-content=
"view_certificate"
101 <button id=
"caCertsTab-edit" i18n-content=
"edit_certificate"
104 <button id=
"caCertsTab-import" i18n-content=
"import_certificate"
106 <button id=
"caCertsTab-export" i18n-content=
"export_certificate"
109 <button id=
"caCertsTab-delete" i18n-content=
"delete_certificate"
115 <div id=
"otherCertsTab" class=
"subpages-tab-contents">
116 <table class=
"certificate-tree-table">
118 <span i18n-content=
"otherCertsTabDescription"></span>
121 <tree id=
"otherCertsTab-tree" class=
"certificate-tree"
122 icon-visibility=
"parent"></tree>
125 <button id=
"otherCertsTab-view" i18n-content=
"view_certificate"
128 <button id=
"otherCertsTab-export" i18n-content=
"export_certificate"
131 <button id=
"otherCertsTab-delete" i18n-content=
"delete_certificate"
138 <div class=
"action-area">
139 <div class=
"button-strip">
140 <button id=
"certificate-confirm" class=
"default-button"