Blame | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.1 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Create New</title><link type="text/css" href="../jquery/jqueryui/themes/ui-lightness/jquery.ui.all.css" rel="stylesheet" /><script type="text/javascript" src="../jquery/jquery-1.4.2.js"></script><script type="text/javascript" src="../jquery/jqueryui/ui/jquery.ui.core.js"></script><script type="text/javascript" src="../jquery/jqueryui/ui/jquery.ui.widget.js"></script><script type="text/javascript" src="../jquery/jqueryui/ui/jquery.ui.position.js"></script><script type="text/javascript" src="../jquery/jqueryui/ui/jquery.ui.autocomplete.js"></script><script type="text/javascript">$(function() {var availableBrands = ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby", "python", "c", "scala", "groovy", "haskell", "perl"];$("#brands").autocomplete({source: availableBrands});});</script></head><body><div class="ui-widget"><h1>New Entity</h1><form name="f" action="/content/entity" method="post"><label for="brands">Entity ID: </label><span id="entityid"><strong><em>{New Entity ID}</em></strong></span><br/><label for="brands">Brand: </label><input id="brands" name="brand"/><br/><label for="modelnumber">Model Number: </label><input id="modelnumber" name="modelnumber"/><br/><label for="modelname">Model Name: </label><input id="modelname" name="modelname"/><br/><label for="category">Category: </label><input id="category" name="category"/><br/><p/><input type="submit" value="Submit"/></form></div></body></html>