UNPKG

foam-framework

Version:
33 lines (29 loc) 842 B
<html> <head> <link rel="stylesheet" type="text/css" href="foam.css" /> <script language="javascript" src="bootFOAM.js"></script> <title>Issues</title> </head> <body> <div style="height:40px;background:whitesmoke;border-width: 0 0 1px;border: 0 solid #e5e5e5;"> <font size=+3 face="catull" style="text-shadow:rgba(64,64,64,0.3) 3px 3px 4px;"> <font color="#3333FF">F</font><font color="#FF0000">O</font><font color="#FFCC00">A</font><font color="#33CC00">M</font> <font color="#555555" > Issues </font></font> </div> <a href="modeller.html">Models</a> <br/> <br/> <script language="javascript"> var IssueDAO = X.lookup('foam.dao.EasyDAO').create({ model: Issue, seqNo: true, cache: true }); var stack = StackView.create(); stack.write(); FOAM.browse(Issue); </script> </body> </html>