Subversion Repositories SmartDukaan

Rev

Rev 172 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
172 ashish 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
2
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
290 gaurav 3
 
4
<!-- 
172 ashish 5
<html xmlns="http://www.w3.org/1999/xhtml"
6
	xmlns:py="http://genshi.edgewall.org/"
7
	xmlns:xi="http://www.w3.org/2001/XInclude">
8
 
9
<xi:include href="master.html" />
10
 
11
<head>
12
<meta content="text/html; charset=UTF-8" http-equiv="content-type"
13
	py:replace="''" />
14
<title>Welcome to TurboGears 2.0, standing on the shoulders of
15
giants, since 2007</title>
16
</head>
17
 
18
<body>
19
${sidebar_top()}
20
<div id="getting_started">
21
<h2>Presentation</h2>
22
<p>TurboGears 2 is rapid web application development toolkit
23
designed to make your life easier.</p>
24
<ol id="getting_started_steps">
25
	<li class="getting_started">
26
	<h3>Code your data model</h3>
27
	<p>Design your data model, Create the database, and Add some
28
	bootstrap data.</p>
29
	</li>
30
	<li class="getting_started">
31
	<h3>Design your URL architecture</h3>
32
	<p>Decide your URLs, Program your controller methods, Design your
33
	templates, and place some static files (CSS and/or JavaScript).</p>
34
	</li>
35
	<li class="getting_started">
36
	<h3>Distribute your app</h3>
37
	<p>Test your source, Generate project documents, Build a
38
	distribution.</p>
39
	</li>
40
</ol>
41
</div>
42
<div class="clearingdiv" />
43
<div class="notice">Thank you for choosing TurboGears.</div>
44
</body>
45
</html>
290 gaurav 46
 -->
47
 
48
<html xmlns="http://www.w3.org/1999/xhtml"
49
	xmlns:py="http://genshi.edgewall.org/"
50
	xmlns:xi="http://www.w3.org/2001/XInclude">
51
 
52
<body>
53
<p>
54
<a href="${tg.url('/form_indiaplaza')}">Edit indiaplaza codedata</a>
55
</p>
56
<p>
57
<a href="${tg.url('/form_infibeam')}">Edit infibeam codedata</a>
58
</p>
59
<p>
60
<a href="${tg.url('/form_univercell')}">Edit univercell codedata</a>
61
</p>
62
<p>
63
<a href="${tg.url('/form_mobilestore')}">Edit mobilestore codedata</a>
64
</p>
65
<p>
66
<a href="${tg.url('/form_naaptol')}">Edit naaptol codedata</a>
67
</p>
68
<p>
69
<a href="${tg.url('/form_babuchak')}">Edit babuchak codedata</a>
70
</p>
71
</body>
72
</html>