summaryrefslogtreecommitdiff
path: root/orig/pq-web/newguy.html
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-12 14:05:45 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-12 14:05:45 +0200
commit14a6aa4c488bcd2d49103cbee1424b2769d77ce0 (patch)
tree93e3875919eeb0e60d0a8da70f5d96152a4e527a /orig/pq-web/newguy.html
Initial import
Diffstat (limited to 'orig/pq-web/newguy.html')
-rw-r--r--orig/pq-web/newguy.html89
1 files changed, 89 insertions, 0 deletions
diff --git a/orig/pq-web/newguy.html b/orig/pq-web/newguy.html
new file mode 100644
index 0000000..8c3a899
--- /dev/null
+++ b/orig/pq-web/newguy.html
@@ -0,0 +1,89 @@
+<!DOCTYPE html>
+<html>
+<head>
+<link rel="shortcut icon" type="image/x-icon" href="http://progressquest.com/favicon.ico">
+<link rel="stylesheet" href="progros.css" type="text/css">
+<link rel="stylesheet" href="newguy.css" type="text/css">
+<title>Progress Quest - Roll One Up</title>
+<script src="json2.js"></script>
+<script src="jquery.js"></script>
+<script src="config.js"></script>
+<script src="newguy.js"></script>
+<meta name="apple-mobile-web-app-capable" content="yes" />
+<style>
+input, button { display: inline; }
+
+</style>
+</head>
+
+<body>
+
+<br>
+
+<div class="vbox window" id="newguy">
+
+ <div id="titlebar">
+ <img src="swords.gif">
+ <span>Progress Quest - New Character</span>
+ <a id="quit"><img src="closeup.png"></a>
+ </div>
+
+ <div class="client">
+ <div class="hbox">
+ Name
+ <input id="Name" spellcheck="false">
+ <button id="RandomName">?</button>
+ </div>
+
+ <div class=hbox>
+
+ <fieldset class="vbox groupbox" id="races">
+ <legend>Race</legend>
+ </fieldset>
+
+ <div class=vbox>
+ <div class=hbox>
+ <fieldset class="vbox groupbox" id="classes">
+ <legend>Class</legend>
+ </fieldset>
+
+ <fieldset class="vbox groupbox" id="stats">
+ <legend>Stats</legend>
+
+ <table>
+ <tr> <th> STR <td id="STR">13</tr>
+ <tr> <th> CON <td id="CON">23</tr>
+ <tr> <th> DEX <td id="DEX">34</tr>
+ <tr> <th> INT <td id="INT">12</tr>
+ <tr> <th> WIS <td id="WIS">4</tr>
+ <tr> <th> CHA <td id="CHA">12</tr>
+ <tr> <th colspan=2> &nbsp; </tr>
+ <tr> <th> Total <td id="Total">48</tr>
+ </table>
+
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+
+ <center>
+ <button id="Reroll">Roll</button> <br>
+ <button id="Unroll" disabled>Unroll</button>
+ </center>
+ <br>
+
+ </fieldset>
+ </div>
+
+ <div class=hbox style="text-align:right;padding-top:15px">
+ <button id=Sold>Sold!</button>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
+
+</body>
+</html>