From: Geoffrey T. D. <da...@us...> - 2001-02-13 05:54:03
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv13838/templates Modified Files: browse.html editpage.html message.html Log Message: log Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** browse.html 2001/02/10 22:15:08 1.10 --- browse.html 2001/02/13 05:54:38 1.11 *************** *** 6,13 **** --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <base href="###BASE_URL###"> <title>###PAGE###</title> ! </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> --- 6,33 ---- --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> ! <!-- <link rel="stylesheet" title="phpwiki" href="" type="text/css"> --> ! <style type="text/css"> ! <!-- ! .wikiword, .unknownwikiword { ! font-family: sans-serif; ! font-size: 12pt; ! text-decoration: none; ! /* background-color: #e8e8d8 */ ! } ! ! .wikiword:link { ! color: #c00 ; ! } ! .wikiword:visited { ! color: #600; ! } ! .unknownwikiword { color: #000; background-color: #ddc } ! A.unknownwikiword { color: ivory; background-color: #663333 } + --> + </style> + </head> <body bgcolor=ivory text=black alink=red link=darkblue vlink=darkmagenta> <h1><a href="###BROWSE###FrontPage"><img src="###LOGO###" border=0 alt="[phpwiki]" align=middle width=50 height=50></a> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** editpage.html 2001/02/12 01:43:10 1.10 --- editpage.html 2001/02/13 05:54:38 1.11 *************** *** 6,10 **** --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <base href="###BASE_URL###"> <title>###PAGE###</title> </head> --- 6,10 ---- --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> </head> *************** *** 18,22 **** <input type="submit" value=" Save "></h1> ! <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> ###IF:MINOR_EDIT_CHECKBOX### --- 18,25 ---- <input type="submit" value=" Save "></h1> ! <textarea name="content" ! rows="###EDIT_AREA_HEIGHT###" ! cols="###EDIT_AREA_WIDTH###" ! wrap="virtual">###CONTENT###</textarea> <br> ###IF:MINOR_EDIT_CHECKBOX### Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** message.html 2001/02/10 22:15:08 1.5 --- message.html 2001/02/13 05:54:38 1.6 *************** *** 6,10 **** --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <base href="###BASE_URL###"> <title>###PAGE###</title> </head> --- 6,10 ---- --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <!-- <base href="###BASE_URL###"> --> <title>###PAGE###</title> </head> |