You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/19 13:29:09 UTC

svn commit: r1569711 - /isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md

Author: danhaywood
Date: Wed Feb 19 12:29:09 2014
New Revision: 1569711

URL: http://svn.apache.org/r1569711
Log:
updating image sizes

Modified:
    isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md

Modified: isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md?rev=1569711&r1=1569710&r2=1569711&view=diff
==============================================================================
--- isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md (original)
+++ isis/site/trunk/content/reference/services/third-party/danhaywood-isis-domainservice-docx.md Wed Feb 19 12:29:09 2014
@@ -1,4 +1,4 @@
-Title: Docx (mail-merge) DomainService
+Title: Docx domain service (for mail-merge/reporting) 
 
 The [docx domain service](https://github.com/danhaywood/isis-domainservice-docx) generates Word .docx from an initial .docx template, thereby providing a mail merge/reporting capability. A simplified HTML is used as the input to the service.
 
@@ -10,13 +10,13 @@ The following screenshots are taken from
 
 The screenshot below shows the object acting as the source of the data.  The "download as doc" action calls the service.
 
-<img src="https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/contributed-action.png" style="width: 600px;"/>
+<img src="https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/contributed-action.png" style="width: 960px;"/>
 
 #### Template
 
 The template docx uses MS Word smart tags feature to identify the fields:
 
-![](https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/template.png =600x)
+<img src="https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/template.png" style="width: 960px;"/>
 
 Any styling in the template document is preserved on generation.
 
@@ -24,7 +24,7 @@ Any styling in the template document is 
 
 The generated docx merges in the data from the object into the template.  
 
-![](https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/generated-docx.png =600x)
+<img src="https://raw.github.com/danhaywood/isis-domainservice-docx/master/images/generated-docx.png" style="width: 960px;"/>
 
 Note how the bulleted list is repeated for each dependency of the `ToDoItem`.  Tables work similarly.