|
|
@ -5,6 +5,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/asio.hpp> |
|
|
|
#include <boost/bind.hpp> |
|
|
|
#include <boost/bind.hpp> |
|
|
|
|
|
|
|
#include <boost/algorithm/string.hpp> |
|
|
|
|
|
|
|
|
|
|
|
#include "Base.h" |
|
|
|
#include "Base.h" |
|
|
|
#include "FS.h" |
|
|
|
#include "FS.h" |
|
|
@ -577,7 +578,7 @@ namespace http { |
|
|
|
} |
|
|
|
} |
|
|
|
if (!tmp_s.str ().empty ()) |
|
|
|
if (!tmp_s.str ().empty ()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
s << "<div class='slide'><label for='slide_ntcp'><b>" << name << "</b> ( " << cnt << " )</label>\r\n<input type='checkbox' id='slide_ntcp'/>\r\n<p class='content'>"; |
|
|
|
s << "<div class='slide'><label for='slide_" << boost::algorithm::to_lower_copy(name) << "'><b>" << name << "</b> ( " << cnt << " )</label>\r\n<input type='checkbox' id='slide_ntcp'/>\r\n<p class='content'>"; |
|
|
|
s << tmp_s.str () << "</p>\r\n</div>\r\n"; |
|
|
|
s << tmp_s.str () << "</p>\r\n</div>\r\n"; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!tmp_s6.str ().empty ()) |
|
|
|
if (!tmp_s6.str ().empty ()) |
|
|
|