1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
+
-
-
-
+
+
+
-
-
+
+
+
+
+
+
-
+
-
-
-
+
-
-
|
;;======================================================================
;; (require-library chicken)
;; (import chicken)
;; Copyright 2017, Matthew Welland.
;;
;; This program is made available under the GNU GPL version 2.0 or
(include "../../pgdb.scm")
(declare (uses pgdb))
;; greater. See the accompanying file COPYING for details.
;;
;; This program is distributed WITHOUT ANY WARRANTY; without even the
;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
;; PURPOSE.
;;======================================================================
;; (include "src/common_records.scm")
(load "models/pgdb.scm")
(include "pages/index_ctrl.scm")
(define (pages:index session db shared)
;; (s:log " HTTP_COOKIE=" (get-environment-variable "HTTP_COOKIE"))
(include "pages/index_view.scm")
(include "pages/index_view.scm")
;; (s:html (s:head "head")(s:body "Got here" (current-directory)))
)
|