|
What this is
Other links
The source code
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
* Copyright (C) 2000 Sebastian Schaffert
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-->
<!-- This is part of the French translation of WebMail - Christian SENET - senet@lpm.u-nancy.fr - 2002 -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes"/>
<xsl:variable name="imgbase" select="/GENERICMODEL/STATEDATA/VAR[@name='img base uri']/@value"/>
<xsl:variable name="base" select="/GENERICMODEL/STATEDATA/VAR[@name='base uri']/@value"/>
<xsl:template match="/">
<HTML>
<HEAD>
<TITLE>WebMail Login Screen
<META CONTENT="AUTHOR" VALUE="Sebastian Schaffert"/>
<link rel="stylesheet" href="{$base}/passthrough/webmail.css"/>
</HEAD>
<BODY bgcolor="#ffffff">
<P align="center">
<P align="center">
<CENTER>
<FORM ACTION="{$base}/login" METHOD="POST" NAME="loginForm">
<TABLE width="402" border="0" cellspacing="0" cellpadding="1" bgcolor="#000000" height="252" align="center">
<TR>
<TD align="center" bgcolor="#000000" valign="middle">
<TABLE width="400" border="0" cellspacing="0" cellpadding="0" height="250">
<TR>
<TD colspan="4" width="400" height="50" bgcolor="#7B889F">
</TD>
</TR>
<TR>
<TD rowspan="4" width="85" align="center" bgcolor="#D3D8DE" height="110">
<IMG SRC="{$imgbase}/images/logobibop.gif" ALT="Logo BiBop"/>
</TD>
<TD colspan="2" align="center" height="40" bgcolor="#FFFFFF" width="290">
<IMG SRC="{$imgbase}/images/webmailtitle.gif"/>
</TD>
<TD rowspan="4" width="25" height="115" bgcolor="#FFFFFF">
</TD>
</TR>
<TR>
<TD class="testo" align="right" height="25" bgcolor="#FFFFFF" width="100">
Login
</TD>
<TD height="25" bgcolor="#FFFFFF" width="190" class="testo">
<INPUT TYPE="text" NAME="login" SIZE="15" class="testo"/>
</TD>
</TR>
<TR>
<TD class="testo" align="right" height="25" bgcolor="#FFFFFF" width="100">
Password
</TD>
<TD height="25" bgcolor="#FFFFFF" width="190" class="testo">
<INPUT TYPE="password" NAME="password" SIZE="15" class="testo"/>
</TD>
</TR>
<TR>
<TD class="testo" align="right" height="25" bgcolor="#FFFFFF" width="100">
Domain
</TD>
<TD height="25" bgcolor="#FFFFFF" width="190" class="testo">
<SELECT name="vdom" class="testo">
<xsl:for-each select="/GENERICMODEL/SYSDATA/DOMAIN">
<OPTION> |
<TD bgcolor="#7B889F" height="50" width="100" class="testo">
<TD bgcolor="#7B889F" height="50" width="190" class="testo">
<INPUT TYPE="submit" value="Login" class="testo"/>
<INPUT TYPE="reset" value="Reset" class="testo"/>
</TD>
<TD width="25" bgcolor="#7B889F" height="50" class="testo">
</TR>
<TR>
<TD colspan="4" width="400" class="testoBianco" bgcolor="#394864" height="35" align="center">BiBop
WebMail </SPAN>is based on
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.