cvs commit: de-www community.xsl

From: Johann Kois <jkois(at)doc.bsdgroup.de>
Date: Tue, 24 Feb 2009 13:09:51 GMT

jkois 2009-02-24 13:09:51 UTC

  FreeBSD German Documentation Repository

  Modified files:
    . community.xsl
  Log:
  MFen 1.6 Include Youtube links.
  
  Revision Changes Path
  1.3 +58 -1 de-www/community.xsl
  
  Index: community.xsl
  ===================================================================
  RCS file: /home/cvs/de-www/community.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -I$FreeBSDde.*$ -r1.2 -r1.3
  --- community.xsl 24 Feb 2009 13:07:35 -0000 1.2
  +++ community.xsl 24 Feb 2009 13:09:51 -0000 1.3
  @@ -7,8 +7,8 @@
   ]>
   
   <!-- $FreeBSD$ -->
  -<!-- $FreeBSDde: de-www/community.xsl,v 1.2 2009/02/24 13:07:35 jkois Exp $ -->
  -<!-- basiert auf: 1.5 -->
  +<!-- $FreeBSDde: de-www/community.xsl,v 1.3 2009/02/24 13:09:51 jkois Exp $ -->
  +<!-- basiert auf: 1.6 -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
     xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
  @@ -85,6 +85,63 @@
                   href="&enbase;/events/events.html">Veranstaltungen</a>
                   verf&#252;gbar.</p>
   
  +<!-- The Latest Videos section is placed inside an invisible block, which
  + is only made visible if the browser supports Javascript. -->
  +
  + <div id="latest-videos" style="display:none;">
  + <h3>Aktuelle Videos</h3>
  +
  +<!-- See http://www.google.com/uds/solutions/wizards/videobar.html -->
  + <div id="videoBar-bar">
  + <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
  + </div>
  +
  + <script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;source=uds-vbw"
  + type="text/javascript"></script>
  + <style type="text/css">
  + @import url("http://www.google.com/uds/css/gsearch.css");
  + </style>
  + <!-- Video Bar Code and Stylesheet -->
  + <script type="text/javascript">
  + window._uds_vbw_donotrepair = true;
  + </script>
  + <script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
  + type="text/javascript"></script>
  + <style type="text/css">
  + @import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
  + </style>
  +
  + <style type="text/css">
  + .playerInnerBox_gsvb .player_gsvb {
  + width : 320px;
  + height : 260px;
  + }
  + </style>
  + <script type="text/javascript">
  + document.getElementById('latest-videos').style.display = 'block';
  +
  + function LoadVideoBar() {
  +
  + var videoBar;
  + var options = {
  + largeResultSet : !true,
  + horizontal : true,
  + autoExecuteList : {
  + cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
  + cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
  + executeList : ["ytchannel:bsdconferences"]
  + }
  + }
  +
  + videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
  + GSvideoBar.PLAYER_ROOT_FLOATING,
  + options);
  + }
  + // arrange for this function to be called during body.onload
  + // event processing
  + GSearch.setOnLoadCallback(LoadVideoBar);
  + </script>
  +
                 </div> <!-- CONTENTWRAP -->
                 <br class="clearboth" />
               </div> <!-- CONTENT -->
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Tue 24 Feb 2009 - 14:10:07 CET

search this site