From: Broken K. <bro...@gm...> - 2006-08-08 23:46:08
|
TO kill this issue, I really don't see a problem with the exception of what we decide is the DEFAULT. Full view or Framed view don't really differ in anything but the sidebar. However we can have that come in or out as part of an option you click in the options bar. The difference in structure is effectively, for Framed View: <frameset id="hframeset" rows="<?php echo $rows?>" frameborder="0" > <frame src="menu.php?view=frames" name="controls" /> <frameset id="vframeset" cols="<?php echo $cols?>" frameborder="0" > <frame src="feeds.php?view=frames" name="menu" /> <frame src="view.php?view=frames" name="items" /> </frameset> </frameset> For Full view: <frameset id="hframeset" rows="<?php echo $rows?>" frameborder="0" > <frame src="menu.php?view=frames" name="controls" /> <frameset id="vframeset" cols="<?php echo $cols?>" frameborder="0" > <frame src="view.php?view=frames" name="items" /> </frameset> </frameset> We're effectively taking away one line. I honestly don't see much of a problem here, with the exception of what we decide should be the default. I've voiced my opinion on this matter but I've been known to be completely of base in the past so maybe we simply put it as a vote. As for what the categories and tags will look like, that's effectively just like the framed view, but instead of the feed running down the left hand side panel we have the category or tag. So if you want to read items regarding the design category you simply click on that, or whatever. Nothing too fancy to be honest. Final point, I just would like the feeds or categories or tags in the left hand frame to have an odd or even nature so that we can have the light grey/dark grey structure. If anyone can modify the existing code from the panel.php file that would be great so that I can continue hacking and slicing :). Hope that all makes sense. On Tue, 2006-08-08 at 16:01 -0700, Miles Beck wrote: > On 8/8/06, Andrew Turner <ajt...@hi...> wrote: > > The sidebar can use javascript to show/hide the feeds sidebar, and > > maybe fallback to "dual view" for non-javascript browsers. > > Does this mean that we will not have support for the panel view like > it is in 0.3 (but with the new UI)? > > I'm not really sure what showing/hiding the feeds sidebar does for us. > And if this is the compromise for the panel view. > > -Miles > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel |