%META:TOPICINFO{author="TWikiContributor" date="1130169817" format="1.1" version="1.1"}%
%META:TOPICPARENT{name="TopicFunction"}%
---+ Function: %TOPIC%
%FORMFIELD{"TopicDescription"}%

---++ Parameters
   * TEXT text to be displayed on the button

---++ Implementation
%STARTINCLUDE%
*~~
<form action="%SCRIPTURLPATH{"view"}%/%WEB%/BlogImages" method="get">
<input type="submit" class="blogSubmitButton blogImageButton" value="%TEXT%" />
</form>
*~~
%STOPINCLUDE%
<!-- interrupt glue -->
%DBCALL{"RenderFunctionCallers"}%

<!--
   * Set ALLOWTOPICVIEW = %MAINWEB%.BlogAuthorGroup
   * Set ALLOWTOPICCHANGE = %MAINWEB%.BlogAdminGroup
   * Set SIDEBAR = Admin
   * Set SIDEBARARG = TopicFunction
-->


%META:FORM{name="TopicForm"}%
%META:FIELD{name="TopicType" attributes="M" title="TopicType" value="TopicFunction"}%
%META:FIELD{name="TopicDescription" attributes="M" title="TopicDescription" value="Renders a button upload BlogImages"}%
