update mhx monster list, reorg jqui mobile site

This commit is contained in:
Bryce Allen
2015-12-05 12:17:57 -06:00
parent 728730de2e
commit 0a701fb9ca
4 changed files with 3157 additions and 1383 deletions

View File

@@ -36,10 +36,10 @@ def print_header_nav(title, pid):
def mk_html_list(dict_list, keys, sort_keys, divider_fn="auto"):
if divider_fn == "auto":
print ('<ul data-role="listview" data-filter="true"'
print ('<ul data-role="listview" data-filter="false"'
' data-autodividers="true">')
else:
print '<ul data-role="listview" data-filter="true">'
print '<ul data-role="listview" data-filter="false">'
if isinstance(sort_keys, types.FunctionType):
sort_fn = sort_keys