Jump to content

develop groupware with citadel on ubuntu server


winebago

Recommended Posts

Hi everyone,

 

I'm developing groupware with citadel on ubuntu server 12.04

 

When i customize login screen , i can't understand some tags.

 

The contents in login.html are as below

 

<?=("head")><!-- start login.html --><noscript><div id="noscript_warning"><?_("WARNING: You have JavaScript disabled in your web browser. Many functions of this system will not work properly.")></div></noscript><div id="login_screen"><div class="box"><div class="boxlabel"><?SERV:HUMANNODE> - <?_("powered by")> <a href="http://www.citadel.org">Citadel</a></div><div class="boxcontent"><div id="hellomsg"><?SERV:MESG("hello")>

 

What is that mean The hilighted tag <?SERV:HUMANNODE> ?

 

Is there anyone who have any idea about this?

 

Thank you in advance.

Link to comment
Share on other sites

It looks like it's supposed to be interpretted by a template engine. Without knowing what engine your server is using to parse the files we can't know what it's supposed to do.

Link to comment
Share on other sites

Well, I guess it's Google time.

 

Searching...

 

...

 

OK, here's a result:

http://www.citadel.org/doku.php/documentation:webcit:customize:templates:start#doboxed

 

It says that the template engine will replace <?SERV:HUMANNODE> with a human readable version of the name of the citadel.

Link to comment
Share on other sites

Thank you very much

 

Is <?SERV:HUMANNODE> tag predefined command? or html file?

 

I mean

 

1. predefined command like function

 

2. html file that contains some text

 

I searched google and citadel.org but can't understand the meaning of template engine

 

Always thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...