|
What this is
Other links
The source code<?xml version="1.0"?> <!-- $Id: doc.xsl,v 1.12 2001/04/15 15:24:43 agarcia3 Exp $ --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output indent="yes" method="html" /> <!-- Written by Alfredo Garcia "agarcia@mundofree.com" --> <xsl:template match="article"> <!-- Template global variables --> <xsl:variable name="URL" select="configuration/general/category[@name='HTTP Headers']/data[@code='requestURI']" /> <xsl:variable name="BASE_URL">/webEditor/editor_1/docs <xsl:variable name="docID" select="docID"/> <html> <head> <title> <xsl:value-of select="content/art_title/text()" /> </title> <link rel="stylesheet" href="{$BASE_URL}/styles/style.css"> </head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#006600" vlink="#006600"> <script languaje="JAVASCRIPT"> function openWindowNew (theURL,winName,features) { window.open(theURL,winName,features); } </script> <div align="center"> <br/> <table width="750" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="15" valign="top" bgcolor="#006600"> <img src="{$BASE_URL}/images/esqzq.gif"/> </td> <td width="94" bgcolor="#006600" align="center" valign="middle" class="pieblanco"> <xsl:text disable-output-escaping="yes"> </td> <td width="129" bgcolor="#006600" align="center"> <xsl:text disable-output-escaping="yes"> </td> <td width="394" bgcolor="#82c245"> |
<td width="105" bgcolor="#82c245">
<td width="13" bgcolor="#82c245" valign="top" align="right">
<img src="{$BASE_URL}/images/esqdch.gif" width="12" height="12"/>
</td>
</tr>
</table>
<!-- End Header-->
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- Begin Navigation Barr-->
<td width="112" bgcolor="#006600" align="center" valign="top">
<table width="90%" border="0" cellspacing="2" cellpadding="1">
<tr align="right">
<td class="navegation">NAVEGATION
</tr>
<tr align="right" bgcolor="#82C245">
<td class="navegation">Index
</tr>
<tr align="right" bgcolor="#82C245">
<td class="navegation">Edit article
</tr>
<tr align="right" bgcolor="#82C245">
<td class="navegation">
<a href="javascript:openWindowNew('{$URL}?mode=images&docID={$docID}','Images','width=740,height=375,scrollbars,resizable')" class="navegation">Edit image
</tr>
<tr align="right" bgcolor="#82C245">
<td class="navegation">New Document
</tr>
<tr align="right">
<td bgcolor="#82C245" class="navegation">Configuration
</tr>
</table>
<br/>
</td>
<!-- End Navigation Barr-->
<td width="10">
<td width="521" valign="top">
... 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.