You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
769 B
24 lines
769 B
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./css/tran.css">
|
|
</head>
|
|
<body>
|
|
<div class="box1">
|
|
<div class="title">欢迎使用微化翻译器</div>
|
|
<textarea rows="10" cols="80">请输入需要翻译的文本</textarea>
|
|
</div>
|
|
<div class="box2">
|
|
<span class="cho"><font color="orange">语言选择</font></span>
|
|
<span class="lan">
|
|
<select id="language" name="language">
|
|
<option class="option" value="1">英文</option>
|
|
<option class="option" value="0">日文</option>
|
|
</select>
|
|
</span>
|
|
<span><input type="submit" class="con" value="确定" > </span>
|
|
</div>
|
|
</body>
|
|
</html> |