Main web interface update

* Added the new interface style, including the necessary pictures and page
layout template.

* Updated existing style sheet in order to accommodate the new fluid
layout and to use some more CSS3 goodness.

* Upgraded JQuery from 1.4.2 to 1.7.1.
This commit is contained in:
Emmanuel BENOîT 2012-01-02 08:57:06 +01:00
parent bed784a8e1
commit d768766214
26 changed files with 576 additions and 649 deletions

View file

@ -6,22 +6,29 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Title and planet list -->
<div class="top-centered">
<p style="padding: 22px 0px 0px 0px" id="tc-title">${title?xhtml}</p>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="#" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
<div class="cframe full-width"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="hd-text">current version: <@full_version/></div>
</div>
<div id="page-contents" class="chat-page"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -5,19 +5,19 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">current version: <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Log-in box -->
<div id="lbox">
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<!-- Title / login bar -->
<div id="hd-bar">
<div id="hd-summary">
<form method="post" action="login.action">
<div>
E-mail address: <input type="text" name="mail" value="" size="15" maxlength="128" class='input' /><br/>
@ -27,17 +27,34 @@
</div>
</form>
</div>
<!-- Menu -->
<a class="mbutton" id="b0" href="scope" title="Scope of this milestone">Scope</a>
<a class="mbutton" id="b1" href="rules" title="Game rules">Rules</a>
<a class="mbutton" id="b2" href="register" title="Register">Register</a>
<div class="cframe"><#nested></div>
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
<div id="hd-text">current version: <@full_version/></div>
</div>
<!-- Menu
-
- FIXME: set "current" style on button for the current page
-->
<div id="menu-left">
<div class="button">
<a href="scope" title="Scope of this milestone">Scope</a>
</div>
<div class="button">
<a href="rules" title="Game rules">Rules</a>
</div>
<div class="button">
<a href="register" title="Register">Register</a>
</div>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -6,33 +6,17 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<a id="hbutton" href="overview" title="Overview page"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version"><@abbr_gt/>: <@game_time record=data.page.gameTime /> / <@abbr_st/>: ${data.page.serverTime?string("yyyy-MM-dd HH:mm:ss ZZZZZ")}</div>
<!-- Title and planet list -->
<div class="top-centered">
<p id="tc-title">${title?xhtml}</p>
<p>&nbsp;</p>
<#if !hidePlanets>
<#if data.page.planets?size == 0>
<p id="get-new-planet"><a href="get-planet">Get new planet</a></p>
<#else>
<p id="jump-to-planet"><span class="jtp-text">Jump to planet</span>: <span>
<#list data.page.planets as planet>
<a href="planet-${planet.id}">${planet.name?xhtml}</a>
</#list>
</span></p>
</#if>
</#if>
</div>
<div id="lbox" class="game-info">
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary">
<strong>${data.page.empire}</strong>
<#if data.page.alliance?has_content>
[<strong>${data.page.alliance}</strong>]
@ -50,20 +34,54 @@
<br/>
<a href="account">Account</a> - <a href="logout.action">Log out</a>
</div>
<a class="mbutton" id="b0" href="planets" title="Planets">Planets</a>
<a class="mbutton" id="b1" href="fleets" title="Fleets">Fleets</a>
<a class="mbutton" id="b2" href="map" title="Map of the universe">Map</a>
<a class="mbutton" id="b3" href="alliance" title="Alliance">Alliance</a>
<a class="mbutton" id="b4" href="enemies" title="Manage enemy players and alliances">Enemy list</a>
<a class="mbutton" id="b5" href="messages" title="Messages">Messages</a>
<a class="mbutton" id="b6" href="bugtrack" title="Bug tracking application">Bug tracker</a>
<div class="cframe"><#nested></div>
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
<div id="hd-text"><@abbr_gt/>: <@game_time record=data.page.gameTime /> / <@abbr_st/>: ${data.page.serverTime?string("yyyy-MM-dd HH:mm:ss ZZZZZ")}</div>
</div>
<div id="menu-left">
<div class="button">
<a href="planets" title="Planets">Planets</a>
</div>
<#if !hidePlanets>
<#if data.page.planets?size == 0>
<div class="button sub-menu">
<a href="get-planet">Get new planet</a>
</div>
<#else>
<#list data.page.planets as planet>
<div class="button sub-menu">
<a href="planet-${planet.id}">${planet.name?xhtml}</a>
</div>
</#list>
</#if>
</#if>
<div class="button">
<a href="fleets" title="Fleets">Fleets</a>
</div>
<div class="button">
<a href="map" title="Map of the universe">Map</a>
</div>
<div class="button">
<a href="alliance" title="Alliance">Alliance</a>
</div>
<div class="button">
<a href="enemies" title="Manage enemy players and alliances">Enemy list</a>
</div>
<div class="button">
<a href="messages" title="Messages">Messages</a>
</div>
<div class="button">
<a href="bugtrack" title="Bug tracking application">Bug tracker</a>
</div>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -5,22 +5,34 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="player-session" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">current version: <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div id="hd-text">current version: <@full_version/></div>
</div>
<div id="menu-left">
<div class="button">
<a href="?" title="Try again">Retry</a>
</div>
</div>
<div class="cframe full-width offline"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -5,28 +5,34 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">current version: <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Log-in box -->
<div id="lbox">
<br/><br/><br/>
<a href="logout.action">Log out</a>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Legacy Worlds home page"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div id="hd-text">current version: <@full_version/></div>
</div>
<div id="menu-left">
<div class="button">
<a href="logout.action" title="Log out">Log out</a>
</div>
</div>
<div class="cframe full-width"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -1,6 +1,6 @@
<#macro render>
<@page title="Legacy Worlds chat">
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" codebase="pjirc" width="100%" height="100%">
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" codebase="pjirc" width="100%" height="400px">
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab" />
<param name="nick" value="${(data.page.empire?replace(' ' , '_'))?xhtml}" />
<param name="alternatenick" value="LW-Player-???" />

