egroupware_official/doc/html/devtemp.html

175 lines
2.3 KiB
HTML
Raw Normal View History

2000-11-11 11:39:44 +01:00
<HTML
><HEAD
><TITLE
2000-11-21 23:33:37 +01:00
>Using Templates</TITLE
2000-11-11 11:39:44 +01:00
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52"><LINK
REL="HOME"
TITLE="phpGroupWare Docs V0.05"
HREF="book1.html"><LINK
REL="UP"
TITLE="Developers Documentation"
2000-11-21 23:33:37 +01:00
HREF="p261.html"><LINK
2000-11-11 11:39:44 +01:00
REL="PREVIOUS"
2000-11-21 23:33:37 +01:00
TITLE="Using Language Support"
HREF="devlangsup.html"><LINK
2000-11-11 11:39:44 +01:00
REL="NEXT"
2000-11-21 23:33:37 +01:00
TITLE="About developers docs"
HREF="devabout.html"></HEAD
2000-11-11 11:39:44 +01:00
><BODY
CLASS="CHAPTER"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>phpGroupWare Docs V0.05</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
2000-11-21 23:33:37 +01:00
HREF="devlangsup.html"
2000-11-11 11:39:44 +01:00
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
2000-11-21 23:33:37 +01:00
HREF="devabout.html"
2000-11-11 11:39:44 +01:00
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
2000-11-21 23:33:37 +01:00
NAME="DEVTEMP"
>Chapter 28. Using Templates</A
2000-11-11 11:39:44 +01:00
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
><A
2000-11-21 23:33:37 +01:00
HREF="devtemp.html#AEN716"
>Overview</A
2000-11-11 11:39:44 +01:00
></DT
><DT
><A
2000-11-21 23:33:37 +01:00
HREF="devtemp.html#AEN719"
>How to use templates</A
2000-11-11 11:39:44 +01:00
></DT
></DL
></DIV
2000-11-21 23:33:37 +01:00
><DIV
CLASS="SIMPLESECT"
><H4
CLASS="SIMPLESECT"
><A
NAME="AEN716"
>Overview</A
></H4
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> phpGroupWare is built using a templates based design. This means the display pages, stored in tpl files, can be translated to other languages, made to look completely different.
</P
></DIV
2000-11-11 11:39:44 +01:00
><DIV
2000-11-21 23:33:37 +01:00
CLASS="SIMPLESECT"
><H4
CLASS="SIMPLESECT"
2000-11-11 11:39:44 +01:00
><A
2000-11-21 23:33:37 +01:00
NAME="AEN719"
>How to use templates</A
></H4
><P
> Some instructions on using templates.
</P
2000-11-11 11:39:44 +01:00
><P
2000-11-21 23:33:37 +01:00
> For Further info read the PHPLIBs documentation for their template class.
2000-11-11 11:39:44 +01:00
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
2000-11-21 23:33:37 +01:00
HREF="devlangsup.html"
2000-11-11 11:39:44 +01:00
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
2000-11-21 23:33:37 +01:00
HREF="devabout.html"
2000-11-11 11:39:44 +01:00
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
2000-11-21 23:33:37 +01:00
>Using Language Support</TD
2000-11-11 11:39:44 +01:00
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
2000-11-21 23:33:37 +01:00
HREF="p261.html"
2000-11-11 11:39:44 +01:00
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
2000-11-21 23:33:37 +01:00
>About developers docs</TD
2000-11-11 11:39:44 +01:00
></TR
></TABLE
></DIV
></BODY
></HTML
>