~ihris+botswana/ihris-botswana/trunk

« back to all changes in this revision

Viewing changes to modules/PrintedFormsAlt/templates/en_US/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>Standardized Forms</h2>
3
 
 
4
 
  <h3>Generate Standardized Forms</h3>
5
 
 
6
 
  <span ifset='!true' name='has_valid_forms'>
7
 
    No available standardized forms for this record.
8
 
  </span>
9
 
  <span ifset='true' name='has_valid_forms'>
10
 
    <ul id='printed_forms_list'>
11
 
    </ul>
12
 
  </span>
13
 
 
14
 
 
15
 
  <span type='module' ifenabled='true' name='BinField'>
16
 
    <span ifset='true' name='show_archive'>
17
 
      <h3>Archived Standardized Forms</h3>
18
 
 
19
 
      <span ifset='!true' name='has_archives'>
20
 
        No forms have been archived forms for this record.
21
 
      </span>
22
 
      <span ifset='true' name='has_archives'>
23
 
        <span task='printed_forms_view_all_archives'>
24
 
          <ul id='printed_forms_archive'>
25
 
            
26
 
          </ul> 
27
 
        </span>
28
 
      </span>
29
 
    </span>
30
 
  </span>
31
 
 
32
 
</div>
 
 
b'\\ No newline at end of file'