Fossil

Diff
Login

Diff

Differences From Artifact [e11ab5f28e]:

To Artifact [8aa4598f4b]:


228
229
230
231
232
233
234
235
236
237
238

239
240
241
242
243
244
245
246
247
248
249



250
251


252
253
254
255
256
257
258

259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280


281
282
283
284
285


286
287
288
289
290
291


292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319

320
321
322
323


324
325
326
327
328

329

330
331
332

333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358

359
360
361
362
363
364
365
366
367
368

369
370
371
372
373
374





375
376


377
378
379
380
381
382
383
384
385
386
387




388
389
390
391
392
393
394
395
396
397
398
399
400


401
402
403
404

405
406
407
408
409
410
411



412


413

414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
@ <style>
@ body {
@    background-color: white;
@ }
@ h1 {
@   font-size: 150%;
@ }
@
@ table.diff {
@   width: 100%;
@   border-spacing: 0;

@   border: 1px solid black;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ table.diff td {
@   vertical-align: top;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ table.diff pre {
@   margin: 0 0 0 0;



@   line-height: inherit;
@   font-size: inherit;


@ }
@ td.diffln {
@   width: 1px;
@   text-align: right;
@   padding: 0 1em 0 0;
@ }
@ td.difflne {

@   padding-bottom: 0.4em;
@ }
@ td.diffsep {
@   width: 1px;
@   padding: 0 0.3em 0 1em;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.diffsep pre {
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.difftxt pre {
@   overflow-x: auto;
@ }
@ td.diffln ins {
@   background-color: #a0e4b2;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.diffln del {


@   background-color: #ffc0c0;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }


@ td.difftxt del {
@   background-color: #ffe8e8;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }


@ td.difftxt del > del {
@   background-color: #ffc0c0;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt del > del.edit {
@   background-color: #c0c0ff;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt ins {
@   background-color: #dafbe1;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.difftxt ins > ins {
@   background-color: #a0e4b2;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt ins > ins.edit {
@   background-color: #c0c0ff;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ @media (prefers-color-scheme: dark) {
@   body {

@     background-color: #353535;
@     color: #ffffff;
@   }
@   td.diffln ins {


@     background-color: #559855;
@     color: #000000;
@   }
@   td.diffln del {
@     background-color: #cc5555;

@     color: #000000;

@   }
@   td.difftxt del {
@     background-color: #f9cfcf;

@     color: #000000;
@   }
@     td.difftxt del > del {
@     background-color: #cc5555;
@     color: #000000;
@   }
@   td.difftxt ins {
@     background-color: #a2dbb2;
@     color: #000000;
@   }
@   td.difftxt ins > ins {
@     background-color: #559855;
@   }
@ }
@
@ </style>
@ </head>
@ <body>
;
static const char zWebpageHdrDark[] =
@ <!DOCTYPE html>
@ <html>
@ <head>
@ <meta charset="UTF-8">
@ <style>
@ body {

@    background-color: #353535;
@    color: #ffffff;
@ }
@ h1 {
@   font-size: 150%;
@ }
@
@ table.diff {
@   width: 100%;
@   border-spacing: 0;

@   border: 1px solid black;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ table.diff td {
@   vertical-align: top;





@   line-height: inherit;
@   font-size: inherit;


@ }
@ table.diff pre {
@   margin: 0 0 0 0;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.diffln {
@   width: 1px;
@   text-align: right;
@   padding: 0 1em 0 0;
@ }




@ td.difflne {
@   padding-bottom: 0.4em;
@ }
@ td.diffsep {
@   width: 1px;
@   padding: 0 0.3em 0 1em;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.diffsep pre {
@   line-height: inherit;
@   font-size: inherit;
@ }


@ td.difftxt pre {
@   overflow-x: auto;
@ }
@ td.diffln ins {

@   background-color: #559855;
@   color: #000000;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.diffln del {



@   background-color: #cc5555;


@   color: #000000;

@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.difftxt del {
@   background-color: #f9cfcf;
@   color: #000000;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.difftxt del > del {
@   background-color: #cc5555;
@   color: #000000;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt del > del.edit {
@   background-color: #c0c0ff;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt ins {
@   background-color: #a2dbb2;
@   color: #000000;
@   text-decoration: none;
@   line-height: inherit;
@   font-size: inherit;
@ }
@ td.difftxt ins > ins {
@   background-color: #559855;
@   text-decoration: none;
@   font-weight: bold;
@ }
@ td.difftxt ins > ins.edit {
@   background-color: #c0c0ff;
@   text-decoration: none;
@   font-weight: bold;
@ }
@
@ </style>
@ </head>
@ <body>
;
const char zWebpageEnd[] =
@ </body>
@ </html>







<



>

<
<



<
|
<
<
|
>
>
>
|
|
>
>

|
|

|

|
>
|

|
|
|
<
<

|
|
<

|
|

|
<
|
<
|

|
>
>
|
<
<
<

>
>
|

<
<
<

>
>
|
|
<
<

|
|

|

|
|
<
<
<

|


|

|

<
<



>

<

|
>
>
|
<

|
|
>
|
>

|
|
>
|
<
<
|
<

|
|
<

|



<











>

<




<



>

<
<



>
>
>
>
>
|
|
>
>

|
|
|
|

|
<
|
|

>
>
>
>
|
|

|
|
<
<
<

|
|
|

>
>
|
|

|
>
|
|
<
|
<

|
>
>
>
|
>
>
|
>

|
<

|
|
<
<
<
<

|
|
<

|

<
<
<
<
<
|
<
<
<
<
<
<
<
<
<
<
<
<

<
<

<







228
229
230
231
232
233
234

235
236
237
238
239


240
241
242

243


244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264


265
266
267

268
269
270
271
272

273

274
275
276
277
278
279



280
281
282
283
284



285
286
287
288
289


290
291
292
293
294
295
296
297



298
299
300
301
302
303
304
305


306
307
308
309
310

311
312
313
314
315

316
317
318
319
320
321
322
323
324
325
326


327

328
329
330

331
332
333
334
335

336
337
338
339
340
341
342
343
344
345
346
347
348

349
350
351
352

353
354
355
356
357


358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376

377
378
379
380
381
382
383
384
385
386
387
388



389
390
391
392
393
394
395
396
397
398
399
400
401
402

403

404
405
406
407
408
409
410
411
412
413
414
415

416
417
418




419
420
421

422
423
424





425












426


427

428
429
430
431
432
433
434
@ <style>
@ body {
@    background-color: white;
@ }
@ h1 {
@   font-size: 150%;
@ }

@ table.diff {
@   width: 100%;
@   border-spacing: 0;
@   border-radius: 5px;
@   border: 1px solid black;


@ }
@ table.diff td {
@   vertical-align: top;

@   text-align: left;


@   margin: 0;
@   padding: 0;
@   border: 0;
@   font-family: monospace;
@   line-height: 1.2;
@   text-size-adjust: none;
@   white-space: pre-wrap;
@   word-wrap: break-word;
@ }
@ table.diff td.diffln {
@   width: 0%;
@   text-align: right;
@   padding: 0 0.16em 0 0.32em;
@ }
@ table.diff td.difflne {
@   text-align: left;
@   padding: 0 0.32em;
@ }
@ table.diff td.diffsep {
@   width: 0%;
@   padding: 0 0.32em 0 0.16em;


@ }
@ td.difftxt {
@   max-width: 0;

@ }
@ td.difftxtu {
@   width: 100%;
@ }
@ td.difftxtl,

@ td.difftxtr {

@   width: 50%;
@ }
@ td.diffln.nul,
@ td.diffsep.nul,
@ td.difftxt.nul {
@   background-color: #f9f9f9;



@ }
@ td.diffln.del,
@ td.diffsep.del,
@ td.difftxt.del {
@   background-color: #ffe8e8;



@ }
@ td.diffln.ins,
@ td.diffsep.ins,
@ td.difftxt.ins {
@   background-color: #dafbe1;


@ }
@ td.difftxt.del del {
@   background-color: #ffc0c0;
@   text-decoration: none;
@   display: inline-block;
@ }
@ td.difftxt.del del.edit {
@   background-color: #c0c0ff;



@ }
@ td.difftxt.ins ins {
@   background-color: #a0e4b2;
@   text-decoration: none;
@   display: inline-block;
@ }
@ td.difftxt.ins ins.edit {
@   background-color: #c0c0ff;


@ }
@ @media (prefers-color-scheme: dark) {
@   body {
@     color: #fff;
@     background-color: #353535;

@   }
@   td.diffln.nul,
@   td.diffsep.nul,
@   td.difftxt.nul {
@     background-color: #454545;

@   }
@   td.diffln.del,
@   td.diffsep.del,
@   td.difftxt.del {
@     color: #000;
@     background-color: #f9cfcf;
@   }
@   td.diffln.ins,
@   td.diffsep.ins,
@   td.difftxt.ins {
@     color: #000;


@     background-color: #a2dbb2;

@   }
@   td.difftxt.del del {
@     background-color: #cc5555;

@   }
@   td.difftxt.ins ins {
@     background-color: #559855;
@   }
@ }

@ </style>
@ </head>
@ <body>
;
static const char zWebpageHdrDark[] =
@ <!DOCTYPE html>
@ <html>
@ <head>
@ <meta charset="UTF-8">
@ <style>
@ body {
@    color: #fff;
@    background-color: #353535;

@ }
@ h1 {
@   font-size: 150%;
@ }

@ table.diff {
@   width: 100%;
@   border-spacing: 0;
@   border-radius: 5px;
@   border: 1px solid black;


@ }
@ table.diff td {
@   vertical-align: top;
@   text-align: left;
@   margin: 0;
@   padding: 0;
@   border: 0;
@   font-family: monospace;
@   line-height: 1.2;
@   text-size-adjust: none;
@   white-space: pre-wrap;
@   word-wrap: break-word;
@ }
@ table.diff td.diffln {
@   width: 0%;
@   text-align: right;
@   padding: 0 0.16em 0 0.32em;
@ }
@ table.diff td.difflne {

@   text-align: left;
@   padding: 0 0.32em;
@ }
@ table.diff td.diffsep {
@   width: 0%;
@   padding: 0 0.32em 0 0.16em;
@ }
@ td.difftxt {
@   max-width: 0;
@ }
@ td.difftxtu {
@   width: 100%;



@ }
@ td.difftxtl,
@ td.difftxtr {
@   width: 50%;
@ }
@ td.diffln.nul,
@ td.diffsep.nul,
@ td.difftxt.nul {
@   background-color: #454545;
@ }
@ td.diffln.del,
@ td.diffsep.del,
@ td.difftxt.del {
@   color: #000;

@   background-color: #f9cfcf;

@ }
@ td.diffln.ins,
@ td.diffsep.ins,
@ td.difftxt.ins {
@   color: #000;
@   background-color: #a2dbb2;
@ }
@ td.difftxt.del del {
@   color: #000;
@   background-color: #cc5555;
@   text-decoration: none;
@   display: inline-block;

@ }
@ td.difftxt.del del.edit {
@   background-color: #c0c0ff;




@ }
@ td.difftxt.ins ins {
@   background-color: #559855;

@   text-decoration: none;
@   display: inline-block;
@ }





@ td.difftxt.ins ins.edit {












@   background-color: #c0c0ff;


@ }

@ </style>
@ </head>
@ <body>
;
const char zWebpageEnd[] =
@ </body>
@ </html>