fdba373f80
* NEW: New Website design [GB.FORM] * BUG: ScrollArea.ScrollX and ScrollArea.ScrollY properties are writable now, as their ScrollView relatives. git-svn-id: svn://localhost/gambas/trunk@3740 867c0c6c-44f3-4631-809d-bfa615b0a4ec
17 lines
387 B
Text
17 lines
387 B
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$(LANG)" lang="$(LANG)" dir="$(LANGDIR)">
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="$(STYLE)">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="title">{News Archive}</div>
|
|
<div class="space"></div>
|
|
|
|
$(NEWS)
|
|
|
|
</body>
|
|
</html>
|