footnotes WordPress Plugin first alpha release

- Basic functionality is available
- Tested against WordPress 3.9.1

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917799 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Mark Cheret 2014-05-20 11:23:45 +00:00
parent 073f387725
commit 3321070f7e
17 changed files with 1793 additions and 0 deletions

10
templates/container.html Executable file
View file

@ -0,0 +1,10 @@
<div class="footnote_plugin_container">
<div class="footnote_plugin_index">
[[FOOTNOTE INDEX]].
</div>
<div class="footnote_plugin_text">
<a class="footnote_plugin_link" href="#footnote_plugin_tooltip_[[FOOTNOTE INDEX SHORT]]">&#8593;</a>&nbsp;
[[FOOTNOTE TEXT]]
</div>
<div class="footnote_plugin_end"></div>
</div>

8
templates/footnote.html Executable file
View file

@ -0,0 +1,8 @@
<sup>
<a href="#" class="footnote_plugin_tooltip" name="footnote_plugin_tooltip_[[FOOTNOTE INDEX]]">
[[FOOTNOTE INDEX]])
<span>
[[FOOTNOTE TEXT]]
</span>
</a>
</sup>