summaryrefslogtreecommitdiffstats
path: root/templates/detailItems
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-24 22:57:29 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-24 23:06:55 +0100
commit527714fd9b26205b6b0cf5ced02309fc72db0d2d (patch)
treee0857eb0008f27c9734ea291f500e81ac7df5dcf /templates/detailItems
parent4243a29831d4a1e18cbc68a74a3df61477347d6c (diff)
Address detail item definition
Diffstat (limited to 'templates/detailItems')
-rw-r--r--templates/detailItems/adr.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/detailItems/adr.html b/templates/detailItems/adr.html
new file mode 100644
index 00000000..01112985
--- /dev/null
+++ b/templates/detailItems/adr.html
@@ -0,0 +1,10 @@
+<label for="details-address">Street address:</label>
+<input type="text" id="details-address" name="address" ng-model="ctrl.data.value[2]" value="" />
+<label for="details-postal-code">Postal code:</label>
+<input type="text" id="details-postal-code" name="postal-code" ng-model="ctrl.data.value[5]" value="" />
+<label for="details-city">City:</label>
+<input type="text" id="details-city" name="city" ng-model="ctrl.data.value[3]" value="" />
+<label for="details-state">State or province:</label>
+<input type="text" id="details-state" name="state" ng-model="ctrl.data.value[4]" value="" />
+<label for="details-country">Country:</label>
+<input type="text" id="details-country" name="state" ng-model="ctrl.data.value[6]" value="" />