aboutsummaryrefslogtreecommitdiff
path: root/src/cgi-bin
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-22 17:53:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-22 17:53:50 +0000
commit0bad72ab8a3ccc80eab77dad4b727840674153a3 (patch)
treefd88c11dbdc8e393c2f39a2f6adcd650e7dd5393 /src/cgi-bin
parent97cb49f1c40856804ccac5925459187b4d3724bb (diff)
downloadellinika-0bad72ab8a3ccc80eab77dad4b727840674153a3.tar.gz
ellinika-0bad72ab8a3ccc80eab77dad4b727840674153a3.tar.bz2
Re-do element alignment in a cleaner way.
* style.css (h1,h2,h3,h4): Align to center. (td.top-link,td.prev-link,td.next-link): New selectors for bottom menu. (table.align-center): New selector. (table.frame,table.noframe): Remove margins and display settings. * xml/uk/ellinika.xml: Add copyright year. * xml/ru/ellinika.xml: Likewise. * xml/pl/ellinika.xml: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@543 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'src/cgi-bin')
-rw-r--r--src/cgi-bin/dict.scm44
-rw-r--r--src/cgi-bin/nea.scm41
2 files changed, 2 insertions, 3 deletions
diff --git a/src/cgi-bin/dict.scm4 b/src/cgi-bin/dict.scm4
index 9cd23a8..534a735 100644
--- a/src/cgi-bin/dict.scm4
+++ b/src/cgi-bin/dict.scm4
@@ -30,7 +30,7 @@ ifelse(IFACE,[CGI],(cgi:init))
(ellinika-cgi-init dict-template-file-name)
-;; Τα μέρη του λογου
+;; Τα μέρη του λόγου
(define part-of-speech '())
(define (sql-error-handler key func fmt fmtargs data)
@@ -155,7 +155,7 @@ ifelse(IFACE,[CGI],(cgi:init))
(let ((value (cgi:value "key")))
(if value
(begin
- (display "value=\"")
+ (display " value=\"")
(display (protect value))
(display "\""))))
(display " />
diff --git a/src/cgi-bin/nea.scm4 b/src/cgi-bin/nea.scm4
index d6099d1..3c87b3e 100644
--- a/src/cgi-bin/nea.scm4
+++ b/src/cgi-bin/nea.scm4
@@ -21,7 +21,6 @@
(use-modules ifelse(IFACE,[CGI],(www cgi),(guile-user))
(ice-9 rdelim)
(gamma sql)
- (gamma gettext)
(xmltools dict)
(ellinika xlat)
(ellinika cgi))

Return to:

Send suggestions and report system problems to the System administrator.