2007年01月のWebデザインギャラリー
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
// Values that can be used in other PHP code on the page
$paginate_num_pages = 5;
$paginate_num_sections = 40;
$paginate_page_selector = 'page';
$paginate_current_page = @$_GET['page'];
// Pin page selector to a valid number (or 'all')
if($paginate_current_page=='')
$paginate_current_page = '1';
if($paginate_current_page != 'all') {
if($paginate_current_page == 'first')
$paginate_current_page = 1;
elseif($paginate_current_page == 'last')
$paginate_current_page = 5;
elseif($paginate_current_page < 1)
$paginate_current_page = 1;
elseif($paginate_current_page > 5)
$paginate_current_page = 5;
$paginate_sections = array( 0
, 9, 18, 27, 36, 40);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 40;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF'],".html");
?>
CSS デザイン ギャラリー Thames Valley pod

CSS デザイン ギャラリー Thames Valley pod
CSS デザイン ギャラリー Kev Adamson

CSS デザイン ギャラリー Kev Adamson
Web 2.0 ギャラリー RadRails

Web 2.0 ギャラリー RadRails
Flash デザイン ギャラリー In2media

Flash デザイン ギャラリー In2media
Web 2.0 ギャラリー TagWorld

Web 2.0 ギャラリー TagWorld
Web 2.0 ギャラリー ZapTXT

Web 2.0 ギャラリー ZapTXT
CSS デザイン ギャラリー Q-design

CSS デザイン ギャラリー Q-design
CSS デザイン ギャラリー Oneida

CSS デザイン ギャラリー Oneida
CSS デザイン ギャラリー Dragon Armoury Creative

CSS デザイン ギャラリー Dragon Armoury Creative
Flash デザイン ギャラリー Bio-bak

Flash デザイン ギャラリー Bio-bak
Web 2.0 ギャラリー Trumba

Web 2.0 ギャラリー Trumba
Web 2.0 ギャラリー Wetpaint

Web 2.0 ギャラリー Wetpaint
CSS デザイン ギャラリー eleven3

CSS デザイン ギャラリー eleven3
Flash デザイン ギャラリー mixart

Flash デザイン ギャラリー mixart
Flash デザイン ギャラリー Deluxe

Flash デザイン ギャラリー Deluxe
CSS デザイン ギャラリー Lodowski

CSS デザイン ギャラリー Lodowski
Web 2.0 ギャラリー Zookoda

Web 2.0 ギャラリー Zookoda
Web 2.0 ギャラリー ZoomClouds

Web 2.0 ギャラリー ZoomClouds
CSS デザイン ギャラリー folietto

CSS デザイン ギャラリー folietto
CSS デザイン ギャラリー Webbrush73

CSS デザイン ギャラリー Webbrush73
Flash デザイン ギャラリー Bebop Jeans

Flash デザイン ギャラリー Bebop Jeans
Flash デザイン ギャラリー ORINGE

Flash デザイン ギャラリー ORINGE
Flash デザイン ギャラリー Square Circle

Flash デザイン ギャラリー Square Circle
Web 2.0 ギャラリー Yoono

Web 2.0 ギャラリー Yoono
CSS デザイン ギャラリー RIKCAT

CSS デザイン ギャラリー RIKCAT
CSS デザイン ギャラリー pixelgraphix

CSS デザイン ギャラリー pixelgraphix
CSS デザイン ギャラリー MISHOX

CSS デザイン ギャラリー MISHOX
Flash デザイン ギャラリー Samsung slim phones

Flash デザイン ギャラリー Samsung slim phones
Flash デザイン ギャラリー Anova

Flash デザイン ギャラリー Anova
CSS デザイン ギャラリー 3000k

CSS デザイン ギャラリー 3000k
Web 2.0 ギャラリー Netvibes

Web 2.0 ギャラリー Netvibes
Web 2.0 ギャラリー Writeboard

Web 2.0 ギャラリー Writeboard
CSS デザイン ギャラリー Clearleft

CSS デザイン ギャラリー Clearleft
CSS デザイン ギャラリー Veerle's blog

CSS デザイン ギャラリー Veerle's blog
Flash デザイン ギャラリー 2Advanced Studio

Flash デザイン ギャラリー 2Advanced Studio
CSS デザイン ギャラリー Komodo Media

CSS デザイン ギャラリー Komodo Media
CSS デザイン ギャラリー 31Three

CSS デザイン ギャラリー 31Three
Web 2.0 ギャラリー meebo

Web 2.0 ギャラリー meebo
Flash デザイン ギャラリー Fantasy Interactive

Flash デザイン ギャラリー Fantasy Interactive
CSS デザイン ギャラリー Bartelme Design

CSS デザイン ギャラリー Bartelme Design
Page: 1) : ?>
"><
1)
echo ' | ';
if($i == $paginate_current_page) {
echo sprintf("
%d", $i);
} else {
if($i == 1) {
echo "
%d', $i) . '';
} else {
echo "
%d', $i) . '';
}
}
}
?>
">>