Changeset 824 for WAeUP_SRP/trunk
- Timestamp:
- 10 Nov 2006, 07:34:46 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r785 r824 169 169 title="PINs" priority="5" 170 170 icon_expr="blank.gif"/> 171 <action-icon category="navigation" action_id="contact" 172 title="Contact" priority="6" 173 icon_expr="blank.gif"/> 171 174 <action-icon category="import" action_id="import_faculties" 172 175 title="Import Faculties" priority="0" … … 224 227 priority="0" icon_expr="blank.gif"/> 225 228 <action-icon category="student_navigation" 226 action_id="registration" title=" Registration"229 action_id="registration" title="My Study" 227 230 priority="1" icon_expr="blank.gif"/> 228 231 <action-icon category="student_navigation" 229 232 action_id="prospectus" title="Prospectus" 230 233 priority="2" icon_expr="blank.gif"/> 234 <action-icon category="student_navigation" 235 action_id="contact_student" title="Contact" 236 priority="3" icon_expr="blank.gif"/> 231 237 <action-icon category="student_object" action_id="slip" 232 238 title="Acknowledegement Slip" priority="1" -
WAeUP_SRP/trunk/profiles/default/actions.xml
r820 r824 130 130 <action title="Contact" action_id="contact" category="navigation" 131 131 condition_expr="member" url_expr="string:${portal_url}/contact" visible="True"> 132 <permission>View</permission> 133 </action> 134 <action title="Contact" action_id="contact_student" category="student_navigation" 135 condition_expr="member" url_expr="string:${portal_url}/contact_student" visible="True"> 132 136 <permission>View</permission> 133 137 </action> -
WAeUP_SRP/trunk/skins/waeup_default/contact.pt
r820 r824 5 5 <br /> 6 6 <form id="form1" name="form1" method="post" action="mail2admin"> 7 <table width="100%" border="0" cellspacing=" 0" cellpadding="0">7 <table width="100%" border="0" cellspacing="5" cellpadding="0"> 8 8 <tr> 9 9 <td width="150px"> … … 12 12 <td> 13 13 <input name="fullname" type="text" id="fullname" /> 14 </td>15 </tr>16 <tr>17 <td>18 <strong>Student ID: </strong>19 </td>20 <td>21 <input name="regno" type="text" id="regno" />22 14 </td> 23 15 </tr> … … 31 23 </tr> 32 24 <tr> 33 <td> 34 <strong>Problem Type: </strong> 35 </td> 36 <td> 37 <select name="probtype" class="boxgreen" id="probtype"> 38 <option>-- Select Type --</option> 39 <option>Payment</option> 40 <option>Registration</option> 41 <option>Application</option> 42 <option>Login</option> 43 <option>Admission</option> 44 </select> 45 </td> 46 </tr> 47 <tr> 48 <td> 49 <strong>Description: </strong> 50 </td> 51 <td> 52 <textarea name="descr" rows="10" cols="60" id="descr"></textarea> 53 </td> 54 </tr> 55 <tr> 56 <td> 57 <strong>Comments: </strong> 25 <td valign="top"> 26 <strong>text: </strong> 58 27 </td> 59 28 <td> … … 61 30 </td> 62 31 </tr> 63 64 32 <tr> 65 33 <td> </td>
Note: See TracChangeset for help on using the changeset viewer.