「javascript/クエスト情報変換【タブ用】」の編集履歴(バックアップ)一覧に戻る

javascript/クエスト情報変換【タブ用】 - (2019/10/16 (水) 13:24:42) の編集履歴(バックアップ)


#html2{ <div> <form name="form0" id="form0"> <textarea name="out" cols="150" rows="20" style="height:100px!important;text-align:left!important;">ここにwiki編集用の文字列が表示されます</textarea></br> <select style="width:11em;" name="design"> <option value="0" selected>シナリオ</option> <option value="1">フリー・強化</option> <option value="2">幕間・高難易度</option> </select> <span style="margin-left:20px"><label><input type="checkbox" id="clearLock" checked>[消]ボタンロック</label></span> </form> <form name="form1" id="form1"> <input type="button" value="作成" id="createBtn" style="width:4em;"> <div id="here"></div> </form> <div class="template" style="display:none;"> <table class="phase" cellspacing="1" border="0"> <thead> <tr><td colspan="4" class="headrow">クエスト名 : <input type="text" style="width:15em;" name="QUESTNAME" /></td></tr> <tr> <td rowspan="3" style="width:80px;"><input type="text" style="width:4em;text-align:center;" name="AP1" value="AP"><br><input type="text" style="width:4em;text-align:center;" name="AP2" /></td> <td colspan="2">地名<input type="text" style="width:10em;" name="SPOT" /></td> <td>推奨Lv.<input type="text" style="width:4em;" name="RECLV" /></td> </tr> <tr> <td style="width:300px;">絆P : <input type="number" min="0" style="5em;" name="BONDP" /></td> <td style="width:300px;">EXP : <input type="number" min="0" style="5em;" name="EXP" /></td> <td style="width:300px;">QP : <input type="number" min="0" style="5em;" name="QP" /></td> </tr> <tr><td colspan="3">報酬 : <input type="text" style="width:15em;" name="REWARD" /></td></tr> </thead> </table> </div> </div> }