Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sources/39-web2py-russian-translation-in-progress/01.markmin
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def index():
return HTML(BODY(H1('Records'), db().select(db.contacts.ALL)))
``:code

In this simple example, the HTML page structure is represented programmatically by the ``HTML``, ``BODY``, and ``H1`` objects; the database ``db`` is queried by the ``select`` command; finally, everything is serialized into HTML.

В этом простом примере, структура HTML-страницы представлена программно с
помощью ``HTML``, ``BODY``, и ``H1`` объектов, а также объекта соединения с БД - ``db``. После выполнения запроса к БД полученные данные сериализуется в HTML.

Expand Down