diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-12 19:52:31 +0100 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-12-12 19:52:31 +0100 | 
| commit | f53d1718c4ebae3e59ec124a8cce4e4d6eb874c6 (patch) | |
| tree | ab6d698891ecf02bcaa741e111563623317da272 /src/data/home.html | |
| parent | Merge branch 'master' of git://gitorious.org/rekonq/mainline into click-to-fl... (diff) | |
| parent | Merge commit 'refs/merge-requests/64' of git://gitorious.org/rekonq/mainline (diff) | |
| download | rekonq-f53d1718c4ebae3e59ec124a8cce4e4d6eb874c6.tar.xz | |
Merge branch 'master' of git://gitorious.org/rekonq/mainline into click-to-flash-ui
Diffstat (limited to 'src/data/home.html')
| -rw-r--r-- | src/data/home.html | 30 | 
1 files changed, 26 insertions, 4 deletions
| diff --git a/src/data/home.html b/src/data/home.html index f99d0df1..9d8f390f 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -2,7 +2,7 @@  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">  <head> -<title>%1</title> +<title></title>  <style type="text/css"> @@ -147,11 +147,33 @@ margin-bottom: 0.5em;  <body>  <div id="container"> -<div id="navigation"> -%3 +    <div id="navigation"> +    </div> +     +    <div id="content"> +     +    </div>  </div> -<div id="content">%4</div> + +<div id="models" style="display:none"> +    <div class="link"> +        <a href=""> +            <img src="" /> +        </a> +    </div> +    <div class="thumbnail"> +        <object type="application/image-preview" data=""> +            <param name="title" /> +            <param name="index" /> +            <param name="isFavorite" /> +        </object> +    </div> +    <h3></h3> +    <a></a> +    </br> +    <p class="bookfolder"></h3>  </div> +  </body>  </html> | 
