comparison pylons_app/lib/helpers.py @ 45:a886f5eba757

implemented admin page login
author marcink
date Wed, 07 Apr 2010 17:28:10 +0200
parents 2e1247e62c5b
children 0bb9391bc287
comparison
equal deleted inserted replaced
44:d924b931b488 45:a886f5eba757
10 from webhelpers.html.tags import (auto_discovery_link, checkbox, css_classes, 10 from webhelpers.html.tags import (auto_discovery_link, checkbox, css_classes,
11 end_form, file, form, hidden, image, 11 end_form, file, form, hidden, image,
12 javascript_link, link_to, link_to_if, 12 javascript_link, link_to, link_to_if,
13 link_to_unless, ol, required_legend, 13 link_to_unless, ol, required_legend,
14 select, stylesheet_link, 14 select, stylesheet_link,
15 submit, text, textarea, title, ul, xml_declaration) 15 submit, text, password, textarea, title, ul, xml_declaration)
16 from webhelpers.text import (chop_at, collapse, convert_accented_entities, 16 from webhelpers.text import (chop_at, collapse, convert_accented_entities,
17 convert_misc_characters, convert_misc_entities, 17 convert_misc_characters, convert_misc_entities,
18 lchop, plural, rchop, remove_formatting, replace_whitespace, 18 lchop, plural, rchop, remove_formatting, replace_whitespace,
19 urlify) 19 urlify)
20 20