From 00f6156cbbadfc01dcd2a7e91d26d55fa210dfab Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 4 Aug 2017 11:39:32 +1000 Subject: minimaws: show compatible slots for devices [Vas Crabb] (nw) Identify Donkey Kong Junior (Japan set F-1) [Corrado Comaselli] --- scripts/minimaws/lib/htmltmpl.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'scripts/minimaws/lib/htmltmpl.py') diff --git a/scripts/minimaws/lib/htmltmpl.py b/scripts/minimaws/lib/htmltmpl.py index d465f0d993d..815905a59bb 100644 --- a/scripts/minimaws/lib/htmltmpl.py +++ b/scripts/minimaws/lib/htmltmpl.py @@ -19,6 +19,11 @@ ERROR_PAGE = string.Template( '\n') +SORTABLE_TABLE_EPILOGUE = string.Template( + ' \n' + '\n' + '\n') + MACHINE_PROLOGUE = string.Template( '\n' \ '\n' \ @@ -64,6 +69,15 @@ EXCL_MACHINE_ROW = string.Template( ' \n' \ ' \n') +COMPATIBLE_SLOT_ROW = string.Template( + ' \n' \ + ' ${shortname}\n' \ + ' ${description}\n' \ + ' ${slot}\n' \ + ' ${slotoption}\n' \ + ' ${sourcefile}\n' \ + ' \n') + SOURCEFILE_PROLOGUE = string.Template( '\n' \ -- cgit v1.2.3-70-g09d2