Parent: [483d49] (diff)

Child: [d710df] (diff)

Download this file

neighborhood_add_project.html    72 lines (70 with data), 3.0 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
68
69
70
71
<form action="{{action}}" method="POST">
<div class="welcome">
<div class="grid-9" style="text-align: right">Project Name:</div>
<div class="grid-8">{{widget.display_field_by_idx(0)|safe}}</div>
<div class="grid-6">&nbsp;</div>
<div class="grid-9" style="text-align: right">URL: http://{{c.environ['HTTP_HOST']}}{{neighborhood.url()}}</div>
<div class="grid-8">{{widget.display_field_by_idx(1)|safe}}<br><div id="name_availablity"></div></div>
<div class="grid-4"><input type="button" value="Suggest" id="suggest_project_name"></div>
{{widget.display_field_by_idx(3)|safe}}
</div>
<div class="inner-row">
<div class="tool">
<img src="{{g.forge_static('allura/images/wiki_48.png')}}">
{{widget.display_field_by_idx(4)|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="{{g.forge_static('allura/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(5)|safe}} Git</span>
<span>{{widget.display_field_by_idx(6)|safe}} Mercurial</span>
<span>{{widget.display_field_by_idx(7)|safe}} SVN</span>
</div>
</div>
<div class="tool">
<img src="{{g.forge_static('allura/images/tickets_48.png')}}">
{{widget.display_field_by_idx(8)|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="{{g.forge_static('allura/images/downloads_48.png')}}">
{{widget.display_field_by_idx(9)|safe}}
<h1>Downloads</h1>
<p>
Use the largest free, managed, global mirror network to distribute your files.
</p>
</div>
<div class="tool">
<img src="{{g.forge_static('allura/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="{{g.forge_static('allura/images/forums_48.png')}}">
{{widget.display_field_by_idx(10)|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>