Re: [LogiLogi-list] GUI-dev - link logis pop-over
Status: Beta
Brought to you by:
wybow
|
From: Wybo W. <wy...@lo...> - 2006-11-14 08:22:17
|
> Hello, > > I've made an HTML template from http://logilogi.org:3000/ to work on > it and ad the double action button requested by Wybo. > > I've uploaded this template to > http://overbits.com:3000/index_new_gui.html and the CSS is at Great! It scales fabulously! > http://overbits.com:3000/stylesheets/logilogi.css > I didn't uploaded it to the SVN as I don't remember how to commit a > change and it's late so I'll go to sleep now. I understand. I committed it for you. So you don't need to look it up: committing is done with svn commit, adding new files (which should be done after creating a new file, before committing) with svn add. > 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 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. > * 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. Wybo > -- > Bruno |