src/tizen/help/help.html

changeset 14
d1b294812560
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/tizen/help/help.html	Wed Jul 31 19:48:00 2013 +0200
     1.3 @@ -0,0 +1,60 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!--
     1.6 +OTPWCalc - One time password challenge response calculator client
     1.7 +Copyright © 2013 Michael Schloh von Bennewitz <michael@schloh.com>
     1.8 +
     1.9 +OTPWCalc is free software: you can redistribute it and/or modify
    1.10 +it under the terms of the European Union Public Licence, either
    1.11 +version 1.1 of the license, or (at your option) any later version.
    1.12 +
    1.13 +OTPWCalc is distributed in the hope that it will be useful,
    1.14 +but WITHOUT ANY WARRANTY; without even the implied warranty
    1.15 +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
    1.16 +the European Union Public License for more details.
    1.17 +
    1.18 +You should have received a copy of the European Union Public
    1.19 +Licence along with OTPWCalc. If not, please refer to
    1.20 +<http://joinup.ec.europa.eu/software/page/eupl/>.
    1.21 +
    1.22 +This file is part of project OTWPCalc, a one time password challenge
    1.23 +response calculator client and is found at http://otpwcalc.europalab.com/
    1.24 +
    1.25 +help.html: W3C HTML implementation
    1.26 +-->
    1.27 +
    1.28 +<html>
    1.29 +    <head>
    1.30 +    <meta charset="utf-8">
    1.31 +    <meta name="viewport" content="width=device-width, initial-scale=1">
    1.32 +    <title>OTPWCalc</title>
    1.33 +    <link rel="stylesheet" href="../css/jquery.mobile-1.3.2.min.css" />
    1.34 +    <link rel="stylesheet" href="../main.css" />
    1.35 +    <script src="../js/jquery-2.0.0.min.js"></script>
    1.36 +    <script src="help.js"></script>
    1.37 +    <script src="../js/jquery.mobile-1.3.2.min.js"></script>
    1.38 +</head>
    1.39 +<body>
    1.40 +    <!-- Data attributes reserved by JQuery Mobile:
    1.41 +         data-theme, data-ajax, data-filter, data-icon, data-grid,
    1.42 +         data-rel, data-icon, data-url, data-role, and data-type -->
    1.43 +    <!-- Also data-dom-cache="true" -->
    1.44 +    <div data-role="page" class="type-interior oc-swipage" id="helphaupt">
    1.45 +        <!-- H1 header data-role good for Search Engine Optimization -->
    1.46 +        <!--<div data-role="header" data-position="inline">-->
    1.47 +        <div data-role="header" data-position="fixed" data-id="headhelp">
    1.48 +            <h1>OTPWCalc</h1>
    1.49 +        </div><!-- /header -->
    1.50 +        <div data-role="content">
    1.51 +            <div class="content-primary">
    1.52 +                <h1 style="text-align: center; margin: 0;">Help</h1>
    1.53 +                <a href="hfaq.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-question" data-iconpos="right">F. A. Q.</a>
    1.54 +                <a href="hqst.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-qstart" data-iconpos="right">Quickstart</a>
    1.55 +                <a href="hman.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-manpage" data-iconpos="right">Manpage</a>
    1.56 +        <a target="_blank" href="http://list.europalab.com/mailman/listinfo/otpwcalc/" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-email" data-iconpos="right">Mailinglist</a>
    1.57 +                <a href="hsec.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-security" data-iconpos="right">Security</a>
    1.58 +                <a href="hsta.html" data-prefetch="true" data-role="button" data-transition="slide" data-theme="e" data-icon="otpwcalc-document" data-iconpos="right">Standards</a>
    1.59 +            </div><!-- /content-primary -->
    1.60 +        </div><!-- /content -->
    1.61 +    </div><!-- /page -->
    1.62 +</body>
    1.63 +</html>

mercurial