/[soft]/identity/CatDap/branches/live/root/template/layout
ViewVC logotype

Contents of /identity/CatDap/branches/live/root/template/layout

Parent Directory Parent Directory | Revision Log Revision Log


Revision 563 - (show annotations) (download)
Wed Feb 16 22:02:11 2011 UTC (13 years, 2 months ago) by buchan
File size: 1060 byte(s)
Merge changes from trunk rev 245:562:
-r245 | misc | 2011-01-07 03:39:40 +0200 (Fri, 07 Jan 2011) | 1 line
 more compact code
-r248 | rda | 2011-01-08 01:15:42 +0200 (Sat, 08 Jan 2011) | 1 line
 commit spec file from Maarten Vanraes
-r249 | rda | 2011-01-08 01:20:14 +0200 (Sat, 08 Jan 2011) | 1 line
 commit implement forgot_password patch from Maarten Vanraes
-r250 | rda | 2011-01-08 01:20:38 +0200 (Sat, 08 Jan 2011) | 1 line
 update footer links
-r251 | dmorgan | 2011-01-08 02:00:32 +0200 (Sat, 08 Jan 2011) | 2 lines
 FIx wording
-r335 | buchan | 2011-01-22 10:52:05 +0200 (Sat, 22 Jan 2011) | 2 lines
 Dont detach when checking ldap error code,, we want to continue to set a template
-r336 | buchan | 2011-01-22 11:38:25 +0200 (Sat, 22 Jan 2011) | 3 lines
Fix greeting in password reset key mail, by sending cn to stash
Also add some more error error checking on the search
-r337 | buchan | 2011-01-22 15:55:56 +0200 (Sat, 22 Jan 2011) | 4 lines
 Add a means to filter out users who arent allowed to reset passwords with only
 email verification (by default users who don't match (!(objectclass=posixAccount))
 Fix email template to use configurable project url
-r558 | buchan | 2011-02-16 00:33:01 +0200 (Wed, 16 Feb 2011) | 2 lines
 Allow spaces in names
-r559 | buchan | 2011-02-16 01:01:21 +0200 (Wed, 16 Feb 2011) | 2 lines
 Fix display of non-ascii characters (may need some work in admin for multi-valued 
 attributes)
-r560 | buchan | 2011-02-16 01:45:07 +0200 (Wed, 16 Feb 2011) | 2 lines
 String updates
-r561 | buchan | 2011-02-16 15:33:29 +0200 (Wed, 16 Feb 2011) | 4 lines
 Add error pages for user self-editing buttons, and correctly collect ldap errors
 Respect Controller::User::editable_attrs in user editing page
 Add preferredLanguage to editable_attrs
-r562 | buchan | 2011-02-16 17:05:33 +0200 (Wed, 16 Feb 2011) | 3 lines
 Fix displaying of groups with spaces in the name
 Fix non-ascii user details in 'promote' page

1 <div id="doc" class="yui-t7">
2 <div id="hd" role="banner">
3 [% PROCESS template/header %]
4 </div>
5 <div id="bd" role="main">
6 <div class="vnav">
7 <ul id="nav">
8 [% FOREACH subpage IN subpages %]
9 <li><a href="[% c.uri_for(subpage.page) %]">[% l(subpage.title) %]</a></li>
10 [% END %]
11 </ul>
12
13 <div class="inside">
14 [% IF errors %]
15 <span class="error">
16 [% FOREACH error IN errors %]
17 [% error %]
18 <br/>
19 [% END %]
20 </span>
21 [% END %]
22 </div>
23 <div id="content">[% content %]</div>
24 </div>
25 <div class="yui-g">
26 <div class="yui-u first">
27 <!-- YOUR DATA GOES HERE -->
28 </div>
29 <div class="yui-u">
30 <!-- YOUR DATA GOES HERE -->
31 </div>
32 </div>
33 </div>
34 <div id="ft" role="contentinfo">
35 [% PROCESS template/footer %]
36 </div>
37 </div>

  ViewVC Help
Powered by ViewVC 1.1.30