summaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index ff2255e..36dec66 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -406,7 +406,8 @@
the object persistence architecture of an application that uses
MySQL as the underlying database system:</p>
- <p>@@ arch diagram</p>
+ <!-- align=center is needed for html2ps -->
+ <div class="img" align="center"><img src="odb-arch.png"/></div>
<p>The ODB system also defines two special-purpose languages:
the ODB Pragma Language and ODB Query Language. The ODB Pragma
@@ -428,7 +429,8 @@
following diagram shows the typical build workflow of an application
that uses ODB:</p>
- <p>@@ flow diagram</p>
+ <!-- align=center is needed for html2ps -->
+ <div class="img" align="center"><img src="odb-flow.png"/></div>
<h2><a name="1.2">1.2 Benefits</a></h2>