gitea源码

cite_buttons.tmpl 541B

123456789101112
  1. <button class="ui citation button" id="citation-copy-apa" data-text="">
  2. APA
  3. </button>
  4. <button class="ui citation button" id="citation-copy-bibtex" data-text="">
  5. BibTeX
  6. </button>
  7. <!-- the value will be updated by initCitationFileCopyContent, the code below is used to avoid UI flicking -->
  8. <input id="citation-copy-content" value="" size="1" readonly>
  9. <button class="ui icon button" id="citation-clipboard-btn" data-tooltip-content="{{ctx.Locale.Tr "copy"}}" data-clipboard-target="#citation-copy-content">
  10. {{svg "octicon-copy"}}
  11. </button>