Skip to content
HtmlFileDescription-tab.xsl 13.7 KiB
Newer Older
xtof's avatar
xtof committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
	<xsl:output method="html" encoding="UTF-8" name="html"/>
	<xsl:template match="/">
		<html>
			<head>
				<meta charset="utf-8"> </meta>
				<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> </meta>
				<!-- Global site tag (gtag.js) - Google Analytics -->
				<script  src="https://www.googletagmanager.com/gtag/js?id=UA-128629404-1" async="true" ></script>
				<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-128629404-1');
				</script>

				<title>AMSAT SATELLITE LIST</title>
				<meta name="description" content=""></meta>
				<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
				<link rel="apple-touch-icon" href="apple-touch-icon.png"> </link>

				<link rel="stylesheet" href="./initializr/css/normalize.min.css"></link>
				<link rel="stylesheet" href="./initializr/css/main.css"></link>

				<script src="./initializr/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
			</head>

			<body bgcolor="#ffffff">

				<div class="header-container">
					<header class="wrapper clearfix">
						<h1 class="title">AMSAT SATELLITE LIST</h1>   
						<nav>
							<ul>
								<li><a href="../index.html">Home</a></li>
								<li><a href="../AMSATLIST_Doc.xhtml">Info</a></li> 
							</ul>
						</nav>
					</header>
				</div>
				<div class="main-container">
					<div class="main wrapper clearfix">
					
							<article>

							<h2>Satellites with information fulfilled</h2>
							<table class="platforms">
								<tr class="c0"> 
									<th>Info status</th><th>Nom</th><th>NasaID</th><th>Status</th>
								</tr>
								<xsl:for-each select="AmsatList/Satellites">
									<xsl:if test="SatelliteInformationStatus">

										<tr  class="c0">
											<td><xsl:apply-templates select="SatelliteInformationStatus"/> </td>
											<td> <a href="SatellitePage/UK/{NasaID}{Name}.html"><xsl:value-of select="Name"/></a></td>
											<td> <xsl:value-of select="NasaID"/></td>
											<td> <xsl:apply-templates select="Status"/> </td>
										</tr>
									</xsl:if>
								</xsl:for-each>

							</table>

							<h2>Satellites with 144 Mhz </h2>
							<table class="platforms">
								<tr class="c0"> 
									<th>Info status</th><th>Nom</th><th>NasaID</th><th>Status</th><th>Beacon Frequency</th>
								</tr>
								<xsl:for-each select="AmsatList/Satellites">
									<xsl:if test="RadioData/Beacons/Frequency  &lt; '146000000' and RadioData/Beacons/Frequency &gt; '140000000'">

										<tr  class="c0">
											<td><xsl:apply-templates select="SatelliteInformationStatus"/> </td>
											<td> <a href="SatellitePage/UK/{NasaID}{Name}.html"><xsl:value-of select="Name"/></a></td>
											<td> <xsl:value-of select="NasaID"/></td>
											<td> <xsl:apply-templates select="Status"/> </td>
											<td> <xsl:apply-templates select="RadioData/Beacons/Frequency"/> </td>
										</tr>
									</xsl:if>
								</xsl:for-each>

							</table>


							<h2>All satellites</h2>
							<table class="platforms">
								<tr class="c0"> 
									<th>Info status</th><th>Nom</th><th>NasaID</th><th>Status</th>
								</tr>
								<xsl:for-each select="AmsatList/Satellites">


									<tr  class="c0">
										<td><xsl:apply-templates select="SatelliteInformationStatus"/> </td>
										<td> <a href="SatellitePage/UK/{NasaID}{Name}.html"><xsl:value-of select="Name"/></a></td>
										<td> <xsl:value-of select="NasaID"/></td>
										<td> <xsl:apply-templates select="Status"/> </td>
									</tr>

								</xsl:for-each>
								<xsl:apply-templates select="AmsatList/Satellites"/>
							</table>
						</article>
						<!-- Liste sous forme de tableau des transpondeurs et des balises -->
						<article>
						
							<table class="platforms">
								<tr class="c0"> 
									<th>Name</th><th>Nasa ID</th><th>Status</th><th>Beacon Name</th><th>Frequency</th><th>Modes</th><th>CallSign</th> 
								</tr>
								<xsl:for-each select="AmsatList/Satellites">
								<!-- Balise  -->
						

										<xsl:if test="SatelliteInformationStatus">
											<xsl:if test="RadioData/Beacons">
												<tr  class="c0">
													<td> <a href="SatellitePage/UK/{NasaID}{Name}.html"><xsl:value-of select="Name"/></a></td>
													<td> <xsl:value-of select="NasaID"/></td>
													<td> <xsl:apply-templates select="Status"/></td>
													<td> <xsl:apply-templates select="RadioData/Beacons"/></td>
												</tr>
											</xsl:if>
										</xsl:if>
								</xsl:for-each>
							</table>
	 
							<!--
							<xsl:if test="(RadioData/Transponders)">
										<h3>Transponder</h3>

										<table class="platforms">
											<tr class="c0"> 
												<th>Transponder Name</th><th>Mode</th><th>Frequency Uplink</th><th>Frequency Downlink</th><th>Inverted</th><th>CTSS Tone</th>  
											</tr>

											<td> <xsl:apply-templates select="RadioData/Transponders"/></td>	
										</table>
								</xsl:if>


								</section>
									
									</xsl:if>
							-->
								
						</article>

					
					</div>
				</div>
				<div class="footer-container">
					<footer class="wrapper">
						<p><xsl:text> Information Description Status :   </xsl:text>  

							<xsl:text> Last Update :   </xsl:text> 

						</p>
					</footer>
				</div>


				<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>


				<script src="initializr/js/plugins.js"></script>
				<script src="initializr/js/main.js"></script>


			</body>



		</html>   

	</xsl:template>

	<xsl:template match="RadioData/Beacons/Frequency">
		<xsl:if test=".  &lt; '146000000' and . &gt; '140000000'">
			<xsl:value-of select='format-number(number(.), "###,###.##")' />  <xsl:text>  Hz  </xsl:text>
		</xsl:if>
	</xsl:template>

	<xsl:template match="Satellites">
		<xsl:result-document format="html" encoding="UTF-8" href="SatellitePage/UK/{NasaID}{Name}.html" >

			<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
			<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
			<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
			<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->


				<head>
					<!-- Global site tag (gtag.js) - Google Analytics -->
					<script async="true" src="https://www.googletagmanager.com/gtag/js?id=UA-128629404-1"></script>
					<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-128629404-1');
					</script>

					<meta charset="utf-8"> </meta>
					<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> </meta>
					<title><xsl:value-of select="./Name"/></title>
					<meta name="description" content=""></meta>
					<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
					<link rel="apple-touch-icon" href="apple-touch-icon.png"> </link>

					<link rel="stylesheet" href="../../initializr/css/normalize.min.css"></link>
					<link rel="stylesheet" href="../../initializr/css/main.css"></link>

					<script src="../initializr/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>



				</head>
				<body>
					<!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->

					<div class="header-container">
						<header class="wrapper clearfix">

							<img src="../../img/amsatf.jpg" alt="Texte remplaçant l&#39;image" title="Texte à afficher" align="left" />

							<h1 class="title"><xsl:value-of select="./Name"/> </h1>
							<nav>
								<ul>
									<li><a href="../../index.html">Home</a></li>
									<li><a href="../../AMSATLIST_Doc.xhtml">Info</a></li> 
								</ul>
							</nav>
						</header>
					</div>

					<div class="main-container">
						<div class="main wrapper clearfix">

							<article>
								<header>
									<h2>General information</h2>

									<li> <b>Nasa Identifier : </b>  <xsl:value-of select="./NasaID"/></li>
									<li> <b>Status : </b>  <xsl:value-of select="./Status"/></li>
									<xsl:if test="./OSCARNumber">
										<li> <b>Oscar Number : </b>  <xsl:value-of select="./OSCARNumber"/></li>
									</xsl:if>

								</header>

								<section class="LaunchData">
									<p><xsl:apply-templates select="LaunchData"/></p>
								</section>
								<section class="Information">
									<h2>Detailed Information</h2>
									<p><xsl:apply-templates select="Information"/></p>
								</section>
								<section class="RadioData">
									<h2>Radio</h2>
									<xsl:if test="RadioData/Beacons">
									<h3>Beacon</h3>

									<table class="platforms">
										<tr class="c0"> 
											<th>Beacon Name</th><th>Frequency</th><th>Modes</th><th>CallSign</th> 
										</tr>
										<tr class="c0"> 
										<td> <xsl:apply-templates select="RadioData/Beacons"/></td>
										</tr> 
									</table>
									</xsl:if>
									<xsl:if test="(RadioData/Transponders)">
										<h3>Transponder</h3>

										<table class="platforms">
											<tr class="c0"> 
												<th>Transponder Name</th><th>Mode</th><th>Frequency Uplink</th><th>Frequency Downlink</th><th>Inverted</th><th>CTSS Tone</th>  
											</tr>

											<td> <xsl:apply-templates select="RadioData/Transponders"/></td>	
										</table>
								</xsl:if>


								</section>
								<section class="Telemetry">
									<h2>TELEMETRY</h2>
									<p>
										<xsl:apply-templates select="TelemetryData"/>
									</p>

								</section>
							</article>


						</div> <!-- #main -->
					</div> <!-- #main-container -->

					<div class="footer-container">
						<footer class="wrapper">
							<p><xsl:text> Information Description Status :   </xsl:text>  
								<xsl:value-of select="./SatelliteInformationStatus"/> 
								<xsl:text> Last Update :   </xsl:text> 
								<xsl:value-of select="./UpdateDate"/> 
								<a href="http://www.amsat-f.org"> provided by Amsat-F</a>			  
							</p>
						</footer>
					</div>




					<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
					<script src="../initializr/js/plugins.js"></script><script src="initializr/js/main.js"></script>

				</body>
			</html>

		</xsl:result-document> 
	</xsl:template>   





	<xsl:template match="RadioData/Beacons">
		 
			<td> <xsl:value-of select="Name"/> </td>
			<td> <xsl:value-of select='format-number(number(Frequency) div 1000000, "###,###.###")' />  <xsl:text>  MHz  </xsl:text>   </td>
			<td>  <xsl:apply-templates select="Modes"/>  </td>
			<td> <xsl:value-of select="CallSign"/> </td>
	 
	</xsl:template>

	<xsl:template match="Modes">

		<xsl:apply-templates select="Mode"/> 
		<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
		<xsl:apply-templates select="Speed"/>  
		<br />
	</xsl:template>

	<!--

						<th>Transponder Name</th><th>Mode</th><th>Frequency Uplink</th><th>Frequency Downlink</th><th>Inverted</th><th>CTSS Tone</th>     
						
