SGF2GoodShape
SGFの棋譜をGoodShapeのタグに変換します。(要JavaScript)逆変換 GoodShape→SGF
'); nw.document.writeln(GS.source); nw.document.writeln('<','BR>'); nw.document.writeln('<','BR>'); nw.document.writeln('<','FORM>'); nw.document.write('<','TEXTAREA NAME="output" '); nw.document.write('WRAP="soft" COLS=80 ROWS=15 '); nw.document.write('STYLE="font-size:10pt; '); nw.document.write("font-family: 'MS Gothic', Osaka-monospaced, Gothic, monospace;",'"'); nw.document.writeln('><','/TEXTAREA>'); nw.document.writeln('<','/FORM>'); nw.document.write("<","/BODY><","/HTML>"); nw.document.close(); nw.document.forms[0].output.value=GS.source; nw.document.forms[0].output.select(); return(false); } // -->