Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
</head>
<body>
  <table></table>
  
<script type="text/template" id="very_hard_template">
  <col width="20%">
  <col width="20%">
  <col width="20%">
  <col width="20%">
  <col width="20%">
    <tr style="background-color:#ebebeb;">
      <td colspan="3" class="text_ans" align="left">
        <?php print lang('ЖЕО ','ЖЭК ')?> {{jek}} <br/>
        <?php print lang('о/р ','л/с ')?> {{account}} <br/> {{address}}, КВ. {{flat}} 
      </td>
      <td colspan="2" class="text_ans" align="right"> 
        {{ periodstr(period) }} <br/><br/><br/>
      </td>
    </tr>
    <tr height="8px"></tr>
    <tr>
      <td colspan="5" align="left" class="field_text">
        Ваш e-mail <br/> 
        <input id="mail" class="input_box" size="30" value=""/>
      </td>
    </tr>
    <tr height="8px"></tr>
    {% for (var i = 0; i < bill_count; i++) { %}
      <input type="hidden" id="bill_id{{i}}" value="{{bill_id[i]}}">
      <tr>
        <td colspan="1" class="text bill_title" align="left">
          <?php print lang('РАХУНОК ','СЧЕТ ')?> {% print(i + 1) %}
        </td>
        <td colspan="4" class="text bill_title" align="right">
          {{bill_name[i]}}
        </td>
      </tr>
      <tr>
        <td colspan="2" class="text bill_detal" align="left">
          {{bill_bank[i]}} <br/>
          <?php print lang('код банку ','код банка ')?> {{bill_mfo[i]}} <br/>
          <?php print lang('р/р ','р/с ')?> {{bill_account[i]}} 
        </td>
        <td colspan="3" class="text bill_detal" align="right">
          {{bill_owner[i]}} <br/>
          <?php print lang('ЄДРПОУ ','ЕДРПОУ ')?> {{bill_edrpou[i]}} <br/><br/>
        </td>
      </tr>
    {% } %}
</script>
  
</body>
</html>
 
table {
  width: 100%;
  border: 1px solid #dcdcdc;
}
td {
  padding: 10px;
  border: 1px solid #dcdcdc;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers