{= # TRANSLATORS: Translate the values in quotes on the next few lines, and do not translate the rest of the file string faq_entry_title = "FAQ"; string question_label = "Question"; string short_answer_label = "Short Answer"; string long_answer_label = "Long Answer"; # NO TRANSLATION NEEDED BELOW THIS POINT include("docs.util"); internal.docs.tab = "FAQ"; start_docs_page(faq_entry_title . ": " . $("docs.faq.db." . webvars.entry . ".label")); # "

" . question_label . ": " . $("docs.faq.db." . webvars.entry . ".question") . "

\n"; # "
\n"; # "

" . short_answer_label . ": " . $("docs.faq.db." . webvars.entry . ".short_answer") . "

\n"; # "

\n"; # "

" . long_answer_label . "

\n"; '

' . $("docs.faq.db." . webvars.entry . ".question") . '

'; '
' . short_answer_label . '
'; '

' . $("docs.faq.db." . webvars.entry . ".short_answer") . '

'; '
' . long_answer_label . '
'; $("docs.faq.db." . webvars.entry . ".long_answer"); end_docs_page(); =}