Megatest

Diff
Login

Differences From Artifact [e1ba568e5b]:

To Artifact [c9ec62b2df]:



1
2
3
4
5





6
7
8
9
10
11
12
13
14

;; (require-library chicken)
;; (import chicken)

(include "../../pgdb.scm")
(declare (uses pgdb))






;; (include "src/common_records.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")
  ;; (s:html (s:head "head")(s:body "Got here" (current-directory)))
)

>
|
|
|
<
|
>
>
>
>
>

|

<
<
|
<
<

1
2
3
4

5
6
7
8
9
10
11
12
13


14


15
;;======================================================================
;; Copyright 2017, Matthew Welland.
;; 
;;  This program is made available under the GNU GPL version 2.0 or

;;  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.
;;======================================================================

(load "models/pgdb.scm")
(include "pages/index_ctrl.scm")


(include "pages/index_view.scm")