-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.lisp
More file actions
27 lines (26 loc) · 776 Bytes
/
teaching.lisp
File metadata and controls
27 lines (26 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(tvar
(%level1% '|demo|
%tagline% "what you learn with me you will never forget"
%tandem% nil
%content%
(article :id "top_article"
(header
(nav :id "top_article_menu"
(ul
(li (a :href "demo.html" "Other demo lessons"))
(li
(a :href "contact.html" "Email your questions," (br)
"corrections & feedback"))))
(inc "includes/player.lisp"))
(section :id "pl_translations")
(aside :id "audio_controls"
(form
(fieldset
(legend "Autoplay:")
(p (input :type "checkbox" :id "pl_l1" :checked "")
(label :id "pl_ll1" :for "pl_l1" "autoplay")))))
(section :id "pl_comments")
(footer
(p "Lesson date: " (datetime :id "pl_date")))))
(echo
(inc "layouts/player.lisp")))