Buongiorno,
ho trovato questa guida per adattare i template CSS del sito web proposto a 
web2py, però non sono riuscito a far funzionare il tutto, credo di aver 
sbagliato a sostituire le righe di codice del passo 5 nel file layout.html.
Potreste aiutarmi? 

Il link della guida è 
questo 
http://www.web2pyslices.com/slice/show/1516/adapt-a-css-template-to-web2py-layouthtml
 e questi sono i passi indicati:

Download a CSS template from http://www.freecsstemplates.org

   1. Create a subfolder of static (example "css_template")
   2. Move template files to static/css_template
   3. Move static/css_template/index.html to views/layout.html
   4. Edit views/layout.html to fix *href* and *src* to static files using 
   {{=URL('static','css_template/style.css')}}
   5. add these to views/layout.html where you want them to appear


   - {{include}}
   - {{include 'web2py_ajax.html'}}
   - {{=MENU(response.menu)}}
   - {{=auth.navbar}}
   - <div class="flash">{{=response.flash or ''}}</div>

Saluti e grazie per l'assistenza,
Alessandro

-- 
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