diff options
| -rw-r--r-- | templates/index.tpl | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 99b6e61..a21e4e1 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -5,19 +5,15 @@ <div id='middleData'> <form action='food_search.php' method='post' id='searchForm' onsubmit='return validateSearchBox();'> <div class='standardMargins' style='text-align: justify;'> - The default search options below are probably fine in most cases. - Generally you should be able to just type some text in the "Search for" box and then - click "Search." If you are having trouble finding the food you want or would like to make more - advanced searches on the database, change any or all of the options below. - To learn more about these search options see the - <a href='faq.php#searching'>help on searching.</a> + <span style="font-size: 110%; font-weight: bold;">Welcome to NutriDB.</span> + NutriDB is simple tool which allows you to view nutritional information + for a particular food, or calculate the nutritional profile of a whole recipe. </div> <div class='standardMargins' style='text-align: justify;'> - <strong>NOTE</strong>: if the system has something to tell you, the message will be - <a href='{$smarty.server.PHP_SELF}' onmouseover='highlightSysMsgBox();' onmouseout='unhighlightSysMsgBox();' onclick='return false;'>displayed</a> - in the black navigation bar at the top of the screen, just below the login fields. If the - system seems to be acting strangely or in some way you didn't expect, then don't forget to check - this system message area, as the system frequently communicates with you there. + The default <a href='faq.php#searching'>search options</a> are fine for most + people, but a few extras are added for anyone needing or wanting a bit of + extra control. Just type something in the search box and press the Search + button to get strarted. </div> <div class='standardMargins' style='text-align: center;'> <strong>Search for</strong>: |
