diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-12 21:05:46 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-12 21:09:32 +0100 |
commit | e115875801c2e32399079c4ef92bb11ceb4f2c1d (patch) | |
tree | a5251d843999b7c751c8f040685cc42b4d50f42a /app/view/templates | |
parent | 0893f20446a6645c5f928f2cb41f688a9fc5fcf1 (diff) | |
download | wcms-e115875801c2e32399079c4ef92bb11ceb4f2c1d.tar.gz wcms-e115875801c2e32399079c4ef92bb11ceb4f2c1d.zip |
generate cytoscape datas
Diffstat (limited to 'app/view/templates')
-rw-r--r-- | app/view/templates/map.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/view/templates/map.php b/app/view/templates/map.php new file mode 100644 index 0000000..236ff8e --- /dev/null +++ b/app/view/templates/map.php @@ -0,0 +1,5 @@ +<pre> + + <?= $json ?> + +</pre>
\ No newline at end of file |