diff --git a/applications/welcome/views/default/index.html b/applications/welcome/views/default/index.html index 5517fcfc..b96f8ceb 100644 --- a/applications/welcome/views/default/index.html +++ b/applications/welcome/views/default/index.html @@ -1,15 +1,17 @@ {{extend 'layout.html'}} {{block header}} -
-

/{{=request.application}}/{{=request.controller}}/{{=request.function}} -

+
+
+

/{{=request.application}}/{{=request.controller}}/{{=request.function}}

+
+
{{end}} {{if 'message' in globals():}}

{{=message}}

{{=T('How did you get here?')}}

-
    +
    1. {{=T('You are successfully running web2py')}}
    2. {{=XML(T('You visited the url %s', A(request.env.path_info,_href=request.env.path_info)))}}
    3. {{=XML(T('Which called the function %s located in the file %s', @@ -21,18 +23,20 @@ _href=URL('admin','default','peek',args=(request.application,'views',request.controller,'index.html')))))}}
    4. {{=T('You can modify this application and adapt it to your needs')}}
    -
    - - - {{=T("admin")}} - - {{=T("Online examples")}} - web2py.com - {{=T('Documentation')}} - {{=T('API Example')}} - {{=T('Grid Example')}} - {{=T('Wiki Example')}} -
    +
    + +
    {{elif 'content' in globals():}} {{=content}} {{else:}}