Re: [LogiLogi-list] GUI-dev - link logis pop-over
Status: Beta
Brought to you by:
wybow
|
From: Bruno S. <bs...@gm...> - 2006-11-14 18:59:27
|
On 11/14/06, Wybo Wiersma <wy...@lo...> wrote: > > My changes are: > > > > * New header, table-less, with one list for requested and other for > > received url parts. > > Beautifull. > > > * The two sides link with pop-over when clicked over the right half. > > Nice. > > Also nice that you chose to turned the two halves into one link, > instead of into 2, as was my initial plan. This fits in much nicer > with the idea of letting Javascript query the rating-server and then > select which link is best for the first part, once clicked. This does > however require us to also finish that bit of the code before the > release (possibly a stub that just takes the first link returned > in the list). > I've been trying to understand LogiLogi and still are trying to understand some parts, although I think I understand the main porpuse (I hope I do!). I thought that the first part would take you to a static link, which was put by hand, and the right side would show you the logis. Don't waste time explaining this now, I'll understand it bit a bit. > I will then change the output for links into > <a href="en.logilogi.org/do/link/list/3,82">LogiLogi</a> > > Where 3 and 82 are the link-id's to be queried. And > en.logilogi.org/do/link/list/3,82 returns a list with their logi's > > Let me know if you think this is feasable within a few weeks. > Otherwise we might for now have to stick with links being > sent from the server in two parts: > > "LogiLo(botanics/george_bush)":do:logi/view/botanics/george_bush; > "giLink":do:link/list/1; > > Where from textile I parse the javascript call for the drop-down menu > around the second part, and do/link/list/2 returns the contents for > the drop-down div. > Ok, in your second email you said it'd be better to stick with the two-part solution, so... do I have to change the code? do you now need there to be two links instead of only one? > > * Some minor changes on the style sheet > > > > I realized that the link is not working well in IE. I still have to > > test this link in different situations linke in a list, in the right > > column, etc. > > Ok. > > > Also the logis-box doesn't disapears when clicking outside or other link, yet. > > I see. > > > Wybo, if you want to include this in the SVN, let me know where it is > > at and I'll start working directly on the SVN from now on. > > It's in there now. I renamed the stylesheet to new_gui_logilogi.css, > so untill we integrate it in app/view/layouts/main.rhtml, we have no > interference with the old gui. > > I first kept it separate because for you working on plain html is > probably easier. Let me know when you are done with the page-layout > (3-column problem maybe too), because I/we can then integrate it. > I spend some minutes yesterday looking for 3columns layouts (although I say I wouldn't). There are some exelent resources for this like the css-discuss tableless layouts list: http://css-discuss.incutio.com/?page=ThreeColumnLayouts I found some interesting ones but I'll have to look further and test them. I also found some that handles what you did in LogiLogi, here they are: http://www.pmob.co.uk/temp/3colfixedtest_4.htm http://www.pmob.co.uk/temp/3colfixedtest_sourcenone.htm http://www.tanfa.co.uk/css/layouts/css-3-column-layout-v1.asp But there are also many other great codes arround, like the Positioniseverything people "in search of the One True Layout" http://www.positioniseverything.net/articles/onetruelayout/examples As you can see, this is something much talked about, and I believe we could enjoy a fluid logilogi if we incorporate this. Let me work on this later, I'll give priority to the logilogilink first. > Wybo > > > -- > > Bruno > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > LogiLogi-list mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logilogi-list > What is really bothering me is the logilogilink not working on IE when the link is in the middle of a paragraph and it creates a blank line, but I'll solve it asap. I might have to add some div, span, but I'll fix it. -- Bruno |