2 <html i18n-values=
"dir:textdirection;lang:language">
5 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
18 margin-bottom:
1.05em;
19 /*
67px is the height of the header's background image. */
23 -webkit-padding-start:
0;
26 box-sizing: border-box;
30 background-image: -webkit-image-set(
31 url('../../app/theme/default_100_percent/common/about_conflicts.png')
1x,
32 url('../../app/theme/default_200_percent/common/about_conflicts.png')
2x);
33 background-position:
0px
20px;
34 background-repeat: no-repeat;
42 html[dir=rtl] #header h1 {
43 background-image: -webkit-image-set(
44 url('../../app/theme/default_100_percent/common/about_conflicts.png')
1x,
45 url('../../app/theme/default_200_percent/common/about_conflicts.png')
2x);
46 background-position: right;
47 background-repeat: no-repeat;
60 padding-bottom:
1.5em;
71 border-top:
1px solid #b5c7de;
74 -webkit-padding-start:
5px;
79 .section-header
> table
> tr
> td:first-child {
83 .section-header
> table {
87 .section-header-title {
93 -webkit-box-orient: vertical;
98 -webkit-box-align: stretch;
103 -webkit-padding-end:
5px;
106 .module-loaded
> td {
112 border-bottom:
1px solid #cdcdcd;
147 html[dir=rtl] .clearing {
153 border-bottom:
1px solid #aaa;
158 <div id=
"loading-message" i18n-content=
"loadingMessage"></div>
160 <div id=
"body-container" style=
"visibility:hidden">
162 <div id=
"header"><h1 i18n-content=
"modulesLongTitle">TITLE
</h1></div>
164 <div id=
"blurb-container">
165 <span i18n-content=
"modulesBlurb">MODULES BLURB
</span>
168 <div id=
"modulesTemplate">
170 <div id=
"container" class=
"vbox-container">
171 <div id=
"top" class=
"wbox">
173 <div class=
"section-header">
174 <table cellpadding=
"0" cellspacing=
"0"><tr valign=
"center">
176 <span class=
"section-header-title"
177 jscontent=
"modulesTableTitle">TITLE
</span>
185 <div class=
"content">
186 <div class=
"module-name no-modules"
187 jsdisplay=
"moduleList.length === 0">
188 <div i18n-content=
"modulesNoneLoaded">NO_MODULES_ARE_AVAILABLE
</div>
191 <div jsdisplay=
"moduleList.length > 0">
192 <table width=
"100%" cellpadding=
"0" cellspacing=
"0">
193 <tr class=
"module-loaded">
195 <table cellpadding=
"2" cellspacing=
"0" border=
"0">
197 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSoftware"
198 >SOFTWARE
</span></td>
199 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSignedBy"
201 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerVersion"
203 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerLocation"
204 >LOCATION
</span></td>
206 <tr jsselect=
"moduleList">
207 <td valign=
"top" class=
"datacell">
209 jsvalues=
".innerHTML:description"
210 class=
"clearing nowrap"></span>
211 <div jsdisplay=
"status == 2 || status == 3"
212 class=
"extra-info-text">
213 <span class=
"clearing">
214 <span jsdisplay=
"status == 2"
215 i18n-content=
"moduleSuspectedBad"
216 class=
"suspected-bad">SUSPECTED_BAD
</span>
217 <span jsdisplay=
"status == 3"
218 i18n-content=
"moduleConfirmedBad"
219 class=
"confirmed-bad">CONFIRMED_BAD
</span>
221 <span class=
"clearing">
222 <span jsdisplay=
"possibleResolution.length > 0">
223 <span jscontent=
"possibleResolution"
224 >POSSIBLE_RESOLUTION
</span>
226 <a jsdisplay=
"help_url.length > 0"
227 jsvalues=
".href:help_url"
228 i18n-content=
"helpCenterLink">HELP_CENTER
</a>
232 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
233 jscontent=
"digital_signer"
234 class=
"nowrap">SIGNER
</span></td>
235 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
237 class=
"nowrap">VERSION
</span
239 <td valign=
"top" class=
"datacell">
240 <span class=
"nowrap">
241 <span dir=
"ltr" jscontent=
"location">LOCATION
</span><strong
242 ><span dir=
"ltr" jscontent=
"name">NAME
</span></strong>
244 jsdisplay=
"type_description.length > 0"
246 jscontent=
"type_description">MODULE_TYPE
</span
259 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>
260 <script src=
"chrome://resources/js/load_time_data.js"></script>
261 <script src=
"chrome://resources/js/util.js"></script>
263 <script src=
"chrome://conflicts/strings.js"></script>
264 <script src=
"chrome://resources/js/i18n_template2.js"></script>
266 <script src=
"chrome://conflicts/conflicts.js"></script>