<!-- $Id: tshooter_admin_editbranch.tmpl 1397 2008-02-26 10:08:06Z zme@logicnow.com $ base/admin/tshooter_admin_editbranch.tmpl -->
            <table width="100%" border="0">
  <tr>
    <td>

   <form action='<TMPL_VAR env.SCRIPT_NAME>' method=POST>
	<table width=100%>
	<tr><td colspan=2>Edit branch:
	<input type=hidden name='parent_id' value='<TMPL_VAR parent_id>'>
	<input type=hidden name='tshooter_id' value='<TMPL_VAR tshooter_id>'>
        <input type=hidden name='id' value='<TMPL_VAR id>'>
        </td></tr>
        <tr><td valign=top>Answer:</td><td><textarea cols=50 rows=10 name='answer'><TMPL_VAR branch_answer></textarea></td></tr>
        <tr><td>Branch name(for next level):</td><td> <input type=text name='branch_name' value='<TMPL_VAR branch_name>'></td></tr>
        <tr><td valign=top>Question(for next level): </td><td> <textarea cols=50 rows=10 name='question'><TMPL_VAR branch_question></textarea></td></tr>
        <tr><td colspan=2><input type=hidden name='do' value='tshooter'>
        <input type=hidden name='subdo' value='savequestion'>
        <input type=submit value='Save'></td></tr></table>
  </form>

    </td>
  </tr>
</table>
