scanHC.ftl 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <#assign title="${tittle!''}证"/>
  2. <#include "/home/frag.head.ftl" />
  3. <div class="weui-tab">
  4. <div class="weui-tab__bd">
  5. <div class="weui-tab__bd-item weui-tab__bd-item--active">
  6. <div class="page__bd">
  7. <header class="user-header">
  8. <br/>
  9. <#if (uptownId??) && (uptownId == 100000002)><img class="user-title" style="height: 60px;width: 70px;" id="qr" src="/hc.png"/></#if>
  10. <#if (uptownId??) && (uptownId != 100000002)><br/>
  11. <br/>
  12. <br/></#if>
  13. <p class="user-title-long">${doorplate!''}</p>
  14. <p class="user-title-long">${name!''}</p>
  15. <h1 class="user-title-long ${collor!''}">${door!''}</h1>
  16. <br/>
  17. <h1 class="user-title-big ${collor!''}">${into!""}</h1>
  18. <br/>
  19. <br/>
  20. <p class="user-title-long-two">${errorMsg!""}</p>
  21. </header>
  22. <br/>
  23. <p class="user-title-long ${collor2!''}">${now!''}</p>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </body>
  30. <#include "/home/frag.foot.ftl" />
  31. <script>
  32. </script>