From 323a8953b5859c5f2f12dbf513450316476041d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cesar=20Caballero=20D=C3=ADaz?= Date: Thu, 26 Apr 2018 12:43:15 -0400 Subject: [PATCH] Fix welcome index markup --- applications/welcome/views/default/index.html | 36 ++++++++++--------- 1 file changed, 20 insertions(+), 16 deletions(-) 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:}}