?? clan_sig.php
字號:
<? include "header.php"; ?>
Please select Guild Sig.<br>
* Do not press oftentimes, frequent pressure will result in an error.<br>
<table border="0" width="100%">
<tr>
<td>
<?
// get a list of images
$list = '';
$dh = opendir('images/guild_sign/');
while($file = readdir($dh)) {
if($file == '.' || $file == '..') {
continue;
}
?>
<img src=images/guild_sign/<? echo $file; ?> value="<? echo $file; ?>" alt="<? echo $file; ?>" onmouseover="this.style.cursor='hand';" onClick="opener.form1.clan_sig.value=value; window.close();">
<?
}
?>
</td>
</tr>
</table>
<? include "footer.php"; ?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -