本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.0KB

  1. {{template "base/head" .}}
  2. <div class="explore users">
  3. {{template "explore/navbar" .}}
  4. <div class="ui container">
  5. <form action="{{AppSubUrl}}/explore/trans" method="get" class="STYLE-NAME">
  6. <label>
  7. <span> 发送人 :</span>
  8. <input id="sender" name="from_id" placeholder="发送人" />
  9. </label>
  10. <label>
  11. <span> 接收人 :</span>
  12. <input id="receiver" name="to_id" placeholder="接收人" />
  13. </label>
  14. <label>
  15. <span> 原因 :</span>
  16. <input id="reason" name="why" placeholder="转账原因"> </input>
  17. </label>
  18. <label>
  19. <button class="ui blue button"> {{.i18n.Tr "explore.search"}} </button>
  20. </label>
  21. </form>
  22. <div class="ui user list">
  23. {{range .Trans}}
  24. <div class="item">
  25. <div class="content">
  26. {{.CreatedUnix.FormatShort}} <a href="/{{.FromID}}">{{.FromID}}</a>发了{{.Qty}}个红包给<a href="/{{.ToID}}">{{.ToID}}</a> ,{{.Why}}。
  27. </div>
  28. </div>
  29. {{else}}
  30. <div>no result</div>
  31. {{end}}
  32. </div>
  33. {{template "base/paginate" .}}
  34. </div>
  35. </div>
  36. {{template "base/footer" .}}
上海开阖软件有限公司 沪ICP备12045867号-1