You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/views/data_import/link_add.php

14 lines
573 B
PHTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>add links</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<form id="edit_box" method="post" style="width: 700px;margin: 0 auto;">
<input name="is_id" value="" id="is_id"/>
<textarea id="lnk_txt" name="lnk_txt" style="width: 200px;height: 400px;border: 1px solid #ddd;"></textarea>
<input type="submit" value=" ADD " id="submit"/>
</form>
</body>
</html>