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

« back to all changes in this revision

Viewing changes to local/in/dhis-web-integration/src/main/webapp/dhis-web-integration/createDatasetForm.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
<h1>
 
2
        Create dataset
 
3
</h1>
 
4
<p>
 
5
        See <a href="rimsDataElementList.action">the data element list</a> to see
 
6
        which dataelements will be part of the new dataset.
 
7
</p>
 
8
<form method="post" action="createDataset.action">
 
9
        <label for="dsName">
 
10
                Dataset name:
 
11
        </label>
 
12
        
 
13
        <input id="dsName" name="dsName" type="text" />
 
14
        <input type="submit" name="createDataset" value="Create dataset" />
 
15
</form>
 
 
b'\\ No newline at end of file'