~lss-team/lilsoftstats/trunk

« back to all changes in this revision

Viewing changes to pages/add.php

  • Committer: Nick
  • Date: 2011-11-14 04:10:28 UTC
  • Revision ID: nick@little-apps.org-20111114041028-cvmpwq6z6hx3pkya
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
        <!-- Status Bar Start -->
 
3
        <div id="output"></div>
 
4
        <!-- Status Bar End -->
 
5
        <div class="contentcontainers">
 
6
                <form id="form" action="inc/add.php" method="post">
 
7
                        <div class="contentcontainer med left">
 
8
                                <div class="headings alt">
 
9
                                        <h2 class="left">Application</h2>
 
10
                                </div>
 
11
                                        
 
12
                                <div class="contentbox">
 
13
                                        <table id="id-form" border="0" cellspacing="0" cellpadding="0">
 
14
                                                <tbody>
 
15
                                                        <tr id="appname">
 
16
                                                                <th valign="top">Application Name:</th>
 
17
                                                                <td><input name="appname" id="appname" type="text" class="inp-form" /></td>
 
18
                                                                <td id="error"></td>
 
19
                                                        </tr>
 
20
                                                        <tr>
 
21
                                                                <th valign="top">Programming Language:</th>
 
22
                                                                <td>
 
23
                                                                        <select name="language" id="language" class="styledselect_pages_1">
 
24
                                                                                <option value="default" selected>Select</option>
 
25
                                                                                <option value="dotnet">C#/VB.NET/Mono</option>
 
26
                                                                                <option value="actionscript">ActionScript 3 (Adobe Air)</option>
 
27
                                                                                <option value="cplusplus">C/C++</option>
 
28
                                                                                <option value="delphi">Delphi</option>
 
29
                                                                                <option value="java">Java</option>
 
30
                                                                                <option value="objectivec">Objective-C</option>
 
31
                                                                        </select>
 
32
                                                                </td>
 
33
                                                                <td></td>
 
34
                                                        </tr>
 
35
                                                        <tr>
 
36
                                                                <th valign="top">Installer Used:</th>
 
37
                                                                <td>
 
38
                                                                        <select name="installer" id="installer" class="styledselect_pages_1">
 
39
                                                                                <option selected>Select</option>
 
40
                                                                                <option value="inno">Inno Setup</option>
 
41
                                                                                <option value="installanywhere">Install Anywhere</option>
 
42
                                                                                <option value="visie">Visie</option>
 
43
                                                                                <option value="installershield">Installer Shield</option>
 
44
                                                                                <option value="lzpack">lzPack</option>
 
45
                                                                                <option value="msinstaller">Microsoft Installer</option>
 
46
                                                                                <option value="nsis">NSIS</option>
 
47
                                                                                <option value="none">None</option>
 
48
                                                                                <option value="other">Other</option>
 
49
                                                                        </select>
 
50
                                                                </td>
 
51
                                                                <td></td>
 
52
                                                        </tr>
 
53
                                                </tbody>
 
54
                                        </table>
 
55
                                </div>
 
56
                        </div>
 
57
                        
 
58
                        <div class="contentcontainer sml right">
 
59
                                <div class="headings alt">
 
60
                                        <h2>Integration</h2>
 
61
                                </div>
 
62
                                <div class="contentbox" id="integration">
 
63
                                        <!-- Default Text Start -->
 
64
                                        <div id="default">
 
65
                                                <p>Please select the programming language from the left that your application is using.</p>
 
66
                                        </div>
 
67
                                        <!-- Default Text End -->
 
68
                                        <!-- Programming Languages Start -->
 
69
                                        <div id="dotnet" style="display: none">
 
70
                                                <h3>1) Download our library</h3>
 
71
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
72
                                                <h3>2) Using our library</h3>
 
73
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
74
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
75
                                                <br /><br />
 
76
                                        </div>
 
77
                                        <div id="actionscript" style="display: none">
 
78
                                                <h3>1) Download our library</h3>
 
79
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
80
                                                <h3>2) Using our library</h3>
 
81
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
82
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
83
                                                <br /><br />
 
84
                                        </div>
 
85
                                        <div id="cplusplus" style="display: none">
 
86
                                                <h3>1) Download our library</h3>
 
87
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
88
                                                <h3>2) Using our library</h3>
 
89
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
90
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
91
                                                <br /><br />
 
92
                                        </div>
 
93
                                        <div id="delphi" style="display: none">
 
94
                                                <h3>1) Download our library</h3>
 
95
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
96
                                                <h3>2) Using our library</h3>
 
97
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
98
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
99
                                                <br /><br />
 
100
                                        </div>
 
101
                                        <div id="java" style="display: none">
 
102
                                                <h3>1) Download our library</h3>
 
103
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
104
                                                <h3>2) Using our library</h3>
 
105
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
106
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
107
                                                <br /><br />
 
108
                                        </div>
 
109
                                        <div id="objectivec" style="display: none">
 
110
                                                <h3>1) Download our library</h3>
 
111
                                                <p>The first step is to download our <a href="#" title="" target="_blank">library</a></p>
 
112
                                                <h3>2) Using our library</h3>
 
113
                                                <p>You need to add some lines of code into your application. Using only few lines, you will track the basic information of your application like executions, user' environments, average time on it and so on.</p>
 
114
                                                <a href="#" title="" target="_blank">Check the 3 minute tutorial</a>
 
115
                                                <br /><br />
 
116
                                        </div>
 
117
                                        <!-- Programming Languages End -->
 
118
                                        
 
119
                                        <!-- Setup Libraries Start -->
 
120
                                        <div id="inno" style="display: none">
 
121
                                                <h3>3) Setup integration</h3>
 
122
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
123
                                        </div>
 
124
                                        <div id="installanywhere" style="display: none">
 
125
                                                <h3>3) Setup integration</h3>
 
126
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
127
                                        </div>
 
128
                                        <div id="visie" style="display: none">
 
129
                                                <h3>3) Setup integration</h3>
 
130
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
131
                                        </div>
 
132
                                        <div id="installershield" style="display: none">
 
133
                                                <h3>3) Setup integration</h3>
 
134
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
135
                                        </div>
 
136
                                        <div id="lzpack" style="display: none">
 
137
                                                <h3>3) Setup integration</h3>
 
138
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
139
                                        </div>
 
140
                                        <div id="msinstaller" style="display: none">
 
141
                                                <h3>3) Setup integration</h3>
 
142
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
143
                                        </div>
 
144
                                        <div id="nsis" style="display: none">
 
145
                                                <h3>3) Setup integration</h3>
 
146
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
147
                                        </div>
 
148
                                        <div id="other" style="display: none">
 
149
                                                <h3>3) Setup integration</h3>
 
150
                                                <p>You can get more information from our <a href="#" title="" target="_blank">documentation</a></p>
 
151
                                        </div>
 
152
                                        <!-- Setup Libraries End -->
 
153
                                        
 
154
                                        <input type="submit" value="Submit" class="form-submit right" />
 
155
                                </div>
 
156
                        </div>
 
157
                </form>
 
158
        </div>
 
 
b'\\ No newline at end of file'