?? images.php.svn-base
字號:
<?phprequire('../config.php');require('images.inc.php');$folder_list="";if (count($subdirs)>0){ $folder_list='"'.implode('","',$subdirs).'"';}$json='{ folders:['.$folder_list.'], count:'.count($imgs).'}';header('X-JSON: '.$json);?><?phpif (count($imgs)>0){ foreach ($imgs as $i => $value){ $full_img=implode('/',array($path,$value));?><div class='img_tile'> <img border='0' src="<?php echo $img_pre_path.$full_img ?>.thumb.jpg" onclick="showCloseup('<?php echo $img_pre_path.$full_img ?>.jpg')"/> <br/> <?php echo $value ?> </a></div><?php }}?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -