From 440d1c00eb77739f182ced3fca9fc312d767cf7f Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 16 May 2004 17:44:11 +0000 Subject: show the current/max page in vote git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1996 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/vote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/vote.c') diff --git a/mbbsd/vote.c b/mbbsd/vote.c index 5325e64c..1f64ad1f 100644 --- a/mbbsd/vote.c +++ b/mbbsd/vote.c @@ -941,7 +941,7 @@ user_vote_one(char *bname, int ind) vote[0] = vote[1] = '\0'; move(t_lines - 2, 0); - prints("你還可以投 %2d 票", tickets - i); + prints("你還可以投 %2d 票 [ 目前所在頁數 %2d / 共 %2d 頁 (可輸入 '<' '>' 換頁) ]", tickets - i, curr_page + 1, max_page); getdata(t_lines - 4, 0, "輸入您的選擇: ", vote, sizeof(vote), DOECHO); *vote = toupper(*vote); -- cgit v1.2.3