Register - Login
Views: 99364484
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 02:38:33 PM
Jul - Posts by xdaniel
Pages: 1 2 3 4 5 6 7 8 9 10 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
xdaniel
980
Level: 64


Posts: 741/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 06-03-18 01:04:17 AM, in Pokemon 1997 demo thread Link
Julbench3.1  94% full, 55K free, 824K in use
Since I'm probably too slow to contribute much of anything to the reverse-engineering process, here's what notes I'd made. Might not be 100% accurate, might soon be outdated with the disassembly progressing, etc., but still:


00:25FA -> part of map loading routine?

A = map bank number

----------

RAM:D661 -> Map type?? (color, BGM)
RAM:D662 -> Pointer to map header

----------

Warp menu / possibly Fly target data - ROM 0xC7D5

0x2E * 0x04 = 0xB8 bytes

01 Map group
04 Map number
05 X position
05 Y position

----------

Map header - RAM:D664 (partially?)

Player's House 1F: 34:4042
Player's House 2F: 34:4132
Silent Hill: 36:4014 (0xD8014)
Route 1 (1): 36:59DF
Route 1 (interior): 2F:53DD
Route 1 (2): 36:5ABE
Route 1 gate 1F: 26:4000
Route 1 gate 2F: 26:40DA
Old City: 36:410D
"Bellsprout" Tower 1F: 25:4289
"Bellsprout" Tower 2F: 25:4319
Kurt's house: 25:49AC
...

----------

Map header format (ex. Silent Hill)

09 Height v (maybe swapped?)
0A Width ^
B340 Pointer to map data
D578 (some important ptr 1)
6976 (some important ptr 2)
4340 Pointer to after connection data
0B Connection byte
0C01C87303C60A0A090051C6 Connection data 1
0101435A30C6090F001D24C6 Connection data 2
01037C723DC6091E000025C6 Connection data 3

Tileset header format (ex. Tileset 00) -- as per disasm @ https://github.com/pret/pokegold-spaceworld/blob/master/data/tileset_headers.asm

06 Bank
0044 Pointer to block data
0040 Pointer to tile data
004C Pointer to collision data
77 Talking over tile 1
40 Talking over tile 2
00 Talking over tile 2
00 Unknown

----------

RAM: CB5F -> cursor location (various menus; ex. town map, Pokegear)

Town map locations:
ID Location Possible name origin ideas
00 Silent Hill translates to "shizuka oka" -> Shizuoka
01 "Old" (city north/west of 00) 2nd kanji of Nagoya means "old"
02 "West" (city west of 01) Kyoto was known as "Western Capital" for a time, see Wikipedia
03 "Hi-Tech" (city west of 02) (Tokushima? not sure about naming)
04 "Font" (city north of 03) (Hiroshima? Okayama? not sure)
05 "Bardon" (city east of 04)
06 "New Type" (city east of 05)
07 "Sugar" (city north of 06)
08 "Blue Forest" (city east of 07)
09 "Stand" (city south of 08)
0A "Kanto" (city east of Silent Hill)
0B (point north of Silent Hill)
0C (city north of 0B)
0D "South" (city west of 04)
0E "North" (city north of 08)
0F Route 15 (route directly west of 06)
10 Route 18 (point north/east of 06)

----------

SGB command packets? - ROM 0x986C

0x2E * 0x10 = 0x2E0 bytes

----------

SGB palettes - ROM 0x9C4C

0x3A * 0x08 = 0x1D0 bytes

9C73 = RGB 28,28,42
B742 = RGB 23,21,16
8F52 = RGB 15,20,20
8410 = RGB 04,04,04
...

----------

Sprite defintions? - ROM 0x1423B

0x5B * 0x04 = 0x16C bytes ??

...



____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 742/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 06-03-18 08:34:39 PM, in Pokemon 1997 demo thread Link
Julbench3.1  94% full, 55K free, 824K in use
Tileset animation notes (ex. disassembly appears to be incorrect at the moment regarding "talking over tiles"). Hope this makes sense.

Additional notes:

// 23:401F (0x8C01F) -> animation data; 0xFC bytes, 4 bytes per entry: [RAM address 2b][function address 2b]


// (addresses might be incorrect as anim *starts*)
// 23:401F: animated water (tile 03) + animated flowers (tile 38)
// 23:4023: animated flowers
// 23:4027: still water + animated flowers
// 23:402B: "" (diff frame?)
// 23:402F: "" (diff frame?)
// 23:4033: "" (diff frame?)
// 23:4037: "" (diff frame?)
// 23:403B: still water + still flowers
// 23:403F: "" (diff frame?)
// 23:4043: "" (diff frame?)
// 23:4047: "" (diff frame?)
// 23:404B: animated water (L/R) + still flowers
// 23:4053: still water + still flowers
// 23:4057: ""
// 23:405B: ""
// 23:405F: ""
// ...
// 23:4077: (animated water + tile 53; waterfalls?)
// ...
// 23:40A7: (animated water + tile 54; conveyor belts?)
// ...
// 23:40BB: (animated water + tile 54; conveyor belts?)
// ...
// 23:40CB: (animated tile 54)
// ...
// 23:40DF: (animated tile 4F)
// ...




____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 743/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 06-14-18 06:25:30 PM, in What're you playing right now? Link
Julbench3.1  94% full, 55K free, 824K in use
Started playing Pokemon Leaf Green yesterday, have since gone through the Pokemon Tower and caught the Snorlax south of Lavender Town. Now off to... whatever was next, it's been a while since I was in Kanto. Fuchsia? Saffron?

Was also playing Cyberdimension Neptunia a lot for a while; have, as far as I can tell, finished the main story but still post-game stuff to do.

Also planning to replay Pokemon Silver or Crystal once I've received and soldered in replacement batteries...


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 744/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 06-21-18 03:25:29 PM, in What're you playing right now? Link
Julbench3.1  94% full, 55K free, 824K in use
As mentioned, started replaying Pokemon Crystal after replacing its battery. Going to be playing this only on stream for the moment, too; if anyone wants to check it out, the first part is here (for however long past broadcasts stay on Twitch), played up to saving the Slowpoke in Azalea Town.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 745/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 07-04-18 02:58:47 PM, in New stuff you got Link
Julbench3.1  94% full, 55K free, 824K in use
I ever so slightly regret buying it right now - because unexpected other expenses, yay - but I came across a rather cheap, used, modern(-ish) laptop online a while back: a 13" Dell Latitude E4310, Core i3-370M at 2.4 GHz, integrated Intel HD Graphics, 4 GB DDR3-RAM, 80 GB HDD, etc. for around 90€. Had a dead battery as per its description, has some scratches and one broken bit of plastic, overall still in decent shape, tho.

Just replaced the battery today with a 3rd party one from Amazon which appears to be working fine. And while the HDD is decently quick (7200 rpm) and in good shape SMART-wise, I'll probably still get it an SSD of some kind in a month or two.

