From 4b4c07c5fe32f0edb8493ffad291461c55d152aa Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Tue, 11 Feb 2014 00:48:48 -0300 Subject: [PATCH] code indendt --- .../src/main/webapp/jsp/mindmapList.jsp | 873 +++++++++--------- 1 file changed, 444 insertions(+), 429 deletions(-) diff --git a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp index 8b5735e6..9cac37d0 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapList.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapList.jsp @@ -92,8 +92,9 @@ // Customize search action ... $('#mindmapListTable_filter').appendTo("#tableActions"); - $('#mindmapListTable_filter input').addClass('input-small search-query form-control'); - $('#mindmapListTable_filter input').attr('placeholder', 'Search'); + var input = $('#mindmapListTable_filter input'); + input.addClass('input-small search-query form-control'); + input.attr('placeholder', 'Search'); $("#mindmapListTable_info").appendTo("#pageInfo"); // Re-arrange pagination actions ... @@ -102,9 +103,11 @@ $('#mindmapListTable_length select').attr("style", "width:60px;"); - $('input:checkbox[id="selectAll"]').click(function () { - $("#mindmapListTable").dataTableExt.selectAllMaps(); - }); + $('input:checkbox[id="selectAll"]').click( + function () { + $("#mindmapListTable").dataTableExt.selectAllMaps(); + } + ); // Hack for changing the pagination buttons ... $('#nPageBtn').click(function () { @@ -117,480 +120,492 @@ - - - - + + + + -
-
-
- -

-
-
-
- -
-
- +
+
+
+ +

+
+
-
-
-
-
- - -
-
- -
- - -
- -
- - -
- -
- -
" class="modal fade"> - -
- -
" class="modal fade"> - -
+
+ +
" class="modal fade"> +