Page MenuHomeCode

No OneTemporary

This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
diff --git a/css/zed/theme.css b/css/zed/theme.css
index c1bc2ab..a068558 100644
--- a/css/zed/theme.css
+++ b/css/zed/theme.css
@@ -1,334 +1,400 @@
@charset "utf-8";
/* -------------------------------------------------------------
Zed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Dereckson
Tags: space retro futurist
Filename: forms.css
Version: 1.0
Created: 2010-01-27
Updated: 2010-01-27
Licence: Creative Commons BY 3.0
------------------------------------------------------------- */
/* -------------------------------------------------------------
Page settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
- margin: 28px 0 0 0;
+ margin: 0 0 0 0;
+ background-attachment: fixed;
background-color: #343434;
- background-image: url("../../img/zed/topborder.png");
- background-position: top;
- background-repeat: repeat-x;
+ background-image: url("../../img/zed/bg.jpg");
+ background-position: top left;
+ background-repeat: no-repeat;
font-family: "Calibri", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
-
+
+ min-height: 1200px;
color: white;
}
+#content {
+ width: 980px;
+ background-image: url("../../img/zed/bg_content.jpg");
+ background-position: top left;
+ background-repeat: no-repeat;
+}
h1, h2, h3, h4, h5, h6 {
- color: black;
+ color: #04acf8;
+ font-weight: normal;
+}
+
+h1 {
+ color: #19B5E7;
+ font-size: 21px;
+ font-weight: normal;
+}
+
+h2 {
+ font-size: 19px;
}
pre {
font-family: FixedSys, monospace;
}
/* -------------------------------------------------------------
Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
color: #1AC8E8;
text-decoration: none;
}
a:visited {
color: gray;
}
a:hover {
color: red;
text-decoration: none;
}
/* -------------------------------------------------------------
Notify messages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.notify {
padding-top: 25px;
padding-bottom: 25px;
margin-bottom: 10px;
text-align: center;
background: #eeeeee;
font-size: 1.5em;
color: black;
border: 5px solid #1AC8E8;
width: 950px;
}
.wap {
padding-top: 50px;
padding-bottom: 50px;
margin-bottom: 10px;
text-align: center;
background: #eeeeee;
font-size: 2em;
color: black;
border: 5px solid indianred;
width: 950px;
}
/* -------------------------------------------------------------
- Wall
+ Header
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
+
+#header {
+ background-color: #1fbeba;
+ background-image: url("../../img/zed/bg_header.jpg");
+ background-repeat: repeat-x;
+ background-position: top left;
+ height: 81px;
+ margin-bottom: 3.14em;
+}
+
+#header_content {
+ background-image: url("../../img/zed/bg_header_content.jpg");
+ height: 74px;
+}
+
+/* -------------------------------------------------------------
+ Header - wall
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wall {
text-align: left;
float: right;
- font-size: 80%;
}
.wall_info {
display: block;
text-align: right;
+ font-size: 80%;
+}
+
+.wall a {
+ color: white;
+}
+
+.wall a:hover {
+ color: #cae2fd;
}
/* -------------------------------------------------------------
Info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.info {
+ width: 584px;
+ height: 25px;
+ background-image: url(/img/zed/bg_meta.png);
+ margin-bottom: 1em;
+ padding-top: 7px;
+
font-size: 90%;
}
.info strong {
display: inline-block;
display: -moz-inline-box;
width: 9em;
min-width: 9em;
font-weight: 600;
color: #fd9800;
}
+.info_left {
+ float: left;
+ width: 415px;
+ margin-left: 20px;
+ margin-right: 18px;
+}
+
+#HypershipTime {
+ color: red;
+}
+
+.info_right {
+ float: left;
+ width: 130px;
+}
+
/* -------------------------------------------------------------
Avatars wall
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.avatar {
float: left;
margin-bottom: 2em;
margin-right: 2em;
text-align: center;
}
.avatar_name {
display: block;
}
/* -------------------------------------------------------------
Messages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.message {
margin-bottom: 17px;
padding: 8px 9px 8px 9px;
width: 940px;
font-size: 80%;
}
.message.light {
background-color: #fafafa;
border: 3px solid #dedede;
width: 938px;
color: black;
}
.message.light a {color: #343434;}
.message.dark {
background-color: #acc0c3;
border: solid 3px #4e5758;
width: 938px;
}
.message.dark a {color: #154c4c;}
.message a:hover {
font-weight: 900;
}
.message_info {
text-align: right;
margin-bottom: 1em;
}
.message_text {
font-size: 1.25em;
}
.message_info {
color: #343434;
}
/* -------------------------------------------------------------
Color boxes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.plum {
background-color: plum;
border: 1px solid #800080;
color: black;
}
.plum a { color: #800080; }
.green {
background-color: beige;
border: 1px solid darkgreen;
color: black;
}
.green a { color: darkgreen; }
.skyblue {
background-color: lightskyblue;
border: 1px solid #6e47fe;
}
.skyblue a { color:navy }
.indigo {
background-color: #AE97E1;
border: 1px solid #C97FFF;
}
.indigo a {color: #800080;}
.yellow {
background-color: #FFFFCC;
border: 1px solid #C4B963;
}
.yellow a {color: navy;}
.orange {
background-color: #FDD9AC;
border: 1px solid #eaaf67;
}
.orange a {color: #43392e;}
.red {
background-color: #FFE4E1;
border: solid 1px #DC7777;
}
.red a {color: #993333;}
.black {
background-color: black;
color: #ccc;
border: solid 2px #555;
}
.plum a:hover,
.green a:hover,
.skyblue a:hover,
.indigo a:hover,
.yellow a:hover,
.orange a:hover,
.red a:hover{
font-weight: bold;
}
/* -------------------------------------------------------------
SmartLine
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#SmartLine {
width: 100%;
}
#SmartLine .left {
}
#SmartLine .right {
float: right;
text-align: right;
}
/* TODO: ajouter un s駘ecteur de SmarLine pour chat/commandes (60px) */
/* grid_1 alpha -> s駘ecteur, grid_3 -> history, grid_12 > bar */
#SmartLineHistory {
width: 115%; /* d駱asse de sa bordure */
}
#SmartLineBar{
/* 99.6% for alignment with .message.light */
width: 99.6%;
}
#SmartLineResults {
font-family: "Fixedsys Excelsior 3.01", FixedSys, Terminal;
font-size: 12pt;
}
#SmartLineResults .highlight {
color: #16c3cc;
}
#SmartLineResults .error {
color: red;
}
#SmartLineResults p {
padding-left: 1em;
}
/* -------------------------------------------------------------
Floating panes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.floatingPaneTutorial {
width: 957.5px;
margin-bottom: 1em;
color: black;
}
.floatingPaneTutorial a {
color: navy;
}
.floatingPaneTutorial a:hover {
- color: #7F0707;
- font-weight: 900;
+ color: #5f0505;
}
.floatingPaneTutorial p {
color: black;
margin: 0;
padding: 5px 10px 0px 10px;
}
.dojoxDockList {
color: black;
}
/* -------------------------------------------------------------
Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
font-size: 80%;
}
\ No newline at end of file
diff --git a/img/zed/bg.jpg b/img/zed/bg.jpg
new file mode 100644
index 0000000..7ac4268
Binary files /dev/null and b/img/zed/bg.jpg differ
diff --git a/img/zed/bg_content.jpg b/img/zed/bg_content.jpg
new file mode 100644
index 0000000..83bf4ac
Binary files /dev/null and b/img/zed/bg_content.jpg differ
diff --git a/img/zed/bg_header.jpg b/img/zed/bg_header.jpg
new file mode 100644
index 0000000..3dc0c6a
Binary files /dev/null and b/img/zed/bg_header.jpg differ
diff --git a/img/zed/bg_header_content.jpg b/img/zed/bg_header_content.jpg
new file mode 100644
index 0000000..f55d249
Binary files /dev/null and b/img/zed/bg_header_content.jpg differ
diff --git a/img/zed/bg_meta.png b/img/zed/bg_meta.png
new file mode 100644
index 0000000..16f5d96
Binary files /dev/null and b/img/zed/bg_meta.png differ
diff --git a/img/zed/logo.png b/img/zed/logo.png
new file mode 100644
index 0000000..a689bdd
Binary files /dev/null and b/img/zed/logo.png differ
diff --git a/skins/zed/error.tpl b/skins/zed/error.tpl
index c538a04..e58bd94 100644
--- a/skins/zed/error.tpl
+++ b/skins/zed/error.tpl
@@ -1,43 +1,55 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#SiteTitle#}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{#StaticContentURL#}/css/960.css" media="screen" />
<link rel="stylesheet" href="{#StaticContentURL#}/css/zed/theme.css" />
</head>
<body>
+<!-- Header -->
+<div id="header">
+ <div id="header_content">
+ <div class="container_16">
+ <div class="grid_4 alpha omega suffix_8">
+ <a href="{get_url()}"><img src="{#StaticContentURL#}/img/zed/logo.png" src="Zed logo" border=0 /></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+</div>
+<div class="clear"></div>
<div class="container_16">
{if $WAP}
<!-- WAP -->
<div class="grid_16 alpha omega">
<div class="wap">{$WAP}</div>
</div>
{/if}
{if $NOTIFY}
<!-- Notify -->
<div class="grid_16 alpha omega">
<div class="notify">{$NOTIFY}</div>
</div>
{/if}
<div class="grid_16 alpha omega">
<h1>{$TITLE}</h1>
<p>{$ERROR_TEXT}</p>
<p><a href="{get_url()}">{#BackToHome#}</a></p>
</div>
<div class="clear"></div>
<hr />
<div id="footer">
<div class="grid_12 alpha">
<p>[ {#Product#} / {#FatalErrorScreen#} ]</p>
</div>
<div class="grid_4 omega">
<p style="text-align: right">[ <a href="{get_url()}?action=user.logout">{#Logout#}</a> ]</p>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
diff --git a/skins/zed/header.tpl b/skins/zed/header.tpl
index 710638e..85b299b 100644
--- a/skins/zed/header.tpl
+++ b/skins/zed/header.tpl
@@ -1,64 +1,77 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$PAGE_TITLE} - {#SiteTitle#}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{#StaticContentURL#}/css/960.css" media="screen" />
<link rel="stylesheet" href="{#StaticContentURL#}/css/zed/theme.css" />
<script type="text/javascript" src="{#StaticContentURL#}/js/misc.js"></script>
{foreach from=$PAGE_CSS item=css}
<link rel="stylesheet" href="{#StaticContentURL#}/css/{$css}" />
{/foreach}
{foreach from=$PAGE_JS item=js}
<script src="{#StaticContentURL#}/js/{$js}"></script>
{/foreach}
{if $DOJO}
<!-- DOJO -->
<script type="text/javascript" src="{#StaticContentURL#}/js/dojo/dojo/dojo.js" djConfig="isDebug:false, parseOnLoad: true" ></script>
{if $DIJIT}
<link rel="stylesheet" type="text/css" href="{#StaticContentURL#}/css/zed/forms.css">
{/if}
{/if}
</head>
<body{if $DIJIT} class="tundra"{/if}>
-<div class="container_16">
- <!-- Header -->
- <div class="grid_4 alpha">
- <a href="{get_url()}"><img src="{#StaticContentURL#}/img/zed/logo.png" src="Zed logo" border=0 /></a>
- </div>
- <div class="grid_12 omega">
- <div class="wall">
- <p>
- {$WALL_TEXT}
- <br /><span class="wall_info">-- <a href="{$WALL_USER_URL}">{$WALL_USER}</a></span>
- </p>
+<!-- Header -->
+<div id="header">
+ <div id="header_content">
+ <div class="container_16">
+ <div class="grid_4 alpha">
+ <a href="{get_url()}"><img src="{#StaticContentURL#}/img/zed/logo.png" src="Zed logo" border=0 /></a>
+ </div>
+ <div class="grid_12 omega">
+ <div class="wall">
+ <p>
+ {$WALL_TEXT}
+ <br /><span class="wall_info">-- <a href="{$WALL_USER_URL}">{$WALL_USER}</a></span>
+ </p>
+ </div>
+ </div>
+ <div class="clear"></div>
</div>
</div>
- <div class="clear"></div>
+</div>
+<div class="clear"></div>
+
+<!-- Content -->
+<div class="container_16">
{if $WAP}
<!-- WAP -->
<div class="grid_16 alpha omega">
<div class="wap">{$WAP}</div>
</div>
<div class="clear"></div>
{/if}
{if $NOTIFY}
<!-- Notify -->
<div class="grid_16 alpha omega">
<div class="notify">{$NOTIFY}</div>
</div>
<div class="clear"></div>
{/if}
<!-- Where? When? -->
- <p class="info">
- <strong>Current location</strong> {$CurrentPerso->where()}<br />
- <strong>Hypership time</strong> <span id="HypershipTime">{get_hypership_time()}</span>
- </p>
+ <div class="info">
+ <div class="info_left">
+ <strong>Current location</strong> {$CurrentPerso->where()}
+ </div>
+ <div class="info_right">
+ <span id="HypershipTime">{get_hypership_time()}</span>
+ </div>
+ </div>
{if $SmartLine_STDOUT || $SmartLine_STDERR}
{include file="smartline_results.tpl"}
{/if}
diff --git a/skins/zed/perso_header.tpl b/skins/zed/perso_header.tpl
index 2f51fb9..f8e387b 100644
--- a/skins/zed/perso_header.tpl
+++ b/skins/zed/perso_header.tpl
@@ -1,39 +1,53 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{#SiteTitle#}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{#StaticContentURL#}/css/960.css" media="screen" />
<link rel="stylesheet" href="{#StaticContentURL#}/css/zed/theme.css" />
<!-- Calls dojo -->
<script src="/{#StaticContentURL#}js/dojo/dojo/dojo.js" type="text/javascript"
djConfig="isDebug: false, parseOnLoad: true"></script>
<link rel="stylesheet" href="{#StaticContentURL#}/css/zed/forms.css" />
<script type="text/javascript">
dojo.require("dijit.form.Form");
dojo.require("dijit.form.ValidationTextBox");
dojo.require("dijit.form.TextBox");
dojo.require("dijit.form.FilteringSelect");
dojo.require("dijit.form.Button");
dojo.require("dojo.parser");
</script>
</head>
<body class="tundra">
+<!-- Header -->
+<div id="header">
+ <div id="header_content">
+ <div class="container_16">
+ <div class="grid_4 alpha omega suffix_8">
+ <a href="{get_url()}"><img src="{#StaticContentURL#}/img/zed/logo.png" src="Zed logo" border=0 /></a>
+ </div>
+ <div class="clear"></div>
+ </div>
+ </div>
+</div>
+<div class="clear"></div>
+
+<!-- Content -->
<div class="container_16">
{if $WAP}
<!-- WAP -->
<div class="grid_16 alpha omega">
<div class="wap">{$WAP}</div>
</div>
{/if}
{if $NOTIFY}
<!-- Notify -->
<div class="grid_16 alpha omega">
<div class="notify">{$NOTIFY}</div>
</div>
{/if}
diff --git a/skins/zed/profile.tpl b/skins/zed/profile.tpl
index 80376e4..5b0cf4e 100644
--- a/skins/zed/profile.tpl
+++ b/skins/zed/profile.tpl
@@ -1,99 +1,99 @@
<!-- Faerie profile -->
- <div class="grid_11 alpha profile">
+ <div class="grid_11 alpha profile" style="background-color: black">
<div class="profile_id clearfix">
<h1 class="profile_nick">{$NAME}</h1>
<div class="profile_info">
{if $PHONE}
<img src="/skins/VacuumCleanerBridge/images/tel.png" title="{#PhoneNumber#}" alt="{#PhoneNumberAlt#}" align="top" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {$PHONE}
{/if}
<br />
{if $MAIL}
<img src="/skins/VacuumCleanerBridge/images/mail.png" title="{#Mail#}" alt="{#MailAlt#}" align="top" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:{$MAIL}">{$MAIL}</a>&nbsp;
{/if}
</div>
</div>
<div class="profile_separator"></div>
{if $PICS}
<div class="profile_photos">
{foreach from=$PICS item=photo}
<a rel="lightbox" href="{$URL_PICS}/{$photo->name}" title="{$photo->description}"><img src="{$URL_PICS}/tn/{$photo->name}" alt="{$photo->description}" /></a>
{/foreach}
<div class="photos_item"></div>
</div>
{/if}
<div class="profile_text{if $PROFILE_FIXEDWIDTH} fixedwidth{/if}">{if $PROFILE_TEXT != ""}{if $PROFILE_FIXEDWIDTH}{$PROFILE_TEXT}{else}{$PROFILE_TEXT|nl2br}{/if}{else}{if $PROFILE_SELF}<a href="{$URL_USER}/edit/profile">{/if}<img src="/skins/VacuumCleanerBridge/images/empty_profile.png" width="642" height="392" alt="Be creative ! Fill this space with your best words." />{if $PROFILE_SELF}</a>{/if}{/if}</div>
<div class="profile_separator_light"></div>
<div class="profile_message">
<h2 id="Message">{#DropMessage#}</h2>
<form method="post" action="{$URL_USER}/{$USERNAME}">
<div class="grid_4 alpha">
<input type="radio" name="message_type" value="private_message" checked onclick="document.getElementById('MessageSubmit').value = '{#Send#}';">{sprintf(#SendMessage#, $NAME)}
</div>
<div class="grid_6 omega">
<input type="radio" name="message_type" value="profile_comment" onclick="document.getElementById('MessageSubmit').value = '{#Publish#}';">{sprintf(#AddComment#, $NAME)}
</div>
<p><textarea rows="7" cols="64" name="message"></textarea></p>
<p><input id="MessageSubmit" type="submit" name="MessageSubmit" value="{#Send#}" /></p>
</form>
</div>
</div>
<!-- Faerie content -->
<div class="grid_5 omega">
<div class="sidebar_border"></div>
<div id="sidebar">
<div class="border_top"></div>
<div class="sidebar_content">
{if $PROFILE_SELF}
<!-- {{counter name=section}|romanize}. edit profile, account, photos -->
<h2>{#EditMyPage#}</h2>
<ul>
<li><a href="{$URL_USER}/edit/profile">{#EditProfile#}</a></li>
<li><a href="{$URL_USER}/edit/account">{#EditAccount#}</a></li>
<li><a href="{$URL_USER}/edit/photos">{if $PICS}{#ManagePhotos#}{else}{#AddPhoto#}{/if}</a></li>
</ul>
{/if}
{if $SIDEBAR_LASTPICS}
<!-- {{counter name=section}|romanize}. content from http://photos.folleterre.org -->
<h2>{#LastSharedPhotos#}</h2>
<div style="text-align: center">
{foreach from=$SIDEBAR_LASTPICS item=pic}
<a href="{$pic->link}"><img src="{$pic->url}" /></a>
{/foreach}
<br />
<a href="{$SIDEBAR_LASTPICS_URL}">{#ViewRecentUploads#}</a>
</div>
{/if}
<!-- {{counter name=section}|romanize}. sidebar placeholder/explanation -->
<h2>Sidebar</h2>
<p>Here will be published new art submission, request/offers post it, external content imported, etc.</p>
{if $lift}
<!-- {{counter name=section}|romanize}. lift request -->
<div class="postit_cyan lift">
<h2>{$NAME} needs a pickup for {$lift->event->name}</h2>
<p>{#IdealDate#}{#_t#} {$lift->date}<br />{#From#}{#_t#} {$lift->from}</p>
<p><a href="{$URL_EVENT}/{$lift->event->id}/travel?LiftID={$lift->id}">{#OfferLift#}</a></p>
</div>
{/if}
</div>
<div class="border_bottom"></div>
</div>
</div>
{if $PROFILE_COMMENTS}
<!-- Profile comments -->
<div class="grid_16 alpha omega profile_comments" id="comments">
{foreach from=$PROFILE_COMMENTS item=comment}
<div class="comment">
<div class="profile_comments_text"><p>{$comment->text|nl2br}</p></div>
<div class="profile_comments_info">-- <a href="{$URL_USER}/{$comment->author}">{$comment->authorname}</a>, {$comment->date|date_format:"%Y-%m-%d %H:%M:%S"}.</div>
</div>
{/foreach}
</div>
{/if}
diff --git a/skins/zed/smartline_results.tpl b/skins/zed/smartline_results.tpl
index 863d64f..6274af5 100644
--- a/skins/zed/smartline_results.tpl
+++ b/skins/zed/smartline_results.tpl
@@ -1,11 +1,14 @@
<!-- SmartLine output -->
<div id="SmartLineResults" class="black">
{if $SmartLine_STDOUT}
<p>{$SmartLine_STDOUT}</p>
{/if}
{if $SmartLine_STDERR}
<p class="error">{$SmartLine_STDERR}</p>
{/if}
+
</div>
- <div class="clear"></div>
\ No newline at end of file
+ <p class="clear"></p>
+
+
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Thu, Nov 21, 16:24 (2 m, 37 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21144
Default Alt Text
(22 KB)

Event Timeline