mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 18:40:17 +02:00
added footers for local html docs
git-svn-id: trunk@8305 -
This commit is contained in:
parent
eaac6a33da
commit
4ce4d0a95b
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
5
docs/html/locallclfooter.xml
Executable 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
5
docs/html/localrtlfooter.xml
Executable 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>
|
Loading…
Reference in New Issue
Block a user