Changeset 828
- Timestamp:
- 03/21/08 03:20:39 (10 months ago)
- Files:
-
- branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix-www/design/images/fond-bandeau.png (added)
- branches/1.0.x/lib/jelix-www/design/images/fond-bandeau.png (added)
- branches/1.0.x/lib/jelix-www/design/images/fond-bandeau.png (added)
- branches/1.0.x/lib/jelix-www/design/images/fond-cellule.png (added)
- branches/1.0.x/lib/jelix-www/design/images/fond-cellule.png (added)
- branches/1.0.x/lib/jelix-www/design/images/fond-cellule.png (added)
- branches/1.0.x/lib/jelix-www/design/images/jelix_powered.png (added)
- branches/1.0.x/lib/jelix-www/design/images/jelix_powered.png (added)
- branches/1.0.x/lib/jelix-www/design/images/jelix_powered.png (added)
- branches/1.0.x/lib/jelix-www/design/jelix.css (modified) (1 diff)
- branches/1.0.x/lib/jelix-www/design/jelix.css (modified) (1 diff)
- branches/1.0.x/lib/jelix-www/design/jelix.css (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
- branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- trunk/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- trunk/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl (modified) (1 diff)
- trunk/lib/jelix-www/design/images/fond-bandeau.png (added)
- trunk/lib/jelix-www/design/images/fond-bandeau.png (added)
- trunk/lib/jelix-www/design/images/fond-bandeau.png (added)
- trunk/lib/jelix-www/design/images/fond-cellule.png (added)
- trunk/lib/jelix-www/design/images/fond-cellule.png (added)
- trunk/lib/jelix-www/design/images/fond-cellule.png (added)
- trunk/lib/jelix-www/design/images/jelix_powered.png (added)
- trunk/lib/jelix-www/design/images/jelix_powered.png (added)
- trunk/lib/jelix-www/design/images/jelix_powered.png (added)
- trunk/lib/jelix-www/design/jelix.css (modified) (1 diff)
- trunk/lib/jelix-www/design/jelix.css (modified) (1 diff)
- trunk/lib/jelix-www/design/jelix.css (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
- trunk/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl
r810 r828 4 4 class myHtmlResponse extends jResponseHtml { 5 5 6 protected function _commonProcess() { 7 $this->bodyTpl = '%%appname%%~main'; 8 $this->body->assignIfNone('MAIN','<p>no content</p>'); 9 10 }6 public $bodyTpl = '%%appname%%~main'; 7 8 protected function _commonProcess() { 9 $this->body->assignIfNone('MAIN','<p>no content</p>'); 10 } 11 11 } 12 12 ?> branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl
r810 r828 4 4 class myHtmlResponse extends jResponseHtml { 5 5 6 protected function _commonProcess() { 7 $this->bodyTpl = '%%appname%%~main'; 8 $this->body->assignIfNone('MAIN','<p>no content</p>'); 9 10 }6 public $bodyTpl = '%%appname%%~main'; 7 8 protected function _commonProcess() { 9 $this->body->assignIfNone('MAIN','<p>no content</p>'); 10 } 11 11 } 12 12 ?> branches/1.0.x/lib/jelix-scripts/templates/myHtmlResponse.class.php.tpl
r810 r828 4 4 class myHtmlResponse extends jResponseHtml { 5 5 6 protected function _commonProcess() { 7 $this->bodyTpl = '%%appname%%~main'; 8 $this->body->assignIfNone('MAIN','<p>no content</p>'); 9 10 }6 public $bodyTpl = '%%appname%%~main'; 7 8 protected function _commonProcess() { 9 $this->body->assignIfNone('MAIN','<p>no content</p>'); 10 } 11 11 } 12 12 ?> branches/1.0.x/lib/jelix-www/design/jelix.css
r819 r828 49 49 li.checkok { background-color:#a4ffa9;} 50 50 li.checkwarning { background-color:#ffbc8f;} 51 li.checkwarning { background-color:#e83a3a;} 51 52 52 53 .nocss { 53 54 display: none; 54 55 } 56 57 #page { 58 margin: 0 auto; 59 width: 924px; 60 } 61 62 div.monbloc h2 { 63 background: transparent url('images/fond-bandeau.png') no-repeat top left; 64 color: white; 65 padding-left: 70px; 66 height: 31px; 67 margin: 0; 68 font-weight: normal; 69 } 70 71 div.monbloc .blockcontent { 72 background: white url('images/fond-cellule.png') repeat-x top left; 73 padding: 1em 2em; 74 margin-bottom: 20px; 75 } 76 77 div#jelixpowered { 78 text-align:center; 79 margin: 0 auto; 80 background: transparent url('images/jelix_powered.png') no-repeat top center; 81 height: 80px; 82 width: 125px; 83 } branches/1.0.x/lib/jelix-www/design/jelix.css
r819 r828 49 49 li.checkok { background-color:#a4ffa9;} 50 50 li.checkwarning { background-color:#ffbc8f;} 51 li.checkwarning { background-color:#e83a3a;} 51 52 52 53 .nocss { 53 54 display: none; 54 55 } 56 57 #page { 58 margin: 0 auto; 59 width: 924px; 60 } 61 62 div.monbloc h2 { 63 background: transparent url('images/fond-bandeau.png') no-repeat top left; 64 color: white; 65 padding-left: 70px; 66 height: 31px; 67 margin: 0; 68 font-weight: normal; 69 } 70 71 div.monbloc .blockcontent { 72 background: white url('images/fond-cellule.png') repeat-x top left; 73 padding: 1em 2em; 74 margin-bottom: 20px; 75 } 76 77 div#jelixpowered { 78 text-align:center; 79 margin: 0 auto; 80 background: transparent url('images/jelix_powered.png') no-repeat top center; 81 height: 80px; 82 width: 125px; 83 } branches/1.0.x/lib/jelix-www/design/jelix.css
r819 r828 49 49 li.checkok { background-color:#a4ffa9;} 50 50 li.checkwarning { background-color:#ffbc8f;} 51 li.checkwarning { background-color:#e83a3a;} 51 52 52 53 .nocss { 53 54 display: none; 54 55 } 56 57 #page { 58 margin: 0 auto; 59 width: 924px; 60 } 61 62 div.monbloc h2 { 63 background: transparent url('images/fond-bandeau.png') no-repeat top left; 64 color: white; 65 padding-left: 70px; 66 height: 31px; 67 margin: 0; 68 font-weight: normal; 69 } 70 71 div.monbloc .blockcontent { 72 background: white url('images/fond-cellule.png') repeat-x top left; 73 padding: 1em 2em; 74 margin-bottom: 20px; 75 } 76 77 div#jelixpowered { 78 text-align:center; 79 margin: 0 auto; 80 background: transparent url('images/jelix_powered.png') no-repeat top center; 81 height: 80px; 82 width: 125px; 83 } branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_EN/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/en_US/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss">6 <hr />7 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p>8 <ul>9 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li>10 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li>11 </ul>12 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p>13 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p>14 <hr />15 </div>6 <div class="nocss"> 7 <hr /> 8 <p>If you see this message, it's because you don't set correctly Jelix's web files (js and css). Two solutions :</p> 9 <ul> 10 <li>you can configure your virtualhost and create an alias myapp/www/jelix/ to lib/jelix-www/</li> 11 <li>otherwise copy/past the lib/jelix-www/ directory in myapp/www/ and rename it 'jelix'</li> 12 </ul> 13 <p>If you want to use another name for the Jelix's web file directory, modify the jelixWWWPath parameter in myapp/var/config/defaultconfig.ini.</p> 14 <p>For more informations, see <a href="http://jelix.org/articles/en/manual/installation" title="installation documentation">the Jelix's installation documentation</a>.</p> 15 <hr /> 16 </div> 16 17 17 <h2>Is your server configuration correct ?</h2> 18 {$check} 18 <div class="monbloc"> 19 <h2>Is your server configuration correct ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 19 24 20 <h2>This is a temporary page</h2> 21 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 25 <div class="monbloc"> 26 <h2>This is a temporary page</h2> 27 <div class="blockcontent"> 28 <p>This page is part of the Jelix default module. It will not appear anymore.</p> 29 </div> 30 </div> 22 31 23 <h2>What to do now ?</h2> 24 <ul> 25 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 27 </ul> 32 <div class="monbloc"> 33 <h2>What to do now ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Official Jelix's site</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Jelix's documenation</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 43 </div> branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss"> 6 <hr /> 7 <p>Si vous voyez ce message, c'est que vous n'avez pas rendu accessible les fichiers web (js et css) de Jelix. Deux solutions :</p> 8 <ul> 9 <li>vous pouvez configurer votre virtualhost et créer un alias monapp/www/jelix/ pointant vers lib/jelix-www/</li> 10 <li>sinon copiez/collez le dossier lib/jelix-www/ dans le dossier www/ de votre application et renommez le en 'jelix'</li> 11 </ul> 12 <p>Si vous voulez utiliser un autre nom que jelix pour ce dossier, modifier le paramêtre jelixWWWPath dans monapp/var/config/defaultconfig.ini.</p> 13 <p>Pour plus d'informations, consultez <a href="http://jelix.org/articles/manuel/installation/application#configuration-du-serveur" title="documentation officielle">la documentation sur l'installation de Jelix</a>.</p> 14 <hr /> 6 <div class="nocss"> 7 <hr /> 8 <p>Si vous voyez ce message, c'est que vous n'avez pas rendu accessible les fichiers web (js et css) de Jelix. Deux solutions :</p> 9 <ul> 10 <li>vous pouvez configurer votre virtualhost et créer un alias monapp/www/jelix/ pointant vers lib/jelix-www/</li> 11 <li>sinon copiez/collez le dossier lib/jelix-www/ dans le dossier www/ de votre application et renommez le en 'jelix'</li> 12 </ul> 13 <p>Si vous voulez utiliser un autre nom que jelix pour ce dossier, modifier le paramêtre jelixWWWPath dans monapp/var/config/defaultconfig.ini.</p> 14 <p>Pour plus d'informations, consultez <a href="http://jelix.org/articles/manuel/installation/application#configuration-du-serveur" title="documentation officielle">la documentation sur l'installation de Jelix</a>.</p> 15 <hr /> 16 </div> 17 18 <div class="monbloc"> 19 <h2>Votre configuration est-elle correcte ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 24 25 <div class="monbloc"> 26 <h2>Ceci est une page temporaire</h2> 27 <div class="blockcontent"> 28 <p>Cette page n'apparaît que parce que vous venez de créer votre application. Elle fait partie du module jelix non présent dans votre application.</p> 29 </div> 30 </div> 31 32 <div class="monbloc"> 33 <h2>Que faire maintenant ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Site officiel de Jelix</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Documentation de Jelix</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 15 43 </div> 16 17 <h2>Votre configuration est-elle correcte ?</h2>18 {$check}19 20 <h2>Ceci est une page temporaire</h2>21 <p>Cette page n'apparaît que parce que vous venez de créer votre application. Elle fait partie du module jelix non présent dans votre application.</p>22 23 <h2>Que faire maintenant ?</h2>24 <ul>25 <li><a href="http://www.jelix.org" title="official Jelix's site">Site officiel de Jelix</li>26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Documentation de Jelix</li>27 </ul>branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl
r819 r828 1 1 {meta_html css $j_jelixwww.'design/jelix.css'} 2 2 3 <div class="logo"></div> 3 <div id="page"> 4 <div class="logo"></div> 4 5 5 <div class="nocss"> 6 <hr /> 7 <p>Si vous voyez ce message, c'est que vous n'avez pas rendu accessible les fichiers web (js et css) de Jelix. Deux solutions :</p> 8 <ul> 9 <li>vous pouvez configurer votre virtualhost et créer un alias monapp/www/jelix/ pointant vers lib/jelix-www/</li> 10 <li>sinon copiez/collez le dossier lib/jelix-www/ dans le dossier www/ de votre application et renommez le en 'jelix'</li> 11 </ul> 12 <p>Si vous voulez utiliser un autre nom que jelix pour ce dossier, modifier le paramêtre jelixWWWPath dans monapp/var/config/defaultconfig.ini.</p> 13 <p>Pour plus d'informations, consultez <a href="http://jelix.org/articles/manuel/installation/application#configuration-du-serveur" title="documentation officielle">la documentation sur l'installation de Jelix</a>.</p> 14 <hr /> 6 <div class="nocss"> 7 <hr /> 8 <p>Si vous voyez ce message, c'est que vous n'avez pas rendu accessible les fichiers web (js et css) de Jelix. Deux solutions :</p> 9 <ul> 10 <li>vous pouvez configurer votre virtualhost et créer un alias monapp/www/jelix/ pointant vers lib/jelix-www/</li> 11 <li>sinon copiez/collez le dossier lib/jelix-www/ dans le dossier www/ de votre application et renommez le en 'jelix'</li> 12 </ul> 13 <p>Si vous voulez utiliser un autre nom que jelix pour ce dossier, modifier le paramêtre jelixWWWPath dans monapp/var/config/defaultconfig.ini.</p> 14 <p>Pour plus d'informations, consultez <a href="http://jelix.org/articles/manuel/installation/application#configuration-du-serveur" title="documentation officielle">la documentation sur l'installation de Jelix</a>.</p> 15 <hr /> 16 </div> 17 18 <div class="monbloc"> 19 <h2>Votre configuration est-elle correcte ?</h2> 20 <div class="blockcontent"> 21 {$check} 22 </div> 23 </div> 24 25 <div class="monbloc"> 26 <h2>Ceci est une page temporaire</h2> 27 <div class="blockcontent"> 28 <p>Cette page n'apparaît que parce que vous venez de créer votre application. Elle fait partie du module jelix non présent dans votre application.</p> 29 </div> 30 </div> 31 32 <div class="monbloc"> 33 <h2>Que faire maintenant ?</h2> 34 <div class="blockcontent"> 35 <ul> 36 <li><a href="http://www.jelix.org" title="official Jelix's site">Site officiel de Jelix</li> 37 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Documentation de Jelix</li> 38 </ul> 39 </div> 40 </div> 41 42 <div id="jelixpowered"></div> 15 43 </div> 16 17 <h2>Votre configuration est-elle correcte ?</h2>18 {$check}19 20 <h2>Ceci est une page temporaire</h2>21 <p>Cette page n'apparaît que parce que vous venez de créer votre application. Elle fait partie du module jelix non présent dans votre application.</p>22 23 <h2>Que faire maintenant ?</h2>24 <ul>25 <li><a href="http://www.jelix.org" title="official Jelix's site">Site officiel de Jelix</li>26 <li><a href="http://jelix.org/articles/manuel" title="Jelix's documenation">Documentation de Jelix</li>27 </ul>branches/1.0.x/lib/jelix/core-modules/jelix/templates/fr_FR/check_install.tpl
