本站源代码
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

27 lines
963B

  1. {{template "base/head" .}}
  2. <div class="ui repository branches">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. {{template "base/alert" .}}
  6. <div>
  7. <div class="ui container" > 一次性捐赠 {{.FundingToCollaboration}} 元获取读权限 </div>
  8. <div class="ui divider"></div>
  9. <form class="ui form" id="transfer-point-form" action="{{.Link}}/action/funding" method="post">
  10. {{.CsrfTokenHtml}}
  11. <input type="hidden" name="toid" value="{{ $.Repository.Owner.Name }}">
  12. <input type="hidden" name="repoid" value="{{ $.Repository.ID }}">
  13. <input name="why" placeholder="为什么" value="捐赠{{$.Repository.Name}}项目" autocomplete="off" required>
  14. <input name="qty" placeholder="红包个数" autocomplete="off" required>
  15. <button class="ui green button">确定</button>
  16. </div>
  17. <div>
  18. <ul>
  19. {{range .Funds}}
  20. <li>{{.Name}} {{.Qty}}</li>
  21. {{end}}
  22. </ul>
  23. </div>
  24. </div>
  25. </div>
  26. {{template "base/footer" .}}
上海开阖软件有限公司 沪ICP备12045867号-1