From: Geoffrey T. D. <da...@us...> - 2001-11-14 21:25:35
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv6431/templates Modified Files: browse.html editpage.html message.html Log Message: Another XHTML fix. Index: browse.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** browse.html 2001/11/14 21:05:38 1.21 --- browse.html 2001/11/14 21:25:32 1.22 *************** *** 5,8 **** --- 5,9 ---- <head> <!-- phpwiki source: + $Id$ ${RCS_IDS} --> *************** *** 16,20 **** </head> <body> - <h1> <div><a class="wikilink" href="${BROWSE}HomePage" --- 17,20 ---- *************** *** 22,25 **** --- 22,26 ---- border="0" alt="[phpwiki]" align="right" width="50" height="50" /></a></div> + <h1> <?plugin-link BackLinks description="Get BackLinks for [pagename]" page="[pagename]" class="backlinks" Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** editpage.html 2001/11/14 21:05:38 1.21 --- editpage.html 2001/11/14 21:25:32 1.22 *************** *** 5,8 **** --- 5,9 ---- <head> <!-- phpwiki source: + $Id$ ${RCS_IDS} --> *************** *** 16,24 **** <body> - <h1> <div><a class="wikilink" href="${BROWSE}HomePage" ><img src="${LOGO}" border="0" align="right" alt="[phpwiki]" width="50" height="50" /></a></div> Edit <a href="${BROWSE}${PAGEURL}" class="wikilink"><span class="wikiword">${PAGE}</span></a> --- 17,25 ---- <body> <div><a class="wikilink" href="${BROWSE}HomePage" ><img src="${LOGO}" border="0" align="right" alt="[phpwiki]" width="50" height="50" /></a></div> + <h1> Edit <a href="${BROWSE}${PAGEURL}" class="wikilink"><span class="wikiword">${PAGE}</span></a> Index: message.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** message.html 2001/11/14 21:05:38 1.13 --- message.html 2001/11/14 21:25:32 1.14 *************** *** 5,8 **** --- 5,9 ---- <head> <!-- phpwiki source: + $Id$ ${RCS_IDS} --> *************** *** 14,18 **** </head> <body> - <h1> <div><a class="wikilink" href="${BROWSE}HomePage" --- 15,18 ---- *************** *** 21,26 **** width="50" height="50" /></a></div> ! ${TITLE} ! </h1> ${CONTENT} --- 21,25 ---- width="50" height="50" /></a></div> ! <h1>${TITLE}</h1> ${CONTENT} |