mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-12 16:58:51 +00:00
Monotone-Parent: 28b77f21d4bb7c941a2ab46340a22efd022cde3d
Monotone-Revision: 197b4e59b74c3885e6492eae1e2e5da0feb5fcdd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-18T09:40:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<span xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:uix="OGo:uix"
|
||||
xmlns:label="OGo:label"
|
||||
>
|
||||
<span class="defaultfont"
|
||||
><b><var:string label:value="User" />:</b> <var:string value="context.activeUser.cn" /></span>
|
||||
<var:if condition="context.isUIxDebugEnabled">
|
||||
<span class="defaultfont">
|
||||
(<b><var:string label:value="Path"
|
||||
/>:</b><var:entity const:name="nbsp" />
|
||||
<var:foreach list="navPathElements" item="element">
|
||||
<var:if condition="element" value="lastElement" const:negate="YES">
|
||||
<a var:href="element.url"><var:string value="element.name" /></a>
|
||||
/
|
||||
</var:if>
|
||||
<var:if condition="element" value="lastElement">
|
||||
<var:string value="element.name" />
|
||||
</var:if>
|
||||
</var:foreach>)
|
||||
</span>
|
||||
</var:if>
|
||||
</span>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
>
|
||||
<head>
|
||||
<title>
|
||||
<var:string value="title"/>
|
||||
</title>
|
||||
<meta name="description" content="SOGo Web Interface"/>
|
||||
<meta name="author" content="SKYRIX Software AG"/>
|
||||
<meta name="robots" content="stop"/>
|
||||
<link type="text/css" rel="stylesheet" rsrc:href="uix.css"/>
|
||||
<link type="text/css" rel="stylesheet" rsrc:href="calendar.css"/>
|
||||
<link href="mailto:hh@skyrix.com" rev="made"/>
|
||||
</head>
|
||||
|
||||
<body margin="10" onload="javascript:window.print()">
|
||||
<var:component-content/>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user