source: temp/trunk/html/test/uehara/templates/tree.tpl @ 8473

Revision 8473, 1.2 KB checked in by uehara, 20 years ago (diff)

blank

  • Property svn:mime-type set to application/octet-stream
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
6<meta http-equiv="content-script-type" content="text/javascript">
7<meta http-equiv="content-style-type" content="text/css">
8<script type="text/javascript" src="/html/js/site.js"></script>
9<script type="text/javascript" src="/html/test/uehara/js/tree.js"></script>
10<title>Untitled</title>
11<script type="text/javascript">
12</script>
13</head>
14<body onload="fnTreeDrow('tree')">
15<div id="tree"></div>
16
17<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
18    <input type="text" id="test1" name="test1" value="" onclick="test()" size="300">
19    <input type="hidden" name="mode" value="">
20    <select name=select_file size="5">
21        <!--{html_options options=$arrFileList}-->
22    </select><br/>
23    <input type="button" onclick="fnModeSubmit('view','','');" value="ɽ¼¨">
24    <input type="button" onclick="fnModeSubmit('download','','');" value="¥À¥¦¥ó¥í¡¼¥É">
25    <input type="button" onclick="fnModeSubmit('delete','','');" value="ºï½ü">
26</form>
27
28arrFileList
29
30
31
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.