Project

General

Profile

« Previous | Next » 

Revision 1933

Added by brooke over 19 years ago

changed knb skin index page to forward to knb site and include any user params in url. changed resultset.xsl so qformat is handled properly in posts. changed build file to copy default.css from eml checkout to style/common so other skin-specific css can import it if reqd

View differences:

resultset.xsl
47 47
          function submitform(action,form_ref) {
48 48
              form_ref.action.value=action;
49 49
              form_ref.abstractpath.value="";
50
              form_ref.qformat.value="@default-style@";
50
              form_ref.qformat.value="]]><xsl:value-of select="$qformat" /><![CDATA[";
51 51
              form_ref.submit();
52 52
          }
53 53
          function submitform1(action, abstractpath, form_ref) {
54 54
              form_ref.action.value=action;
55 55
              form_ref.abstractpath.value=abstractpath;
56
              form_ref.qformat.value="";
56
              form_ref.qformat.value="]]><xsl:value-of select="$qformat" /><![CDATA[";
57 57
              form_ref.submit();
58 58
          }
59 59
          function submitform2(action, qformat, form_ref) {
60 60
              form_ref.action.value=action;
61
              form_ref.qformat.value=qformat;
61
              form_ref.qformat.value="]]><xsl:value-of select="$qformat" /><![CDATA[";
62 62
              form_ref.abstractpath.value="";
63 63
              form_ref.submit();
64 64
          }

Also available in: Unified diff