3
This commit is contained in:
@ -2,6 +2,7 @@ open Js_of_ocaml
|
|||||||
open Js_of_ocaml_tyxml
|
open Js_of_ocaml_tyxml
|
||||||
open Lwt
|
open Lwt
|
||||||
open Store
|
open Store
|
||||||
|
open Tyxml
|
||||||
|
|
||||||
let by_id s = Dom_html.getElementById s
|
let by_id s = Dom_html.getElementById s
|
||||||
|
|
||||||
@ -64,14 +65,16 @@ let setup_workspace ~container cstore : unit Lwt.t =
|
|||||||
~a:[ a_class [ "window" ] ]
|
~a:[ a_class [ "window" ] ]
|
||||||
[
|
[
|
||||||
div
|
div
|
||||||
~a:[ a_class [ "status" ] ]
|
(* ~a:[ a_class [ "status" ] ] *)
|
||||||
[
|
[
|
||||||
txt
|
txt
|
||||||
(F.str "Name: %s; Path: %a" step Uri.pp_hum uri);
|
(F.str "Name: %s; Path: %a" step Uri.pp_hum uri);
|
||||||
];
|
]
|
||||||
div
|
(*;
|
||||||
~a:[ a_class [ "output" ] ]
|
div
|
||||||
[ txt (F.str "%s" contents) ];
|
~a:[ a_class [ "output" ] ]
|
||||||
|
[ txt (F.str "%s" contents) ];
|
||||||
|
*);
|
||||||
]);
|
]);
|
||||||
Lwt.return_unit)
|
Lwt.return_unit)
|
||||||
csl
|
csl
|
||||||
|
|||||||
Reference in New Issue
Block a user