public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
tedkulp (author)
Sun Apr 27 07:29:54 -0700 2008
commit  1d4e393fe0cae8142711a915f87157611a76f101
tree    5ae931db88ca7b522756bf319e6cfc6ccda35924
parent  5c1eb285cfb340bd5332b019ff18afc44a4d5881
cmsmadesimple-2-0 / install / templates / create_schema.tpl
100644 17 lines (16 sloc) 0.503 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{if $installed}
  <p>{tr}The database was properly installed.{/tr}</p>
  {if $user_created}
    <p>{tr}The user account was created successfully.{/tr}</p>
  {if $config_created}
    <p>{tr}The config file was created.{/tr}</p>
  {else}
    <p>{tr}The config file could not be created{/tr}</p>
    <textarea rows="25" cols="80">{$config_file_contents}</textarea>
  {/if}
  {else}
    <p>{tr}The user account could not be created.{/tr}</p>
  {/if}
{else}
  <p>{tr}The database could not be created.{/tr}</p>
{/if}