X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/921db9613fd31014029454e94a365f662d45b2e1..4cab0b745055e422ff7f55c0560fdc934409a791:/templates/webpages/requirement_spec/select_template_to_paste.html diff --git a/templates/webpages/requirement_spec/select_template_to_paste.html b/templates/webpages/requirement_spec/select_template_to_paste.html new file mode 100644 index 000000000..ff2eea7a3 --- /dev/null +++ b/templates/webpages/requirement_spec/select_template_to_paste.html @@ -0,0 +1,72 @@ +[%- USE LxERP -%][%- USE HTML -%][%- USE L -%] +[%- BLOCK text_blocks %] + [%- IF blocks.size %] +
  • + [%- title %]: +
      + [%- FOREACH block = blocks %] +
    1. [%- HTML.escape(block.title) %]
    2. + [%- END %] +
    +
  • + [%- END %] +[%- END %] + +

    [%- LxERP.t8("Select template to paste") %]

    + +[%- IF !TEMPLATES.size %] +

    [%- LxERP.t8("No requirement spec templates have been created yet.") %]

    + +

    [%- LxERP.t8("Abort") %]

    + +[%- ELSE %] + + + + + + + + + +[%- FOREACH template = TEMPLATES %] + + + + + + + + + [% SET front = template.text_blocks_sorted(output_position=0) %] + [% SET sections = template.sections_sorted %] + [% SET back = template.text_blocks_sorted(output_position=1) %] + + +[%- END %] +
    [%- LxERP.t8("Detail view") %][%- LxERP.t8("Paste template") %][%- LxERP.t8("Title") %][%- LxERP.t8("Last modification") %]
    + + [+] + [-] + + [%- LxERP.t8("Paste template") %][%- HTML.escape(template.title) %][% template.mtime ? template.mtime.to_kivitendo(precision='minute') : template.itime.to_kivitendo(precision='minute') %]
    + +

    [%- LxERP.t8("Abort") %]

    +[%- END %]