📄 index.jsp
字号:
<%@page contentType="text/html" pageEncoding="UTF-8"%><HTML xmlns:MSIE xmlns:MIME><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><% String title = "Administrative";%><html xmlns:MSIE xmlns:MIME> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style> @import url("entry.css"); table.entry td.left { width: 90px; } </style> <title><%= title %></title> </head> <script type="text/javascript"> function confirm_it(url) { if (!confirm("Are you sure?")) return location = url } </script> <body> <a href ="..">Main</a><br/> <h2><%= title %>: authorized users only</h2> <h3>Common operations</h3> <a href="text.jsp">add a product</a><br/> <a href="show-orders.jsp">show orders</a><br/> <a href="delete.jsp">delete an order</a><br/> <a href="showPrice.jsp">change price</a><br/> <h3>Do this once at the beginning</h3> <a href="javascript:confirm_it('CreateInitialTables')"> create initial tables</a> <h3>Run this only for testing</h3> <a href="javascript:confirm_it('CreateSampleOrders')"> create sample orders</a><br/> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -