http ui adjust

src
Kevin Lynx 11 years ago
parent aed757f2a8
commit 60bb12538e

@ -135,7 +135,7 @@ append_page_nav(Key, ThisPage, Total) ->
Links = lists:foldl(fun(I, Str) ->
D = I + 1,
Str ++ if I == ThisPage ->
integer_to_list(D);
?TEXT(" ~p ", [D]);
true ->format_page_nav(Key, I, integer_to_list(D))
end
end, [], lists:seq(StartPage, EndPage)),

@ -1,6 +1,8 @@
## 08.03.2013
* sphinx searching is stable right now, you can config to use it
* modify giza library, to support get sphinx search stats from response
* add page navigation to http
## 07.30.2013

Loading…
Cancel
Save