On Wednesday, April 13, 2016 at 12:35:21 PM UTC-7, Alex Glaros wrote:
>
> Can someone please help me? This is a huge favor
>
>
>    - download the very latest Windows binary version from web2py.com
>    - create the simplest possible app with simplest possible view
>    - in controller for that view please add only this basic stuff
>    
>     response.title = T('Bye')
>     response.subtitle = T('See you later!')
>
>    - Browse to the view.  Do you see the title and subtitle?
>    
>
> thanks!
>
> Alex
>

I took a shortcut, and set them in my existing default/index controller. 
 They show up for me, replacing the default ones ("appname" and "", 
respectively).

The key parts of default/index.html are



4 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L4>
 
{{block header}}
5 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L5>
 
    <header class="container-fluid background">
6 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L6>
 
      <div class="jumbotron text-center">
7 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L7>
 
        {{if response.title:}}
8 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L8>
 
        <h1>{{=response.title}}
9 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L9>
 
          <small>{{=response.subtitle or ''}}</small></h1>
10 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L10>
 
        {{pass}}
11 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L11>
 
      </div>
12 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L12>
 
    </header>
13 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L13>
 
{{end}}
14 
<https://10.3.171.13/trac/browser/enmotus/bobcat/x86/tools/uploader/views/default/index.html#L14>
 

 
HTH

Dave
/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to