group_recommend.htm 1.1 KB

12345678910111213141516171819202122
  1. <!--{template common/header}-->
  2. <h3 class="flb">
  3. <em>{lang group_push_to_forum}</em>
  4. <span><a href="javascript:;" onclick="hideWindow('$_GET[handlekey]');" class="flbc" title="{lang close}">{lang close}</a></span>
  5. </h3>
  6. <form method="post" autocomplete="off" id="form_$_GET[handlekey]" name="form_$_GET[handlekey]" action="forum.php?mod=group&action=recommend&fid=$_G[fid]" {if $_G[inajax]}onsubmit="ajaxpost(this.id, 'form_$_GET[handlekey]');"{/if}>
  7. <input type="hidden" name="referer" value="{echo dreferer()}" />
  8. <input type="hidden" name="grouprecommend" value="true" />
  9. <input type="hidden" name="inajax" value="$_G[inajax]" />
  10. <!--{if $_G[inajax]}--><input type="hidden" name="handlekey" value="$_GET[handlekey]" /><!--{/if}-->
  11. <input type="hidden" name="formhash" value="{FORMHASH}" />
  12. <div class="c" id="return_$_GET[handlekey]">
  13. <select id="recommend" name="recommend" class="ps mtw mbw">
  14. <option value="0">{lang group_do_not_push}</option>
  15. $forumselect
  16. </select>
  17. </div>
  18. <p class="o pns">
  19. <button type="submit" value="true" class="pn pnc"><strong>{lang confirms}</strong></button>
  20. </p>
  21. </form>
  22. <!--{template common/footer}-->