Nice job Drew and Gary! I see this was done with Bootstrap 2, have you guys been playing around with the new Bootstrap 3.0 release yet? On my own design work, I've been contemplating migrating my Bootstrap 2 stuff to either Bootstrap 3 or Foundation.
On Wed, Aug 7, 2013 at 8:56 PM, Drew Wills <[email protected]> wrote: > Hey folks, > > I had a chance today to go a bit further with the work on the new > Respondr theme based on Twitter Bootstrap and Responsive Design principals. > > - https://issues.jasig.org/browse/UP-3776 > > Previously all content on the page was static HTML. > > Now the tabs at the top are rendered appropriately based on the logged > in user's layout (and they correctly navigate the user when clicked), > and the portlets that appear on the page are actual portlets rendered by > uPortal and the correct ones for the selected tab. > > I'm attaching an updated screen capture. Work is still needed on > portlet chrome. > > NOTE #1: In the last email I indicated that you have to change a > profile XML data file to point to the Respondr theme (and import) to > enable it. That's accurate, but I suggested using the mobile > profile(s). If you do it that way, you'll also need to change the > structure transform to the normal desktop one ("DLMTabsColumns"). > > Here's a "$git diff" representation of the necessary changes... > > --- > > a/uportal-war/src/main/data/default_entities/profile/defaultTemplateUser_mobileDefault.profile.xml > +++ > > b/uportal-war/src/main/data/default_entities/profile/defaultTemplateUser_mobileDefault.profile.xml > @@ -23,6 +23,6 @@ > <name>HTML mobile browser profile</name> > <fname>mobileDefault</fname> > <description>A sample mobile profile for common web > browsers</description> > - <structure name="DLMMobileColumns"/> > - <theme name="UniversalityMobile"/> > + <structure name="DLMTabsColumns"/> > + <theme name="Respondr"/> > </profile> > > NOTE #2: The Universality tab rendering strategy is column-based, but > (apparently) Bootstrap conceptualizes page content in rows. > Consequently, I've "flipped" the column-based layout XML into rows. > > So if in Universality you would see... > > (A) (B) > (C) (D) > (E) > > Now in Respondr you'll see... > > (A) (C) (E) > (B) (D) > > Cheers, > > drew wills > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- Aaron Grant Project Coordinator and Systems Integrator Oakland University - UTS <http://oakland.edu/uts> -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
