| 
                Last change
                  on this file since 227 was
                  147,
                  checked in by gav, 16 years ago
           | 
        
        
          | 
               
Re-install class-diagram from local svn build with patch to allow war deployment. 
Class-diagram overrides removed from Config.groovy since these have all been included upstream. 
Tidy comments in SecurityConfig?.groovy 
Some work on adding assignedPerson work flow and PersonController?. 
Add navAlt and filterPane search to Person and TaskProcedure?. 
 
           | 
        
        | 
            File size:
            2.5 KB
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [96] | 1 |  | 
|---|
 | 2 |  | 
|---|
 | 3 | <html> | 
|---|
 | 4 |     <head> | 
|---|
 | 5 |         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 
|---|
 | 6 |         <meta name="layout" content="main" /> | 
|---|
 | 7 |         <title>Show AssignedPerson</title> | 
|---|
 | 8 |     </head> | 
|---|
 | 9 |     <body> | 
|---|
 | 10 |         <div class="nav"> | 
|---|
| [147] | 11 |             <h1>Show Assigned Person</h1> | 
|---|
| [96] | 12 |         </div> | 
|---|
 | 13 |         <div class="body"> | 
|---|
 | 14 |             <g:if test="${flash.message}"> | 
|---|
 | 15 |             <div class="message">${flash.message}</div> | 
|---|
 | 16 |             </g:if> | 
|---|
 | 17 |             <div class="dialog"> | 
|---|
 | 18 |                 <table> | 
|---|
 | 19 |                     <tbody> | 
|---|
 | 20 |  | 
|---|
 | 21 |                      | 
|---|
 | 22 |                         <tr class="prop"> | 
|---|
 | 23 |                             <td valign="top" class="name">Id:</td> | 
|---|
 | 24 |                              | 
|---|
 | 25 |                             <td valign="top" class="value">${fieldValue(bean:assignedPersonInstance, field:'id')}</td> | 
|---|
 | 26 |                              | 
|---|
 | 27 |                         </tr> | 
|---|
 | 28 |                      | 
|---|
 | 29 |                         <tr class="prop"> | 
|---|
 | 30 |                             <td valign="top" class="name">Task:</td> | 
|---|
 | 31 |                              | 
|---|
| [114] | 32 |                             <td valign="top" class="value"><g:link controller="taskDetailed" action="show" id="${assignedPersonInstance?.task?.id}">${assignedPersonInstance?.task?.encodeAsHTML()}</g:link></td> | 
|---|
| [96] | 33 |                              | 
|---|
 | 34 |                         </tr> | 
|---|
 | 35 |                      | 
|---|
 | 36 |                         <tr class="prop"> | 
|---|
 | 37 |                             <td valign="top" class="name">Person:</td> | 
|---|
 | 38 |                              | 
|---|
 | 39 |                             <td valign="top" class="value"><g:link controller="person" action="show" id="${assignedPersonInstance?.person?.id}">${assignedPersonInstance?.person?.encodeAsHTML()}</g:link></td> | 
|---|
 | 40 |                              | 
|---|
 | 41 |                         </tr> | 
|---|
 | 42 |                      | 
|---|
 | 43 |                         <tr class="prop"> | 
|---|
| [147] | 44 |                             <td valign="top" class="name">Estimated Duration:</td> | 
|---|
 | 45 |                             <td valign="top" class="value">${assignedPersonInstance.estimatedHour}h : ${assignedPersonInstance.estimatedMinute}min</td> | 
|---|
| [96] | 46 |                         </tr> | 
|---|
| [147] | 47 |  | 
|---|
| [96] | 48 |                     </tbody> | 
|---|
 | 49 |                 </table> | 
|---|
 | 50 |             </div> | 
|---|
 | 51 |             <div class="buttons"> | 
|---|
 | 52 |                 <g:form> | 
|---|
 | 53 |                     <input type="hidden" name="id" value="${assignedPersonInstance?.id}" /> | 
|---|
 | 54 |                     <span class="button"><g:actionSubmit class="edit" value="Edit" /></span> | 
|---|
 | 55 |                     <span class="button"><g:actionSubmit class="delete" onclick="return confirm('Are you sure?');" value="Delete" /></span> | 
|---|
 | 56 |                 </g:form> | 
|---|
 | 57 |             </div> | 
|---|
 | 58 |         </div> | 
|---|
 | 59 |     </body> | 
|---|
 | 60 | </html> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.