|
@@ 1882-1884 (lines=3) @@
|
| 1879 |
|
'desc' => _MD_GWIKI_PAGENAV_LAST |
| 1880 |
|
); |
| 1881 |
|
|
| 1882 |
|
if (strcasecmp($toc[$first]['keyword'], $page) === 0) { |
| 1883 |
|
$pageset['first']['link'] = 'javascript:void(0)'; |
| 1884 |
|
} |
| 1885 |
|
if (strcasecmp($toc[$prev]['keyword'], $page) === 0) { |
| 1886 |
|
$pageset['prev']['link'] = 'javascript:void(0)'; |
| 1887 |
|
} |
|
@@ 1885-1887 (lines=3) @@
|
| 1882 |
|
if (strcasecmp($toc[$first]['keyword'], $page) === 0) { |
| 1883 |
|
$pageset['first']['link'] = 'javascript:void(0)'; |
| 1884 |
|
} |
| 1885 |
|
if (strcasecmp($toc[$prev]['keyword'], $page) === 0) { |
| 1886 |
|
$pageset['prev']['link'] = 'javascript:void(0)'; |
| 1887 |
|
} |
| 1888 |
|
if (strcasecmp($toc[$home]['keyword'], $page) === 0) { |
| 1889 |
|
$pageset['home']['link'] = 'javascript:void(0)'; |
| 1890 |
|
} |
|
@@ 1888-1890 (lines=3) @@
|
| 1885 |
|
if (strcasecmp($toc[$prev]['keyword'], $page) === 0) { |
| 1886 |
|
$pageset['prev']['link'] = 'javascript:void(0)'; |
| 1887 |
|
} |
| 1888 |
|
if (strcasecmp($toc[$home]['keyword'], $page) === 0) { |
| 1889 |
|
$pageset['home']['link'] = 'javascript:void(0)'; |
| 1890 |
|
} |
| 1891 |
|
if (strcasecmp($toc[$next]['keyword'], $page) === 0) { |
| 1892 |
|
$pageset['next']['link'] = 'javascript:void(0)'; |
| 1893 |
|
} |
|
@@ 1891-1893 (lines=3) @@
|
| 1888 |
|
if (strcasecmp($toc[$home]['keyword'], $page) === 0) { |
| 1889 |
|
$pageset['home']['link'] = 'javascript:void(0)'; |
| 1890 |
|
} |
| 1891 |
|
if (strcasecmp($toc[$next]['keyword'], $page) === 0) { |
| 1892 |
|
$pageset['next']['link'] = 'javascript:void(0)'; |
| 1893 |
|
} |
| 1894 |
|
if (strcasecmp($toc[$last]['keyword'], $page) === 0) { |
| 1895 |
|
$pageset['last']['link'] = 'javascript:void(0)'; |
| 1896 |
|
} |
|
@@ 1894-1896 (lines=3) @@
|
| 1891 |
|
if (strcasecmp($toc[$next]['keyword'], $page) === 0) { |
| 1892 |
|
$pageset['next']['link'] = 'javascript:void(0)'; |
| 1893 |
|
} |
| 1894 |
|
if (strcasecmp($toc[$last]['keyword'], $page) === 0) { |
| 1895 |
|
$pageset['last']['link'] = 'javascript:void(0)'; |
| 1896 |
|
} |
| 1897 |
|
|
| 1898 |
|
return $pageset; |
| 1899 |
|
} |