APPLICATION_COMMIT_1

This commit is contained in:
2026-07-17 14:58:24 -03:00
parent 7583ef25a4
commit 87c7990d89
15 changed files with 352 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<!doctype html>
<html lang="pt-BR"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Portal PDB</title>
<style>body{font:16px system-ui;max-width:900px;margin:3rem auto;padding:0 1rem}form,table{width:100%;margin:1rem 0}label,input,button{display:block;margin:.5rem 0}input{padding:.5rem;width:24rem;max-width:100%}th,td{padding:.6rem;text-align:left;border-bottom:1px solid #ddd}button{padding:.5rem .8rem}#message{min-height:1.5rem}</style></head>
<body><h1>Solicitação de PDB</h1><p>Autentique-se pelo navegador: <code>developer</code> para solicitar ou <code>admin</code> para aprovar.</p>
<form id="request"><label>Nome do PDB <input name="pdbName" required maxlength="30" pattern="[A-Za-z][A-Za-z0-9]*"></label><label>Storage inicial da DATA (GB) <input name="storageGb" required type="number" min="10"></label><label>Senha inicial do PDBADMIN <input name="initialPassword" required type="password"></label><button>Enviar para aprovação</button></form>
<p id="message"></p><h2>Solicitações</h2><button id="refresh">Atualizar</button><table><thead><tr><th>PDB</th><th>GB</th><th>Solicitante</th><th>Status</th><th>Ação</th></tr></thead><tbody id="rows"></tbody></table>
<script src="/app.js"></script></body></html>