1 <div id=
"certificateManagerPage" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <h1 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">
47 <if expr=
"pp_ifdef('chromeos')">
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">
77 <button id=
"serverCertsTab-export" i18n-content=
"export_certificate"
80 <button id=
"serverCertsTab-delete" i18n-content=
"delete_certificate"
86 <div id=
"caCertsTab" class=
"subpages-tab-contents">
87 <table class=
"certificate-tree-table">
89 <span i18n-content=
"caCertsTabDescription"></span>
92 <tree id=
"caCertsTab-tree" class=
"certificate-tree"
93 icon-visibility=
"parent">
97 <button id=
"caCertsTab-view" i18n-content=
"view_certificate"
100 <button id=
"caCertsTab-edit" i18n-content=
"edit_certificate"
103 <button id=
"caCertsTab-import" i18n-content=
"import_certificate"
105 <button id=
"caCertsTab-export" i18n-content=
"export_certificate"
108 <button id=
"caCertsTab-delete" i18n-content=
"delete_certificate"
114 <div id=
"otherCertsTab" class=
"subpages-tab-contents">
115 <table class=
"certificate-tree-table">
117 <span i18n-content=
"otherCertsTabDescription"></span>
120 <tree id=
"otherCertsTab-tree" class=
"certificate-tree"
121 icon-visibility=
"parent"></tree>
124 <button id=
"otherCertsTab-view" i18n-content=
"view_certificate"
127 <button id=
"otherCertsTab-export" i18n-content=
"export_certificate"
130 <button id=
"otherCertsTab-delete" i18n-content=
"delete_certificate"
137 <div class=
"action-area">
138 <div class=
"button-strip">
139 <button id=
"certificate-confirm" class=
"default-button"