Changeset 824


Ignore:
Timestamp:
10 Nov 2006, 07:34:46 (18 years ago)
Author:
Henrik Bettermann
Message:

student contact form added

Location:
WAeUP_SRP/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actionicons.xml

    r785 r824  
    169169              title="PINs" priority="5"
    170170              icon_expr="blank.gif"/>
     171  <action-icon category="navigation" action_id="contact"
     172              title="Contact" priority="6"
     173              icon_expr="blank.gif"/>
    171174 <action-icon category="import" action_id="import_faculties"
    172175              title="Import Faculties" priority="0"
     
    224227              priority="0" icon_expr="blank.gif"/>
    225228 <action-icon category="student_navigation"
    226               action_id="registration" title="Registration"
     229              action_id="registration" title="My Study"
    227230              priority="1" icon_expr="blank.gif"/>
    228231 <action-icon category="student_navigation"
    229232              action_id="prospectus" title="Prospectus"
    230233              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"/>             
    231237 <action-icon category="student_object" action_id="slip"
    232238              title="Acknowledegement Slip" priority="1"
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r820 r824  
    130130  <action title="Contact" action_id="contact" category="navigation"
    131131     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">
    132136   <permission>View</permission>
    133137  </action> 
  • WAeUP_SRP/trunk/skins/waeup_default/contact.pt

    r820 r824  
    55      <br />
    66      <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">
    88        <tr>
    99          <td width="150px">
     
    1212          <td>
    1313             <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" />
    2214          </td>
    2315        </tr>
     
    3123        </tr>
    3224        <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>
    5827          </td>
    5928          <td>
     
    6130          </td>
    6231        </tr>
    63      
    6432        <tr>
    6533          <td>&nbsp;</td>
Note: See TracChangeset for help on using the changeset viewer.