-->


	<xsl:template match="RadioData/Transponders">
		<tr  class="c0">

			<td> <xsl:value-of select="Name"/></td>
			<td>
				<xsl:apply-templates select="Mode"/> 
			</td>
			<td> <xsl:value-of select='format-number(number(FrequencyUplink/FrequencyBegin) div 1000000, "###,###.###")' />  <xsl:text>  MHz  </xsl:text> 
				<xsl:if test="FrequencyUplink/FrequencyEnd">

					<xsl:text> - </xsl:text> 
					<xsl:value-of select='format-number(number(FrequencyUplink/FrequencyEnd) div 1000000, "###,###.###")' />  <xsl:text>  MHz </xsl:text> 
				</xsl:if>	</td>

			<td> <xsl:value-of select='format-number(number(FrequencyDownlink/FrequencyBegin) div 1000000, "###,###.###")' />  <xsl:text>  MHz  </xsl:text> 
				<xsl:if test="FrequencyDownlink/FrequencyEnd">
					<xsl:text> - </xsl:text> 
					<xsl:value-of select='format-number(number(FrequencyDownlink/FrequencyEnd) div 1000000, "###,###.###")' />  <xsl:text>  MHz </xsl:text> 		
				</xsl:if> </td>
			<td>
				<xsl:if test="Inverted">
					<xsl:apply-templates select="Inverted"/>	
				</xsl:if>	
			</td>

			<td>
				<xsl:if test="Tone">
					<xsl:apply-templates select="Tone"/><xsl:text>  Hz </xsl:text> 	
				</xsl:if>	
			</td>	
		</tr>
	</xsl:template>


	<xsl:template match="LaunchData">
		<h2>Launch Information</h2>
		<li><b>Launch Date :</b> <xsl:value-of select="LaunchDate"/></li>
		<li><b>Site :</b> <xsl:value-of select="LaunchingSite"/></li>
	</xsl:template>

	<xsl:template match="Information">
