source: sandbox/webservice/api/library/tonic/examples/smarty/representations/shell.html @ 6019

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

Ticket #2507 - Modificada implementação para alinhamento com projeto de camada REST.

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