~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to systemsettings/classic/main.html

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
<head>
 
7
  <style type="text/css">
 
8
  /*<![CDATA[*/
 
9
    @import "%1"; /* kde_infopage.css */
 
10
    %2 /* maybe @import "kde_infopage_rtl.css"; */
 
11
    @import "systemsettings-classic.css";
 
12
    /*body {font-size: px;}*/
 
13
  /*]]>*/
 
14
  </style>
 
15
</head>
 
16
 
 
17
<body>
 
18
  <div id="header">
 
19
    <div id="headerL"/>
 
20
   
 
21
    <div id="title">
 
22
    %3 <!-- Title -->
 
23
    </div>
 
24
 
 
25
    <div id="tagline">
 
26
    %4 <!-- Catchphrase -->
 
27
    </div>
 
28
  </div>
 
29
 
 
30
  <!-- the bar -->
 
31
  <div id="bar">
 
32
    <div id="barT"><div id="barTL"/><div id="barTR"/><div id="barTC"/></div>
 
33
    <div id="barL">
 
34
      <div id="barR">
 
35
        <div id="barCenter" class="bar_text">
 
36
      %5<!-- Summary -->
 
37
        </div>
 
38
      </div>
 
39
    </div>
 
40
    <div id="barB"><div id="barBL"/><div id="barBR"/><div id="barBC"/></div>
 
41
  </div>
 
42
 
 
43
  <!-- the main text box -->
 
44
  <div id="box">
 
45
    <div id="boxT"><div id="boxTL"/><div id="boxTR"/><div id="boxTC"/></div>
 
46
    <div id="boxL">
 
47
      <div id="boxR">
 
48
        <div id="boxCenter">
 
49
        <!--Content-->
 
50
        %6
 
51
        </div>
 
52
      </div>
 
53
    </div>
 
54
    <div id="boxB"><div id="boxBL"/><div id="boxBR"/><div id="boxBC"/></div>
 
55
  </div>
 
56
 
 
57
  <div id="footer"><div id="footerL"/><div id="footerR"/></div>
 
58
</body>
 
59
</html>