<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Robin<br>
<br>
Could you post at least a small tutorial.&nbsp; I know how to create my own
Theme Pack, and have done so, but as stated, I would not know where to
go to download the Network Fusion theme.&nbsp; Nor how best to handle it.<br>
<br>
Thanks<br>
<br>
Outback Dingo wrote:
<blockquote
 cite="mid:5635aa0d0809261751k29d9b97yb845bdedb689acc2@mail.gmail.com"
 type="cite">
  <div dir="ltr">where is this theme available at?? these links dont
work as posted in the email<br>
  <br>
  <div class="gmail_quote">On Sat, Sep 27, 2008 at 5:40 AM, Robin Jones
  <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:Robin@networkfusion.co.uk">Robin@networkfusion.co.uk</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div><font color="#000000" face="Arial" size="2">
    <div dir="ltr"><span style="color: rgb(31, 73, 125);"><font
 face="Arial" size="2">As you all may have seen, the Network Fusion
theme was implemented a while ago. I wondered if any of you have any
comments or suggestions on your likes and dislikes. Also any
functionality changes you would like to see would be appreciated.</font></span></div>
    <div>
    <div>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">In the end
I didn't commit the new icons as I have not yet had the time to come up
with a solution I am happy with, (overriding the common
Images)&nbsp;although I will make them available to anyone who wants them.</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">Yesterday&nbsp;I
committed a patch to make the login form more CSS friendly, and also
modified the network fusion theme pack to give an example of how it can
be done.</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">I start a
new job on the 6th October and will struggle to find time for
development for a while at least, so I need to know of any outstanding
issues ASAP.</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">Hope you
like it...</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">Regards,</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"><font size="2">Robin.</font></span></p>
    <p><span style="color: rgb(31, 73, 125);"></span>&nbsp;</p>
    <div>
    <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
    <p><b><span style="font-size: 10pt; color: windowtext;" lang="EN-US">From:</span></b><span
 style="font-size: 10pt; color: windowtext;" lang="EN-US"> Don Druce
[mailto:<a moz-do-not-send="true" href="mailto:dondruce@sympatico.ca"
 target="_blank">dondruce@sympatico.ca</a>] <br>
    <b>Sent:</b> 27 August 2008 19:46<br>
    <b>To:</b> Robin Jones<br>
    <b>Subject:</b> Re: [isf-wifidog] Network Fusion Theme for WiFiDog
Auth</span></p>
    </div>
    </div>
    <p>&nbsp;</p>
    <p>Hi Robin<br>
    <br>
    <br>
Great work as usual&nbsp; -&nbsp; so, could I ask - "special request :-)) "&nbsp; you
to have a look at this while you are working where you are.<br>
    <a moz-do-not-send="true"
 href="https://sbs.kravis.co.uk/exchweb/bin/redir.asp?URL=http://dev.wifidog.org/ticket/343"
 target="_blank">http://dev.wifidog.org/ticket/343</a><br>
    <br>
Thanks - at least for looking.<br>
    <br>
    <br>
Robin Jones wrote: </p>
    <p><span style="font-size: 16pt;">Network Fusion Theme for WiFiDog
Auth</span></p>
    <p>&nbsp;</p>
    <p>I have been working on a new theme pack for WiFiDog
Authentication server over the past few days. It is not quite finished,
but I thought I would show you what it looks like on a few of the main
pages. In my personal opinion it is even a vast improvement over the
base theme, keeping the same styling throughout the application
(especially the tables) to give a consistent feel to the admin
interface.</p>
    <p>&nbsp;</p>
    <p>I have learnt a lot about CSS and the way inheritance works by
doing this and must say, if you want to create your own theme pack,
rename the base themes "stylesheet.css" this will block the inheritance
and allow you to get the exact feel you want, then when you have
finished, rename it back to its original name, then use firebug to work
out inheritance problems. I created a special stylesheet called
"masterReset.css" which attempts to block ALL of the base theme by
resetting each of the styles to default, as I wanted to give it the
best appearance, but also to allow this theme to be the base theme if
the community wanted it. If so, all that needs to be done is remove the
@import url("stylesheets/masterReset.css") from the main stylesheet. </p>
    <p>&nbsp;</p>
    <p>I have also attempted to split the stylesheet up into sections
