Well, it's not my native language so I'm not pretty sure of my english. :) Did somebody try the xsls ? > Poor english? Where? :D > Deven > On Sun, 2004-01-25 at 11:08, Gilles Dartiguelongue wrote: />> Hi all, I had a look at the web interface yesterday and I was a little / />> bit disappointed / />> by the code I found. So I started to make modifications and here is the / />> result / />> (attachments or http://evasdk.free.fr/web_admin.tar.gz). / />> I modified the xsl code and some css properties to remove tables for / />> example. / />> / />> Please try it and tell me if it is interesting. / />> / />> PS: sorry for my poor english. / -- Everything is possible --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Thomas B. Ruecker, DM8TBR wrote:>Hi Gilles, > > > >>Well, it's not my native language so I'm not pretty sure of my english. :) >> >> >My neither. Hey this is a multinational community. ;) > > >Yeah, that's right.>>Did somebody try the xsls ? >> >> >yup. >Tried your xlst-files for the stats. Noticed some improved look of the GUI. Did not try the admin xlst's coz I didn't want to mess up my productive system by some silly mistake. ;) > >Now looking at the xml-code I notice you made many nice changes besides the layout. - nice work! Major rewrite of the whole xslt? > >Maybe, I just change things to make the same without tables>Some time ago I did some minor changes to my xslt-files too: >1. If a source is not available the name is not shown in the output. > I changed that to be visible. > In your status.xsl this would be in line 88 starting from char 40: > Insert: '<xsl:value-of select="@mount" /> - ' > >2. I found it to be useful to see the connection count for every mountpoint. > I inserted that after the <xsl:if test="listeners">...</xsl:if> block: > <xsl:if test="connections"> > <tr> > <td width="100" > > <font class="default1">Connections: </font> > </td> > <td> > <font class="default2"> > <b><xsl:value-of select="connections" /></b> > </font> > </td> > </tr> > </xsl:if> > >3. I like self refreshing stats pages: > This change is also added to all my admin xslt's. > Referring to your xslt this would be inserted after line 17: > '<meta http-equiv="refresh" content="60" />' > >4. Just for fun I extended the First line of Output "Icecast 2 Status" by > " for $linkToMyRadioHomepage" > >regards > >Thomas > >Might be good to include these stuffs :). I will probably include this when I'll try to make bigger changes into the interface (like merge some xsls that could be one). -- Gilles Everything is possible <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Thomas B. Ruecker, DM8TBR
2004-Aug-06 14:57 UTC
[icecast-dev] Icecast2 Web Admin Interface
Hi Gilles,> Well, it's not my native language so I'm not pretty sure of my english. :)My neither. Hey this is a multinational community. ;)> Did somebody try the xsls ?yup. Tried your xlst-files for the stats. Noticed some improved look of the GUI. Did not try the admin xlst's coz I didn't want to mess up my productive system by some silly mistake. ;) Now looking at the xml-code I notice you made many nice changes besides the layout. - nice work! Major rewrite of the whole xslt? Some time ago I did some minor changes to my xslt-files too: 1. If a source is not available the name is not shown in the output. I changed that to be visible. In your status.xsl this would be in line 88 starting from char 40: Insert: '<xsl:value-of select="@mount" /> - ' 2. I found it to be useful to see the connection count for every mountpoint. I inserted that after the <xsl:if test="listeners">...</xsl:if> block: <xsl:if test="connections"> <tr> <td width="100" > <font class="default1">Connections: </font> </td> <td> <font class="default2"> <b><xsl:value-of select="connections" /></b> </font> </td> </tr> </xsl:if> 3. I like self refreshing stats pages: This change is also added to all my admin xslt's. Referring to your xslt this would be inserted after line 17: '<meta http-equiv="refresh" content="60" />' 4. Just for fun I extended the First line of Output "Icecast 2 Status" by " for $linkToMyRadioHomepage" regards Thomas <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.