diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-21 13:47:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-22 17:51:44 +0900 |
| commit | 0bfbf616d9c1fd7abb1bd02732389ab35e5f8771 (patch) | |
| tree | e1b2b10769d7f2f4e27bbaa053284771b3602c8e /data/about/main.html | |
| parent | f18a159eb7102145722897a656a06a3545d28291 (diff) | |
| download | digikam-0bfbf616.tar.gz digikam-0bfbf616.zip | |
Move 'data' folder to main level and group 'icons' and 'pics' subfolders for 'digikam' and 'showfoto'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4adff739380e4ae9f30e443ee95644f184456869)
Diffstat (limited to 'data/about/main.html')
| -rw-r--r-- | data/about/main.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/data/about/main.html b/data/about/main.html new file mode 100644 index 00000000..4f53b99d --- /dev/null +++ b/data/about/main.html @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org" /> + + <style type="text/css"> + /*<![CDATA[*/ + @import "%1"; /* locationCss */ + %2 /* locationRtl */ + @import "digikam.css"; + body {font-size: %3px;} + /*]]>*/ + </style> + + <title>digiKam</title> +</head> + +<body> + <div id="header"> + <div id="headerL"/> + <div id="headerCenter"/> + <div id="headerR"/> + + <div id="title"> + %4 <!-- appTitle --> + </div> + + <div id="tagline"> + %5 <!-- Catchphrase --> + </div> + </div> + + <!-- the bar --> + <div id="bar"> + <div id="barT"><div id="barTL"/><div id="barTR"/><div id="barTC"/></div> + <div id="barL"> + <div id="barR"> + <div id="barCenter" class="bar_text"> + %6 <!-- Quick description... --> + </div> + </div> + </div> + <div id="barB"><div id="barBL"/><div id="barBR"/><div id="barBC"/></div> + </div> + + <!-- the main text box --> + <div id="box"> + <div id="boxT"><div id="boxTL"/><div id="boxTR"/><div id="boxTC"/></div> + <div id="boxL"> + <div id="boxR"> + <div id="boxCenter"> + %7 <!-- Advanced informations --> + </div> + </div> + </div> + <div id="boxB"><div id="boxBL"/><div id="boxBR"/><div id="boxBC"/></div> + </div> + + <div id="footer"><div id="footerL"/><div id="footerR"/></div> +</body> +</html> |
