mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Updated sf.net logo and also setup the web analytics stuff.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402922
This commit is contained in:
parent
89bc9c129a
commit
2004d60f8b
@ -297,10 +297,11 @@
|
||||
<br/>
|
||||
<br/>
|
||||
<web>
|
||||
<script type="text/javascript" src="http://www.ohloh.net/p/3306/widgets/project_thin_badge"></script>
|
||||
|
||||
<a href="http://sourceforge.net/projects/dclib"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=130373&type=9" width="80" height="15" border="0" alt="Get dlib C++ Library at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
|
||||
<br/>
|
||||
<a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=130373&type=1"/></a>
|
||||
<br/>
|
||||
<script type="text/javascript" src="http://www.ohloh.net/p/3306/widgets/project_thin_badge"></script>
|
||||
<br/>
|
||||
</web>
|
||||
Last Modified:<br/>
|
||||
|
@ -47,6 +47,23 @@
|
||||
- <xsl:value-of select="title" />
|
||||
</xsl:if>
|
||||
</title>
|
||||
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/dclib/" : "http://apps.sourceforge.net/piwik/dclib/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
piwik_action_name = '';
|
||||
piwik_idsite = 1;
|
||||
piwik_url = pkBaseURL + "piwik.php";
|
||||
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
||||
</script>
|
||||
<object><noscript><p><img src="http://apps.sourceforge.net/piwik/dclib/piwik.php?idsite=1" alt="piwik"/></p></noscript></object>
|
||||
<!-- End Piwik Tag -->
|
||||
|
||||
|
||||
|
||||
<!-- [client side code for collapsing and unfolding branches] -->
|
||||
<script language="JavaScript">
|
||||
|
||||
@ -704,7 +721,7 @@
|
||||
</font>
|
||||
</xsl:template>
|
||||
<xsl:template match="img">
|
||||
<img src="{@src}" border="0">
|
||||
<img src="{@src}" border="0" height="{@height}" width="{@width}" alt="{@alt}">
|
||||
<xsl:apply-templates/>
|
||||
</img>
|
||||
</xsl:template>
|
||||
|
Loading…
Reference in New Issue
Block a user