Changeset 13090
- Timestamp:
- 22 Jun 2015, 06:49:25 (9 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/userdocs
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/browsing.rst
r13084 r13090 1 1 .. _browsing_kofa: 2 2 3 3 4 Browsing Kofa … … 39 40 pages of an applicant or student record respectively. 40 41 42 .. image:: navbox.png 43 :scale: 50 % 41 44 42 45 … … 45 48 Navigation Bar 46 49 ============== 50 51 The navigation bar of an anonymous user: 52 53 .. image:: navbar_anon.png 54 55 The navigation bar of an officer with lots of permissions: 56 57 .. image:: navbar_officer.png 58 59 The navigation bar of a student with drop-down menue: 60 61 .. image:: navbar_student.png 47 62 48 63 … … 100 115 There are two kinds of action buttons which appear on pages: 101 116 102 -**Link Buttons** appear on top of the page above the page103 104 105 106 107 page and are sending GET requests to open the page. 117 **Link Buttons** appear on top of the page above the page 118 title and are decorated with an icon. These 119 :py:class:`action 120 buttons<waeup.kofa.browser.viewlets.ActionButton>` have a 121 link target which means they usually refer to another Kofa 122 page and are sending GET requests to open the page. Example: 108 123 109 - **Form Buttons** are submit buttons which appear below a form. 110 They are HTML form actions which submit data by sending a 111 POST request back to the form page. A form page method is 112 called and processes the data or simply redirects to 113 another Kofa page. 124 .. image:: link_button.png 125 :scale: 50 % 126 127 **Form Buttons** are submit buttons which appear below a form. 128 They are HTML form actions which submit data by sending a 129 POST request back to the form page. A form page method is 130 called and processes the data or simply redirects to 131 another Kofa page. Example: 132 133 .. image:: form_buttons.png 134 :scale: 50 % 135 114 136 115 137
Note: See TracChangeset for help on using the changeset viewer.