From dd598d6c2f3f12b38798f411c597d61746a036e0 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 17 Jul 2012 12:50:45 -0500 Subject: [PATCH] reverted welcome/default/index because of a problem --- VERSION | 2 +- applications/welcome/views/default/index.html | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/VERSION b/VERSION index ce7a71ef..63008ce1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-17 12:35:54) dev +Version 2.00.0 (2012-07-17 12:50:42) dev diff --git a/applications/welcome/views/default/index.html b/applications/welcome/views/default/index.html index 33d02b26..a947c48e 100644 --- a/applications/welcome/views/default/index.html +++ b/applications/welcome/views/default/index.html @@ -7,14 +7,11 @@

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

  1. {{=T('You are successfully running web2py')}}
  2. -
  3. {{=T('You visited the url %s', A(request.env.path_info,_href=request.env.path_info))}}
  4. -
  5. {{=T('Which called the function %s located in the file %s', - (A(request.function+'()',_href='#'), - A('web2py/applications/%(application)s/controllers/%(controller)s.py'%request, - _href=URL('admin','default','peek', args=(request.application,'controllers',request.controller+'.py')))))}}
  6. -
  7. {{=T('The output of the file is a dictionary that was rendered by the view %s', - A('web2py/applications/%(application)s/views/%(controller)s/index.html'%request, - _href=URL('admin','default','peek',args=(request.application,'views',request.controller,'index.html'))))}}
  8. +
  9. {{=T('You visited the url')}} {{=A(request.env.path_info,_href=request.env.path_info)}}
  10. +
  11. {{=T('Which called the function')}} {{=A(request.function+'()',_href='#')}} {{=T('located in the file')}} + {{=A('web2py/applications/%(application)s/controllers/%(controller)s.py'%request,_href=URL('admin','default','peek',args=(request.application,'controllers',request.controller+'.py')))}}
  12. +
  13. {{=T('The output of the file is a dictionary that was rendered by the view')}} + {{=A('web2py/applications/%(application)s/views/%(controller)s/index.html'%request,_href=URL('admin','default','peek',args=(request.application,'views',request.controller,'index.html')))}}
  14. {{=T('You can modify this application and adapt it to your needs')}}