Changeset 57
- Timestamp:
- 11/17/05 11:18:44 (5 years ago)
- Location:
- trunk/templates
- Files:
-
- 7 modified
-
Makefile.am (modified) (1 diff)
-
appConfig.cfg.in (modified) (1 diff)
-
templates/_pager.tt2 (modified) (2 diffs)
-
templates/create.tt2 (modified) (1 diff)
-
templates/edit.tt2 (modified) (1 diff)
-
templates/list.tt2 (modified) (1 diff)
-
templates/show.tt2 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/Makefile.am
r42 r57 56 56 $(PACKAGE_NAME).pl 57 57 58 EXTRA_DIST = $(cfg_DATA) $(apacheconf_DATA)58 EXTRA_DIST = bootstrap $(cfg_DATA) $(apacheconf_DATA) bootstrap 59 59 60 60 rpm: dist -
trunk/templates/appConfig.cfg.in
r50 r57 14 14 #useSessions="Apache::Session::Postgres" 15 15 #sessionTable="sessions" 16 17 # If you wish to use cookie-based authentication, use this: 18 # Auth Levels: none (default), mixed (anon users allowed), login (must login) 19 #authLevel='mixed' 20 #authController='Auth/login' 21 -
trunk/templates/templates/_pager.tt2
r32 r57 2 2 <table width="60%"> 3 3 <tr> 4 <td >4 <td align="center"> 5 5 [% IF page.previous_page %] 6 6 <a href="[% REQUEST.uri() %]?[% IF PATTERN %]pattern=[% PATTERN %]&[% END %]pageNum=[% page.previous_page() %]&pageSize=[% BOOK.pageSize %]">Previous Page</a> … … 9 9 [% END %] 10 10 </td> 11 <td >11 <td align="center"> 12 12 Displaying Item [% page.first %] - [% page.last %] of [% page.total_entries %] 13 13 </td> 14 <td >14 <td align="center"> 15 15 [% IF page.next_page %] 16 16 <a href="[% REQUEST.uri() %]?[% IF PATTERN %]pattern=[% PATTERN %]&[% END %]pageNum=[% page.next_page %]&pageSize=[% BOOK.pageSize %]">Next Page</a> -
trunk/templates/templates/create.tt2
r1 r57 18 18 19 19 </body> 20 20 </html> -
trunk/templates/templates/edit.tt2
r1 r57 22 22 23 23 </body> 24 24 </html> -
trunk/templates/templates/list.tt2
r37 r57 67 67 68 68 </body> 69 69 </html> -
trunk/templates/templates/show.tt2
r1 r57 50 50 51 51 </body> 52 52 </html>
