~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-jforum-integration/src/main/webapp/dhis-web-jforum-integration/populateForm.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<h3>$i18n.getString( "jforum_integration_management" )</h3>
 
3
 
 
4
<form action="populate.action">
 
5
 
 
6
<table>
 
7
        <tr>
 
8
                <th colspan="2">$i18n.getString( "details" )</th>
 
9
        </tr>
 
10
        <tr>
 
11
                <td><label>$i18n.getString( "base_url" )</label></td>
 
12
                <td><input type="text" id="baseUrl" name="baseUrl" style="width:200px"></td>
 
13
        </tr>
 
14
        <tr>
 
15
                <td></td>
 
16
                <td><input type="submit" value="$i18n.getString( 'populate' )" style="width:100px"></td>
 
17
        </tr>
 
18
</table>
 
19
        
 
20
</form>
 
21
 
 
22
<span id="info">
 
23
The integration functionality requires that a database 'jforum' exists in the
 
24
same DBMS as the one where DHIS 2 is running, that the DHIS 2 database user has
 
25
access to the jforum database, and that a forum called 'Data dictionary' exists.
 
26
</span>
 
27
 
 
28
<span id="info">
 
29
The populate function will insert a topic for each data element and indicator in
 
30
the JForum database, and update the url property on all data elements and indicators
 
31
to point to a corresponding topic in JForum. The base URL is the external URL for
 
32
the JForum installation, typically 'http://someserver.com/jforum'.
 
33
</span>
 
34
 
 
35
<span id="message" #if( $time )style="display:block"#end>
 
36
        $i18n.getString( "process_finished_in" ): $time
 
37
</span>
 
 
b'\\ No newline at end of file'