Subversion Repositories Kolibri OS

Rev

Rev 4726 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4726 Rev 5493
Line 1... Line 1...
1
dword bufpointer;
1
dword bufpointer;
2
dword o_bufpointer;
2
dword o_bufpointer;
3
dword bufsize;
3
dword bufsize;
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
#define URL param
5
char URL[10000];
Line 6... Line 6...
6
 
6
 
Line 420... Line 420...
420
		NewLine();
420
		NewLine();
421
		return;
421
		return;
422
	}
422
	}
423
	if (isTag("div")) || (isTag("header")) || (isTag("article")) || (isTag("footer")) {
423
	if (isTag("div")) || (isTag("header")) || (isTag("article")) || (isTag("footer")) {
424
		IF(oldtag[0] <>'h') NewLine();
424
		IF(oldtag[0] <>'h') NewLine();
-
 
425
		if (!strcmp(#parametr, "bgcolor="))
-
 
426
		{
-
 
427
			bg_color=GetColor(#options);
-
 
428
			DrawBuf.Fill(bg_color);
-
 
429
		}
425
		return;
430
		return;
426
	}
431
	}
427
	if (isTag("p")) {
432
	if (isTag("p")) {
428
		IF(oldtag[0] == 'h') return;
433
		IF(oldtag[0] == 'h') return;
429
		NewLine();
434
		NewLine();