Project

General

Profile

Statistics
| Revision:

root / trunk / web / apikey.jsp

History | View | Annotate | Download (448 Bytes)

1
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2
<p>Za uporabo LIDAR naprave morate pridobiti API ključ. To lahko storite spodaj...</p>
3
<hr/>
4
<label for="key">API Key:</label> <input type="text" id="key" name="key" dojoType="dijit.form.TextBox" trim="true"/>
5
<button dojoType="dijit.form.Button" type="button">Generate<script type="dojo/method" event="onClick" args="evt">
6
        dijit.byId("key").setValue("Thank you!");
7
</script></button>