Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- :mod:`page_body` --- Page Body Serverside Module
- ================================================
-
- .. module:: page_body
- :synopsis: Collection of methods that generate the `index.cgi` template and Crawler / Spider friendly static content
-
- .. data:: index_template
-
- HTML Template of index.cgi
-
- .. function:: get_page_content(page)
-
- Gets the HTML content from `static_content` or `content` property of a `Page`
-
- .. function:: get_doc_content(dt, dn)
-
- Gets the HTML content of a document record by using the overridden or standard :method: `doclist.to_html`
-
- .. function:: get_static_content()
-
- Returns the static content from the permalink using the `page` property of the URL (webnotes.form)
-
- ..
- Standard format is:
-
- * Form/Ticket/T001 - renders the `Ticket` T001
- * Page/Welcome - renders the `Welcome` page
-
- .. function:: get()
-
- returns the full rendered index.cgi
- Gets `keywords` and `site_description` from the `Control Panel`
|