diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-02-08 11:06:33 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-02-08 11:17:04 +0100 |
commit | 91e32ea5d46e6f7f50a0f0bdbd1d7e8f513fc3bf (patch) | |
tree | c7b25fe982a6bbe51937f54ac15235152e247c9f /ll-database-binding/htdocs/persistence/index.html | |
parent | f0c76b5866a264020d132bebde248613daabbbc6 (diff) |
moved files to root folder.guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.90.05.99.65.99.55.99.45.99.35.99.25.99.1
Change-Id: I7103241843736e1a5747253781485afa457a64d0
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'll-database-binding/htdocs/persistence/index.html')
-rw-r--r-- | ll-database-binding/htdocs/persistence/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/ll-database-binding/htdocs/persistence/index.html b/ll-database-binding/htdocs/persistence/index.html deleted file mode 100644 index 50999d9..0000000 --- a/ll-database-binding/htdocs/persistence/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!doctype html> -<html> - <head> - <title>agl-service-data-persistence</title> - <meta charset="UTF-8"> - <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="persistence-binding.js"></script> - <link rel="stylesheet" type="text/css" href="binding-debug.css" /> - </head> - <body onload="init();" id="app-body"> - <div id="debug-panel-container"></div> - <h1>agl-service-identity</h1> - <h2>Raw data access</h2> - <p> - <ul> - <li><input type="text" name="read-key" id="read-key" /> <button onclick="readData();">Read Data</button> <button onclick="deleteData();">Delete Data</button></li> - <li> - <p><label>Key: </label><input type="text" name="write-key" id="write-key"/></p> - <p><label>Data:</label></p> - <p><textarea id="write-data"></textarea></p> - <p><button onclick="writeData();">Write Data</button></p> - </li> - </ul> - </p> - <h2>User Profile (VIN: <input type="text" name="profile-vin" id="profile-vin" value="WVGGF7BP7HD005986" />)</h2> - <ul> - <li><input type="text" name="get-profile-key" id="get-profile-key" /> <button onclick="readProfile();">Get Profile</button> <button onclick="deleteProfile();">Delete Profile</button></li> - <li> - <h3>Update user profile</h3> - <ul> - <li><p><label>Key Token:</label> <input type="text" name="set-profile-key" id="set-profile-key"/></p></li> - <li><p><label>Login:</label> <input type="text" name="set-profile-login" id="set-profile-login"/></p></li> - <li><p><label>First Name:</label> <input type="text" name="set-profile-first-name" id="set-profile-first-name"/></p></li> - <li><p><label>Last Name:</label> <input type="text" name="set-profile-last-name" id="set-profile-last-name"/></p></li> - <li><p><label>Language:</label> <input type="text" name="set-profile-language" id="set-profile-language"/></p></li> - <button onclick="writeProfile();">Save</button> - </ul> - </li> - </ul> - </body> -</html> |