Subversion Repositories HomeAutomation

Rev

Rev 2102 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. <script id="page-phonecalls-template" type="text/x-jquery-tmpl" data-enhance="false">
  2.   <div>
  3.     <ul data-role="listview" data-theme="d" data-divider-theme="d"></ul>
  4.   </div>
  5. </script>
  6.  
  7. <script id="page-phonecalls-divider-template" type="text/x-jquery-tmpl" data-enhance="false">
  8.   <li data-role="list-divider">${title}<span class="ui-li-count">2</span></li>
  9. </script>
  10.  
  11. <script id="page-phonecalls-item-template" type="text/x-jquery-tmpl" data-enhance="false">
  12.   <li>
  13.     <h3>
  14.       ${directionText}
  15.       <a href="tel:${number}">${number}</a>
  16.     </h3>
  17.  
  18.     {{each names}}
  19.       <p>${$value}</p>
  20.     {{/each}}
  21.  
  22.     <p clasS="ui-li-aside ui-li-desc"><strong>${time}</strong></p>
  23.   </li>
  24. </script>
  25.  
  26.  
  27. <script id="page-phonecalls-item-template2" type="text/x-jquery-tmpl" data-enhance="false">
  28.   <li>
  29.     <h3>
  30.       {{each names}}
  31.       ${$value},
  32.     {{/each}}
  33.      
  34.     </h3>
  35.  
  36.    
  37.     <p>${directionText} <a href="tel:${number}">${number}</a></p>
  38.     <p clasS="ui-li-aside ui-li-desc"><strong>${time}</strong></p>
  39.   </li>
  40. </script>
  41.