You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
633 B
20 lines
633 B
<html>
|
|
<head>
|
|
<title>VLC Media Player - Informations</title>
|
|
</head>
|
|
<body>
|
|
<h2><center><a href="http://www.videolan.org">VLC Media Player <vlc id="value" param1="version" /></a></center></h2>
|
|
<hr/>
|
|
<vlc id="foreach" param1="cat" param2="informations" />
|
|
<p> <vlc id="value" param1="cat.name" />
|
|
<ul>
|
|
<vlc id="foreach" param1="info" param2="cat.info" />
|
|
<li> <vlc id="value" param1="info.name" /> : <vlc id="value" param1="info.value" /> </li>
|
|
<vlc id="end" />
|
|
</ul>
|
|
<vlc id="end" />
|
|
<hr/>
|
|
<p><vlc id="value" param1="copyright" /> </p>
|
|
</body>
|
|
</html>
|
|
|
|
|