1 Star 0 Fork 0

ZhongHongSoftware/zpm-cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
upload.php 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
ZhongHongSoftware 提交于 2024-01-20 14:44 +08:00 . update
<!DOCTYPE html>
<html>
<head>
<title>上传软件包 - ZPM 软件包管理器</title>
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h1>上传软件包</h1>
<h3>上传须知:<h3>
<h4>1.软件包名称需为英文,需和本地获取程序名一样如zpm install xxx 那么软件名也为xxx<h4>
<h4>2.软件包文件名称需与软件包名称一致<h4>
<h4>3.如是更新软件包请上传后等待1个工作日审核<h4>
<h4>4.审核时间为一个工作日内<h4>
<form action="handle_upload.php" method="post" enctype="multipart/form-data">
<div class="mb-3">
<label for="name" class="form-label">软件名</label>
<input type="text" class="form-control" id="name" name="name" required>
</div>
<div class="mb-3">
<label for="version" class="form-label">版本</label>
<input type="text" class="form-control" id="version" name="version" required>
</div>
<div class="mb-3">
<label for="author" class="form-label">作者</label>
<input type="text" class="form-control" id="author" name="author" required>
</div>
<div class="mb-3">
<label for="email" class="form-label">邮箱</label>
<input type="email" class="form-control" id="email" name="email" required>
</div>
<div class="mb-3">
<label for="package" class="form-label">软件包</label>
<input type="file" class="form-control" id="package" name="package" required>
</div>
<div class="mb-3">
<label for="screenshot" class="form-label">界面截图</label>
<input type="file" class="form-control" id="screenshot" name="screenshot" required>
</div>
<button type="submit" class="btn btn-primary">上传</button>
</form>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhonghongsoftware_1/zpm-cloud.git
git@gitee.com:zhonghongsoftware_1/zpm-cloud.git
zhonghongsoftware_1
zpm-cloud
zpm-cloud
main

搜索帮助