summaryrefslogtreecommitdiff
path: root/templates/guide.tpl
blob: 7f4f9e0e41da86e92457ded3d7c0fe1a4a9a61bf (plain)
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
{$header}
<div id='columnContainer'>

	<div id='middleColumn'>
		<div id='middleData' style='text-align: justify;'>

			<h2 style='text-align: center;'>GUIDE</h2>

			<div class='standardMargins'>
				It is hoped that the site will be relatively intuitive for the majority of users,
				obviating the need for an entire manual.  If something is very important to know
				then there will generally be some instructions or tips at the appropriate
				place in the user interface.
			</div>

			<div class='standardMargins'>
				The site can certainly be useful to those who don't create an account, but without
				logging in one is limited to doing one-off searches and trying to build recipes that
				will disappear once you leave the site. Logging in allows you to save your receipes
				for future reference.
			</div>

			<div class='standardMargins'>
				A recipe
				is just a collection of an arbitrary number of individual foods.  Once a recipe has
				been created, you can view the entire nutritional profile for all of the ingredients
				together.  Ingredients can be added to or taken away
				from an existing recipe at any time, and existing recipes can be used as templates for
				creating new, similar ones.
			</div>

			<div class='standardMargins'>
				Foods and recipes that users find and save are searchable by everyone.  What this
				means is that the more people use the site, the more foods and recipes will be
				searchable by everyone.
			</div>

		</div>
	</div>

	<div id='leftColumn'>
		<div id='leftData'>
			{$sidebar_left}
		</div>
	</div>

	<div id='rightColumn'>
		<div id='rightData'>
			{$sidebar_right}
		</div>
	</div>

</div>
{$footer}