Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / views / page / setup.tpl
blob5f27b610f005337f25cf815ea76ceeaae7035376
1         <div id="header">
2           <h1>_{Welcome aboard}</h1>
3           <h2>_{You&rsquo;re using The Akelos Framework!}</h2>
4         </div>
6         <div id="main-content">
7           <h1>_{Getting started}</h1>
8           <ol>
9             <li>
10               <h2>_{Configure your environment}</h2>
11               <p><?=$text_helper->translate('<a href="%url">Run a step by step wizard for creating a configuration file</a> or read README.txt instead.',array('%url'=>$url_helper->url_for(array('action'=>'select_database'))))?></p>
12             </li>
13             
14           </ol>
15         </div>
16         <div id="next-step">
17             <p>
18                 <a href="<%= url_for :action => 'select_database' %>">_{Start the configuration wizard}</a>
19             </p>
20         </div>