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-image: -webkit-image-set(
30 url('../../app/theme/default_100_percent/common/about_conflicts.png')
1x,
31 url('../../app/theme/default_200_percent/common/about_conflicts.png')
2x);
32 background-position:
0px
20px;
33 background-repeat: no-repeat;
41 html[dir=rtl] #header h1 {
42 background-image: -webkit-image-set(
43 url('../../app/theme/default_100_percent/common/about_conflicts.png')
1x,
44 url('../../app/theme/default_200_percent/common/about_conflicts.png')
2x);
45 background-position: right;
46 background-repeat: no-repeat;
59 padding-bottom:
1.5em;
70 border-top:
1px solid #b5c7de;
73 -webkit-padding-start:
5px;
78 .section-header
> table
> tr
> td:first-child {
82 .section-header
> table {
86 .section-header-title {
92 -webkit-box-orient: vertical;
97 -webkit-box-align: stretch;
102 -webkit-padding-end:
5px;
105 .module-loaded
> td {
111 border-bottom:
1px solid #cdcdcd;
146 html[dir=rtl] .clearing {
152 border-bottom:
1px solid #aaa;
156 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
157 <div id=
"loading-message" i18n-content=
"loadingMessage"></div>
159 <div id=
"body-container" style=
"visibility:hidden">
161 <div id=
"header"><h1 i18n-content=
"modulesLongTitle">TITLE
</h1></div>
163 <div id=
"blurb-container">
164 <span i18n-content=
"modulesBlurb">MODULES BLURB
</span>
167 <div id=
"modulesTemplate">
169 <div id=
"container" class=
"vbox-container">
170 <div id=
"top" class=
"wbox">
172 <div class=
"section-header">
173 <table cellpadding=
"0" cellspacing=
"0"><tr valign=
"center">
175 <span class=
"section-header-title"
176 jscontent=
"modulesTableTitle">TITLE
</span>
184 <div class=
"content">
185 <div class=
"module-name no-modules"
186 jsdisplay=
"moduleList.length === 0">
187 <div i18n-content=
"modulesNoneLoaded">NO_MODULES_ARE_AVAILABLE
</div>
190 <div jsdisplay=
"moduleList.length > 0">
191 <table width=
"100%" cellpadding=
"0" cellspacing=
"0">
192 <tr class=
"module-loaded">
194 <table cellpadding=
"2" cellspacing=
"0" border=
"0">
196 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSoftware"
197 >SOFTWARE
</span></td>
198 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerSignedBy"
200 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerVersion"
202 <td class=
"datacell"><span dir=
"ltr" i18n-content=
"headerLocation"
203 >LOCATION
</span></td>
205 <tr jsselect=
"moduleList">
206 <td valign=
"top" class=
"datacell">
208 jsvalues=
".innerHTML:description"
209 class=
"clearing nowrap"></span>
210 <div jsdisplay=
"status == 2 || status == 3"
211 class=
"extra-info-text">
212 <span class=
"clearing">
213 <span jsdisplay=
"status == 2"
214 i18n-content=
"moduleSuspectedBad"
215 class=
"suspected-bad">SUSPECTED_BAD
</span>
216 <span jsdisplay=
"status == 3"
217 i18n-content=
"moduleConfirmedBad"
218 class=
"confirmed-bad">CONFIRMED_BAD
</span>
220 <span class=
"clearing">
221 <span jsdisplay=
"possibleResolution.length > 0">
222 <span jscontent=
"possibleResolution"
223 >POSSIBLE_RESOLUTION
</span>
225 <a jsdisplay=
"help_url.length > 0"
226 jsvalues=
".href:help_url"
227 i18n-content=
"helpCenterLink">HELP_CENTER
</a>
231 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
232 jscontent=
"digital_signer"
233 class=
"nowrap">SIGNER
</span></td>
234 <td valign=
"top" class=
"datacell"><span dir=
"ltr"
236 class=
"nowrap">VERSION
</span
238 <td valign=
"top" class=
"datacell">
239 <span class=
"nowrap">
240 <span dir=
"ltr" jscontent=
"location">LOCATION
</span><strong
241 ><span dir=
"ltr" jscontent=
"name">NAME
</span></strong>
243 jsdisplay=
"type_description.length > 0"
245 jscontent=
"type_description">MODULE_TYPE
</span
258 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>
259 <script src=
"chrome://resources/js/load_time_data.js"></script>
260 <script src=
"chrome://resources/js/util.js"></script>
262 <script src=
"chrome://conflicts/strings.js"></script>
263 <script src=
"chrome://resources/js/i18n_template2.js"></script>
265 <script src=
"chrome://conflicts/conflicts.js"></script>