- Timestamp:
- 2007/10/29 14:54:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_PageNavi.php
r16585 r16586 82 82 83 83 if ($this->now_page < $this->max_page) { 84 $next=" <a href=\"". $ps . "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">次へ>></a>";84 $next=" <a href=\"". $ps . "\" onclick=\"$func_name('" . (($this->now_page) + 1) ."'); return false;\">次へ>></a>"; 85 85 $this->arrPagenavi['next'] = ($this->now_page) + 1; 86 86 }else{ … … 121 121 122 122 if ($i == $this->now_page) { 123 $page_number .= "<strong>$i</strong> 123 $page_number .= "<strong>$i</strong>"; 124 124 } else { 125 $page_number.="<a href=\"". $ps . "\" onclick=\"$func_name('$i'); return false;\">$i</a> 125 $page_number.="<a href=\"". $ps . "\" onclick=\"$func_name('$i'); return false;\">$i</a>"; 126 126 } 127 127
Note: See TracChangeset
for help on using the changeset viewer.