Commit 02fe070e588f528f0e5ac06105a829f4254d77ff
- Diff rendering mode:
- inline
- side by side
swtr/templates/index.html
(1 / 1)
  | |||
115 | 115 | <script type="text/template" id="popup-template"> | |
116 | 116 | <span class="annotorious-popup-text"> | |
117 | 117 | <ul class="custom-style-popup"> | |
118 | <li class="custom-popup-line" ><span>Label: </span><%= Label %></li> | ||
118 | <li class="custom-popup-line" ><span>Title: </span><%= Label %></li> | ||
119 | 119 | <li class="custom-popup-line"><span>Comment: </span><%= Comment %></li> | |
120 | 120 | <li class="custom-popup-line"><span>Tags: </span><%= Tags %></li> | |
121 | 121 | <li class="custom-popup-line"><span>Related Links: </span><%= Links %></li> |