mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
User features - Navigate the FTP server - Upload files - Download files - Zip files - Unzip files - Install software - Copy, move and delete - Copy or move to a 2nd FTP server - Rename and chmod - View code with syntax highlighting - Plain text editor - HTML editors - Code editor - Search for words or phrases - Calculate size WWW: http://www.net2ftp.com/ PR: ports/137868 Submitted by: Alexander Kriventsov
11 lines
520 B
XML
11 lines
520 B
XML
--- view/log.xsl.orig 2009-03-12 22:15:36.000000000 +0100
|
|
+++ view/log.xsl 2009-08-21 22:39:20.000000000 +0200
|
|
@@ -25,7 +25,7 @@
|
|
|
|
<!-- === repos style configuration === -->
|
|
<!-- static: absolute url to style application -->
|
|
- <xsl:param name="static">/repos-web/</xsl:param>
|
|
+ <xsl:param name="static">/repos-style/</xsl:param>
|
|
<!-- cssUrl: absolute url to css folder -->
|
|
<xsl:param name="cssUrl"><xsl:value-of select="$static"/>style/</xsl:param>
|
|
<!-- log viewer does not know the repository URL -->
|