I also sold some games I hadn't really played at all, and in turn bought a copy of Pokemon LeafGreen and two GBA wireless adapters at a local game store.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 746/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 07-04-18 03:04:19 PM, in What's on YOUR mind? Link
Julbench3.1  94% full, 55K free, 824K in use
Originally posted by sammyrms1
This girl reminds me of the CPUs from Hyperdimension Neptunia.

Power symbol on green orb thingy, four lights in a circle around that - Xbox 360? Could well be some kinda alternate universe / prototype of Vert/Green Heart, but I assume she isn't related to the franchise.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 747/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 07-13-18 03:46:11 PM, in What's on YOUR mind? Link
Julbench3.1  94% full, 55K free, 824K in use
I've never had a physical diary, only different blogs - mainly one that I think only my best friend at the time knew about, which (despite being public) had more of a personal bend to it, and one I had on LiveJournal for quite a while, which had somewhat less personal, more superficial posts overall.

And sometimes I do think I should try to keep a diary of some sort again, be it digitally (either a blog, or just local text files) or be it physically...

Also, reading StapleButter's post, I do recall a couple of times where, when I felt really terrible, or when I had just argued with mom, or other things like that, I would write down my feelings in a text file, put that onto a floppy disk or burn it to a CD, and put it somewhere where mom would find and read it the next day or so. It usually helped patch things up a bit, tho the time when I did that (the years post graduation from Hauptschule, before [being forced to] moving out and getting psychological help) was very rough regardless.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 748/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 07-15-18 06:42:29 PM, in Jul Pub Link
Julbench3.1  94% full, 55K free, 824K in use
Yup, Winamp still whippin' that llama ass here, too, some 20 years later. Never really warmed up to other players.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 749/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 07-24-18 10:16:25 PM, in What're you playing right now? Link
Julbench3.1  94% full, 55K free, 824K in use
Just finished Half-Life 2 for the first time. Originally played it on the Xbox 360 via the Orange Box, but as it has been years since I'd started (and never finished) that playthrough, I restarted a couple of days ago on the PC version. I'm not too great at articulating my thoughts about games and other media, but let's see regardless.

To start of, I really liked the game. It had a decent story with good storytelling, plus I'm starting to understand fan's frustrations about HL3 - that is, the lack thereof. (*1) Gameplay, soundtrack, etc. all good as well, not much to say there. I did get annoyed by some platforming segments, as well as an occasional lack of direction on the maps, tho especially the latter might've just been me not noticing certain things indicating the way. Initially thought the Gravity Gun was cool but not that useful, but going through the game (*2), I did warm up to it quite a bit. Graphically, the game's age does show when looking at it close-up, like certain textures, but I don't think it's detracting from the experience - I preferred it easily running at 60 FPS at 1920x1080, to it looking super-detailed and all.

Can't think of anything else; overall a really good game and I had fun playing it.

*1

*2



____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 750/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-16-18 04:59:30 PM, in Disgaea 1 Switch research stuffs (last edited by xdaniel at 08-16-18 05:06:11 PM) Link
Julbench3.1  94% full, 55K free, 824K in use
Because why am I even doing this. Anyway, stuff that I know! All little-endian unless otherwise stated? Various sample files, at least some of those referenced in the post, can be found here.

PS_FS_V1 archives (namely DATA.DAT and SUBDATA.DAT, I guess):

Main header:
- 0x00: Magic number, "PS_FS_V1" in ASCII (8 bytes)
- 0x08: Number of file entries (uint / 4 bytes)
- 0x0C: Unknown (zero? padding? number of entries is actually ulong / 8b? dunno; anyway: uint / 4 bytes)
- 0x10: Start of file entries (number of entries * 0x40 bytes)

File entry:
- 0x00: Filename, zero-terminated and padded (0x30 bytes)
- 0x30: File size (ulong / 8 bytes)
- 0x38: Data offset, absolute (ulong / 8 bytes)

