~ubuntu-branches/ubuntu/hardy/prewikka/hardy

« back to all changes in this revision

Viewing changes to prewikka/templates/About.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2007-04-11 14:41:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070411144109-2hh7zx3amwd27b4l
Tags: upstream-0.9.10
ImportĀ upstreamĀ versionĀ 0.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#extends prewikka.templates.ClassicLayout
 
2
#from prewikka import siteconfig
 
3
 
 
4
#block main_content
 
5
#filter CleanOutput
 
6
 
 
7
<div id="about" style="border: 0px solid red;"> 
 
8
 
 
9
<div style="vertical-align: top; padding-right: 40px;">
 
10
 
 
11
<h2 style="font-weight: bold; color: #4D535C;">Prewikka $siteconfig.version</h2>
 
12
 
 
13
<br />
 
14
 
 
15
<p style="font-size: 11px; font-weight: bold; font-style: italic; color: #4D535C;">
 
16
 <a href="http://www.prelude-ids.com">PreludeIDS Technologies</a> $_("provides support to Large Accounts, Major Companies and Government Agencies around the world, to improve and strengthen the security of their systems and networks.")
 
17
</p>
 
18
 
 
19
</div>
 
20
 
 
21
<br/>
 
22
 
 
23
<img style="margin-left: 10px; margin-top: -10px; padding: 0; float: right;" src="prewikka/images/prelude-logo.gif" alt="Prelude-IDS logo" />
 
24
 
 
25
<div style="display: block; vertical-align: middle;">
 
26
 
 
27
<br/>
 
28
 
 
29
<ul><li style="color: #6f9662; font-weight: bold;">Customizing Prelude
 
30
  <p>
 
31
  $_("In keeping with the Open Source spirit, we encourage you to participate in the development of your application. You can order customized versions of Prelude to suit your needs: adapting, adding on functionality etc. Because they are carried out by PreludeIDS engineers, you know that any modifications made to the system will be integrated optimally and guaranteed by our technical support department. Additionally, the company can extend Prelude to handle yet unsupported sensors (including proprietary), ruleset extension to handle new devices and porting of Prelude to unsupported operating systems.")
 
32
  </p>
 
33
</li>
 
34
 
 
35
<li style="color: #6f9662; font-weight: bold;">Software Maintenance and Technical Support
 
36
  <p>
 
37
   $_("PreludeIDS maintenance and support services guarantee optimal operation of the Prelude platform on your infrastructure. With our support services, you benefit from priority assistance and the expertise of our engineers, while the maintenance service we offer maintains and updates your software.")
 
38
  </p>
 
39
</li>
 
40
 
 
41
<li style="color: #6f9662; font-weight: bold;">Commercial licenses
 
42
  <p>
 
43
  $_("The Prelude framework is licensed under the") <a href="http://www.gnu.org/licenses/gpl.txt">General Public License</a>.
 
44
  $_("PreludeIDS provides specific commercial licenses to allow proprietary systems based on Prelude to be developed and to interoperate.")
 
45
   </p>
 
46
</li>
 
47
 
 
48
<li style="color: #6f9662; font-weight: bold;">Advice, Deployment and Training
 
49
  <p>
 
50
  $_("Through our partners, you have access to an array of top-of-the-line security services. By advising you on how to secure your infrastructure, deploying Prelude and training your users, we provide a turnkey solution to secure your infrastructure, delivered by specialists.")
 
51
  </p>
 
52
</li>
 
53
 
 
54
</ul>
 
55
 
 
56
</div>
 
57
 
 
58
<br/>
 
59
 
 
60
<div style="display: table-row; vertical-align: bottom;width: 100%;"> 
 
61
 
 
62
<table align="center" id="about_contact">
 
63
 <tr style="text-align: center;">
 
64
  <td><b>Contact</b></td>
 
65
  <td><b>Headquarter</b></td>
 
66
  <td><b>Website</b></td>
 
67
 </tr>
 
68
 <tr>
 
69
  <td><a href="mailto:info@prelude-ids.com">info@prelude-ids.com</a></td>
 
70
  <td>2, rue David Girin</td>
 
71
  <td><a href="http://www.prelude-ids.com">http://www.prelude-ids.com</a></td>
 
72
 </tr>
 
73
 <tr>
 
74
  <td><b>Phone:</b> +33 8 70 70 21 58</td>
 
75
  <td>69002 Lyon</td>
 
76
  <td>&nbsp;</td>
 
77
 </tr>
 
78
 <tr>
 
79
  <td>&nbsp;&nbsp;&nbsp;<b>Fax:</b> +33 4 78 42 21 58</td>
 
80
  <td>France</td>
 
81
  <td>&nbsp;</td>
 
82
 </tr>
 
83
</table>
 
84
 
 
85
</div>
 
86
<center style="vertical-align: bottom;" >Copyright &copy; 2004 - 2007 PreludeIDS Technologies. All right reserved.</center>
 
87
 
 
88
</div>
 
89
 
 
90
#end filter
 
91
#end block main_content