示例#1
0
function hotselect($chars = '')
{
    $gl = new genlist();
    $gl->hotselect($chars);
    $kpd = new kpdesign();
    $kpd->top(true, $gl->headertext);
    $gl->nhghlist();
    $nv = new navi(5, $gl->rows, true);
    $nv->setfollow('hchar', $chars);
    $nv->writenavi();
    $gl->endlist();
    $kpd->bottom();
}