source: branches/1.2/workflow/templates/default/reseditor.html @ 1349

Revision 1349, 550 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<html>
2<head>
3
4  <title>Resource Editor</title>
5  <link rel="stylesheet" type="text/css" href="css/editor.css">
6  <link rel="stylesheet" type="text/css" href="css/highlighthtml.css">
7  <script src="../../js/resourceeditor/highlight.js"></script>
8  <script src="../../js/phpeditor/editor.js"></script>
9</head>
10<body onLoad="init();">
11<div id='codeframe'>
12<div id="linenumbers"></div>
13<div id="inputLine">
14<textarea id="inputLineEntry" wrap="off"></textarea>
15</div>
16<div id="content">
17<ol id="lines"><li>&nbsp;
18</li></ol>
19</div>
20</div>
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.