[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/styles/subsilver2/template/ -> mcp_jumpbox.html (source)

   1  <!-- Note: no longer in use... -->
   2  
   3  <form name="jumpbox" method="post" action="{S_JUMPBOX_ACTION}">
   4  
   5      <span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ document.forms['jumpbox'].submit() }">
   6  
   7  <!-- IF S_ENABLE_SELECT_ALL -->
   8      <option value="0">{L_ALL_FORUMS}</option>
   9  <!-- ELSE -->
  10      <option value="-1">{L_SELECT_FORUM}</option>
  11  <!-- ENDIF -->
  12  
  13  <!-- BEGIN options -->
  14      <option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="disabled-option"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option>
  15  <!-- BEGINELSE -->
  16  <!-- END options -->
  17  </select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onclick="if(document.jumpbox.f.value == -1){return false;}" />
  18  </form>


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1