<p>
		<xsl:text> Link :  </xsl:text> <a href="{./Value}"><xsl:value-of select="./Title"/></a>
		</p>
		<xsl:for-each select="Description">
			<xsl:choose>
				<xsl:when test="contains(current()/@lang,'EN')"> 
					<p>
						<xsl:value-of select="current()"/> <br/>
					</p>

				</xsl:when>
			</xsl:choose>

		</xsl:for-each>
	</xsl:template>
 

	<xsl:template match="TelemetryData">
	
	<xsl:if test="not(DescriptionURL/Title='')">
	<h3>Telemetry description</h3>
		<p><xsl:apply-templates select="DescriptionURL"/></p>
	</xsl:if>
	<xsl:if test="not(ReportURL/Value='')">
	<h3>Telemetry ReportURL</h3>
			<p><a href="{ReportURL/Value}"><xsl:value-of select="ReportURL/Title"/></a></p>
	</xsl:if>
	<xsl:if test="not(ReportEmail='')">
	<h3>Report Mail</h3>		
			<p> You can send your report to :  <a href="mailto:{ReportEmail}"><xsl:value-of select="ReportEmail"/></a></p>
			</xsl:if>
	<xsl:if test="not(SoftwareURL='')">
	<h3>Telemetry Software</h3>		
			<p><a href="{SoftwareURL}"><xsl:value-of select="SoftwareURL"/></a></p>
			</xsl:if>
</xsl:template>
	<xsl:template match="DescriptionURL">
		<p><a href="{./Value}"><xsl:value-of select="./Title"/></a></p>

	</xsl:template>

</xsl:stylesheet>