diff --git a/applications/welcome/views/default/about.html b/applications/welcome/views/default/about.html deleted file mode 100644 index beccf884..00000000 --- a/applications/welcome/views/default/about.html +++ /dev/null @@ -1,109 +0,0 @@ -{{extend 'layout_b.html'}} - - -

By using bs3.menu() we can build several navigation types: navbars, tabbed navigations and pills navigations.

- -
-
-
-

Navbar

-
- -
-
-
-
-
-

Tabs

-
- {{=bs3.menu('tabs','nav-justified',test_tabs)}} -
-
-

Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.

-
-
-

Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.

-
- - -
-
-
-
-
-
-

Pills

-
- {{ - nav3 = [LI(A('Home', _href='#'), _class='active'), - LI(A('Help', _href='#')), - ('', False, A('Dropdown', _href='#'),[ - LI(A('Action', _href="#")), - LI(A('Another action', _href="#")), - LI(A('Something else here', _href="#")), - LI(_class="divider"), - LI(A('Separated link', _href="#")) - ]) - ] - }} -
-
- {{=bs3.menu('pills',menu_list=nav3)}} -
-
- {{=bs3.menu('pills','pull-right nav-stacked', nav3)}} -
-
-
-
-
diff --git a/applications/welcome/views/default/display_form.html b/applications/welcome/views/default/display_form.html deleted file mode 100644 index 9267332d..00000000 --- a/applications/welcome/views/default/display_form.html +++ /dev/null @@ -1,18 +0,0 @@ -{{extend 'layout.html'}} - -

{{=T(request.function.replace('_',' ').capitalize())}}

-

 

- -
-
-
- {{=form}} -
-
-
- -{{block page_js}} - -{{end page_js}} diff --git a/applications/welcome/views/default/help.html b/applications/welcome/views/default/help.html deleted file mode 100644 index 048c9983..00000000 --- a/applications/welcome/views/default/help.html +++ /dev/null @@ -1 +0,0 @@ -{{extend 'layout_c.html'}} diff --git a/applications/welcome/views/default/list_records.html b/applications/welcome/views/default/list_records.html deleted file mode 100644 index cb3ecd95..00000000 --- a/applications/welcome/views/default/list_records.html +++ /dev/null @@ -1,6 +0,0 @@ -{{bs3_table = SQLTABLE(records, _class='table table-striped table-bordered table-hover table-condensed')}} -{{extend 'layout.html'}} - -
-{{=bs3_table}} -
diff --git a/applications/welcome/views/layout_b.html b/applications/welcome/views/layout_b.html deleted file mode 100644 index 9fe413ba..00000000 --- a/applications/welcome/views/layout_b.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - {{=response.title or request.application}} - - - {{ - response.files.insert(0,URL('static','css/web2py.css')) - response.files.insert(1,URL('static','css/bootstrap.min.css')) - response.files.insert(2,URL('static','css/web2py-bootstrap3-b.css')) - }} - - - - - {{include 'web2py_ajax.html'}} - {{block head}}{{end}} - - - - - -
- - - - - -
- - {{include}} - -
-
- - - - - - - {{block page_js}}{{end page_js}} - {{if response.google_analytics_id:}} - - - - {{pass}} - - - - diff --git a/applications/welcome/views/layout_c.html b/applications/welcome/views/layout_c.html deleted file mode 100644 index 3e8e677a..00000000 --- a/applications/welcome/views/layout_c.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - {{=response.title or request.application}} - - - {{ - response.files.insert(0,URL('static','css/web2py.css')) - response.files.insert(1,URL('static','css/bootstrap.min.css')) - response.files.insert(2,URL('static','css/web2py-bootstrap3-c.css')) - }} - - - - - {{include 'web2py_ajax.html'}} - - {{block head}}{{end}} - {{response.subtitle="Cras justo odio, dapibus ac facilisis in, egestas \ - eget quam. Fusce dapibus, tellus ac cursus commodo, \ - tortor mauris condimentum nibh, ut fermentum massa \ - justo sit amet risus."}} - - - - -
-
- {{if response.menu:}} - {{=bs3.menu('pills','pull-right')}} - {{pass}} - {{='auth' in globals() and bs3.navbar() or ''}} -

-
- -
- {{if response.title:}} -

{{=response.title}}

-

{{=response.subtitle or ''}}

- {{pass}} - -

-
- -
-
-

{{=T('You are successfully running web2py')}}

-

{{=T('You can modify this application and adapt it to your needs')}}

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
- -
-

{{=T("Don't know what to do?")}}

-

{{=A(T("Online examples"), _href=URL('examples','default','index'))}}
- web2py.com
- {{=T('Documentation')}}

- -

Subheading

-

Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.

- -

Subheading

-

Maecenas sed diam eget risus varius blandit sit amet non magna.

-
-
- - - -
- - - - - - - {{block page_js}}{{end page_js}} - {{if response.google_analytics_id:}} - - - - {{pass}} - - - - diff --git a/applications/welcome/web2py.app.welcome3.w2p b/applications/welcome/web2py.app.welcome3.w2p deleted file mode 100644 index 738387e5..00000000 Binary files a/applications/welcome/web2py.app.welcome3.w2p and /dev/null differ