ACIS Manual: The Screens, Configuration, Other related resources, По-русски про ACIS, Some issues in the ongoing work on ACIS.

You are in По-русски про ACIS, in Структура системы, in Веб-интерфейс - Интерактивная часть now.

Конфигурация экранов

Конфигурация экранов будет в XML файле. Например:

<screens>

 <use-perl-module>My::ACIS</use-perl-module>

 <screen id='login'>
   <process function='My::ACIS::login'/>
   <presentation type='xslt' filename='login.xsl' />
 </screen>

 <screen id='contributions'>
   <process function='My::ACIS::authenticate'/>
   <process function='My::ACIS::contributions'/>
   <presentation type='xslt' filename='contributions.xsl' />
 </screen>

 <screen id='confirm'>
   <process function='My::ACIS::confirm'/>
   <presentation type='xslt' filename='confirmed.xsl' />
 </screen>

 <screen id='confirm-invalid'>
   <presentation type='xslt' filename='confirm-invalid.xsl' />
 </screen>

 <screen id='index'>
   <presentation type='static' filename='index.html' />
 </screen>

 <screen id='exit'>
   <process function='My::ACIS::authenticate'  />
   <process function='My::ACIS::logoff'              />
   <presentation type='xslt' filename='exit.xsl' />
 </screen>


</screens>

This is Конфигурация экранов. It is part of Веб-интерфейс - Интерактивная часть, which is part of Структура системы, which is part of По-русски про ACIS, which is part of ACIS Manual.

Persistent URL: http://acis.openlib.org/manual/screen-config.html