From 1fda8836a7ff2c26805eab8abc95d40ba5920237 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 15 Dec 2019 02:38:40 +1100 Subject: minimaws: add rudimentary listing of software lists to web UI and work around a python issue on loading; also fix up more software list issues (nw) --- scripts/minimaws/lib/htmltmpl.py | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'scripts/minimaws/lib/htmltmpl.py') diff --git a/scripts/minimaws/lib/htmltmpl.py b/scripts/minimaws/lib/htmltmpl.py index 55034b0d079..627de7de2bc 100644 --- a/scripts/minimaws/lib/htmltmpl.py +++ b/scripts/minimaws/lib/htmltmpl.py @@ -164,6 +164,45 @@ SOURCEFILE_LIST_ROW = string.Template( ' ${machines}\n' \ ' \n') + +SOFTWARELIST_LIST_PROLOGUE = string.Template( + '\n' \ + '\n' \ + '\n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' ${title}\n' \ + '\n' \ + '\n' \ + '

${heading}

\n' \ + '\n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n') + +SOFTWARELIST_LIST_ROW = string.Template( + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n' \ + ' \n') + + ROMIDENT_PAGE = string.Template( '\n' \ '\n' \ -- cgit v1.2.3-70-g09d2
Short nameDescriptionTotalSupportedPartially supportedUnsupported
${shortname}${description}${total}${supported}${partiallysupported}${unsupported}