diff --git a/var/www/modules/Tags/templates/Tags.html b/var/www/modules/Tags/templates/Tags.html index 0628b4f2..43221deb 100644 --- a/var/www/modules/Tags/templates/Tags.html +++ b/var/www/modules/Tags/templates/Tags.html @@ -1,109 +1,168 @@ - - Tags - AIL - + + Tags - AIL + - - - - - + + + + + - - - - - - - + + + + + + + - - + + - {% include 'nav_bar.html' %} + {% include 'nav_bar.html' %} -
-
-
-

Tags

-
- -
- -
- +
+
-
- + {% include 'tags/menu_sidebar.html' %} + +
+ +
+
+
Search Tags by date range :
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+ +
+ + + +
- + - + - +
+
+
-
+ - + - ltags = $('#ltags').tagSuggest({ - data: data, - sortOrder: 'name', - maxDropHeight: 200, - name: 'ltags' - }); - }); - }); - - - - + diff --git a/var/www/modules/hiddenServices/Flask_hiddenServices.py b/var/www/modules/hiddenServices/Flask_hiddenServices.py index 5bd7b6fa..d68c2eb5 100644 --- a/var/www/modules/hiddenServices/Flask_hiddenServices.py +++ b/var/www/modules/hiddenServices/Flask_hiddenServices.py @@ -592,7 +592,7 @@ def show_domain(): h = HiddenServices(domain, type) last_crawled_time = h.get_last_crawled() - if epoch in last_crawled_time: + if 'epoch' in last_crawled_time: last_check = '{} - {}'.format(last_check, time.strftime('%H:%M.%S', time.gmtime(last_crawled_time['epoch']))) l_pastes = h.get_last_crawled_pastes(epoch=epoch) dict_links = h.get_all_links(l_pastes) diff --git a/var/www/modules/hiddenServices/templates/Crawler_Splash_last_by_type.html b/var/www/modules/hiddenServices/templates/Crawler_Splash_last_by_type.html index 5e84e7c3..ffa09fb0 100644 --- a/var/www/modules/hiddenServices/templates/Crawler_Splash_last_by_type.html +++ b/var/www/modules/hiddenServices/templates/Crawler_Splash_last_by_type.html @@ -104,11 +104,11 @@
- +
- +
diff --git a/var/www/static/css/tags.css b/var/www/static/css/tags.css index 779ce4ff..861a8f70 100644 --- a/var/www/static/css/tags.css +++ b/var/www/static/css/tags.css @@ -1,6 +1,7 @@ .tag-ctn{ position: relative; - height: 30px; + height: 38px; + min-height: 38px; padding: 0; margin-bottom: 0px; font-size: 14px; @@ -63,6 +64,7 @@ } .tag-ctn .tag-empty-text{ color: #DDD; + width: 0; } .tag-ctn input:focus{ border: 0; diff --git a/var/www/templates/nav_bar.html b/var/www/templates/nav_bar.html index 5037e5cf..83f174bf 100644 --- a/var/www/templates/nav_bar.html +++ b/var/www/templates/nav_bar.html @@ -16,7 +16,7 @@ Submit