Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
d90b21a4
Commit
d90b21a4
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2002-11-10 16:20:52 by cvscast] Empty log message
Original author: cvscast Date: 2002-11-10 16:20:52+00:00
parent
08f6b841
Changes
1
Hide whitespace changes
Inline
Side-by-side
driver/webiface.ml
View file @
d90b21a4
...
...
@@ -47,7 +47,11 @@ let html_header p =
<body>
<h1>CDuce online prototype</h1>
"
;
if
!
persistant
then
(
p
"(session #"
;
p
!
session_id
;
p
")<br>"
)
if
!
persistant
then
(
p
"You're running the CDuce prototype in session mode: values and
types accepted by CDuce when you click 'Submit' will be available
for subsequent requests."
;
p
"<small> (session #"
;
p
!
session_id
;
p
")</small><br>"
)
let
html_form
p
content
=
p
"<form method=post>"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment