RSS

trunk : 2830

myk%mozilla.org
2004-10-21 21:02:28
Revision ID: cvs-1:mykmozilla.org-20041022020228-couzrodyg6tz4fiv
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave

collapse all collapse all

added added

removed removed

34
]>
34
]>
35
 
35
 
36
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
36
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
37
<?xml-stylesheet href="css/duplicates.css" type="text/css"?>
37
<?xml-stylesheet href="skins/standard/duplicates.css" type="text/css"?>
38
 
38
 
39
<window id="duplicates_report"
39
<window id="duplicates_report"
40
        xmlns:html="http://www.w3.org/1999/xhtml"
40
        xmlns:html="http://www.w3.org/1999/xhtml"
24
 
24
 
25
[% PROCESS global/header.html.tmpl
25
[% PROCESS global/header.html.tmpl
26
  title = "Full Text $terms.Bug Listing"
26
  title = "Full Text $terms.Bug Listing"
27
  style_urls = [ "css/show_multiple.css" ]
27
  style_urls = [ "skins/standard/show_multiple.css" ]
28
%]
28
%]
29
[% PROCESS bug/time.html.tmpl %]
29
[% PROCESS bug/time.html.tmpl %]
30
[% IF bugs.first %]
30
[% IF bugs.first %]
80
 
80
 
81
    [%+ INCLUDE "global/help-header.html.tmpl" %]
81
    [%+ INCLUDE "global/help-header.html.tmpl" %]
82
 
82
 
83
    <link href="css/global.css" rel="stylesheet" type="text/css">
83
    <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
84
 
84
 
85
    [% IF style %]
85
    [% IF style %]
86
      <style type="text/css">
86
      <style type="text/css">
41
 
41
 
42
  <head>
42
  <head>
43
    <title>[% title %]</title>
43
    <title>[% title %]</title>
44
    <link href="css/buglist.css" rel="stylesheet" type="text/css">
44
    <link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
45
  </head>
45
  </head>
46
 
46
 
47
  <body>
47
  <body>
36
  [% title = title _ ": " _ searchname %]
36
  [% title = title _ ": " _ searchname %]
37
[% END %]
37
[% END %]
38
 
38
 
39
[% style_urls = [ "css/buglist.css" ] %]
39
[% style_urls = [ "skins/standard/buglist.css" ] %]
40
[% qorder = order FILTER url_quote IF order %]
40
[% qorder = order FILTER url_quote IF order %]
41
[% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %]
41
[% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %]
42
 
42
 
27
<?xml version="1.0"?>
27
<?xml version="1.0"?>
28
<!-- [% template_version %] -->
28
<!-- [% template_version %] -->
29
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
29
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
30
<?xml-stylesheet href="[% Param('urlbase') %]css/panel.css" type="text/css"?>
30
<?xml-stylesheet href="[% Param('urlbase') %]skins/standard/panel.css" type="text/css"?>
31
<window
31
<window
32
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
32
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
33
  xmlns:html="http://www.w3.org/1999/xhtml"
33
  xmlns:html="http://www.w3.org/1999/xhtml"

Loggerhead runs on Bazaar branches