From f62ea8a1d1cf10eddeae777b11420624e111b7ea Mon Sep 17 00:00:00 2001 From: andi Date: Sun, 5 Jun 2005 12:38:42 +0200 Subject: directory layout cleanup !IMPORTANT This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz --- inc/html.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 411e230c7..acdfaecba 100644 --- a/inc/html.php +++ b/inc/html.php @@ -364,7 +364,7 @@ function html_revisions(){ print $date; - print ' '; + print ' '; print ''.$ID.' '; @@ -386,7 +386,7 @@ function html_revisions(){ print $date; print ' '; - print ''; + print ''; print ' '; print ''.$ID.' '; @@ -438,11 +438,11 @@ function html_recent($first=0){ print $date.' '; print ''; - print ''; + print ''; print ' '; print ''; - print ''; + print ''; print ' '; print html_wikilink($id,$id); @@ -848,29 +848,29 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed? textChanged = ; - formatButton('images/bold.png','','**','**','','b'); - formatButton('images/italic.png','',"\/\/","\/\/",'','i'); - formatButton('images/underline.png','','__','__','','u'); - formatButton('images/code.png','','\'\'','\'\'','','c'); + formatButton('bold.png','','**','**','','b'); + formatButton('italic.png','',"\/\/","\/\/",'','i'); + formatButton('underline.png','','__','__','','u'); + formatButton('code.png','','\'\'','\'\'','','c'); - formatButton('images/fonth1.png','','====== ',' ======\n','','1'); - formatButton('images/fonth2.png','','===== ',' =====\n','','2'); - formatButton('images/fonth3.png','','==== ',' ====\n','','3'); - formatButton('images/fonth4.png','','=== ',' ===\n','','4'); - formatButton('images/fonth5.png','','== ',' ==\n','','5'); + formatButton('fonth1.png','','====== ',' ======\n','','1'); + formatButton('fonth2.png','','===== ',' =====\n','','2'); + formatButton('fonth3.png','','==== ',' ====\n','','3'); + formatButton('fonth4.png','','=== ',' ===\n','','4'); + formatButton('fonth5.png','','== ',' ==\n','','5'); - formatButton('images/link.png','','[[',']]','','l'); - formatButton('images/extlink.png','','[[',']]','http://www.example.com|'); + formatButton('link.png','','[[',']]','','l'); + formatButton('extlink.png','','[[',']]','http://www.example.com|'); - formatButton('images/list.png','',' - ','\n',''); - formatButton('images/list_ul.png','',' * ','\n',''); + formatButton('list.png','',' - ','\n',''); + formatButton('list_ul.png','',' * ','\n',''); - insertButton('images/rule.png','','----\n'); - mediaButton('images/image.png','','m',''); + insertButton('rule.png','','----\n'); + mediaButton('image.png','','m',''); -- cgit v1.2.3