From: Shaun M. <sh...@ae...> - 2004-08-06 13:53:57
|
It has been mentioned a few times and in IRC. There's a number of different styles in use. eg. compare FAQ with Fatcat or RSS. It does need unifying. I'd suggest using <ul> and <li> tags, then each element can be styled and it'd be possible to create proper tabs like in these two ala articles here... http://www.alistapart.com/articles/taminglists/ http://www.alistapart.com/articles/slidingdoors/ It'd be nice to pin down some class names and put them in as a requirement in any style.css though. There are some already like the background colours that are mandatory and more should be specified as a common resource that module developers can rely on. On 6 Aug 2004, at 13:28, Daniel Winter wrote: > Are there any ideas / plans for standardising the panel thingy that's > used > in mods like the user admin and layout?... I think this would be good > if it > was available as a feature in the layout mod (by code). I believe mods > that > have a menu like announcements and menu manager should use something > like > this, would also make things a bit more consistent. > > The way I currently have things set up is: (for example) > > <h2>Announcements</h2> > > <p class="inner menu">New Announcement | List Announcements | > Settings</p> > > <h3>Current announcements (1 - 10 of 98)</h3> > > [list table] > > > inner menu would be good suited as the panel. > > And with user and layout admin it has a table above h2, which im sure > would > be possible to after the h2 (is the title of content vars). > > Daniel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > Shaun aegis design - http://www.aegisdesign.co.uk |