View file

@ -6,22 +6,29 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Title and planet list -->
<div class="top-centered">
<p style="padding: 22px 0px 0px 0px" id="tc-title">${title?xhtml}</p>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="#" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
<div class="cframe full-width"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="hd-text">version courante : <@full_version/></div>
</div>
<div id="page-contents" class="chat-page"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -1,23 +1,23 @@
<#macro page title>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">version courante : <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Log-in box -->
<div id="lbox">
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<!-- Title / login bar -->
<div id="hd-bar">
<div id="hd-summary">
<form method="post" action="login.action">
<div>
Adresse e-mail : <input type="text" name="mail" value="" size="15" maxlength="128" class='input' /><br/>
@ -27,17 +27,34 @@
</div>
</form>
</div>
<!-- Menu -->
<a class="mbutton" id="b0" href="scope" title="Portée de ce jalon">Portée</a>
<a class="mbutton" id="b1" href="rules" title="Règles du jeu">Règles</a>
<a class="mbutton" id="b2" href="register" title="Inscription">Inscription</a>
<div class="cframe"><#nested></div>
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
<div id="hd-text">version courante : <@full_version/></div>
</div>
<!-- Menu
-
- FIXME: set "current" style on button for the current page
-->
<div id="menu-left">
<div class="button">
<a href="scope" title="Portée de ce jalon">Portée</a>
</div>
<div class="button">
<a href="rules" title="Règles du jeu">Règles</a>
</div>
<div class="button">
<a href="register" title="Inscription">Inscription</a>
</div>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -2,37 +2,21 @@
<#macro page title hidePlanets=false>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<a id="hbutton" href="overview" title="Page Empire"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version"><@abbr_gt/>: <@game_time record=data.page.gameTime /> / <@abbr_st/>: ${data.page.serverTime?string("yyyy-MM-dd HH:mm:ss ZZZZZ")}</div>
<!-- Title and planet list -->
<div class="top-centered">
<p id="tc-title">${title?xhtml}</p>
<#if !hidePlanets>
<p>&nbsp;</p>
<#if data.page.planets?size == 0>
<p id="get-new-planet"><a href="get-planet">Obtenir une nouvelle planète</a></p>
<#else>
<p id="jump-to-planet"><span class="jtp-text">Aller à la planète</span>: <span>
<#list data.page.planets as planet>
<a href="planet-${planet.id}">${planet.name?xhtml}</a>
</#list>
</span></p>
</#if>
</#if>
</div>
<div id="lbox" class="game-info">
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="overview" title="Page Empire"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary">
<strong>${data.page.empire}</strong>
<#if data.page.alliance?has_content>
[<strong>${data.page.alliance}</strong>]
@ -50,20 +34,54 @@
<br/>
<a href="account">Compte</a> - <a href="logout.action">Déconnexion</a>
</div>
<a class="mbutton" id="b0" href="planets" title="Planètes">Planètes</a>
<a class="mbutton" id="b1" href="fleets" title="Flottes">Flottes</a>
<a class="mbutton" id="b2" href="map" title="Carte de l'univers">Carte</a>
<a class="mbutton" id="b3" href="alliance" title="Alliance">Alliance</a>
<a class="mbutton" id="b4" href="enemies" title="Gèstion des listes de joueurs et alliances ennemis">Listes d'ennemis</a>
<a class="mbutton" id="b5" href="messages" title="Messages">Messages</a>
<a class="mbutton" id="b6" href="bugtrack" title="Application de suivi des bugs">Suivi des bugs</a>
<div class="cframe"><#nested></div>
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
<div id="hd-text"><@abbr_gt/>: <@game_time record=data.page.gameTime /> / <@abbr_st/>: ${data.page.serverTime?string("yyyy-MM-dd HH:mm:ss ZZZZZ")}</div>
</div>
<div id="menu-left">
<div class="button">
<a href="planets" title="Planètes">Planètes</a>
</div>
<#if !hidePlanets>
<#if data.page.planets?size == 0>
<div class="button sub-menu">
<a href="get-planet" title="Obtenir une nouvelle planète">Nouvelle planète</a>
</div>
<#else>
<#list data.page.planets as planet>
<div class="button sub-menu">
<a href="planet-${planet.id}">${planet.name?xhtml}</a>
</div>
</#list>
</#if>
</#if>
<div class="button">
<a href="fleets" title="Flottes">Flottes</a>
</div>
<div class="button">
<a href="map" title="Carte de l'univers">Carte</a>
</div>
<div class="button">
<a href="alliance" title="Alliance">Alliance</a>
</div>
<div class="button">
<a href="enemies" title="Gèstion des listes de joueurs et alliances ennemis">Listes d'ennemis</a>
</div>
<div class="button">
<a href="messages" title="Messages">Messages</a>
</div>
<div class="button">
<a href="bugtrack" title="Application de suivi des bugs">Suivi des bugs</a>
</div>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -1,26 +1,38 @@
<#macro page title>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="player-session" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">Version courante : <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div id="hd-text">version courante : <@full_version/></div>
</div>
<div id="menu-left">
<div class="button">
<a href="?">Réessayer</a>
</div>
</div>
<div class="cframe full-width offline"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -5,28 +5,34 @@
<head>
<title>Legacy Worlds Beta 6 <@version/> - ${title?xhtml}</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<script type="text/javascript" charset="utf-8" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="extframe">
<div class="internal" id="intframe">
<!-- Header -->
<a id="hbutton" href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
<div id="version">Version courante : <@full_version/></div>
<div class="top-centered" id="tc-title">${title?xhtml}</div>
<!-- Log-in box -->
<div id="lbox">
<br/><br/><br/>
<a href="logout.action">Déconnexion</a>
<!-- Header -->
<div id="hd-top">
<div id="hd-logo">
<a href="home" title="Page d'accueil de Legacy Worlds"><span>Legacy Worlds Beta 6 <@version/></span></a>
</div>
<div id="hd-bar">
<div id="hd-summary" />
<div id="hd-page">
<h1>${title?xhtml}</h1>
</div>
</div>
<div id="hd-text">version courante : <@full_version/></div>
</div>
<div id="menu-left">
<div class="button">
<a href="logout.action" title="Déconnexion">Déconnexion</a>
</div>
</div>
<div class="cframe full-width"><#nested></div>
</div>
<div class="internal" id="footer">
Copyright (C) 2004-2010, <a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
<div id="page-contents"><#nested></div>
<div id="footer">
Copyright (C) 2004-2012,
<a title="DeepClone Development" href="http://www.deepclone.com">DeepClone Development</a>
</div>
</body>
</html>

View file

@ -1,6 +1,6 @@
<#macro render>
<@page title="Legacy Worlds - Discussion">
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" codebase="pjirc" width="100%" height="100%">
<applet code="IRCApplet.class" archive="irc.jar,pixx.jar" codebase="pjirc" width="100%" height="400px">
<param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab" />
<param name="nick" value="${(data.page.empire?replace(' ' , '_'))?xhtml}" />
<param name="alternatenick" value="LW-Player-???" />