Changeset 1420 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 15 Feb 2007, 12:45:15 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/add_student.py
r1419 r1420 34 34 mode = mode, 35 35 formaction = "add_student", 36 button = " add",36 button = "Add", 37 37 ds = ds, 38 38 ) … … 42 42 mode = mode, 43 43 formaction = "add_student", 44 button = " add",44 button = "Add", 45 45 ds = ds, 46 46 ) … … 57 57 mode = mode, 58 58 formaction = "add_student", 59 button = " add",59 button = "Add", 60 60 ds = ds, 61 61 ) -
WAeUP_SRP/trunk/skins/waeup_student/add_student_form.pt
r1418 r1420 6 6 formaction options/formaction|nothing; 7 7 matric_no options/matric_no|nothing; 8 name options/name|nothing; 9 creation creation|nothing;" 8 name options/name|nothing;" 10 9 > 11 10 <metal:block define-macro="edit_form"> … … 14 13 </metal:block> 15 14 <metal:block fill-slot="main"> 15 <h3>Add Student Record!</h3> 16 <br /> 16 17 <span tal:condition="python: mode == 'view'" tal:omit-tag=""> 17 18 <table> … … 70 71 id="cpsdocument_edit_button" 71 72 tal:attributes="value options/button" 72 tal:condition="not:creation" /> 73 <input type="submit" 74 class="standalone" 75 name="cpsdocument_create_button" 76 value="apply" 77 tal:attributes="value options/button" 78 tal:condition="creation" /> 79 73 /> 80 74 </form> 81 75 </span> -
WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt
r1325 r1420 23 23 24 24 <a href="list_students"><strong>Cleared Student Export</strong></a> 25 26 <a href="add_student"><strong>Add Student Record</strong></a> 25 27 26 28 <h3> Search Student Section</h3><br />
Note: See TracChangeset for help on using the changeset viewer.