<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>アイコン置き場 - 捕食チャット</title>
    <meta name="description" content="捕食チャット用のアイコンアップローダーです。" />
    <link rel="stylesheet" href="/common" />
    <link rel="stylesheet" href="./style" />
</head>
<body>

<form action="./details" method="POST" enctype="multipart/form-data">
    <img src="/icon/292b9dfdc1ece7a8241978ae579fc910" alt="" />    <input type="hidden" name="token" value="b68f27e58dd0b61ee93d36d5923adc76f7c467436ff090ece83db3db75f6a0f6" />
    <input type="hidden" name="id" value="55" />
    <table>
        <tbody>
            <tr>
                <th>IPアドレス</th>
                <td title="s1167179.xgsspn.imtp.tachikawa.spmode.ne.jp">49.98.67.179</td>
            </tr>
            <tr>
                <th>更新日時</th>
                <td>2015-05-13 23:49:20</td></tr>
            <tr>
                <th>キャラ名</th>
                <td><input name="name" maxlength="20" required="required" value="針妙丸" /></td>
            </tr>
            <tr>
                <th>読み仮名</th>
                <td><input name="furigana" maxlength="20" pattern="[ぁ-ろわんゔ]+" title="ひらがなのみで入力してください。" required="required" value="しんみょうまる" /></td>
            </tr>
            <tr>
                <th>中の人</th>
                <td><input name="author" maxlength="20" required="required" value="256" /></td>
            </tr>
            <tr>
                <th>ファイル</th>
                <td><input type="file" name="icon" title="8192バイトまで。" accept="image/*" /></td>
            </tr>
            <tr>
                <th>パスワード</th>
                <td><input type="password" name="password" required="required" /></td>
            </tr>
            <tr>
                <th>新しいパスワード</th>
                <td><input type="password" name="new-password" placeholder="パスワードを更新する場合に入力してください。" /></td>
            </tr>
        </tbody>
    </table>
    <input type="submit" value="修正" /></form>

<form action="./details" method="POST" enctype="multipart/form-data">
    <input type="hidden" name="token" value="b68f27e58dd0b61ee93d36d5923adc76f7c467436ff090ece83db3db75f6a0f6" />
    <input type="hidden" name="id" value="55" />
    <table>
        <tbody>
            <tr><th>パスワード</th><td><input type="password" name="password" required="required" /></td></tr>
        </tbody>
    </table>
    <input type="submit" name="disable" value="アイコンを無効化" />
</form>

<footer>
    <nav>
        <a href="./index">アイコン一覧へ</a>
    </nav>
</footer>

</body>
</html>
