?? images.php.svn-base
字號:
<?phpheader("Content-type: text/xml; charset=utf-8");require('../config.php');require('images.inc.php');?><gallery path="<?php echo $path ?>" pre="<?php echo $img_pre_path ?>"><?php if (count($subdirs)>0){ ?><folders><?php foreach ($subdirs as $i => $value){ ?><folder><?php echo $value ?></folder><?php } ?></folders><?php } ?><?php if (count($imgs)>0){ ?><images><?php foreach ($imgs as $i => $value){ ?><image><?php echo $value ?></image><?php } ?></images><?php } ?></gallery>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -