<AAT:PageTop title="Apache::ASP Toolkit Demo" /> <AAT:Button name="dialog_ok" /> <AAT:Button name="dialog_cancel" /> <AAT:Label value="_MONDAY" color="red" tooltip="1st day of the week" /> <AAT:Label value="label bold blue" color="blue" style="bold" /> <AAT:Label value="label size +2" color="green" size="+2" /> <AAT:Entry name="name" value="write what you want" size=40 /> <AAT:Password name="password" value="" size=40 /><br> <AAT:TextArea name="tarea" cols=80 rows=10 data="your data" /><br> <AAT:PageBottom credits="1" />
AAT is useful to create Web Interface rapidly and easily.
Features: =over features =item * Integrated User Authentication/Role =item * Integrated Database Functions =item * Integrated XML Read/Write (with Cache) Functions =item * Multilanguage =item * Themable =back
Prints Debug Message $text in AAT Debug file
Returns AAT Version
Returns AAT WebSite
Get/Set AAT Language
Get/Set AAT Menu Mode (Icons&Text, IconsOnly, TextOnly)
Get/Set AAT Theme
Translates $str with language $main::Session->{AAT_LANGUAGE}
Usage: <AAT:PageTop title="Octopussy Login" icon="IMG/octopussy.gif" />
Usage: <AAT:PageBottom credits="1" />
Usage: <AAT:PageTheme />
Usage: <AAT:Inc file="octo_selector_taxonomy"
name="taxonomy"
selected="$r_taxo" any="1" />
Usage:
Usage: <AAT:JS_Inc file="INC/AAT_tooltip.js" />
Usage: <AAT:Button name="remove" popup_link="$remove_link" />
Usage: <AAT:Box icon="buttons/bt_report"
title="_REPORTS_VIEWER">
<AAT:BoxRow><AAT:BoxCol>
...
</AAT:BoxCol></AAT:BoxRow>
</AAT:Box>
Usage: <AAT:BoxRow><AAT:BoxCol>
...
</AAT:BoxCol></AAT:BoxRow>
Usage: <AAT:BoxRow><AAT:BoxCol>
...
</AAT:BoxCol></AAT:BoxRow>
Usage: <AAT:BoxRowMenu><AAT:BoxCol>
...
</AAT:BoxCol></AAT:BoxRowMenu>
Usage:
Usage:
Usage: <AAT:CheckBox name="$value" />
Usage: <AAT:CheckBox_DayOfMonth name="$value" />
Usage: <AAT:CheckBox_DayOfWeek name="$value" />
Usage: <AAT:CheckBox_Month name="$value" />
Usage: <AAT:Config_Certificate tooltip="_TOOLTIP_SYSTEM_CERTIFICATE" />
Usage: <AAT:Config_Database tooltip="_TOOLTIP_SYSTEM_DB" />
Usage: <AAT:Config_LDAP_Contacts tooltip="_TOOLTIP_SYSTEM_LDAP" />
Usage: <AAT:Config_LDAP_Users tooltip="_TOOLTIP_SYSTEM_LDAP" />
Usage: <AAT:Config_NSCA tooltip="_TOOLTIP_SYSTEM_NSCA" />
Usage: <AAT:Config_Proxy tooltip="_TOOLTIP_SYSTEM_PROXY" />
Usage: <AAT:Config_SMTP tooltip="_TOOLTIP_SYSTEM_SMTP" />
Usage: <AAT:Config_XMPP tooltip="_TOOLTIP_SYSTEM_JABBER" />
Usage: <AAT:Config_Zabbix tooltip="_TOOLTIP_SYSTEM_ZABBIX" />
Usage: <AAT:Entry name="directory" size="40" />
Usage: <AAT:Export_FTP width="100%" />
Usage: <AAT:Export_SCP width="100%" />
Usage: <AAT:Form method="POST" action="$action">
Usage: <AAT:Form_Button name="remove" value="remove_template" />
Usage: <AAT:Form_Hidden name="msg_pattern" value="$pattern" />
Usage: <AAT:Form_Submit value="_EDIT" />
Usage: <AAT:Help page="login" />
Usage: <AAT:IMG name="mime/pdf"
tooltip="_REPORT_PDF"
link="${url_base}&filename=$report.$ext" />
Usage: <AAT:Label value="_MODIFICATION" style="B" />
Usage:
Print Logo of the item $args{name} from the List $args{list}
Usage: <AAT:Menu align="C" items=\@items />
Usage: <AAT:Message level="$level" msg="$msg" />
Usage:
Usage: <AAT:Password name="pword" value="$pwd" size="12" />
Usage: <AAT:Picture file="IMG/octopussy.gif"
width="200"
alt="Octopussy Logo" />
Usage: <AAT:ProgressBar title="Report Generation
$reportname"
msg="Report Generation: $reportname"
desc=$desc
current=$cur total=$total
cancel="./report_in_progress.asp?cancel=yes&pid=$pid" />
Usage: <AAT:RRD_Graph url="./index.asp" name="syslog_dtype" mode="$rrd_mode" />
Usage: <AAT:Selector name="report" list=\@report_list />
Usage: <AAT:Selector_Color name="color" selected="red" />
Usage: <AAT:Selector Country_Code name="country" selected="fr" />
Usage: <AAT:Selector_Database name="db_type" selected="$type" />
Usage: <AAT:Selector_Date name="$name" start_year="1920" />
Usage: <AAT:Selector_DateTime name="dt"
start_year="2000"
url="$url" selected="$selected" />
Usage: <AAT:Selector_DateTime_Simple name="dt"
start_year="2000" url="$url"
selected1="$d1/$m1/$y1/$hour1/$min1"
selected2="$d2/$m2/$y2/$hour2/$min2" />
Usage: <AAT:Selector_EnabledDisabled name="status" selected="$status" />
Usage: <AAT:Selector_Language />
Usage:
Usage: <AAT:Selector_Number name="graph_width"
min="300" max="3000" step="50"
selected="$g_width" />
Usage: <AAT:Selector_Theme />
Usage: <AAT:Selector_Time name="time_start" step="5" selected="0/0"/>
Usage: <AAT:Selector_User_Role />
Usage: <AAT:Selector_YesNo name="xmpp_tls" selected="$tls" />
Usage: <AAT:TextArea name="comment" cols="80" rows="10" />
AAT::DB(3), AAT::Syslog(3), AAT::Theme(3), AAT::Translation(3), AAT::User(3), AAT::XML(3)
Sebastien Thebert <octo.devel@gmail.com>