so that they are easier to maintain. so the theme's "stylesheet.css"
only contains @import statements, then a directory called stylesheets
contains substylesheets such as "layout.css" and "tables.css". I know
that this may break the theme on early browsers, but I thought that
this was a good design decision and makes it far easier in the future
to transfer CSS styles between themes, and also remove them completely
if needed. </p>
    <p>&nbsp;</p>
    <p>You may notice that i have replaced a lot of the icons around
the application. some of these are the node up and down images, and the
tool content dialog images. at the moment these images are contained in
the "common images" directory so are visible in all themes. I will have
to see if it is possible to override this Dir, if the theme has an
image to replace them. </p>
    <p>&nbsp;</p>
    <p>Last but not least, I have had to make a couple of changes to
the "mainUI_Display.tpl in order to achieve this layout. before I can
commit it, I must make sure that it is more generic e.g. I moved the
menu from displaying in main content area, to below the header, so that
it is also displayed in the left area. also the footer (and possibly
the header at a later date) is shown constantly. In order to achieve
this I will need to add some new options to allow selection from the
Network Options page.</p>
    <p>&nbsp;</p>
    <p>Unfortunately I can't put the screen shots in this email,
because of the mailing list limitations, but here are the links:</p>
    <p>&nbsp;</p>
    <p>An online version of this email (including screenshots) can be
found <a moz-do-not-send="true"
 href="https://sbs.kravis.co.uk/exchweb/bin/redir.asp?URL=http://www.kravis.co.uk/networkfusion/hotspots/theme.html"
 target="_blank">here</a></p>
    <p>&nbsp;</p>
    <p><a moz-do-not-send="true"
 href="https://sbs.kravis.co.uk/exchweb/bin/redir.asp?URL=http://www.kravis.co.uk/networkfusion/hotspots/Network%2520Fusion%2520authentication%2520server.jpg"
 target="_blank">Network Fusion authentication server.jpg</a></p>
    <p>&nbsp;</p>
    <p><a moz-do-not-send="true"
 href="https://sbs.kravis.co.uk/exchweb/bin/redir.asp?URL=http://www.kravis.co.uk/networkfusion/hotspots/offsite%2520login%2520page.jpg"
 target="_blank">offsite login page.jpg</a></p>
    <p>&nbsp;</p>
    <p><a moz-do-not-send="true"
 href="https://sbs.kravis.co.uk/exchweb/bin/redir.asp?URL=http://www.kravis.co.uk/networkfusion/hotspots/Network%2520Fusion%2520authentication%2520server%2520node%2520status.jpg"
 target="_blank">Network Fusion authentication server node status.jpg</a></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>Regards,</p>
    <p>&nbsp;</p>
    <font color="#888888">
    <p>Robin Jones</p>
    </font></div>
    </div>
    </font></div>
    </div>
    <br>
_______________________________________________<br>
WiFiDog mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:WiFiDog@listes.ilesansfil.org">WiFiDog@listes.ilesansfil.org</a><br>
    <a moz-do-not-send="true"
 href="http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog"
 target="_blank">http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog</a><br>
  </blockquote>
  </div>
  <br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
WiFiDog mailing list
<a class="moz-txt-link-abbreviated" href="mailto:WiFiDog@listes.ilesansfil.org">WiFiDog@listes.ilesansfil.org</a>
<a class="moz-txt-link-freetext" href="http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog">http://listes.ilesansfil.org/cgi-bin/mailman/listinfo/wifidog</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.524 / Virus Database: 270.7.1/1686 - Release Date: 9/23/2008 7:38 AM
  </pre>
</blockquote>
<br>
</body>
</html>