24 lines
805 B
HTML
Executable file
24 lines
805 B
HTML
Executable file
<!--<?php//for docblock, @see MCI_Footnotes_Template::process_template()
|
|
/**
|
|
* Default table row template for uncombined footnotes
|
|
*
|
|
* @since 2.2.10 Bugfix: Reference container: add missing container ID in function name in default table row template for uncombined footnotes.
|
|
*
|
|
*/?>
|
|
-->
|
|
<tr class="footnotes_plugin_reference_row">
|
|
<td
|
|
id="footnote_plugin_reference_[[post_id]]_[[container_id]]_[[note_id]]"
|
|
class="footnote_plugin_index pointer"
|
|
onclick="footnote_moveToAnchor_[[post_id]]_[[container_id]]('footnote_plugin_tooltip_[[post_id]]_[[container_id]]_[[note_id]]');"
|
|
><[[link-span]]
|
|
class="footnote_plugin_link"
|
|
[[hard-link]]
|
|
>[[arrow]][[index]][[terminator]]</[[link-span]]
|
|
>[[anchor-element]]</td
|
|
>
|
|
<td
|
|
class="footnote_plugin_text"
|
|
>[[text]]</td
|
|
>
|
|
</tr>
|