From 3cd7fefd7afb5a8a2f70290b9bbeb453c5f9382b Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 02 Feb 2017 05:31:34 +0000 Subject: [PATCH] Doku ergaenzt --- web/ui/index.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/ui/index.html b/web/ui/index.html index 498839c..d07633f 100644 --- a/web/ui/index.html +++ b/web/ui/index.html @@ -6,11 +6,11 @@ <title>Benutzer</title> <link rel="stylesheet" type="text/css" href="/jslib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="stile.css"> - <script id="tpl-user-list" type="x-tmpl-mustache"> + <script id="tpl-list" type="x-tmpl-mustache"> {{#List}} - {{#UserData}} - <option value="{{ id }}">{{ id }}</option>' - {{/UserData}} + {{#List}} + <option value="{{ String }}">{{ String }}</option>' + {{/List}} {{/List}} </script> </head> -- Gitblit v1.9.3