Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2011-05-23 04:31:06 +0400
committerOliver Schneider <oliver@assarbad.net>2011-05-23 04:31:06 +0400
commit35777a344215fbb6b682cbfc0ac14a0a7d489a16 (patch)
treec283734c5e0a337f183f7471aa7091bff72b4bcc /web
parent09daf304386115e9711ceebd6979a9031ce7e317 (diff)
Adding contact, adjustment for HTTPS site
Diffstat (limited to 'web')
-rw-r--r--web/templates/contact.html.tmpl4
-rw-r--r--web/templates/include/html-body.tt2
2 files changed, 4 insertions, 2 deletions
diff --git a/web/templates/contact.html.tmpl b/web/templates/contact.html.tmpl
index ef747ad..fefdb47 100644
--- a/web/templates/contact.html.tmpl
+++ b/web/templates/contact.html.tmpl
@@ -18,10 +18,12 @@
</td>
<td>
<select name="Recipient">
- <option value="team" selected="selected">The whole team</option>
+ <option value="developers" selected="selected">Developers</option>
<option value="bernhard">Bernhard</option>
<option value="oliver">Oliver</option>
+ <option value="peter">Peter</option>
<option value="juan">Juan</option>
+ <option value="team">The whole team</option>
</select>
</td>
</tr>
diff --git a/web/templates/include/html-body.tt b/web/templates/include/html-body.tt
index 9dca1b4..c3911b6 100644
--- a/web/templates/include/html-body.tt
+++ b/web/templates/include/html-body.tt
@@ -29,7 +29,7 @@
<body>
<p style="text-align:center;">
<img src="images/logo_wds_white.png" alt="WinDirStat logo with text" height="72" width="191" />
-<a style="position:absolute; right:1.5em; z-index:100;" href="http://sourceforge.net/projects/windirstat"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=91252&amp;type=9" width="80" height="15" alt="Get WinDirStat: Windows Directory Statistics at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+<a style="position:absolute; right:1.5em; z-index:100;" href="https://sourceforge.net/projects/windirstat"><img src="https://sflogo.sourceforge.net/sflogo.php?group_id=91252&amp;type=9" width="80" height="15" alt="Get WinDirStat: Windows Directory Statistics at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
<span style="position:absolute; left:1.5em; z-index:200; font-weight:bold; color:white;">Latest version: [% currver %]</span>
</p>
<table id="frame" cellpadding="0" cellspacing="0" border="0" width="100%">