From: <jbo...@li...> - 2005-08-18 19:02:40
|
Author: szimano Date: 2005-08-18 15:02:30 -0400 (Thu, 18 Aug 2005) New Revision: 901 Modified: trunk/forge/portal-extensions/forge-wiki/src/web/WEB-INF/jsp/Wiki.jsp Log: oh damon damon... Modified: trunk/forge/portal-extensions/forge-wiki/src/web/WEB-INF/jsp/Wiki.jsp =================================================================== --- trunk/forge/portal-extensions/forge-wiki/src/web/WEB-INF/jsp/Wiki.jsp 2005-08-18 18:55:45 UTC (rev 900) +++ trunk/forge/portal-extensions/forge-wiki/src/web/WEB-INF/jsp/Wiki.jsp 2005-08-18 19:02:30 UTC (rev 901) @@ -34,7 +34,7 @@ %> - <a href="<%=actionURL%>&action=History&page=<%=wikiPage%>"><img src="/file-access/default/members/jbosswiki/images/historyButton.png"</img></a> + <a href="<%=actionURL%>&action=Info&page=<%=wikiPage%>"><img src="/file-access/default/members/jbosswiki/images/historyButton.png"</img></a> <form method="post" action="<%=actionURL%>"> <input type="text" name="page" /> <input type="submit" value="GO" /> @@ -43,17 +43,9 @@ <hr /> -<div class="wikiTrail">Your trail: <i>TODO</i></div> - -<hr /> - -<table> +<table style="width: 100%"> <tr> -<td class="wikiContent"> - - <%=wikiContent%> - -<td> +<td class="wikiContent"><%=wikiContent%><td> </tr> <tr> <td class="wikiFooter"> |