Migration SVN
This commit is contained in:
32
web/themes/underground/template/index.tpl
Executable file
32
web/themes/underground/template/index.tpl
Executable file
@@ -0,0 +1,32 @@
|
||||
{config_load file="lang" section='index'}
|
||||
|
||||
{if !isset($is_client)}
|
||||
<h1>{#msg_welcome#}</h1>
|
||||
<p>
|
||||
{#msg_not_client#}
|
||||
</p>
|
||||
<p>
|
||||
{#msg_not_client2#} {#hosting_title#}. {#msg_not_client3#}
|
||||
</p>
|
||||
<p>
|
||||
{#msg_not_client4#}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
{if isset($is_client)}
|
||||
<h1>{#msg_welcome#}</h1>
|
||||
<p>{#msg_client1#} <a href="myservers.xhtml">{#clic_here#}</a>.</p>
|
||||
<p>{#msg_client2#}</p>
|
||||
{/if}
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(){
|
||||
$.gritter.add({ title: 'Bienvenue', text: "Ceci est un test pour voir ce que ca donne :)<br />http://boedesign.com/2009/07/11/growl-for-jquery-gritter/", time: 5000 });
|
||||
$.gritter.add({ title: 'Bienvenue', text: "C'est quand meme pas mal, non ?", time: 7000 });
|
||||
$.gritter.add({ title: 'Bienvenue', text: "je le verrai bien quand t'as cliqué pour delete une db/ftp 'Suppression programmée, merci de patienter quelques minutes' ", time: 9000 });
|
||||
$.gritter.add({ title: 'Bienvenue', text: "Vous en pensez quoi ?", time: 11000 });
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user