<!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">
BlackCamera wrote:
<blockquote cite="mid441F04CE.9020606@ev1.net" type="cite">
  <pre wrap="">Chris Petersen wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I see there are many mythfrontend themes, but only 1 mythweb theme.  Has 
anyone created their own theme, or have any suggestions on where to look 
for information on creating a mythweb theme?
      </pre>
    </blockquote>
    <pre wrap="">
For  mythweb .19, you mean skins, not themes...  There will only be one 
more mythweb theme -- a lightweight one designed for text and 
no-javascript browsers.

Skins are easy, though..  copy the current css files and modify them to 
suit your needs (and feel free to send me the final product for 
inclusion in the main package).

-Chris
    </pre>
  </blockquote>
  <pre wrap=""><!---->
One of the major things I was looking to do was add some sort of 
pagination for the recorded programs,  I currently have 188 items and 
takes 5+ minutes to display the page.  I haven't been able to sit down 
for an extended period of time to study the mythweb coding to see if 
there was any place to add something like this.

--
Regards
Chris

_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
I would doubt that paginating the output would be a skinning exercise.&nbsp;
More likely it would take some programming, although probably not much
as mysql has the "limit &lt;start&gt;, &lt;total&gt;" clause.<br>
<br>
W<br>
</body>
</html>