Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1.     <div class="buttons">
  2.        
  3.     <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
  4.         <div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
  5.     <!-- ENDIF -->
  6.     </div>
  7.     <br><br>
  8.     <!-- IF S_DISPLAY_SEARCHBOX -->
  9.         <div class="search-box">
  10.             <form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
  11.             <fieldset>
  12.                 <input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
  13.                 <input class="button2" type="submit" value="{L_SEARCH}" />
  14.                 <input type="hidden" value="{TOPIC_ID}" name="t" />
  15.                 <input type="hidden" value="msgonly" name="sf" />
  16.             </fieldset>
  17.             </form>
  18.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement