Last change
on this file since 3037 was
2521,
checked in by rvelices, 16 years ago
|
- images.file categories.permalink old_permalinks.permalink - become binary
- session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range)
- metadata sync from the sync button does not overwrite valid data with empty metadata
- other small fixes/enhancements:
- added event get_category_image_orders
- fix display issue with redirect.tpl (h1/h2 within h1)
- fix known_script smarty function registration
- query search form not submitted if q is empty
- better admin css rules
- some other minor changes (ws_core, rest_handler, functions_search...)
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
246 bytes
|
Line | |
---|
1 | {* $Id: redirect.tpl 2521 2008-09-12 02:17:35Z rvelices $ *} |
---|
2 | {html_head} |
---|
3 | <style type="text/css">#the_page {ldelim}text-align:center;} </style> |
---|
4 | {/html_head} |
---|
5 | |
---|
6 | <div> |
---|
7 | {$REDIRECT_MSG} |
---|
8 | </div> |
---|
9 | |
---|
10 | <p style="margin: 2em"> |
---|
11 | <a href="{$page_refresh.U_REFRESH}"> |
---|
12 | {'click_to_redirect'|@translate} |
---|
13 | </a> |
---|
14 | </p> |
---|
Note: See
TracBrowser
for help on using the repository browser.