<input type="button" class="btn btn-primary btn-lg btn-block"  value="(AAP)"  data-toggle="modal" href="#teklif{$foo}"> 
I want to send foo value. 
foo == number
like 0,1,2..
  <div id="teklif" class="chat_modal modal fade hide">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal">x</button>        
  </div>
  <div class="modal-body">
      <section class="welly form_align">
        <br/>
        <br/>
        <span id="status"> {$foo}</span>
        <br/>
      </section>
  </div>
    <div class="modal-footer">        
   <span id="statusteklifc"></span>
  </div> 
</div>
How to send value to modal ? and i sended value smarty variable.
i want to equal value:
 <span id="status"> {$foo} == 2</span>
i wan to make it.
 
    