2 <html i18n-values=
"dir:textdirection;">
17 margin-bottom:
1.05em;
18 /*
67px is the height of the header's background image. */
22 -webkit-padding-start:
0;
25 box-sizing: border-box;
29 background: url('../../app/theme/default_100_percent/about_conflicts.png')
0px
20px no-repeat;
37 html[dir=rtl] #header h1 {
38 background: url('../../app/theme/default_100_percent/about_conflicts.png') right no-repeat;
51 padding-bottom:
1.5em;
62 border-top:
1px solid #b5c7de;
65 -webkit-padding-start:
5px;
70 .section-header
> table
> tr
> td:first-child {
74 .section-header
> table {
78 .section-header-title {
84 -webkit-box-orient: vertical;
89 -webkit-box-align: stretch;
94 -webkit-padding-end:
5px;
103 border-bottom:
1px solid #cdcdcd;
138 html[dir=rtl] .clearing {
144 border-bottom:
1px solid #aaa;
148 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
149 <div id=
"loading-message" i18n-content=
"loadingMessage"></div>
151 <div id=
"body-container" style=
"visibility:hidden">
153 <div id=
"header"><h1 i18n-content=
"modulesLongTitle">TITLE
</h1></div>
155 <div id=
"blurb-container">
156 <span i18n-content=
"modulesBlurb">MODULES BLURB
</span>
159 <div id=
"modulesTemplate">
161 <div id=
"container" class=
"vbox-container">
162 <div id=
"top" class=
"wbox">
164 <div class=
"section-header">
165 <table cellpadding=
"0" cellspacing=
"0"><tr valign=
"center">
167 <span class=
"section-header-title"
168 jscontent=
"modulesTableTitle">TITLE
</span>
176 <div class=
"content">
177 <div class=
"module-name no-modules"
178 jsdisplay=
"moduleList.length === 0">
179 <div i18n-content=
"modulesNoneLoaded">NO_MODULES_ARE_AVAILABLE
</div>
182 <div jsdisplay=
"moduleList.length > 0">
183 <table width=
"100%" cellpadding=
"0" cellspacing=
"0">
184 <tr class=
"module-loaded">
186 <table cellpadding=
"2" cellspacing=
"0" border=
"0">
188 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSoftware"
189 >SOFTWARE
</span></td>
190 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSignedBy"
192 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerVersion"
194 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerLocation"
195 >LOCATION
</span></td>
197 <tr jsselect=
"moduleList">
198 <td valign=
"top" class=
"datacell">
200 jsvalues=
".innerHTML:description"
201 class=
"clearing nowrap"></span>
202 <div jsdisplay=
"status == 2 || status == 3"
203 class=
"extra-info-text">
204 <span class=
"clearing">
205 <span jsdisplay=
"status == 2"
206 i18n-content=
"moduleSuspectedBad"
207 class=
"suspected-bad">SUSPECTED_BAD
</span>
208 <span jsdisplay=
"status == 3"
209 i18n-content=
"moduleConfirmedBad"
210 class=
"confirmed-bad">CONFIRMED_BAD
</span>
212 <span class=
"clearing">
213 <span jsdisplay=
"possibleResolution.length > 0">
214 <span jscontent=
"possibleResolution"
215 >POSSIBLE_RESOLUTION
</span>
217 <a jsdisplay=
"help_url.length > 0"
218 jsvalues=
".href:help_url"
219 i18n-content=
"helpCenterLink">HELP_CENTER
</a>
223 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
224 jscontent=
"digital_signer"
225 class=
"nowrap">SIGNER
</span></td>
226 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
228 class=
"nowrap">VERSION
</span
230 <td valign=
"top" class=
"datacell">
231 <span class=
"nowrap">
232 <span dir=
"ltr" jscontent=
"location">LOCATION
</span><strong
233 ><span dir=
"ltr" jscontent=
"name">NAME
</span></strong>
235 jsdisplay=
"type_description.length > 0"
237 jscontent=
"type_description">MODULE_TYPE
</span
250 <script src=
"chrome://conflicts/strings.js"></script>
251 <script src=
"chrome://conflicts/conflicts.js"></script>
252 <script src=
"chrome://resources/js/i18n_template.js"></script>
253 <script src=
"chrome://resources/js/i18n_process.js"></script>
254 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>
255 <script src=
"chrome://resources/js/util.js"></script>