I tried to do minimal changes: .-Include bootstrap and jquery .-page_head() (here is the top bar) .-page_tail() .-some class="whatever" to get the classes from bootstrap .-change some few elements (<a> to <button> and viceversa) .-New css file to set the particular styles (different from bootstrap)
At this time I've some major changes in http://registro.ibercivis.es/index.php, but we don't need that Regards Francisco 2013/5/14 Christian Beer <[email protected]> > I would say this depends on what changes you have done to the php pages > and how easy it is to create a custom project theme. I tried something > similar with the smarty template engine some time ago but figured that > there would be to much code changes involved. > > Regards > Christian > Am 14.05.2013 17:50, schrieb Francisco Sanz García: > > Some work in the boinc-twitter bootstrap: > > > > .- Only one column > > .- Text aligned to the right in some tables: > > http://registro.ibercivis.es/home.php > > .- Added color to some buttons > > .- Looks fine is small devices (at least in tested devices) > > .... > > > > Please have a look at http://registro.ibercivis.es. > > > > Do you think we should make this the standard in BOINC? > > > > Thanks for your feedback > > > > Regards > > > > > > 2013/5/7 Francisco Sanz García <[email protected]> > > > >> 2013/5/7 Travis Desell <[email protected]> > >> > >>> I tried to look at the site with my phone and it was a mess. I'd > >>> definitely try it with different sized devices. > >>> > >> I' m agree to you, I have done no work yet in this issue. > >> > >> I've bootstrapped a bunch of the pages for wildlife@home: > >>> http://volunteer.cs.und.edu/wildlife/ > >>> > >>> So our code might prove useful. It's also freely available on github: > >>> > >>> https://github.com/travisdesell/wildlife_at_home/tree/master/webpage > >>> > >>> > >> It looks nice, good job. I'll have a look at the code to see how you are > >> working with bootstrap. > >> > >> > >>> I think the way to do this right for BOINC would be to use some kind of > >>> templating system (like mustache.php like we're using with > wildlife@home). > >>> That way various projects could just apply the BOINC page template to > their > >>> content. I think this would be a lot cleaner than how things are right > >>> now... > >>> > >>> Right now we're kind of stuck at getting the message boards to look > >>> correctly with bootstrap is quite the challenge, given the two css > files > >>> are very incompatible (thats why those are still the old format). > >>> > >>> I like the way the message boards > >> http://registro.ibercivis.es/forum_thread.php?id=50 looks like, maybe > we > >> need some colors, text formating...to some elements. My point is that > >> bootstrap have nice themes and some different classes for each element. > So > >> I'm trying to be as bootstrap compatible as possible. Also we can use > (if > >> needed) a personalized css file with each specific project. > >> > >> > >> > >> Regards > >> > >> Francisco > >> > >>> --Travis > >>> > >>> On May 6, 2013, at 8:19 PM, Francisco Sanz García wrote: > >>> > >>> 2013/5/7 Maureen Vilar <[email protected]> > >>> > >>> On Tue, May 7, 2013 at 1:20 AM, Francisco Sanz García <[email protected] > >>>> wrote: > >>> > >>> these logos must be 18x18px. are bigger that that for you? > >>> > >>> > >>> > >>> > >>> > >>> When I looked at the logos earlier they were enormous. One was about > 3cm x > >>> > >>> 3cm and the other about 2.5 x 2.5. I thought for a moment that I had > been > >>> > >>> kidnapped by Facebook. Now they're the normal size one expects icons to > >>> be. > >>> > >>> Thank you. > >>> > >>> > >>> > >>> David mentioned page titles in the left-hand column. For him the > problem > >>> > >>> was that this wastes space. There's also another problem on some pages > of > >>> a > >>> > >>> member's account in some languages. On the Computing preferences page > in > >>> > >>> Italian, French, Catalan, Spanish and English the title extends into > the > >>> > >>> text in the middle section. I didn't look at all the languages. If you > >>> want > >>> > >>> to keep the title in the left-hand column could I suggest using a > smaller > >>> > >>> size font for it? > >>> > >>> > >>> > >>> > >>> I have to work a bit on it. Twitter bootstrap allows to change the > look on > >>> the size of the screen. It's thinked to looks fine in diferents > >>> resolutions > >>> http://twitter.github.io/bootstrap/scaffolding.html#responsive (mobile, > >>> tablet, screen, big-screen). My idea is to show the left part only in > high > >>> resolution screen and move it to the bottom of the main menu in others > >>> resolutions. But the idea is that it's very easy to change the layout. > >>> > >>> Regards > >>> > >>> See it here if you're logged in: > >>> > >>> > >>> http://registro.ibercivis.es/prefs.php?subset=global > >>> > >>> > >>> _______________________________________________ > >>> boinc_dev mailing list > >>> [email protected] > >>> http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > >>> To unsubscribe, visit the above URL and > >>> (near bottom of page) enter your email address. > >>> > >>> > >>> > --------------------------------------------------------------------------- > >>> Travis Desell, Assistant Professor > >>> University of North Dakota - Dept. of Computer Science > >>> [email protected] - cell: 518-867-1054 > >>> Streibel Hall Room 220 - office: 701-777-3477 > >>> 3950 Campus Road Stop 9015 > >>> Grand Forks, North Dakota 58202-9015 > >>> > >>> Homepage ( http://people.cs.und.edu/~tdesell/ ) > >>> MilkyWay@Home ( http://milkyway.cs.rpi.edu/ ) > >>> DNA@Home ( http://volunteer.cs.und.edu/dna ) > >>> Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) > >>> > >>> > ---------------------------------------------------------------------------- > >>> > >>> > > _______________________________________________ > > boinc_dev mailing list > > [email protected] > > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > > To unsubscribe, visit the above URL and > > (near bottom of page) enter your email address. > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
