Parent: [00aa4d] (diff)

Child: [4efa0f] (diff)

Download this file

neighborhood_add_project.html    68 lines (66 with data), 2.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<form action="{{action}}" enctype="None" method="POST">
<div class="welcome">
<span>Project Name:</span>
{{widget.display_field_by_idx(0)|safe}}
</p>
</div>
<div class="inner-row">
<div class="tool">
<img src="/nf/images/wiki_48.png">
{{widget.display_field_by_idx(3)|safe}}
<h1>Wikis</h1>
<p>
Documentation is key to your project and the wiki tool helps make it easy for anyone to contribute.
</p>
</div>
<div class="tool">
<img src="/nf/images/code_48.png">
<h1>Code</h1>
<p>
SVN, Git and Mercurial will help you keep track of your changes.
</p>
<div class="checkbox-wrapper">
<span>{{widget.display_field_by_idx(4)|safe}} Git</span>
<span>{{widget.display_field_by_idx(5)|safe}} Mercurial</span>
<span>{{widget.display_field_by_idx(6)|safe}} SVN</span>
</div>
</div>
<div class="tool">
<img src="/nf/images/tickets_48.png">
{{widget.display_field_by_idx(7)|safe}}
<h1>Tickets</h1>
<p>
Bugs, enhancements, tasks, etc., will help you plan and manage your development.
</p>
</div>
</div>
<div class="inner-row">
<div class="tool">
<img src="/nf/images/downloads_48.png">
{{widget.display_field_by_idx(8)|safe}}
<h1>Downloads</h1>
<p>
Use the largest free, managed, global mirror network to distribute your files.
</p>
</div>
<div class="tool">
<img src="/nf/images/stats_48.png">
<h1>Stats</h1>
<p>
Follow the download trends that enable you to develop better software.
(Comes with Downloads)
</p>
</div>
<div class="tool">
<img src="/nf/images/forums_48.png">
{{widget.display_field_by_idx(9)|safe}}
<h1>Forums</h1>
<p>
Collaborate with your community in your forums.
</p>
</div>
</div>
<div class="inner-row">
<input type="submit" value="Start" id="start">
</div>
</form>