[xwiki-users] Trying to find...
Dear all I want to find the file that generates this piece of html. It is in the <ul class="star"> that exists within the <div id="leftPanels" class="panesl left"> <ul class="star"> <li><span class="wikilink"><a href=".............." </ul> etc thanks
sorry, not very clear - I want to find the line <ul class="star"> within the left hand panel that I use for navigation thanks <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>eeweb Signature</TITLE> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.6000.16640" name=GENERATOR></HEAD> <BODY><IMG src="http://www.maxelcat.co.uk/small_eeweb.jpg"> <DIV><FONT face=ver size=2>ee-web.co.uk</FONT></DIV> <DIV><A href="mailto:[email protected]"> <FONT face=verdana size=2>[email protected]</FONT></A><FONT face=ver size=2> </FONT></DIV> <DIV><FONT face=ver size=2>07760 392284</FONT></DIV></BODY></HTML> -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Edward Laptop Sent: 15 September 2008 09:47 To: XWiki Users Subject: [xwiki-users] Trying to find... Dear all I want to find the file that generates this piece of html. It is in the <ul class="star"> that exists within the <div id="leftPanels" class="panesl left"> <ul class="star"> <li><span class="wikilink"><a href=".............." </ul> etc thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, On Sep 15, 2008, at 10:48 AM, Edward Laptop wrote:
sorry, not very clear - I want to find the line
<ul class="star">
within the left hand panel that I use for navigation
This is getting changed in the new rendering. In the old one you can find it here: http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/j... -Vincent
-----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Edward Laptop Sent: 15 September 2008 09:47 To: XWiki Users Subject: [xwiki-users] Trying to find...
Dear all
I want to find the file that generates this piece of html. It is in the <ul class="star"> that exists within the <div id="leftPanels" class="panesl left"> <ul class="star"> <li><span class="wikilink"><a href=".............." </ul> etc
thanks
I have an ie6 bug. In effect the hover doesn't work for the first link in ie6. I have solved this before by adding a comment between the ul class="star" and the first li I wanted to find the place where I could write a simple comment statement in and see if it worked. I presumed I there would be a file somewhere that I could edit to add in the comment. I read the link you send me and found OPEN_LIST.put('*', "<ul class=\"star\">\n"); which I think I could edit to add a <!-- --> comment in. Or am I going up the wrong tree completely here? thanks Edward -----Original Message----- From: Edward Laptop [mailto:[email protected]] Sent: 15 September 2008 09:49 To: [email protected]; XWiki Users Subject: RE: [xwiki-users] Trying to find... sorry, not very clear - I want to find the line <ul class="star"> within the left hand panel that I use for navigation thanks <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>eeweb Signature</TITLE> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <META content="MSHTML 6.00.6000.16640" name=GENERATOR></HEAD> <BODY><IMG src="http://www.maxelcat.co.uk/small_eeweb.jpg"> <DIV><FONT face=ver size=2>ee-web.co.uk</FONT></DIV> <DIV><A href="mailto:[email protected]"> <FONT face=verdana size=2>[email protected]</FONT></A><FONT face=ver size=2> </FONT></DIV> <DIV><FONT face=ver size=2>07760 392284</FONT></DIV></BODY></HTML> -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Edward Laptop Sent: 15 September 2008 09:47 To: XWiki Users Subject: [xwiki-users] Trying to find... Dear all I want to find the file that generates this piece of html. It is in the <ul class="star"> that exists within the <div id="leftPanels" class="panesl left"> <ul class="star"> <li><span class="wikilink"><a href=".............." </ul> etc thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Edward Laptop -
Vincent Massol