mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-02-24 06:09:05 +00:00
http ui adjust
This commit is contained in:
parent
aed757f2a8
commit
60bb12538e
@ -135,7 +135,7 @@ append_page_nav(Key, ThisPage, Total) ->
|
|||||||
Links = lists:foldl(fun(I, Str) ->
|
Links = lists:foldl(fun(I, Str) ->
|
||||||
D = I + 1,
|
D = I + 1,
|
||||||
Str ++ if I == ThisPage ->
|
Str ++ if I == ThisPage ->
|
||||||
integer_to_list(D);
|
?TEXT(" ~p ", [D]);
|
||||||
true ->format_page_nav(Key, I, integer_to_list(D))
|
true ->format_page_nav(Key, I, integer_to_list(D))
|
||||||
end
|
end
|
||||||
end, [], lists:seq(StartPage, EndPage)),
|
end, [], lists:seq(StartPage, EndPage)),
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
## 08.03.2013
|
## 08.03.2013
|
||||||
|
|
||||||
* sphinx searching is stable right now, you can config to use it
|
* 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
|
## 07.30.2013
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user