aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:55:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-24 22:55:12 +0000
commit1970e7679fc21e1bafce09cd79209e8b17406a4b (patch)
treec387a8aad58821765a560403bef4186e7c3db3c6
parent7fea88e313ee69a9820baddbdecb1046558aa4f2 (diff)
downloadellinika-1970e7679fc21e1bafce09cd79209e8b17406a4b.tar.gz
ellinika-1970e7679fc21e1bafce09cd79209e8b17406a4b.tar.bz2
Add to the repository
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@408 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--disp.css47
-rw-r--r--disp.html68
-rw-r--r--graphics/poland.pngbin0 -> 136 bytes
-rw-r--r--graphics/russia.pngbin0 -> 150 bytes
-rw-r--r--graphics/ukraine.pngbin0 -> 136 bytes
5 files changed, 115 insertions, 0 deletions
diff --git a/disp.css b/disp.css
new file mode 100644
index 0000000..200288e
--- /dev/null
+++ b/disp.css
@@ -0,0 +1,47 @@
+body {
+ margin-top: 4%;
+ margin-left: 10%;
+ margin-right: 10%;
+ background-color: white;
+}
+
+h1, h2, h3, h4 {
+ text-align: center;
+}
+
+span {
+ display: table-cell;
+ padding-left: 1em;
+}
+
+span img {
+ vertical-align: middle;
+}
+
+span.header {
+ width: 100%;
+}
+
+div.lang {
+ display: table-row;
+}
+
+div.lang span {
+ vertical-align: middle;
+ display: table-cell;
+ padding-top: 1em;
+ padding-bottom: 1em;
+ border-top: 2px gray solid;
+}
+
+div.copyright {
+ font-size: 80%;
+ padding: 4px;
+ background: #f2f2f9;
+ border-style: solid;
+ border-width: thin;
+}
+
+a img {
+ border: 1px black solid;
+}
diff --git a/disp.html b/disp.html
new file mode 100644
index 0000000..5e0ede9
--- /dev/null
+++ b/disp.html
@@ -0,0 +1,68 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Ελληνική Γλώσσα</title>
+ <link rev="made" href="mailto:gray@gnu.org.ua" />
+ <link rel="stylesheet" type="text/css" href="/disp.css" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="Keywords" lang="pl" content="grecki,gramatyka,słownik" />
+ <meta name="Keywords" lang="ru" content="греческий,грамматика,словарь" />
+ <meta name="robots" content="noindex,follow">
+</head>
+<body>
+
+<div id="main">
+
+<span>
+<img src="graphics/parthenon-gnu.png" align="top"
+ alt=" [A GNU in front of the Parthenon] " />
+</span>
+<span class="header">
+<h1>Ελληνική Γλώσσα</h1>
+</span>
+<div><p>Εισάγετε την γλώσσα σασ:</p></div>
+
+<div class="lang">
+<span>
+<a href="pl"><img src="graphics/poland.png" align="top" alt=" [ Wersja Polska ] " /></a>
+</span>
+<span>
+Witamy na witrynie poświęconej języku greckiemu! Aby przejść do wersji polskiej,
+kliknij na banderze.</span>
+</div>
+
+<div class="lang">
+<span>
+<a href="uk"><img src="graphics/ukraine.png" align="top" alt=" [ Українська Версія ] " /></a>
+</span>
+<span>
+Вітаємо на сторінці присвяченій грецкій мові. Щоб перейти до української версії,
+клацніть на прапорі.
+</span>
+</div>
+
+<div class="lang">
+<span>
+<a href="ru"><img src="graphics/russia.png" align="top" alt=" [ Русская версия ] " /></a>
+</span>
+<span>
+Приветствуем на странице посвящённой греческому языку. Чтобы перейти к русской версии,
+щелкните на изображении флага.
+</span>
+</div>
+
+<div class="copyright">
+
+<p>Copyright &copy; 2004, 2005, 2006 Sergey Poznyakoff</p>
+
+
+<p>Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided
+this notice is preserved.</p>
+
+</div>
+
+</div>
+</body>
+</html> \ No newline at end of file
diff --git a/graphics/poland.png b/graphics/poland.png
new file mode 100644
index 0000000..8a99729
--- /dev/null
+++ b/graphics/poland.png
Binary files differ
diff --git a/graphics/russia.png b/graphics/russia.png
new file mode 100644
index 0000000..b9413bf
--- /dev/null
+++ b/graphics/russia.png
Binary files differ
diff --git a/graphics/ukraine.png b/graphics/ukraine.png
new file mode 100644
index 0000000..fb91e9a
--- /dev/null
+++ b/graphics/ukraine.png
Binary files differ

Return to:

Send suggestions and report system problems to the System administrator.