info->logouser != '') { ?>
ガクシンFind 2022年2月28日号
info->toc)) { ?>
- 目次
info->toc->children() as $node) {
if ((string)$node['url'] != '') {
$link = (string)$node['url'];
$title = (string)$node.' ('.$link.')';
}
elseif ((string)$node['book'] != '') {
$link = $baseurl."?".(string)$node['book']."##".(string)$node['page'];
$title = (string)$node.' ('.$lib->get_booktitle($book->id).')';
}
else {
$link = $baseurl."?".$book->bookid."#".$book->pageToLabel((int)$node['page']);
$title = $book->pageToLabel((int)$node['page']).'. '.(string)$node;
}
?>
info->config['pages']; $i++) {
$page = $book->info->xpath('/wisebook/page[@number = "'.$i.'"]');
if ($page === false || count($page) == 0) continue;
gen_page_contents($page[0]);
ob_flush();
$command = "{$php} -f ".SITE_ROOT."index.php -- /multi/contents/{$book->memberid}/{$book->id}/".(string)$page[0]['number'];
$result = @shell_exec($command);
file_put_contents($book->path.(string)$page[0]->files['path'].'/'.$book->monfig['file_contents'], $result);
}
} else {
gen_page_contents($page);
?>
1) {
$node = $book->info->xpath('/wisebook/page[@number = "'.((int)$page['number'] - 1).'"]');
?>
- 前ページへ
info->config['pages']) {
$node = $book->info->xpath('/wisebook/page[@number = "'.((int)$page['number'] + 1).'"]');
?>
- 次ページへ
- 一覧へ

- title != '') { echo (string)$page->title; } else { ?>ページ:
path.(string)$book->info->config['pdfsrc'];
if ($src == $book->path) {
?>
get_tmpname($book->path.(string)$page->files['path']);
$command = "{$pdftotext} -q -f ".(string)$page['number']." -l ".(string)$page['number']." -enc UTF-8 -cfg {$xpdfrc} {$src} {$output}";
@shell_exec($command);
?>
- ▲TOP