[appengine-java] Re: Custom admin pages styling

2011-11-10 Thread Emanuele Ziglioli
Hi Marcel,

Do those pages appear for you on the local admin console?

In my case the admin console is at: /_ah/admin
Have tried two add these two pages to appengine-web.xml but they don't
show up

  


  


On Nov 11, 10:50 am, Marcel Overdijk  wrote:
> Hi,
>
> I'm experimenting with custom admin pages as described 
> on:http://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> I would like to style these admin pages as much as the admin console
> looks at the moment.
>
> Are there any best practices / pointers how I can accomplish this
> best?
>
> Cheers,
> Marcel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Custom admin pages styling

2011-11-11 Thread Marcel Overdijk
Hi Emanuele,

I think you are right they are not showing up in the local admin
console.
On Google infrastructure they show up for me!

On Nov 11, 12:00 am, Emanuele Ziglioli 
wrote:
> Hi Marcel,
>
> Do those pages appear for you on the local admin console?
>
> In my case the admin console is at: /_ah/admin
> Have tried two add these two pages to appengine-web.xml but they don't
> show up
>
>   
>     
>     
>   
>
> On Nov 11, 10:50 am, Marcel Overdijk  wrote:
>
> > Hi,
>
> > I'm experimenting with custom admin pages as described 
> > on:http://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> > I would like to style these admin pages as much as the admin console
> > looks at the moment.
>
> > Are there any best practices / pointers how I can accomplish this
> > best?
>
> > Cheers,
> > Marcel
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Custom admin pages styling

2011-11-11 Thread Marcel Overdijk
I see the admin console is using the following:


@import "/css/compiled.160r.354568848237648925.css";



I was thinking of refering to these files myself, but I don't if they
will stay available on that url?
Of course I can also download them and them to my application.

Any feedback from Google on this?

On Nov 10, 10:50 pm, Marcel Overdijk  wrote:
> Hi,
>
> I'm experimenting with custom admin pages as described 
> on:http://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> I would like to style these admin pages as much as the admin console
> looks at the moment.
>
> Are there any best practices / pointers how I can accomplish this
> best?
>
> Cheers,
> Marcel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Custom admin pages styling

2011-11-11 Thread Marcel Overdijk
I now also found https://appengine.google.com/css/compiled.css which
contains all the App Engine Admin Console styles.

Would Google recomment embedding this directly in my page, or should I
copy it in my own project?




On Nov 11, 10:55 am, Marcel Overdijk  wrote:
> I see the admin console is using the following:
>
> 
> @import "/css/compiled.160r.354568848237648925.css";
> 
> 
>
> I was thinking of refering to these files myself, but I don't if they
> will stay available on that url?
> Of course I can also download them and them to my application.
>
> Any feedback from Google on this?
>
> On Nov 10, 10:50 pm, Marcel Overdijk  wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I'm experimenting with custom admin pages as described 
> > on:http://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> > I would like to style these admin pages as much as the admin console
> > looks at the moment.
>
> > Are there any best practices / pointers how I can accomplish this
> > best?
>
> > Cheers,
> > Marcel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Custom admin pages styling

2011-11-11 Thread Emanuele Ziglioli
Yes, they show up on GAE's servers.
It's frustrating this mismatch between dev server and production
ones

On Nov 11, 9:31 pm, Marcel Overdijk  wrote:
> Hi Emanuele,
>
> I think you are right they are not showing up in the local admin
> console.
> On Google infrastructure they show up for me!
>
> On Nov 11, 12:00 am, Emanuele Ziglioli 
> wrote:
>
>
>
>
>
>
>
> > Hi Marcel,
>
> > Do those pages appear for you on the local admin console?
>
> > In my case the admin console is at: /_ah/admin
> > Have tried two add these two pages to appengine-web.xml but they don't
> > show up
>
> >   
> >     
> >     
> >   
>
> > On Nov 11, 10:50 am, Marcel Overdijk  wrote:
>
> > > Hi,
>
> > > I'm experimenting with custom admin pages as described 
> > > on:http://code.google.com/appengine/docs/java/config/appconfig.html#Admi...
>
> > > I would like to style these admin pages as much as the admin console
> > > looks at the moment.
>
> > > Are there any best practices / pointers how I can accomplish this
> > > best?
>
> > > Cheers,
> > > Marcel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.