[Opensim-users] A grid statistics page

Jeff Kelley opensim at pescadoo.net
Sat Nov 1 12:29:20 UTC 2014


At 12:55 AM -0400 1/11/14, Shaun T. Erickson wrote:

>That's very nice. I'll have to set that up for my grid.
>I will definitely have to figure out how to paginate it though. Thanks!

Add arguments ?startcolum= &numcolumns=

Narrow the foreach loop in PrintParam to :
startcolum to (startcolum + numcolumns - 1).

Echo a link backward to (startcolum - numcolumns)
and a link forward to (startcolum + numcolumns), checking bounds.


I think it does it.


-- Jeff






More information about the Opensim-users mailing list