From: Arno H. <aho...@us...> - 2000-10-22 18:57:42
|
Update of /cvsroot/phpwiki/phpwiki/locale/nl/templates In directory slayer.i.sourceforge.net:/tmp/cvs-serv2517/locale/nl/templates Modified Files: editlinks.html editpage.html message.html Log Message: adjusted layout (smaller logo, no use of table anymore) Index: editlinks.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/templates/editlinks.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** editlinks.html 2000/10/19 21:39:32 1.1 --- editlinks.html 2000/10/22 13:30:58 1.2 *************** *** 9,18 **** <form method="POST" action="###SCRIPTURL###"> ! <table cellpadding=2> ! <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> ! <td><h1>Edit ###PAGE### Links <input type="submit" value=" Save "> <input type="reset" value=" Reset "></h1> - </td></tr></table> <P> --- 9,16 ---- <form method="POST" action="###SCRIPTURL###"> ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Edit ###PAGE### Links <input type="submit" value=" Save "> <input type="reset" value=" Reset "></h1> <P> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/templates/editpage.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** editpage.html 2000/10/20 11:42:53 1.2 --- editpage.html 2000/10/22 13:30:58 1.3 *************** *** 9,17 **** <form method="POST" action="###SCRIPTURL###"> ! <table cellpadding="2"> ! <tr><td bgcolor="black"><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> ! <td><h1>Verander ###PAGE### <input type="submit" value=" Bewaar "></h1> - </td></tr></table> <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> --- 9,15 ---- <form method="POST" action="###SCRIPTURL###"> ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! Verander ###PAGE### <input type="submit" value=" Bewaar "></h1> <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/templates/message.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** message.html 2000/10/19 21:39:32 1.1 --- message.html 2000/10/22 13:30:58 1.2 *************** *** 7,14 **** <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <table cellpadding=2> ! <tr><td bgcolor=black><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]"></a></td> ! <td><h1>###PAGE###</h1> ! </td></tr></table> ###CONTENT### --- 7,12 ---- <body bgcolor=linen text=black alink=red link=darkblue vlink=darkmagenta> ! <h1><a href="###SCRIPTURL###"><img src="###LOGO###" border=0 alt="[phpwiki]" width=50 height=50></a> ! ###PAGE###</h1> ###CONTENT### |