gui->userdict; ?>
gui->add; ?> gui->recycle_bin; ?>
您的用户字典中没有单词。
"; } else { echo "
{$_local->gui->search}
"; $iPages = ceil($iCountWords / $iOnePage); if ($iCurrPage > $iPages) { $iCurrPage = $iPages; } $begin = $iCurrPage * $iOnePage; $query = "select word_index from user_index where user_id={$UID} order by id DESC limit {$begin},{$iOnePage} "; $allWord = PDO_FetchAll($query); $strQuery = "('"; foreach ($allWord as $one) { $strQuery .= $one["word_index"] . "','"; } $strQuery = substr($strQuery, 0, strlen($strQuery) - 2); $strQuery .= ")"; $query = "select * from dict where id in {$strQuery} order by time DESC"; $allWords = PDO_FetchAll($query); ?>
{$_local->gui->first_page}"; echo "{$_local->gui->previous_page}"; } else { echo "{$_local->gui->first_page}"; $prevPage = $iCurrPage - 1; echo "{$_local->gui->previous_page}"; } echo "{$_local->gui->page_num}/{$iPages}"; if ($iCurrPage < $iPages - 1) { echo "{$_local->gui->next_page}"; echo "{$_local->gui->last_page}"; } else { echo "{$_local->gui->next_page}{$_local->gui->last_page}"; } echo "{$_local->gui->vocabulary}:{$iCountWords}"; ?>
'; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; if ($word["creator"] == $UID) { echo ""; } else { echo ""; } echo ""; echo ""; echo ""; } } ?>
gui->spell; //拼写?> gui->wordtype; //单词类型?> gui->gramma; //语法?> gui->g_mean; //意思?> gui->parent; //语基?> gui->dictsouce; //词条来源?> gui->citations; //引用数?>
{$word["pali"]}".$word["type"]."{$word["gramma"]}{$word["mean"]}{$word["parent"]}{$_local->gui->original}{$_local->gui->reference}{$word["ref_counter"]}