|
Revision 230, 0.9 KB
(checked in by yanik_crepeau, 9 years ago)
|
|
Changed CVS mispelled keywork.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | {include file=$header_file} |
|---|
| 2 | <!--portal page FR - $Id$ --> |
|---|
| 3 | <div id='navLeft'> |
|---|
| 4 | <p>Pr�sentement en ligne:</p> |
|---|
| 5 | <ul> |
|---|
| 6 | {foreach from=$online_users item=user_info} |
|---|
| 7 | <li>{$user_info.user_id}</li> |
|---|
| 8 | {/foreach} |
|---|
| 9 | </ul> |
|---|
| 10 | {$user_management_menu} |
|---|
| 11 | </div> |
|---|
| 12 | <div id='head'> |
|---|
| 13 | |
|---|
| 14 | </div> |
|---|
| 15 | <div id='login'> |
|---|
| 16 | <p>Go to the site I originally requested: <a href='{$original_url_requested}'>{$original_url_requested}</a></p> |
|---|
| 17 | </div> |
|---|
| 18 | <div id='content'> |
|---|
| 19 | |
|---|
| 20 | <p><a href='{$hotspot_network_url}'><img src='{$network_logo_banner_url}' alt='{$hotspot_network_name} logo'></a></p> |
|---|
| 21 | <p>Content from "<a href='{$hotspot_network_url}'>{$hotspot_network_name}</a>"</p> |
|---|
| 22 | {$network_rss_html} |
|---|
| 23 | </div> |
|---|
| 24 | <div id='content'> |
|---|
| 25 | <p><img src='{$hotspot_logo_banner_url}' alt='{$hotspot_name} logo'> |
|---|
| 26 | <p>Content from "{$hotspot_name}"</p> |
|---|
| 27 | {$hotspot_rss_html} |
|---|
| 28 | </div> |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | {include file=$footer_file} |
|---|
| 32 | |
|---|
| 33 | |
|---|