Now you need to decide what menu options, if any, you want to be displayed to the user. If you provide admin menu options, for the user to interact with the plugin, you should provide the name you want displayed, and the URL you want it to go to.

To run a function in your code, the URL should look like:

   plugin.cgi?do=plugin&plugin=<%plugin_name%>&func=yourfunc

This will run the function called yourfunc. You are responsible for printing headers and any output you want.

<%if error%>

<%error%>

<%endif%> <%if results%>

<%results%>

<%endif%> <%if menu%>

Existing Options:

<%menu%>

<%endif%>

Add New Menu:

Name
URL

<%if sid%> <%endif%>