source: sandbox/2.4-expresso-api/prototype/library/tonic/examples/smarty/representations/shell.html @ 5888

Revision 5888, 165 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2598 - implementação base REST + oauth

  • 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.