#!/usr/bin/python ## ## license:BSD-3-Clause ## copyright-holders:Vas Crabb import string ERROR_PAGE = string.Template( '\n' \ '\n' \ '
\n' \ ' \n' \ 'Short name: | ${shortname} | ||||||
---|---|---|---|---|---|---|---|
Is device: | ${isdevice} | ||||||
Runnable: | ${runnable} | ||||||
Source file: | ${sourcefile} |
Short name | \n' \ 'Description | \n' \ 'Year | \n' \ 'Manufacturer | \n' \ '||||
---|---|---|---|---|---|---|---|
${shortname} | \n' \ '${description} | \n' \ '${year} | \n' \ '${manufacturer} | \n' \ '
Card | \n' \ 'Short name | \n' \ 'Description | \n' \ 'Status | \n' \ 'Total | \n' \ 'Supported | \n' \ 'Partially supported | \n' \ 'Unsupported | \n' \ '
---|---|---|---|---|---|---|---|
\n' \ ' | ${shortname} | \n' \ '${description} | \n' \ '${status} | \n' \ '${total} | \n' \ '${supported} | \n' \ '${partiallysupported} | \n' \ '${unsupported} | \n' \ '
\n' \ ' Format: \n' \ ' \n' \ '
\n' \ ' \n') MACHINE_OPTIONS_EPILOGUE = string.Template( '