On September 25, 1999 at 00:18, "Yu Wei Jian (leol)" wrote:

> What I would like to do is page indexing structure like so:
> 
>     Page  Prev 10  <  11  |  12   |  13  |  14  |  15  |  16  |  17  |
> 18  |  19  |  20  >  Next 10
> 
>  When I click " Next 10", it may be:
> 
>      Page Prev 10  <   21   |  22   |  23  |  24  >
> 
> I try to find a solution to represente the above  structureas via the
> resource model as following:
> 
> Add two resource varibles "$TenS$" and "$OneS$",
> $TenS=$PageNum/10  (i.e. quottient takes a integer),
> $OneS=$PageNum%10  (i.e. remainder),
> 
> Is it possible to print out the above links with these varibles?  How
> can it be done?

By modifying the code.  There are some subtle issues that arise with
supporting such functionality.  I can spell out what one has to consider
to support such functionality if anyone is interested.  You can
check out
<http://www.xray.mpe.mpg.de/mailing-lists/mhonarc/1999-08/msg00084.html>
(message-id = <[EMAIL PROTECTED]>).

        --ewh

Reply via email to