<%GList::Plugins::wizard%>
<%set book_mark = 'wizard'%>
<%include include_header.html%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" height="82%">
  <tr>
    <td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
    <td colspan="3" height="3%" bgcolor="#E8EAD0" valign="top"><%include plugin_include_menu.html%></td>
    <td rowspan="2" bgcolor="#008000" height="100%" width="1"><img src="<%image_url%>/pics/1pixel.gif" width="1" height="1"></td>
  </tr>
  <tr>
    <td height="97%" colspan="3" valign="top">
      <table width="99%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF">
        <tr>
          <td><img src="<%image_url%>/pics/1pixel.gif" width="1" height="3"></td>
        </tr>
        <tr>
          <td>
            <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#336600" style="border: 1px solid #C5E1A3">
              <tr class="bold_white">
                <td class="bold_white" height="20"><img src="<%image_url%>/icons/plugin_wizard.gif" align="texttop" hspace="2" vspace="0">
                  Plugin Wizard -
                  <%ifnot plugin_wiz_do%>Step 1: Name your plugin
                  <%elsif plugin_wiz_do eq 'step2'%> Step 2: Meta Information for <%plugin_name%>
                  <%elsif plugin_wiz_do eq 'step3'%> Step 3: Plugin Hooks for <%plugin_name%>
                                                <%elsif plugin_wiz_do eq 'step4'%> Step 4: Plugin Admin Menu for <%plugin_name%>
                  <%elsif plugin_wiz_do eq 'step5'%> Step 5: Plugin User Options for <%plugin_name%>
                  <%elsif plugin_wiz_do eq 'step6'%> Step 6: Included Files for <%plugin_name%>
                  <%elsif plugin_wiz_do eq 'step7'%> Step 7: Install Information for <%plugin_name%>
                  <%elsif plugin_wiz_do eq 'create'%> Step 8: All Finished!
                  <%endif%>
                </td>
                <td align="right"><a href="glist.cgi?do=admin_page&pg=plugin_manager.html<%hidden_query%>"><img src="<%image_url%>/icons/close.gif" width="17" height="16" border=0></a></td>
              </tr>
            </table>
            <br /><br />
              <ul><p class=body align=center>This wizard will walk you through some questions and create a plugin shell for you to use. </p></ul>
              <table width="100%" border="0" cellspacing="1" cellpadding="1" align="center" height=60%>
                <tr class=body>
                  <td valign="middle" class=body align=center>
                    <%content%>
                  </td>
                </tr>
              </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<%include include_footer.html%>