source: trunk/grails-app/views/appCore/acknowledgements.gsp @ 134

Last change on this file since 134 was 134, checked in by gav, 15 years ago

Add icons from famfamfam silk icons, add acknowledgement page to suite.
Adjust AssignedPerson? controller so that a task.id is required to create.
Move Add AssignedPerson? link up to TaskDetailed? show page.
Further improvements to taskDetailed show tabs.
Adjust TaskProcedureDetailed? controller to allow linking a Procedure to a task during creation.
Adjust TaskRecurringSchedule? to a one-to-one cascading relationship.
Modify CSS class duration to time and added icons.
Regenerate some pages.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<html>
2    <head>
3        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
4        <meta name="layout" content="main" />
5        <title>Acknowledgements</title>
6    </head>
7    <body>
8        <div class="nav">
9            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
10        </div>
11        <div class="body">
12            <h1>Welcome to Acknowledgements</h1>
13            <g:if test="${flash.message}">
14                <div class="message">${flash.message}</div>
15            </g:if>
16           
17                        <div class="dialog">
18                                <table>
19                                        <tbody>
20
21                                       
22                                                <tr class="prop">
23                                                        <td valign="top" class="name">Silk icon set:</td>
24                                                        <td></td>
25                                                       
26                                                </tr>
27                                       
28                                                <tr class="prop">
29                                                        <td valign="top" class="name">Author:</td>
30                                                       
31                                                        <td valign="top" class="value">
32                                                                Mark James - <a href="http://www.famfamfam.com/lab/icons/silk/">http://www.famfamfam.com/lab/icons/silk/</a>
33                                                        </td>
34                                                       
35                                                </tr>
36                                       
37                                                <tr class="prop">
38                                                        <td valign="top" class="name">License:</td>
39                                                       
40                                                        <td valign="top" class="value">
41                                                                <a href="http://creativecommons.org/licenses/by/3.0/">http://creativecommons.org/licenses/by/3.0/</a>
42                                                        </td>
43                                                       
44                                                </tr>
45                                               
46                                        </tbody>
47                                </table>
48                        </div>
49                       
50        </div>
51    </body>
52</html>
Note: See TracBrowser for help on using the repository browser.