Working unpacking code from Scarlet here (C#).

tx2 images:

Well, they're similar in structure to those on PS2, where I believe the format originated, but don't contain the same data. A couple convert (ex. the credits from Disgaea PC...?), some of those with bad palettes (since certain groups of colors in 256-color palettes aren't swapped anymore like they were on PS2), but some seem to have compressed pixel data in them instead of indexed pixel data and palette...

C# code for converting PS2 tx2's here, hence incompatible with ex. save001.tx2.

nltx images(?):

Magic number "NMPLTEX1" in ASCII at the start, rest of the header not yet known. At offset 0x80 starts a block of YKCMP_V1 compressed data, which, once ripped out of there, won't decompress with Xkeeper's PHP script - ex. "Asked to get byte at position 0xFFFFFFC4 (max range 0x140000)" it complains at the first not-"direct copy" step for new_bg051.nltx, trying to go way too far back in the data.

nlsd ...somethings:

No magic numbers, nothing. Wonder if that's sound files, not least considering there's 8 files named song(001:008).nlsd? Two files in the sample archive.

Other files:

There's more, like maps - three files each; mp(xxxxx).mpd, mp(xxxxx).mpp and new_mp(xxxxx).mpp -, a "font1.arc" with a "DSARCIDX" magic at the top (Disgaea DS?), a "anmdat.fad" that might contain all the UI animations(?) and whatnot - judging from apparent filenames in there (ui_load, ui_save, ui_title, etc.); also has a ton more YKCMP_V1 blocks -, and a couple other types.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 751/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-20-18 08:36:49 PM, in Obligatory desktop screenshots thread Link
Julbench3.1  94% full, 55K free, 824K in use
Desktop:


Laptop:


Although...
Originally posted by BlackRose
New wallpaper, even though I normally do not see it often:


...I am kinda tempted to change the desktop one now.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 752/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-20-18 08:40:05 PM, in What're you playing right now? Link
Julbench3.1  94% full, 55K free, 824K in use
Mainly playing random things right now; some very unspecific, some very specific...

Specific: Voltorb Flip in Pokemon SoulSilver, ex. when on the bus or otherwise waiting for something.
Unspecific: Mid-90s to mid-2000s PC games on my newly built Athlon XP machine, like Unreal Tournament 2003.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 753/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-21-18 02:21:29 PM, in Etrian Odyssey hacking (EO1 & 4) (last edited by xdaniel at 08-21-18 02:21:59 PM) Link
Julbench3.1  94% full, 55K free, 824K in use
Probably because Kuriimu appears to be buggy. In EO4, even the English text is stored as full-width Shift-JIS text (ex. "Monsters have appeared!"), not ASCII (which would be "Monsters have appeared!"). When you enter text in Kuriimu, you're entering it as ASCII text by default, which gets stored in the MBM file as-is. Since the game cannot render ASCII text, it displays garbage instead.

Either Kuriimu has to be fixed to automatically convert ASCII to full-width Shift-JIS, or you'll have to enter all the English text ex. using the full-width alphanumeric mode of the Microsoft IME (assuming Kuriimu supports saving that).

____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 754/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-21-18 03:43:51 PM, in Etrian Odyssey hacking (EO1 & 4) Link
Julbench3.1  94% full, 55K free, 824K in use
Assuming you're using Windows:

Install Japanese input support, if you don't already have it - somewhere in the Control Panel, find the language settings, there the keyboard settings, there add Japanese input via Microsoft IME.



Then, once in Kuriimu, switch to Microsoft IME via the language toolbar and select full-width alphanumeric mode.



Then, enter your text.

(I'm using German Windows 7 as can be seen in the screenshots, so I don't know what all these settings are called in other languages, you'll have to look for them yourself.)


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 755/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-23-18 07:03:43 PM, in Etrian Odyssey hacking (EO1 & 4) Link
Julbench3.1  94% full, 55K free, 824K in use
Originally posted by Kles
I don't know how Etrian Odyssey IV handles non-English characters, such as ö or ß. You'll have to experiment with them. I also don't know if you can type them in fullwidth or if they have Shift-JIS encodings at all.

It doesn't handle them at all - the fonts don't have them, and I don't think Shift-JIS has code points for them. And while SJIS does have (some?) Greek and Cyrillic characters, EO4's fonts only support a couple of the Greek ones, I believe.

So, if you need ex. any European characters like umlauts, accented characters, etc., you'll have to edit the BCFNT files to add them by replacing some other characters, like Japanese ones. I ended up replacing ぁあぃいぅうぇ, I think, when I was working on a German translation a couple of years ago.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 756/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-28-18 01:04:30 AM, in the gang discusses technology they want Link
Julbench3.1  94% full, 55K free, 824K in use
Rechargeable battery packs that don't end up bulging after X years.

Got a loose 3DS XL in need of some repairs for free - Circle Pad broken off, chunk of case plastic missing above the R trigger, seemingly wonky hinges, but functioning perfectly fine; still has a 4 GB SDHC card even. While cleaning it, I noticed that the battery had bulged pretty badly, so I took it out to bring it someplace for recycling. Later on, I remembered that I wanted to try a cartridge on the XL, just to make sure that part works, too. So, I take apart one of my other two, regular 3DS, to check if I can maybe (temporarily) use the battery in the XL... and as it turns out, both of them *also* have bulging batteries, one moreso than the other.

Cue me gathering my other Nintendo handhelds with battery packs like this, to make sure they aren't bulging as well... and as it turns out here, most of them are: the GBA SP's, original DS', DSi XL's, said 3DS' and, of course, the 3DS XL's batteries have all gone bad. All are working, all are original Nintendo ones, but all show the same physical symptoms to some degree. Only the DS Lite and GB micro seem to still have perfectly healthy batteries, despite being much older than, say, the 3DS XL.

So, well, since 1) all these batteries will eventually go bad, bulge or do worse, and 2) Nintendo of Europe doesn't sell original replacement parts anymore *anyway*, I'll be slowly replacing the batteries with 3rd party ones off of Amazon...


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 757/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 08-29-18 03:37:43 PM, in Happy Birthday, Joe Link
Julbench3.1  94% full, 55K free, 824K in use


"-1"

(¬_¬)

...still, !


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 758/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 09-04-18 03:47:51 PM, in Etrian Odyssey hacking (EO1 & 4) Link
Julbench3.1  94% full, 55K free, 824K in use
Don't use the --t option, it's not needed for any of EO4's files from what I can tell.

I just tried the Python script to dump equipitemnametable.tbl, and it worked fine without the option. And since the other nametable files follow the same format as equipitemnametable, I'm pretty sure you can always just call the script like "dump_tbl.py [path to TBL] [text file]", without the --t.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 759/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 09-04-18 08:23:42 PM, in Should I make the forum not automatically full-width any more? Link
Julbench3.1  94% full, 55K free, 824K in use
I honestly don't care too much about the width, tho I guess I'd lean towards limiting the max width slightly, but I do like the faded-out page counts, I guess?


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

xdaniel
980
Level: 64


Posts: 760/982
EXP: 2151469
For next: 62628

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 7 hours

Posted on 09-04-18 08:40:17 PM, in Should I make the forum not automatically full-width any more? Link
Julbench3.1  94% full, 55K free, 824K in use
Ooh, neat! Thanks!




____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Pages: 1 2 3 4 5 6 7 8 9 10 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Jul - Posts by xdaniel


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

34 database queries, 23 query cache hits.
Query execution time:  0.086490 seconds
Script execution time:  0.053802 seconds
Total render time:  0.140292 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 147 column 134 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 500 - Warning: unescaped & or unknown entity "&page"
line 149 column 535 - Warning: unescaped & or unknown entity "&page"
line 149 column 573 - Warning: unescaped & or unknown entity "&page"
line 149 column 608 - Warning: unescaped & or unknown entity "&page"
line 149 column 643 - Warning: unescaped & or unknown entity "&page"
line 149 column 678 - Warning: unescaped & or unknown entity "&page"
line 149 column 713 - Warning: unescaped & or unknown entity "&page"
line 149 column 748 - Warning: unescaped & or unknown entity "&page"
line 149 column 783 - Warning: unescaped & or unknown entity "&page"
line 149 column 818 - Warning: unescaped & or unknown entity "&page"
line 149 column 853 - Warning: unescaped & or unknown entity "&page"
line 149 column 888 - Warning: unescaped & or unknown entity "&page"
line 149 column 923 - Warning: unescaped & or unknown entity "&page"
line 149 column 958 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 995 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 300 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 302 column 9 - Warning: missing <tr>
line 320 column 13 - Warning: missing <tr>
line 323 column 74 - Warning: <style> isn't allowed in <td> elements
line 323 column 9 - Info: <td> previously mentioned
line 364 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 366 column 9 - Warning: missing <tr>
line 384 column 13 - Warning: missing <tr>
line 387 column 74 - Warning: <style> isn't allowed in <td> elements
line 387 column 9 - Info: <td> previously mentioned
line 400 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 402 column 9 - Warning: missing <tr>
line 420 column 13 - Warning: missing <tr>
line 423 column 74 - Warning: <style> isn't allowed in <td> elements
line 423 column 9 - Info: <td> previously mentioned
line 432 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 434 column 9 - Warning: missing <tr>
line 452 column 13 - Warning: missing <tr>
line 455 column 74 - Warning: <style> isn't allowed in <td> elements
line 455 column 9 - Info: <td> previously mentioned
line 468 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 470 column 9 - Warning: missing <tr>
line 488 column 13 - Warning: missing <tr>
line 491 column 74 - Warning: <style> isn't allowed in <td> elements
line 491 column 9 - Info: <td> previously mentioned
line 501 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 503 column 9 - Warning: missing <tr>
line 521 column 13 - Warning: missing <tr>
line 524 column 74 - Warning: <style> isn't allowed in <td> elements
line 524 column 9 - Info: <td> previously mentioned
line 537 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 539 column 9 - Warning: missing <tr>
line 557 column 13 - Warning: missing <tr>
line 560 column 74 - Warning: <style> isn't allowed in <td> elements
line 560 column 9 - Info: <td> previously mentioned
line 569 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 571 column 9 - Warning: missing <tr>
line 589 column 13 - Warning: missing <tr>
line 592 column 74 - Warning: <style> isn't allowed in <td> elements
line 592 column 9 - Info: <td> previously mentioned
line 598 column 1590 - Warning: missing </label> before <div>
line 598 column 1650 - Warning: inserting implicit <label>
line 598 column 1656 - Warning: inserting implicit <label>
line 598 column 1656 - Warning: missing </label> before <div>
line 598 column 1699 - Warning: inserting implicit <label>
line 598 column 1699 - Warning: missing </label> before <div>
line 598 column 1704 - Warning: inserting implicit <label>
line 598 column 1809 - Warning: discarding unexpected </label>
line 599 column 1824 - Warning: missing </label> before <div>
line 599 column 1884 - Warning: inserting implicit <label>
line 599 column 1890 - Warning: inserting implicit <label>
line 599 column 1890 - Warning: missing </label> before <div>
line 599 column 1933 - Warning: inserting implicit <label>
line 599 column 1933 - Warning: missing </label> before <div>
line 599 column 1938 - Warning: inserting implicit <label>
line 599 column 2028 - Warning: discarding unexpected </label>
line 608 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 610 column 9 - Warning: missing <tr>
line 628 column 13 - Warning: missing <tr>
line 631 column 74 - Warning: <style> isn't allowed in <td> elements
line 631 column 9 - Info: <td> previously mentioned
line 673 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 675 column 9 - Warning: missing <tr>
line 693 column 13 - Warning: missing <tr>
line 696 column 74 - Warning: <style> isn't allowed in <td> elements
line 696 column 9 - Info: <td> previously mentioned
line 714 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 716 column 9 - Warning: missing <tr>
line 734 column 13 - Warning: missing <tr>
line 737 column 74 - Warning: <style> isn't allowed in <td> elements
line 737 column 9 - Info: <td> previously mentioned
line 749 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 751 column 9 - Warning: missing <tr>
line 769 column 13 - Warning: missing <tr>
line 772 column 74 - Warning: <style> isn't allowed in <td> elements
line 772 column 9 - Info: <td> previously mentioned
line 782 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 784 column 9 - Warning: missing <tr>
line 802 column 13 - Warning: missing <tr>
line 805 column 74 - Warning: <style> isn't allowed in <td> elements
line 805 column 9 - Info: <td> previously mentioned
line 826 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 828 column 9 - Warning: missing <tr>
line 846 column 13 - Warning: missing <tr>
line 849 column 74 - Warning: <style> isn't allowed in <td> elements
line 849 column 9 - Info: <td> previously mentioned
line 861 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 863 column 9 - Warning: missing <tr>
line 881 column 13 - Warning: missing <tr>
line 884 column 74 - Warning: <style> isn't allowed in <td> elements
line 884 column 9 - Info: <td> previously mentioned
line 899 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 901 column 9 - Warning: missing <tr>
line 919 column 13 - Warning: missing <tr>
line 922 column 74 - Warning: <style> isn't allowed in <td> elements
line 922 column 9 - Info: <td> previously mentioned
line 937 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 939 column 9 - Warning: missing <tr>
line 957 column 13 - Warning: missing <tr>
line 960 column 74 - Warning: <style> isn't allowed in <td> elements
line 960 column 9 - Info: <td> previously mentioned
line 971 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 973 column 9 - Warning: missing <tr>
line 991 column 13 - Warning: missing <tr>
line 994 column 74 - Warning: <style> isn't allowed in <td> elements
line 994 column 9 - Info: <td> previously mentioned
line 1003 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 1005 column 9 - Warning: missing <tr>
line 1023 column 13 - Warning: missing <tr>
line 1026 column 74 - Warning: <style> isn't allowed in <td> elements
line 1026 column 9 - Info: <td> previously mentioned
line 1037 column 17 - Warning: missing <tr>
line 1037 column 17 - Warning: discarding unexpected <table>
line 1040 column 35 - Warning: missing <tr>
line 1040 column 95 - Warning: unescaped & or unknown entity "&page"
line 1040 column 128 - Warning: unescaped & or unknown entity "&page"
line 1040 column 161 - Warning: unescaped & or unknown entity "&page"
line 1040 column 194 - Warning: unescaped & or unknown entity "&page"
line 1040 column 227 - Warning: unescaped & or unknown entity "&page"
line 1040 column 260 - Warning: unescaped & or unknown entity "&page"
line 1040 column 293 - Warning: unescaped & or unknown entity "&page"
line 1040 column 326 - Warning: unescaped & or unknown entity "&page"
line 1040 column 359 - Warning: unescaped & or unknown entity "&page"
line 1040 column 392 - Warning: unescaped & or unknown entity "&page"
line 1040 column 430 - Warning: unescaped & or unknown entity "&page"
line 1040 column 465 - Warning: unescaped & or unknown entity "&page"
line 1040 column 500 - Warning: unescaped & or unknown entity "&page"
line 1040 column 535 - Warning: unescaped & or unknown entity "&page"
line 1040 column 573 - Warning: unescaped & or unknown entity "&page"
line 1040 column 608 - Warning: unescaped & or unknown entity "&page"
line 1040 column 643 - Warning: unescaped & or unknown entity "&page"
line 1040 column 678 - Warning: unescaped & or unknown entity "&page"
line 1040 column 713 - Warning: unescaped & or unknown entity "&page"
line 1040 column 748 - Warning: unescaped & or unknown entity "&page"
line 1040 column 783 - Warning: unescaped & or unknown entity "&page"
line 1040 column 818 - Warning: unescaped & or unknown entity "&page"
line 1040 column 853 - Warning: unescaped & or unknown entity "&page"
line 1040 column 888 - Warning: unescaped & or unknown entity "&page"
line 1040 column 923 - Warning: unescaped & or unknown entity "&page"
line 1040 column 958 - Warning: unescaped & or unknown entity "&page"
line 1040 column 50 - Warning: missing </font> before </td>
line 1040 column 995 - Warning: missing </font> before </table>
line 1042 column 35 - Warning: missing <tr>
line 1042 column 50 - Warning: missing </font> before </td>
line 1042 column 134 - Warning: missing </font> before </table>
line 1044 column 17 - Warning: discarding unexpected </textarea>
line 1044 column 28 - Warning: discarding unexpected </form>
line 1044 column 35 - Warning: discarding unexpected </embed>
line 1044 column 43 - Warning: discarding unexpected </noembed>
line 1044 column 53 - Warning: discarding unexpected </noscript>
line 1044 column 64 - Warning: discarding unexpected </noembed>
line 1044 column 74 - Warning: discarding unexpected </embed>
line 1044 column 82 - Warning: discarding unexpected </table>
line 1044 column 90 - Warning: discarding unexpected </table>
line 1046 column 9 - Warning: missing </font> before <table>
line 1058 column 25 - Warning: discarding unexpected </font>
line 1067 column 58 - Warning: discarding unexpected </font>
line 1045 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 160 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 15 - Warning: <img> lacks "alt" attribute
line 160 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 58 - Warning: <img> lacks "alt" attribute
line 160 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 101 - Warning: <img> lacks "alt" attribute
line 160 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 144 - Warning: <img> lacks "alt" attribute
line 160 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 187 - Warning: <img> lacks "alt" attribute
line 160 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 230 - Warning: <img> lacks "alt" attribute
line 160 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 273 - Warning: <img> lacks "alt" attribute
line 160 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 316 - Warning: <img> lacks "alt" attribute
line 160 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 359 - Warning: <img> lacks "alt" attribute
line 160 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 402 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 294 column 4494 - Warning: <img> lacks "alt" attribute
line 294 column 4630 - Warning: <img> lacks "alt" attribute
line 304 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 15 - Warning: <img> lacks "alt" attribute
line 304 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 58 - Warning: <img> lacks "alt" attribute
line 304 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 101 - Warning: <img> lacks "alt" attribute
line 304 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 144 - Warning: <img> lacks "alt" attribute
line 304 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 187 - Warning: <img> lacks "alt" attribute
line 304 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 230 - Warning: <img> lacks "alt" attribute
line 304 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 273 - Warning: <img> lacks "alt" attribute
line 304 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 316 - Warning: <img> lacks "alt" attribute
line 304 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 359 - Warning: <img> lacks "alt" attribute
line 304 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 304 column 402 - Warning: <img> lacks "alt" attribute
line 305 column 22 - Warning: <img> lacks "alt" attribute
line 305 column 63 - Warning: <img> lacks "alt" attribute
line 305 column 112 - Warning: <img> lacks "alt" attribute
line 305 column 162 - Warning: <img> lacks "alt" attribute
line 306 column 11 - Warning: <img> lacks "alt" attribute
line 316 column 15 - Warning: <img> lacks "alt" attribute
line 323 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 323 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 323 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 358 column 2086 - Warning: <img> lacks "alt" attribute
line 358 column 2222 - Warning: <img> lacks "alt" attribute
line 368 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 15 - Warning: <img> lacks "alt" attribute
line 368 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 58 - Warning: <img> lacks "alt" attribute
line 368 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 101 - Warning: <img> lacks "alt" attribute
line 368 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 144 - Warning: <img> lacks "alt" attribute
line 368 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 187 - Warning: <img> lacks "alt" attribute
line 368 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 230 - Warning: <img> lacks "alt" attribute
line 368 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 273 - Warning: <img> lacks "alt" attribute
line 368 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 316 - Warning: <img> lacks "alt" attribute
line 368 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 359 - Warning: <img> lacks "alt" attribute
line 368 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 368 column 402 - Warning: <img> lacks "alt" attribute
line 369 column 22 - Warning: <img> lacks "alt" attribute
line 369 column 63 - Warning: <img> lacks "alt" attribute
line 369 column 112 - Warning: <img> lacks "alt" attribute
line 369 column 162 - Warning: <img> lacks "alt" attribute
line 370 column 11 - Warning: <img> lacks "alt" attribute
line 380 column 15 - Warning: <img> lacks "alt" attribute
line 387 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 387 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 387 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 394 column 1226 - Warning: <img> lacks "alt" attribute
line 394 column 1362 - Warning: <img> lacks "alt" attribute
line 404 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 15 - Warning: <img> lacks "alt" attribute
line 404 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 58 - Warning: <img> lacks "alt" attribute
line 404 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 101 - Warning: <img> lacks "alt" attribute
line 404 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 144 - Warning: <img> lacks "alt" attribute
line 404 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 187 - Warning: <img> lacks "alt" attribute
line 404 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 230 - Warning: <img> lacks "alt" attribute
line 404 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 273 - Warning: <img> lacks "alt" attribute
line 404 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 316 - Warning: <img> lacks "alt" attribute
line 404 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 359 - Warning: <img> lacks "alt" attribute
line 404 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 404 column 402 - Warning: <img> lacks "alt" attribute
line 405 column 22 - Warning: <img> lacks "alt" attribute
line 405 column 63 - Warning: <img> lacks "alt" attribute
line 405 column 112 - Warning: <img> lacks "alt" attribute
line 405 column 162 - Warning: <img> lacks "alt" attribute
line 406 column 11 - Warning: <img> lacks "alt" attribute
line 416 column 15 - Warning: <img> lacks "alt" attribute
line 423 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 423 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 423 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 426 column 1069 - Warning: <img> lacks "alt" attribute
line 426 column 1205 - Warning: <img> lacks "alt" attribute
line 436 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 15 - Warning: <img> lacks "alt" attribute
line 436 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 58 - Warning: <img> lacks "alt" attribute
line 436 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 101 - Warning: <img> lacks "alt" attribute
line 436 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 144 - Warning: <img> lacks "alt" attribute
line 436 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 187 - Warning: <img> lacks "alt" attribute
line 436 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 230 - Warning: <img> lacks "alt" attribute
line 436 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 273 - Warning: <img> lacks "alt" attribute
line 436 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 316 - Warning: <img> lacks "alt" attribute
line 436 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 359 - Warning: <img> lacks "alt" attribute
line 436 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 436 column 402 - Warning: <img> lacks "alt" attribute
line 437 column 22 - Warning: <img> lacks "alt" attribute
line 437 column 63 - Warning: <img> lacks "alt" attribute
line 437 column 112 - Warning: <img> lacks "alt" attribute
line 437 column 162 - Warning: <img> lacks "alt" attribute
line 438 column 11 - Warning: <img> lacks "alt" attribute
line 448 column 15 - Warning: <img> lacks "alt" attribute
line 455 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 455 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 455 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 455 column 417 - Warning: <img> proprietary attribute value "absmiddle"
line 455 column 417 - Warning: <img> lacks "alt" attribute
line 462 column 1613 - Warning: <img> lacks "alt" attribute
line 462 column 1749 - Warning: <img> lacks "alt" attribute
line 472 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 15 - Warning: <img> lacks "alt" attribute
line 472 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 58 - Warning: <img> lacks "alt" attribute
line 472 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 101 - Warning: <img> lacks "alt" attribute
line 472 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 144 - Warning: <img> lacks "alt" attribute
line 472 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 187 - Warning: <img> lacks "alt" attribute
line 472 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 230 - Warning: <img> lacks "alt" attribute
line 472 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 273 - Warning: <img> lacks "alt" attribute
line 472 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 316 - Warning: <img> lacks "alt" attribute
line 472 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 359 - Warning: <img> lacks "alt" attribute
line 472 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 472 column 402 - Warning: <img> lacks "alt" attribute
line 473 column 22 - Warning: <img> lacks "alt" attribute
line 473 column 63 - Warning: <img> lacks "alt" attribute
line 473 column 112 - Warning: <img> lacks "alt" attribute
line 473 column 162 - Warning: <img> lacks "alt" attribute
line 474 column 11 - Warning: <img> lacks "alt" attribute
line 484 column 15 - Warning: <img> lacks "alt" attribute
line 491 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 491 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 491 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 495 column 1093 - Warning: <img> lacks "alt" attribute
line 495 column 1229 - Warning: <img> lacks "alt" attribute
line 505 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 15 - Warning: <img> lacks "alt" attribute
line 505 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 58 - Warning: <img> lacks "alt" attribute
line 505 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 101 - Warning: <img> lacks "alt" attribute
line 505 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 144 - Warning: <img> lacks "alt" attribute
line 505 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 187 - Warning: <img> lacks "alt" attribute
line 505 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 230 - Warning: <img> lacks "alt" attribute
line 505 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 273 - Warning: <img> lacks "alt" attribute
line 505 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 316 - Warning: <img> lacks "alt" attribute
line 505 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 359 - Warning: <img> lacks "alt" attribute
line 505 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 402 - Warning: <img> lacks "alt" attribute
line 506 column 22 - Warning: <img> lacks "alt" attribute
line 506 column 63 - Warning: <img> lacks "alt" attribute
line 506 column 112 - Warning: <img> lacks "alt" attribute
line 506 column 162 - Warning: <img> lacks "alt" attribute
line 507 column 11 - Warning: <img> lacks "alt" attribute
line 517 column 15 - Warning: <img> lacks "alt" attribute
line 524 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 524 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 524 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 531 column 1792 - Warning: <img> lacks "alt" attribute
line 531 column 1928 - Warning: <img> lacks "alt" attribute
line 541 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 15 - Warning: <img> lacks "alt" attribute
line 541 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 58 - Warning: <img> lacks "alt" attribute
line 541 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 101 - Warning: <img> lacks "alt" attribute
line 541 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 144 - Warning: <img> lacks "alt" attribute
line 541 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 187 - Warning: <img> lacks "alt" attribute
line 541 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 230 - Warning: <img> lacks "alt" attribute
line 541 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 273 - Warning: <img> lacks "alt" attribute
line 541 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 316 - Warning: <img> lacks "alt" attribute
line 541 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 359 - Warning: <img> lacks "alt" attribute
line 541 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 402 - Warning: <img> lacks "alt" attribute
line 542 column 22 - Warning: <img> lacks "alt" attribute
line 542 column 63 - Warning: <img> lacks "alt" attribute
line 542 column 112 - Warning: <img> lacks "alt" attribute
line 542 column 162 - Warning: <img> lacks "alt" attribute
line 543 column 11 - Warning: <img> lacks "alt" attribute
line 553 column 15 - Warning: <img> lacks "alt" attribute
line 560 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 560 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 560 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 563 column 839 - Warning: <img> lacks "alt" attribute
line 563 column 975 - Warning: <img> lacks "alt" attribute
line 573 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 15 - Warning: <img> lacks "alt" attribute
line 573 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 58 - Warning: <img> lacks "alt" attribute
line 573 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 101 - Warning: <img> lacks "alt" attribute
line 573 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 144 - Warning: <img> lacks "alt" attribute
line 573 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 187 - Warning: <img> lacks "alt" attribute
line 573 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 230 - Warning: <img> lacks "alt" attribute
line 573 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 273 - Warning: <img> lacks "alt" attribute
line 573 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 316 - Warning: <img> lacks "alt" attribute
line 573 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 359 - Warning: <img> lacks "alt" attribute
line 573 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 573 column 402 - Warning: <img> lacks "alt" attribute
line 574 column 22 - Warning: <img> lacks "alt" attribute
line 574 column 63 - Warning: <img> lacks "alt" attribute
line 574 column 112 - Warning: <img> lacks "alt" attribute
line 574 column 162 - Warning: <img> lacks "alt" attribute
line 575 column 11 - Warning: <img> lacks "alt" attribute
line 585 column 15 - Warning: <img> lacks "alt" attribute
line 592 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 592 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 592 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 602 column 2431 - Warning: <img> lacks "alt" attribute
line 602 column 2567 - Warning: <img> lacks "alt" attribute
line 612 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 15 - Warning: <img> lacks "alt" attribute
line 612 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 58 - Warning: <img> lacks "alt" attribute
line 612 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 101 - Warning: <img> lacks "alt" attribute
line 612 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 144 - Warning: <img> lacks "alt" attribute
line 612 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 187 - Warning: <img> lacks "alt" attribute
line 612 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 230 - Warning: <img> lacks "alt" attribute
line 612 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 273 - Warning: <img> lacks "alt" attribute
line 612 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 316 - Warning: <img> lacks "alt" attribute
line 612 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 359 - Warning: <img> lacks "alt" attribute
line 612 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 402 - Warning: <img> lacks "alt" attribute
line 613 column 22 - Warning: <img> lacks "alt" attribute
line 613 column 63 - Warning: <img> lacks "alt" attribute
line 613 column 112 - Warning: <img> lacks "alt" attribute
line 613 column 162 - Warning: <img> lacks "alt" attribute
line 614 column 11 - Warning: <img> lacks "alt" attribute
line 624 column 15 - Warning: <img> lacks "alt" attribute
line 631 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 631 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 631 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 667 column 3512 - Warning: <img> lacks "alt" attribute
line 667 column 3648 - Warning: <img> lacks "alt" attribute
line 677 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 58 - Warning: <img> lacks "alt" attribute
line 677 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 101 - Warning: <img> lacks "alt" attribute
line 677 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 144 - Warning: <img> lacks "alt" attribute
line 677 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 187 - Warning: <img> lacks "alt" attribute
line 677 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 230 - Warning: <img> lacks "alt" attribute
line 677 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 273 - Warning: <img> lacks "alt" attribute
line 677 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 316 - Warning: <img> lacks "alt" attribute
line 677 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 359 - Warning: <img> lacks "alt" attribute
line 677 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 677 column 402 - Warning: <img> lacks "alt" attribute
line 678 column 22 - Warning: <img> lacks "alt" attribute
line 678 column 63 - Warning: <img> lacks "alt" attribute
line 678 column 112 - Warning: <img> lacks "alt" attribute
line 678 column 162 - Warning: <img> lacks "alt" attribute
line 679 column 11 - Warning: <img> lacks "alt" attribute
line 689 column 15 - Warning: <img> lacks "alt" attribute
line 696 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 696 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 696 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 697 column 376 - Warning: <img> lacks "alt" attribute
line 700 column 490 - Warning: <img> lacks "alt" attribute
line 704 column 750 - Warning: <img> lacks "alt" attribute
line 708 column 1294 - Warning: <img> lacks "alt" attribute
line 708 column 1430 - Warning: <img> lacks "alt" attribute
line 718 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 15 - Warning: <img> lacks "alt" attribute
line 718 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 58 - Warning: <img> lacks "alt" attribute
line 718 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 101 - Warning: <img> lacks "alt" attribute
line 718 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 144 - Warning: <img> lacks "alt" attribute
line 718 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 187 - Warning: <img> lacks "alt" attribute
line 718 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 230 - Warning: <img> lacks "alt" attribute
line 718 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 273 - Warning: <img> lacks "alt" attribute
line 718 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 316 - Warning: <img> lacks "alt" attribute
line 718 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 359 - Warning: <img> lacks "alt" attribute
line 718 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 718 column 402 - Warning: <img> lacks "alt" attribute
line 719 column 22 - Warning: <img> lacks "alt" attribute
line 719 column 63 - Warning: <img> lacks "alt" attribute
line 719 column 112 - Warning: <img> lacks "alt" attribute
line 719 column 162 - Warning: <img> lacks "alt" attribute
line 720 column 11 - Warning: <img> lacks "alt" attribute
line 730 column 15 - Warning: <img> lacks "alt" attribute
line 737 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 737 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 737 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 743 column 1028 - Warning: <img> lacks "alt" attribute
line 743 column 1164 - Warning: <img> lacks "alt" attribute
line 753 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 15 - Warning: <img> lacks "alt" attribute
line 753 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 58 - Warning: <img> lacks "alt" attribute
line 753 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 101 - Warning: <img> lacks "alt" attribute
line 753 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 144 - Warning: <img> lacks "alt" attribute
line 753 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 187 - Warning: <img> lacks "alt" attribute
line 753 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 230 - Warning: <img> lacks "alt" attribute
line 753 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 273 - Warning: <img> lacks "alt" attribute
line 753 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 316 - Warning: <img> lacks "alt" attribute
line 753 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 359 - Warning: <img> lacks "alt" attribute
line 753 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 753 column 402 - Warning: <img> lacks "alt" attribute
line 754 column 22 - Warning: <img> lacks "alt" attribute
line 754 column 63 - Warning: <img> lacks "alt" attribute
line 754 column 112 - Warning: <img> lacks "alt" attribute
line 754 column 162 - Warning: <img> lacks "alt" attribute
line 755 column 11 - Warning: <img> lacks "alt" attribute
line 765 column 15 - Warning: <img> lacks "alt" attribute
line 772 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 772 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 772 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 776 column 1354 - Warning: <img> lacks "alt" attribute
line 776 column 1490 - Warning: <img> lacks "alt" attribute
line 786 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 15 - Warning: <img> lacks "alt" attribute
line 786 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 58 - Warning: <img> lacks "alt" attribute
line 786 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 101 - Warning: <img> lacks "alt" attribute
line 786 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 144 - Warning: <img> lacks "alt" attribute
line 786 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 187 - Warning: <img> lacks "alt" attribute
line 786 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 230 - Warning: <img> lacks "alt" attribute
line 786 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 273 - Warning: <img> lacks "alt" attribute
line 786 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 316 - Warning: <img> lacks "alt" attribute
line 786 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 359 - Warning: <img> lacks "alt" attribute
line 786 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 786 column 402 - Warning: <img> lacks "alt" attribute
line 787 column 22 - Warning: <img> lacks "alt" attribute
line 787 column 63 - Warning: <img> lacks "alt" attribute
line 787 column 112 - Warning: <img> lacks "alt" attribute
line 787 column 162 - Warning: <img> lacks "alt" attribute
line 788 column 11 - Warning: <img> lacks "alt" attribute
line 798 column 15 - Warning: <img> lacks "alt" attribute
line 805 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 805 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 805 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 809 column 571 - Warning: <img> lacks "alt" attribute
line 813 column 755 - Warning: <img> lacks "alt" attribute
line 820 column 1417 - Warning: <img> lacks "alt" attribute
line 820 column 1553 - Warning: <img> lacks "alt" attribute
line 830 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 15 - Warning: <img> lacks "alt" attribute
line 830 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 58 - Warning: <img> lacks "alt" attribute
line 830 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 101 - Warning: <img> lacks "alt" attribute
line 830 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 144 - Warning: <img> lacks "alt" attribute
line 830 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 187 - Warning: <img> lacks "alt" attribute
line 830 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 230 - Warning: <img> lacks "alt" attribute
line 830 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 273 - Warning: <img> lacks "alt" attribute
line 830 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 316 - Warning: <img> lacks "alt" attribute
line 830 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 359 - Warning: <img> lacks "alt" attribute
line 830 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 830 column 402 - Warning: <img> lacks "alt" attribute
line 831 column 22 - Warning: <img> lacks "alt" attribute
line 831 column 63 - Warning: <img> lacks "alt" attribute
line 831 column 112 - Warning: <img> lacks "alt" attribute
line 831 column 162 - Warning: <img> lacks "alt" attribute
line 832 column 11 - Warning: <img> lacks "alt" attribute
line 842 column 15 - Warning: <img> lacks "alt" attribute
line 849 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 849 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 849 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 855 column 1575 - Warning: <img> lacks "alt" attribute
line 855 column 1711 - Warning: <img> lacks "alt" attribute
line 865 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 15 - Warning: <img> lacks "alt" attribute
line 865 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 58 - Warning: <img> lacks "alt" attribute
line 865 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 101 - Warning: <img> lacks "alt" attribute
line 865 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 144 - Warning: <img> lacks "alt" attribute
line 865 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 187 - Warning: <img> lacks "alt" attribute
line 865 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 230 - Warning: <img> lacks "alt" attribute
line 865 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 273 - Warning: <img> lacks "alt" attribute
line 865 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 316 - Warning: <img> lacks "alt" attribute
line 865 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 359 - Warning: <img> lacks "alt" attribute
line 865 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 865 column 402 - Warning: <img> lacks "alt" attribute
line 866 column 22 - Warning: <img> lacks "alt" attribute
line 866 column 63 - Warning: <img> lacks "alt" attribute
line 866 column 112 - Warning: <img> lacks "alt" attribute
line 866 column 162 - Warning: <img> lacks "alt" attribute
line 867 column 11 - Warning: <img> lacks "alt" attribute
line 877 column 15 - Warning: <img> lacks "alt" attribute
line 884 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 884 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 884 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 893 column 2221 - Warning: <img> lacks "alt" attribute
line 893 column 2357 - Warning: <img> lacks "alt" attribute
line 903 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 15 - Warning: <img> lacks "alt" attribute
line 903 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 58 - Warning: <img> lacks "alt" attribute
line 903 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 101 - Warning: <img> lacks "alt" attribute
line 903 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 144 - Warning: <img> lacks "alt" attribute
line 903 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 187 - Warning: <img> lacks "alt" attribute
line 903 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 230 - Warning: <img> lacks "alt" attribute
line 903 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 273 - Warning: <img> lacks "alt" attribute
line 903 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 316 - Warning: <img> lacks "alt" attribute
line 903 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 359 - Warning: <img> lacks "alt" attribute
line 903 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 903 column 402 - Warning: <img> lacks "alt" attribute
line 904 column 22 - Warning: <img> lacks "alt" attribute
line 904 column 63 - Warning: <img> lacks "alt" attribute
line 904 column 112 - Warning: <img> lacks "alt" attribute
line 904 column 162 - Warning: <img> lacks "alt" attribute
line 905 column 11 - Warning: <img> lacks "alt" attribute
line 915 column 15 - Warning: <img> lacks "alt" attribute
line 922 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 922 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 922 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 922 column 330 - Warning: <img> lacks "alt" attribute
line 928 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 928 column 429 - Warning: <img> lacks "alt" attribute
line 931 column 874 - Warning: <img> lacks "alt" attribute
line 931 column 1010 - Warning: <img> lacks "alt" attribute
line 941 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 15 - Warning: <img> lacks "alt" attribute
line 941 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 58 - Warning: <img> lacks "alt" attribute
line 941 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 101 - Warning: <img> lacks "alt" attribute
line 941 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 144 - Warning: <img> lacks "alt" attribute
line 941 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 187 - Warning: <img> lacks "alt" attribute
line 941 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 230 - Warning: <img> lacks "alt" attribute
line 941 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 273 - Warning: <img> lacks "alt" attribute
line 941 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 316 - Warning: <img> lacks "alt" attribute
line 941 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 359 - Warning: <img> lacks "alt" attribute
line 941 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 941 column 402 - Warning: <img> lacks "alt" attribute
line 942 column 22 - Warning: <img> lacks "alt" attribute
line 942 column 63 - Warning: <img> lacks "alt" attribute
line 942 column 112 - Warning: <img> lacks "alt" attribute
line 942 column 162 - Warning: <img> lacks "alt" attribute
line 943 column 11 - Warning: <img> lacks "alt" attribute
line 953 column 15 - Warning: <img> lacks "alt" attribute
line 960 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 960 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 960 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 965 column 1117 - Warning: <img> lacks "alt" attribute
line 965 column 1253 - Warning: <img> lacks "alt" attribute
line 975 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 15 - Warning: <img> lacks "alt" attribute
line 975 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 58 - Warning: <img> lacks "alt" attribute
line 975 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 101 - Warning: <img> lacks "alt" attribute
line 975 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 144 - Warning: <img> lacks "alt" attribute
line 975 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 187 - Warning: <img> lacks "alt" attribute
line 975 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 230 - Warning: <img> lacks "alt" attribute
line 975 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 273 - Warning: <img> lacks "alt" attribute
line 975 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 316 - Warning: <img> lacks "alt" attribute
line 975 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 359 - Warning: <img> lacks "alt" attribute
line 975 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 975 column 402 - Warning: <img> lacks "alt" attribute
line 976 column 22 - Warning: <img> lacks "alt" attribute
line 976 column 63 - Warning: <img> lacks "alt" attribute
line 976 column 112 - Warning: <img> lacks "alt" attribute
line 976 column 162 - Warning: <img> lacks "alt" attribute
line 977 column 11 - Warning: <img> lacks "alt" attribute
line 987 column 15 - Warning: <img> lacks "alt" attribute
line 994 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 994 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 994 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 997 column 884 - Warning: <img> lacks "alt" attribute
line 997 column 1020 - Warning: <img> lacks "alt" attribute
line 1007 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 15 - Warning: <img> lacks "alt" attribute
line 1007 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 58 - Warning: <img> lacks "alt" attribute
line 1007 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 101 - Warning: <img> lacks "alt" attribute
line 1007 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 144 - Warning: <img> lacks "alt" attribute
line 1007 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 187 - Warning: <img> lacks "alt" attribute
line 1007 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 230 - Warning: <img> lacks "alt" attribute
line 1007 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 273 - Warning: <img> lacks "alt" attribute
line 1007 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 316 - Warning: <img> lacks "alt" attribute
line 1007 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 359 - Warning: <img> lacks "alt" attribute
line 1007 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 1007 column 402 - Warning: <img> lacks "alt" attribute
line 1008 column 22 - Warning: <img> lacks "alt" attribute
line 1008 column 63 - Warning: <img> lacks "alt" attribute
line 1008 column 112 - Warning: <img> lacks "alt" attribute
line 1008 column 162 - Warning: <img> lacks "alt" attribute
line 1009 column 11 - Warning: <img> lacks "alt" attribute
line 1019 column 15 - Warning: <img> lacks "alt" attribute
line 1026 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 1026 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 1026 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 1028 column 356 - Warning: <img> lacks "alt" attribute
line 1031 column 807 - Warning: <img> lacks "alt" attribute
line 1031 column 943 - Warning: <img> lacks "alt" attribute
line 1052 column 25 - Warning: <img> lacks "alt" attribute
line 1057 column 267 - Warning: <img> lacks "alt" attribute
line 147 column 134 - Warning: trimming empty <font>
line 149 column 995 - Warning: trimming empty <font>
line 598 column 1590 - Warning: trimming empty <label>
line 598 column 1650 - Warning: trimming empty <label>
line 598 column 1699 - Warning: trimming empty <label>
line 599 column 1824 - Warning: trimming empty <label>
line 599 column 1884 - Warning: trimming empty <label>
line 599 column 1933 - Warning: trimming empty <label>
line 1037 column 17 - Warning: trimming empty <tr>
line 1040 column 995 - Warning: trimming empty <font>
line 1042 column 134 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 321 column 27 - Warning: <nobr> is not approved by W3C
line 385 column 27 - Warning: <nobr> is not approved by W3C
line 421 column 27 - Warning: <nobr> is not approved by W3C
line 453 column 27 - Warning: <nobr> is not approved by W3C
line 489 column 27 - Warning: <nobr> is not approved by W3C
line 522 column 27 - Warning: <nobr> is not approved by W3C
line 558 column 27 - Warning: <nobr> is not approved by W3C
line 590 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 27 - Warning: <nobr> is not approved by W3C
line 694 column 27 - Warning: <nobr> is not approved by W3C
line 735 column 27 - Warning: <nobr> is not approved by W3C
line 770 column 27 - Warning: <nobr> is not approved by W3C
line 803 column 27 - Warning: <nobr> is not approved by W3C
line 847 column 27 - Warning: <nobr> is not approved by W3C
line 882 column 27 - Warning: <nobr> is not approved by W3C
line 920 column 27 - Warning: <nobr> is not approved by W3C
line 958 column 27 - Warning: <nobr> is not approved by W3C
line 992 column 27 - Warning: <nobr> is not approved by W3C
line 1024 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 850 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md