From: Dobrica Pavlinusic Date: Mon, 14 Mar 2011 20:47:33 +0000 (+0000) Subject: Merge branch 'devel' of h1dev:/srv/APKPM/ X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=c0a9ea32de0da713f78796cc114af55ba675dec7;hp=d2452d71100f11cdabc98ab08af625237230829a;p=APKPM.git Merge branch 'devel' of h1dev:/srv/APKPM/ --- diff --git a/public/CRM.html b/public/CRM.html index e37eb27..812e273 100644 --- a/public/CRM.html +++ b/public/CRM.html @@ -16,6 +16,7 @@ }; this.clear = function() { + self.url = null; self.code = null; self.response = null; }; @@ -23,11 +24,12 @@ PingCntl.$inject = ['$xhr'];
- + loading {{url}} + {{response.length}} results @@ -48,7 +50,8 @@
USERNAME{{u.OPT82}}
-
+    
+    
 url={{url}}
 code={{code}}
 response={{response}}
diff --git a/web_ui.pl b/web_ui.pl
index 455777f..00ec7b0 100755
--- a/web_ui.pl
+++ b/web_ui.pl
@@ -77,13 +77,11 @@ __DATA__
 @@ index.html.ep
 % layout 'default';
 % title 'Gearman demo';
-Welcome to Mojolicious Gearman integration demo!
 
-

- -<%= link_to 'Gearman web interface' => 'gearman.html' %> - -

+

    +
  • <%= link_to 'Gearman' => 'gearman.html' %> web interface +
  • <%= link_to 'CRM' => 'CRM.html' %> search with tabular output +
Low-level API tests: