From: Arno H. <aho...@us...> - 2000-10-22 18:57:42
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory slayer.i.sourceforge.net:/tmp/cvs-serv2517/templates Modified Files: editpage.html editlinks.html message.html Log Message: adjusted layout (smaller logo, no use of table anymore) Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** editpage.html 2000/10/08 17:43:06 1.4 --- editpage.html 2000/10/22 13:30:57 1.5 *************** *** 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>Edit ###PAGE### <input type="submit" value=" Save "></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> ! Edit ###PAGE### <input type="submit" value=" Save "></h1> <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> Index: editlinks.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editlinks.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** editlinks.html 2000/06/30 17:51:53 1.3 --- editlinks.html 2000/10/22 13:30:57 1.4 *************** *** 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: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** message.html 2000/06/30 17:51:53 1.3 --- message.html 2000/10/22 13:30:57 1.4 *************** *** 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### |