Moderators: admin, chrisg0wtz, KineticDavid, Moderators
However how do you get the edit details window to display the same format as the popup ?

<?xml version="1.0" encoding="iso8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" href="basestation.css" type="text/css"/>
</head>
<body>
<meta http-equiv="refresh" content="4"/>
<table>
<tr>
<td valign="top" width="1000">
<table border="1" cellpadding="0" frame="box">
<tr>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â Callsign : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//currentflight/callsign"/></span>
<span class="entrycaption">Â Â </span>
</td>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â Reg : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//regdata/registration"/></span>
<span class="entrycaption">Â Â </span>
</td>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â Type : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//regdata/type"/></span>
<span class="entrycaption">Â Â </span>
</td>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â ModeS : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//transmission/modes"/></span>
<span class="entrycaption">Â Â </span>
</td>
</tr>
</table>
<table border="1" cellpadding="0" frame="box">
<tr>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â Operator : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//regdata/registeredowners"/></span>
<span class="entrycaption">Â Â </span>
</td>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">Â Â Country : </span>
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//transmission/country"/></span>
<span class="entrycaption">Â Â </span>
</td>
</tr>
</table>
<table border="1" cellpadding="0" frame="box">
<tr>
<td valign="top" bgcolor="rgb(220,250,200)">
<span class="entrycaption">  Route  </span>
</td>
<td valign="top" bgcolor="rgb(220,250,200)">
<span style="color:#0000FF" class="entrydata"><xsl:apply-templates select="//currentflight/Route"/></span>
</td>
</tr>
</table>
<td bgcolor="rgb(255,255,204)">
<img src="P:\Basestation\Images\{//regdata/registration}.jpg" height="125" align="top" border="0" />
<img src="P:\Basestation\Images\{//regdata/registration}_A.jpg" height="125" align="top" border="0" />
<img src="P:\Basestation\Images\{//regdata/registration}_J.jpg" height="125" align="top" border="0" />
</td>
</td>
</tr>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>navies wrote:Not having much luck with this, tried notepad etc. Is there a files section where an xml copy could be placed allowing the user to copy and rename?
chrisg0wtz wrote:So what is the significance of P:\Basestation?
<< Below the airline logo is a Route field but this will only work if you are running the Flight Display program - see the forum Resources section for details. >>
Users browsing this forum: No registered users and 2 guests