added footers for local html docs

git-svn-id: trunk@8305 -
This commit is contained in:
vincents 2005-12-13 10:20:30 +00:00
parent eaac6a33da
commit 4ce4d0a95b
3 changed files with 12 additions and 0 deletions

2
.gitattributes vendored
View File

@ -512,6 +512,8 @@ docs/Packages.txt svneol=native#text/plain
docs/RemoteDebugging.txt svneol=native#text/plain
docs/TODO svneol=native#text/plain
docs/html/fpdoc.css svneol=native#text/css
docs/html/locallclfooter.xml svneol=native#text/plain
docs/html/localrtlfooter.xml svneol=native#text/plain
docs/html/sourceforgefooter.xml svneol=native#text/xml
docs/html/update_gtkintf_html.sh -text svneol=native#application/x-sh
docs/html/update_html.sh -text svneol=native#application/x-sh

5
docs/html/locallclfooter.xml Executable file
View File

@ -0,0 +1,5 @@
<table cellspacing="0" cellpadding="0" class="bar" width="100%">
<tr>
<td valign="top" align="center"><span class="footer">The latest version of this document can be found at </span><a href="http://lazarus-ccr.sourceforge.net/docs/lcl">lazarus-ccr.sourceforge.net</a><span class="footer">.</span></td>
</tr>
</table>

5
docs/html/localrtlfooter.xml Executable file
View File

@ -0,0 +1,5 @@
<table cellspacing="0" cellpadding="0" class="bar" width="100%">
<tr>
<td valign="top" align="center"><span class="footer">The latest version of this document can be found at </span><a href="http://lazarus-ccr.sourceforge.net/docs/rtl">lazarus-ccr.sourceforge.net</a><span class="footer">.</span></td>
</tr>
</table>