Subversion Repositories Kolibri OS

Rev

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

Rev 5978 Rev 5990
Line 60... Line 60...
60
char val[4096];
60
char val[4096];
61
char anchor[256]=0;
61
char anchor[256]=0;
62
 
62
 
63
#include "..\TWB\links.h"
63
#include "..\TWB\absolute_url.h"
Line -... Line 64...
-
 
64
#include "..\TWB\links.h"
64
#include "..\TWB\colors.h"
65
#include "..\TWB\colors.h"
65
#include "..\TWB\unicode_tags.h"
66
#include "..\TWB\unicode_tags.h"
66
#include "..\TWB\img_cache.h"
67
#include "..\TWB\img_cache.h"
67
#include "..\TWB\parce_tag.h"
68
#include "..\TWB\parce_tag.h"
68
 
69
 
Line 350... Line 351...
350
		return;
351
		return;
351
	}
352
	}
352
	if (istag("br")) { NewLine(); return; }
353
	if (istag("br")) { NewLine(); return; }
353
	if (istag("tr")) { if (opened) { NewLine(); strcat(#line, "| "); } return; }
354
	if (istag("tr")) { if (opened) NewLine(); return; }
354
	if (istag("td")) || (istag("th")) { if (!opened) strcat(#line, " | "); return; }
355
	if (istag("b")) || (istag("strong")) || (istag("big")) { style.b = opened; return; }
355
	if (istag("b")) || (istag("strong")) || (istag("big")) { style.b = opened; return; }
356
	if (istag("i")) || (istag("em")) || (istag("subtitle")) { style.i=opened; return; }
356
	if (istag("i")) || (istag("em")) || (istag("subtitle")) { style.i=opened; return; }
-
 
357
	if (istag("u")) || (istag("ins")) { style.u=opened; return;}
357
	if (istag("u")) || (istag("ins")) { style.u=opened; return;}
358
	if (istag("s")) || (istag("strike")) || (istag("del")) { style.s=opened; return; }
358
	if (istag("s")) || (istag("strike")) || (istag("del")) { style.s=opened; return; }
359
	if (istag("dd")) { stolbec += 5; return; }
359
	if (istag("dd")) { stolbec += 5; return; }
360
	if (istag("blockquote")) { style.blq = opened; return; }
360
	if (istag("blockquote")) { style.blq = opened; return; }
361
	if (istag("pre")) || (istag("code")) { style.pre = opened; return; }
361
	if (istag("pre")) || (istag("code")) { style.pre = opened; return; }