Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Nov 16, 2015
1 parent 2543939 commit 6301816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![App](http://esri.github.io/geoform-template-js/images/item.png)

GeoForm is a configurable template for form based data editing of a [Feature Service](http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000002w8000000). This application allows users to enter data through a form instead of a map’s pop-up while leveraging the power of the [Web Map](http://resources.arcgis.com/en/help/main/10.1/index.html#//00sp0000001z000000) and editable Feature Services. This will geo-enable data and support workflows by lowering the barrier of entry for completing simple tasks. This template can be used to gather input from outside of an organization and collect valuable content for collaboration.
GeoForm is a configurable template for form based data editing of a [Feature Service](http://server.arcgis.com/en/server/latest/publish-services/windows/what-is-a-feature-service-.htm). This application allows users to enter data through a form instead of a map’s pop-up while leveraging the power of the [Web Map](http://doc.arcgis.com/en/arcgis-online/reference/what-is-web-map.htm) and editable Feature Services. This will geo-enable data and support workflows by lowering the barrier of entry for completing simple tasks. This template can be used to gather input from outside of an organization and collect valuable content for collaboration.

[Live Demo](http://esri.github.io/geoform-template-js/)

Expand Down
6 changes: 3 additions & 3 deletions js/builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ define([
var builderHTML = string.substitute(builderTemplate, nls);
dom.byId("parentContainter").innerHTML = builderHTML;
dom.byId('builder_description').innerHTML = string.substitute(nls.builder.descriptionText, {
link1: "<a target=\"_blank\" href=\"http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000002w8000000\">",
link2: "<a target=\"_blank\" href=\"http://resources.arcgis.com/en/help/main/10.1/index.html#//00sp0000001z000000\">",
link1: "<a target=\"_blank\" href=\"http://server.arcgis.com/en/server/latest/publish-services/windows/what-is-a-feature-service-.htm\">",
link2: "<a target=\"_blank\" href=\"http://doc.arcgis.com/en/arcgis-online/reference/what-is-web-map.htm\">",
closeLink: "</a>"
});
this.buttonConflict = $.fn.button.noConflict();
Expand Down Expand Up @@ -1662,4 +1662,4 @@ define([
}
}
});
});
});

0 comments on commit 6301816

Please sign in to comment.