From: Geoffrey T. D. <da...@us...> - 2001-02-14 22:01:26
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv9783/templates Modified Files: browse.html editpage.html message.html Log Message: Various minor bug fixes and cleanups. Also added the following new minor featurelets: Comments in index.php indicating how to set the PHP include_path if necessary. New config variable $DisabledActions --- one can list actions (eg. dumpserial) which should not be allowed, even by the administrator. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** browse.html 2001/02/14 05:22:49 1.12 --- browse.html 2001/02/14 22:02:05 1.13 *************** *** 6,10 **** --> <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="###CSS_URL###" type="text/css"> --- 6,10 ---- --> <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="###CSS_URL###" type="text/css"> Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** editpage.html 2001/02/14 05:22:49 1.12 --- editpage.html 2001/02/14 22:02:05 1.13 *************** *** 6,10 **** --> <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="###CSS_URL###" type="text/css"> --- 6,10 ---- --> <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="###CSS_URL###" type="text/css"> *************** *** 30,34 **** Please <a class="wikilink" href="###BROWSE###ConvertSpacesToTabs"><span class="wikiword">ConvertSpacesToTabs</span></a> for me when I save. ! <p><a class="wikilink" href="###BROWSE###GoodStyle"><span class="wikiword">GoodStyle</span></a> tips for editing. ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&version=archive">EditCopy</a> from previous author --- 30,36 ---- Please <a class="wikilink" href="###BROWSE###ConvertSpacesToTabs"><span class="wikiword">ConvertSpacesToTabs</span></a> for me when I save. ! <p>You can change the size of the editing area. ! See <a class="wikilink" href="###BROWSE###UserPreferences"><span class="wikiword">UserPreferences</span></a>.</p> ! <p><a class="wikilink" href="###BROWSE###GoodStyle"><span class="wikiword">GoodStyle</span></a> tips for editing.</p> ###IF COPY###<br><a class="wikiaction" href="###ACTION###edit&version=archive">EditCopy</a> from previous author Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** message.html 2001/02/14 05:22:49 1.7 --- message.html 2001/02/14 22:02:05 1.8 *************** *** 6,10 **** --> <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="###CSS_URL###" type="text/css"> --- 6,10 ---- --> <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="###CSS_URL###" type="text/css"> |