<html><head><title>ZGDChart: Change chart option pie</head></title>
<body bgcolor="white">

  <!--#var manage_tabs-->

  <h2><dtml-babel>Edit pie option</dtml-babel></h2>
  <form method="POST" action="manage_editPie">

    <table>

    <tr><td colspacing=2><font size=+1><b>Angles</b></font></td></tr>

    <tr><td><b><dtml-babel>Threed angle</dtml-babel></b></td>
    <td><input type=text name="threed_angle:int:ignore_empty" value="<dtml-var threed_angle null="0">" ></td><td><dtml-babel>eg.</dtml-babel> 0</td></tr>
     <tr><td><b><dtml-babel>Threed depth</dtml-babel></b></td>
    <td><input type=text name="threed_depth:int:ignore_empty" value="<dtml-var threed_depth null="0">" ></td><td><dtml-babel>eg.</dtml-babel> 0</td></tr>

    <tr><td colspan="2"><b>&nbsp;</b></td>

    <tr><td colspacing=2><font size=+1><b><dtml-babel>PERCENT_LABEL</dtml-babel></b></font></td></tr>
    <tr>
     <td>
      &nbsp;
    </td> 
     
     <td align="left' valign="top>
       <input value="GDCPIE_PCT_NONE" name="GDCPIE_PCT" type="radio"  />GDCPIE_PCT_NONE<br />
       <input value="GDCPIE_PCT_ABOVE" name="GDCPIE_PCT" type="radio"  />GDCPIE_PCT_ABOVE<br />
       <input value="GDCPIE_PCT_BELOW" name="GDCPIE_PCT" type="radio"  />GDCPIE_PCT_BELOW<br />
       <input value="GDCPIE_PCT_RIGHT" name="GDCPIE_PCT" type="radio"  /> GDCPIE_PCT_RIGHT<br />
       <input value="GDCPIE_PCT_LEFT" name="GDCPIE_PCT" type="radio"  /> GDCPIE_PCT_LEFT<br />
       
     </td>
    </tr>
    <tr><td><b><dtml-babel>Label distance</dtml-babel></b></td>
    <td><input type=text name="label_dist:int:ignore_empty" value="<dtml-var label_dist null="">"></td></tr>

    <tr><td><b><dtml-babel>explode</dtml-babel></b></td>
    <td><input type=text name="list_explode" value="<dtml-in list_explode><dtml-var "_['sequence-item']"><dtml-unless sequence-end>,</dtml-unless><dtml-else></dtml-in>"></td></tr>

    <tr><td colspacing=2><input type=Submit value="<dtml-babel>Save Changes</dtml-babel>"></td></tr>
    
    </table>

  </form>
</body>
</html>
