source: branches/2.4/prototype/library/tonic/examples/smarty/representations/shell.html @ 6754

Revision 6754, 165 bytes checked in by niltonneto, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html>
2<html>
3    <head>
4        <title>{$title|escape}</title>
5    </head>
6    <body>
7        <h1>{$title|escape}</h1>
8        {$body}
9    </body>
10</html>
Note: See TracBrowser for help on using the repository browser.