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:
parent
89e6d9e9d7
commit
b57b80f123
8 changed files with 58 additions and 32 deletions
|
@ -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]]();"
|
||||
> [<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>
|
||||
|
|
Reference in a new issue