developer version 2.0.9d0 (delta 0) in response to user request

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2414450 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-07 13:31:49 +00:00
parent 89e6d9e9d7
commit b57b80f123
8 changed files with 58 additions and 32 deletions

View file

@ -1,6 +1,7 @@
MCI Footnotes WordPress plugin
NOTE FOR WEBMASTERS
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
Added: 2020-11-06T0424+0100
Last modified: 2020-11-06T0431+0100
@ -8,12 +9,17 @@ Last modified: 2020-11-06T0431+0100
About the public templates
Template "reference-container-body.html"
## Template "reference-container-body.html"
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
> class/task.php(481)
> css/public.css
class/task.php(481)
css/public.css
* Elements:
Supported placeholders:
<a> Present for styling.
* Supported placeholders:
[[post_id]] makes the footnote ID unique for infinite scroll
[[id]] footnote number (1-based integer)

View file

@ -1,4 +1,5 @@
<a
class="footnote_referrer"
><sup
id="footnote_plugin_tooltip_[[post_id]]_[[id]]"
class="footnote_plugin_tooltip_text"

View file

@ -1,21 +1,30 @@
<div class="footnote_container_overall_wrapper">
<div class="footnote_container_prepare">
<p><span
<div
class="footnote_container_wrapper"
>
<div
class="footnote_container_prepare"
><p
><span
onclick="footnote_expand_reference_container_[[post_id]]();"
>[[label]]</span
><span
class="footnote_reference_container_collapse_button"
style="[[button-style]]"
onclick="footnote_expand_collapse_reference_container_[[post_id]]();"
>&nbsp;&nbsp;&nbsp;[<a
>[<a
id="footnote_reference_container_collapse_button_[[post_id]]"
> + </a
>]</span
></p
></div
>
<div
id="footnote_references_container_[[post_id]]"
style="[[style]]"
>
<table
class="footnote-reference-container"
>
</div>
<div id="footnote_references_container_[[post_id]]" style="[[style]]">
<table class="footnote-reference-container">
<tbody>
[[content]]
</tbody>