~ihris+botswana/ihris-botswana/trunk

« back to all changes in this revision

Viewing changes to modules/PrintedFormsAlt/templates/it/printed_forms_menu.html

  • Committer: Carl Leitner
  • Date: 2011-08-02 14:03:55 UTC
  • Revision ID: litlfred@ibiblio.org-20110802140355-iqxqwu3c5ngs2t9x
removed printed forms modules that are now in the main codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="siteContent">
2
 
  <h2>Moduli Standardizzati</h2>
3
 
 
4
 
  <h3>Genere Moduli Standardizzati</h3>
5
 
 
6
 
  <span ifset="!true" name="has_valid_forms">
7
 
    Nessun modulo standardizzato per questo registro
8
 
  </span>
9
 
  <span ifset="true" name="has_valid_forms">
10
 
    <ul id="printed_forms_list"></ul></span>
11
 
 
12
 
 
13
 
  <span type="module" ifenabled="true" name="BinField">
14
 
    <span ifset="true" name="show_archive">
15
 
      <h3>Moduli Standardizzati Archviati</h3>
16
 
 
17
 
      <span ifset="!true" name="has_archives">
18
 
        Nessun modulo è stato modulo archiviato per questo registro.
19
 
      </span>
20
 
      <span ifset="true" name="has_archives">
21
 
        <span task="printed_forms_view_all_archives">
22
 
          <ul id="printed_forms_archive"></ul></span>
23
 
      </span>
24
 
    </span>
25
 
  </span>
26
 
 
27
 
</div>
 
 
b'\\ No newline at end of file'